8 Commits

Author SHA1 Message Date
Saleem Abdulrasool
3c4fd90fc0 build: remove CMARK_SHARED and CMARK_STATIC
Prefer to use the standard `BUILD_SHARED_LIBS` option to control the
library type that we are building. Build a single instance of the
library. This allows for better control of the library usage in a larger
project. See the following blog post for the recommendation:
https://alexreinking.com/blog/building-a-dual-shared-and-static-library-with-cmake.html
2024-01-05 09:27:16 -08:00
QuietMisdreavus
43cc29a9a8 Revert "Revert "merge in changes from cmark-gfm 0.29.0.gfm.11"" 2023-04-28 15:06:47 -06:00
QuietMisdreavus
4dc0e97967 Revert "merge in changes from cmark-gfm 0.29.0.gfm.11" 2023-04-28 14:32:45 -06:00
Kevin Backhouse
9d9f630705 Add other output formats to the quadratic fuzzer. 2023-04-06 12:21:32 +01:00
Kevin Backhouse
f6e3ee1754 Don't copy if endlen is too big. 2023-04-05 20:28:05 +01:00
Kevin Backhouse
d5b0cfb6a0 Fuzz target for bracketed patterns, such as [[[[x]]]]. 2023-03-31 21:25:57 +01:00
Kevin Backhouse
0685ab0e1f Deprecate cmark_init_standard_node_flags. 2023-01-24 23:03:45 +00:00
Kevin Backhouse
46047921bf Fuzz target for finding quadratic performance issues. 2023-01-24 18:30:55 +00:00