commonmarker 0.17.6 → 0.17.7
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of commonmarker might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Rakefile +0 -7
- data/ext/commonmarker/{cmark/src/arena.c → arena.c} +0 -0
- data/ext/commonmarker/{cmark/extensions/autolink.c → autolink.c} +0 -0
- data/ext/commonmarker/{cmark/extensions/autolink.h → autolink.h} +0 -0
- data/ext/commonmarker/{cmark/src/blocks.c → blocks.c} +0 -0
- data/ext/commonmarker/{cmark/src/buffer.c → buffer.c} +0 -0
- data/ext/commonmarker/{cmark/src/buffer.h → buffer.h} +0 -0
- data/ext/commonmarker/{cmark/src/case_fold_switch.inc → case_fold_switch.inc} +0 -0
- data/ext/commonmarker/{cmark/src/chunk.h → chunk.h} +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/CMakeLists.txt +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/COPYING +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/FindAsan.cmake +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/Makefile +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/Makefile.nmake +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/README.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/api_test/CMakeLists.txt +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/api_test/cplusplus.cpp +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/api_test/cplusplus.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/api_test/harness.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/api_test/harness.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/api_test/main.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/appveyor.yml +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/block-bq-flat.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/block-bq-nested.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/block-code.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/block-fences.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/block-heading.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/block-hr.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/block-html.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/block-lheading.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/block-list-flat.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/block-list-nested.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/block-ref-flat.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/block-ref-nested.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/inline-autolink.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/inline-backticks.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/inline-em-flat.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/inline-em-nested.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/inline-em-worst.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/inline-entity.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/inline-escape.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/inline-html.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/inline-links-flat.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/inline-links-nested.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/inline-newlines.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/lorem1.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/samples/rawtabs.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/statistics.py +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/bench/stats.py +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/benchmarks.md +0 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeCache.txt +478 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CMakeCCompiler.cmake +71 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CMakeCXXCompiler.cmake +73 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CMakeSystem.cmake +15 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CompilerIdC/CMakeCCompilerId.c +567 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CompilerIdC/a.out +0 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CompilerIdCXX/CMakeCXXCompilerId.cpp +539 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CompilerIdCXX/a.out +0 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/CMakeError.log +18 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/CMakeOutput.log +709 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/Makefile.cmake +157 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/Makefile2 +391 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/TargetDirectories.txt +48 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/cmake.check_cache +1 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/feature_tests.c +34 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/feature_tests.cxx +405 -0
- data/ext/commonmarker/cmark-upstream/build/CMakeFiles/progress.marks +1 -0
- data/ext/commonmarker/cmark-upstream/build/CTestTestfile.cmake +11 -0
- data/ext/commonmarker/cmark-upstream/build/Makefile +280 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/C.includecache +134 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/CXX.includecache +38 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/DependInfo.cmake +38 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/build.make +169 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/cmake_clean.cmake +12 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/depend.internal +28 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/depend.make +28 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/flags.make +17 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/harness.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/link.txt +1 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/main.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/progress.make +5 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/progress.marks +1 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/Makefile +302 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/api_test +0 -0
- data/ext/commonmarker/cmark-upstream/build/api_test/cmake_install.cmake +29 -0
- data/ext/commonmarker/cmark-upstream/build/cmake_install.cmake +49 -0
- data/ext/commonmarker/cmark-upstream/build/compile_commands.json +352 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/Export/lib/cmake-gfmextensions/cmark-gfmextensions-release.cmake +30 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/Export/lib/cmake-gfmextensions/cmark-gfmextensions.cmake +108 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/C.includecache +246 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/DependInfo.cmake +36 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/autolink.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/build.make +253 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/cmake_clean.cmake +16 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/core-extensions.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/depend.internal +96 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/depend.make +96 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/ext_scanners.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/flags.make +10 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/link.txt +1 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/progress.make +8 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/strikethrough.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/table.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/tagfilter.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/C.includecache +246 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/DependInfo.cmake +29 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/autolink.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/build.make +249 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/cmake_clean.cmake +15 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/cmake_clean_target.cmake +3 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/core-extensions.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/depend.internal +96 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/depend.make +96 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/ext_scanners.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/flags.make +10 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/link.txt +2 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/progress.make +8 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/strikethrough.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/table.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/tagfilter.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/progress.marks +1 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/Makefile +426 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/cmake_install.cmake +84 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/cmarkextensions_export.h +42 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/libcmark-gfmextensions.0.28.3.gfm.11.dylib +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/libcmark-gfmextensions.a +0 -0
- data/ext/commonmarker/cmark-upstream/build/extensions/libcmark-gfmextensions.dylib +1 -0
- data/ext/commonmarker/cmark-upstream/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- data/ext/commonmarker/cmark-upstream/build/man/CMakeFiles/progress.marks +1 -0
- data/ext/commonmarker/cmark-upstream/build/man/Makefile +196 -0
- data/ext/commonmarker/cmark-upstream/build/man/cmake_install.cmake +37 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/Export/lib/cmake/cmark-gfm-release.cmake +38 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/Export/lib/cmake/cmark-gfm.cmake +95 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/C.includecache +156 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/DependInfo.cmake +30 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/build.make +115 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/cmake_clean.cmake +10 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/depend.internal +20 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/depend.make +20 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/flags.make +10 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/link.txt +1 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/main.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/progress.make +3 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/C.includecache +612 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/DependInfo.cmake +60 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/arena.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/blocks.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/buffer.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/build.make +819 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/cmake_clean.cmake +37 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/cmark.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/cmark_ctype.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/commonmark.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/depend.internal +319 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/depend.make +319 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/flags.make +10 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/footnotes.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/houdini_href_e.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/houdini_html_e.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/houdini_html_u.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/html.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/inlines.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/iterator.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/latex.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/link.txt +1 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/linked_list.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/man.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/map.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/node.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/plaintext.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/plugin.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/progress.make +29 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/references.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/registry.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/render.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/scanners.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/syntax_extension.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/utf8.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/xml.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/C.includecache +612 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/DependInfo.cmake +54 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/arena.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/blocks.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/buffer.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/build.make +816 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/cmake_clean.cmake +36 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/cmake_clean_target.cmake +3 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/cmark.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/cmark_ctype.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/commonmark.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/depend.internal +319 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/depend.make +319 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/flags.make +10 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/footnotes.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/houdini_href_e.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/houdini_html_e.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/houdini_html_u.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/html.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/inlines.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/iterator.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/latex.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/link.txt +2 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/linked_list.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/man.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/map.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/node.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/plaintext.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/plugin.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/progress.make +29 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/references.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/registry.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/render.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/scanners.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/syntax_extension.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/utf8.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/xml.c.o +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/progress.marks +1 -0
- data/ext/commonmarker/cmark-upstream/build/src/Makefile +1165 -0
- data/ext/commonmarker/cmark-upstream/build/src/cmake_install.cmake +97 -0
- data/ext/commonmarker/cmark-upstream/build/src/cmark-gfm +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/cmark_export.h +42 -0
- data/ext/commonmarker/cmark-upstream/build/src/cmark_version.h +8 -0
- data/ext/commonmarker/cmark-upstream/build/src/config.h +76 -0
- data/ext/commonmarker/cmark-upstream/build/src/libcmark-gfm.0.28.3.gfm.11.dylib +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/libcmark-gfm.a +0 -0
- data/ext/commonmarker/cmark-upstream/build/src/libcmark-gfm.dylib +1 -0
- data/ext/commonmarker/cmark-upstream/build/src/libcmark-gfm.pc +10 -0
- data/ext/commonmarker/cmark-upstream/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- data/ext/commonmarker/cmark-upstream/build/testdir/CMakeFiles/progress.marks +1 -0
- data/ext/commonmarker/cmark-upstream/build/testdir/CTestTestfile.cmake +17 -0
- data/ext/commonmarker/cmark-upstream/build/testdir/Makefile +196 -0
- data/ext/commonmarker/cmark-upstream/build/testdir/cmake_install.cmake +29 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/changelog.txt +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/data/CaseFolding.txt +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/extensions/CMakeLists.txt +0 -0
- data/ext/commonmarker/cmark-upstream/extensions/autolink.c +421 -0
- data/ext/commonmarker/cmark-upstream/extensions/autolink.h +8 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/extensions/core-extensions.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/extensions/core-extensions.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/extensions/ext_scanners.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/extensions/ext_scanners.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/extensions/ext_scanners.re +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/extensions/strikethrough.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/extensions/strikethrough.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/extensions/table.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/extensions/table.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/extensions/tagfilter.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/extensions/tagfilter.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/man/CMakeLists.txt +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/man/make_man_page.py +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/man/man1/cmark-gfm.1 +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/man/man3/cmark-gfm.3 +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/nmake.bat +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/CMakeLists.txt +0 -0
- data/ext/commonmarker/cmark-upstream/src/arena.c +103 -0
- data/ext/commonmarker/cmark-upstream/src/blocks.c +1519 -0
- data/ext/commonmarker/cmark-upstream/src/buffer.c +279 -0
- data/ext/commonmarker/cmark-upstream/src/buffer.h +116 -0
- data/ext/commonmarker/cmark-upstream/src/case_fold_switch.inc +4327 -0
- data/ext/commonmarker/cmark-upstream/src/chunk.h +136 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/cmark.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/cmark.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/cmark_ctype.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/cmark_ctype.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/cmark_extension_api.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/cmark_version.h.in +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/commonmark.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/config.h.in +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/entities.inc +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/footnotes.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/footnotes.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/houdini.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/houdini_href_e.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/houdini_html_e.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/houdini_html_u.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/html.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/html.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/inlines.c +8 -4
- data/ext/commonmarker/{cmark → cmark-upstream}/src/inlines.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/iterator.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/iterator.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/latex.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/libcmark-gfm.pc.in +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/linked_list.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/main.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/man.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/map.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/map.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/node.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/node.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/parser.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/plaintext.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/plugin.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/plugin.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/references.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/references.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/registry.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/registry.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/render.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/render.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/scanners.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/scanners.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/scanners.re +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/syntax_extension.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/syntax_extension.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/utf8.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/utf8.h +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/src/xml.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/suppressions +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/CMakeLists.txt +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/afl_test_cases/test.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/cmark-fuzz.c +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/cmark.py +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/entity_tests.py +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/extensions.txt +2 -2
- data/ext/commonmarker/{cmark → cmark-upstream}/test/fuzzing_dictionary +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/normalize.py +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/pathological_tests.py +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/regression.txt +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/roundtrip_tests.py +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/run-cmark-fuzz +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/smart_punct.txt +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/spec.txt +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/test/spec_tests.py +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/toolchain-mingw32.cmake +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/tools/Dockerfile +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/tools/appveyor-build.bat +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/tools/make_entities_inc.py +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/tools/mkcasefold.pl +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/why-cmark-and-not-x.md +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/wrappers/wrapper.js +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/wrappers/wrapper.py +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/wrappers/wrapper.rb +0 -0
- data/ext/commonmarker/{cmark → cmark-upstream}/wrappers/wrapper.rkt +0 -0
- data/ext/commonmarker/cmark.c +55 -0
- data/ext/commonmarker/cmark.h +789 -0
- data/ext/commonmarker/cmark_ctype.c +44 -0
- data/ext/commonmarker/cmark_ctype.h +33 -0
- data/ext/commonmarker/cmark_export.h +42 -0
- data/ext/commonmarker/cmark_extension_api.h +719 -0
- data/ext/commonmarker/cmark_version.h +8 -0
- data/ext/commonmarker/cmarkextensions_export.h +42 -0
- data/ext/commonmarker/commonmark.c +508 -0
- data/ext/commonmarker/config.h +76 -0
- data/ext/commonmarker/core-extensions.c +25 -0
- data/ext/commonmarker/core-extensions.h +25 -0
- data/ext/commonmarker/entities.inc +2138 -0
- data/ext/commonmarker/ext_scanners.c +941 -0
- data/ext/commonmarker/ext_scanners.h +22 -0
- data/ext/commonmarker/extconf.rb +1 -48
- data/ext/commonmarker/footnotes.c +40 -0
- data/ext/commonmarker/footnotes.h +25 -0
- data/ext/commonmarker/houdini.h +57 -0
- data/ext/commonmarker/houdini_href_e.c +100 -0
- data/ext/commonmarker/houdini_html_e.c +66 -0
- data/ext/commonmarker/houdini_html_u.c +149 -0
- data/ext/commonmarker/html.c +457 -0
- data/ext/commonmarker/html.h +27 -0
- data/ext/commonmarker/inlines.c +1594 -0
- data/ext/commonmarker/inlines.h +29 -0
- data/ext/commonmarker/iterator.c +159 -0
- data/ext/commonmarker/iterator.h +27 -0
- data/ext/commonmarker/latex.c +466 -0
- data/ext/commonmarker/linked_list.c +37 -0
- data/ext/commonmarker/man.c +278 -0
- data/ext/commonmarker/map.c +122 -0
- data/ext/commonmarker/map.h +42 -0
- data/ext/commonmarker/node.c +965 -0
- data/ext/commonmarker/node.h +116 -0
- data/ext/commonmarker/parser.h +57 -0
- data/ext/commonmarker/plaintext.c +213 -0
- data/ext/commonmarker/plugin.c +36 -0
- data/ext/commonmarker/plugin.h +34 -0
- data/ext/commonmarker/references.c +42 -0
- data/ext/commonmarker/references.h +26 -0
- data/ext/commonmarker/registry.c +63 -0
- data/ext/commonmarker/registry.h +24 -0
- data/ext/commonmarker/render.c +202 -0
- data/ext/commonmarker/render.h +63 -0
- data/ext/commonmarker/scanners.c +18195 -0
- data/ext/commonmarker/scanners.h +64 -0
- data/ext/commonmarker/scanners.re +341 -0
- data/ext/commonmarker/strikethrough.c +157 -0
- data/ext/commonmarker/strikethrough.h +9 -0
- data/ext/commonmarker/syntax_extension.c +139 -0
- data/ext/commonmarker/syntax_extension.h +32 -0
- data/ext/commonmarker/table.c +683 -0
- data/ext/commonmarker/table.h +8 -0
- data/ext/commonmarker/tagfilter.c +60 -0
- data/ext/commonmarker/tagfilter.h +8 -0
- data/ext/commonmarker/utf8.c +317 -0
- data/ext/commonmarker/utf8.h +35 -0
- data/ext/commonmarker/xml.c +174 -0
- data/lib/commonmarker/version.rb +1 -1
- data/test/test_helper.rb +1 -1
- metadata +401 -145
@@ -0,0 +1 @@
|
|
1
|
+
76
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# CMake generated Testfile for
|
2
|
+
# Source directory: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream
|
3
|
+
# Build directory: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build
|
4
|
+
#
|
5
|
+
# This file includes the relevant testing commands required for
|
6
|
+
# testing this directory and lists subdirectories to be tested as well.
|
7
|
+
subdirs("src")
|
8
|
+
subdirs("extensions")
|
9
|
+
subdirs("api_test")
|
10
|
+
subdirs("man")
|
11
|
+
subdirs("testdir")
|
@@ -0,0 +1,280 @@
|
|
1
|
+
# CMAKE generated file: DO NOT EDIT!
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
|
3
|
+
|
4
|
+
# Default target executed when no arguments are given to make.
|
5
|
+
default_target: all
|
6
|
+
|
7
|
+
.PHONY : default_target
|
8
|
+
|
9
|
+
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
10
|
+
.NOTPARALLEL:
|
11
|
+
|
12
|
+
|
13
|
+
#=============================================================================
|
14
|
+
# Special targets provided by cmake.
|
15
|
+
|
16
|
+
# Disable implicit rules so canonical targets will work.
|
17
|
+
.SUFFIXES:
|
18
|
+
|
19
|
+
|
20
|
+
# Remove some rules from gmake that .SUFFIXES does not remove.
|
21
|
+
SUFFIXES =
|
22
|
+
|
23
|
+
.SUFFIXES: .hpux_make_needs_suffix_list
|
24
|
+
|
25
|
+
|
26
|
+
# Suppress display of executed commands.
|
27
|
+
$(VERBOSE).SILENT:
|
28
|
+
|
29
|
+
|
30
|
+
# A target that is always out of date.
|
31
|
+
cmake_force:
|
32
|
+
|
33
|
+
.PHONY : cmake_force
|
34
|
+
|
35
|
+
#=============================================================================
|
36
|
+
# Set environment variables for the build.
|
37
|
+
|
38
|
+
# The shell in which to execute make rules.
|
39
|
+
SHELL = /bin/sh
|
40
|
+
|
41
|
+
# The CMake executable.
|
42
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.9.6/bin/cmake
|
43
|
+
|
44
|
+
# The command to remove a file.
|
45
|
+
RM = /usr/local/Cellar/cmake/3.9.6/bin/cmake -E remove -f
|
46
|
+
|
47
|
+
# Escaping for special characters.
|
48
|
+
EQUALS = =
|
49
|
+
|
50
|
+
# The top-level source directory on which CMake was run.
|
51
|
+
CMAKE_SOURCE_DIR = /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream
|
52
|
+
|
53
|
+
# The top-level build directory on which CMake was run.
|
54
|
+
CMAKE_BINARY_DIR = /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build
|
55
|
+
|
56
|
+
#=============================================================================
|
57
|
+
# Targets provided globally by CMake.
|
58
|
+
|
59
|
+
# Special rule for the target install/strip
|
60
|
+
install/strip: preinstall
|
61
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
62
|
+
/usr/local/Cellar/cmake/3.9.6/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
63
|
+
.PHONY : install/strip
|
64
|
+
|
65
|
+
# Special rule for the target install/strip
|
66
|
+
install/strip/fast: preinstall/fast
|
67
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
68
|
+
/usr/local/Cellar/cmake/3.9.6/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
69
|
+
.PHONY : install/strip/fast
|
70
|
+
|
71
|
+
# Special rule for the target install
|
72
|
+
install: preinstall
|
73
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
74
|
+
/usr/local/Cellar/cmake/3.9.6/bin/cmake -P cmake_install.cmake
|
75
|
+
.PHONY : install
|
76
|
+
|
77
|
+
# Special rule for the target install
|
78
|
+
install/fast: preinstall/fast
|
79
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
80
|
+
/usr/local/Cellar/cmake/3.9.6/bin/cmake -P cmake_install.cmake
|
81
|
+
.PHONY : install/fast
|
82
|
+
|
83
|
+
# Special rule for the target list_install_components
|
84
|
+
list_install_components:
|
85
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
86
|
+
.PHONY : list_install_components
|
87
|
+
|
88
|
+
# Special rule for the target list_install_components
|
89
|
+
list_install_components/fast: list_install_components
|
90
|
+
|
91
|
+
.PHONY : list_install_components/fast
|
92
|
+
|
93
|
+
# Special rule for the target rebuild_cache
|
94
|
+
rebuild_cache:
|
95
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
96
|
+
/usr/local/Cellar/cmake/3.9.6/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
97
|
+
.PHONY : rebuild_cache
|
98
|
+
|
99
|
+
# Special rule for the target rebuild_cache
|
100
|
+
rebuild_cache/fast: rebuild_cache
|
101
|
+
|
102
|
+
.PHONY : rebuild_cache/fast
|
103
|
+
|
104
|
+
# Special rule for the target edit_cache
|
105
|
+
edit_cache:
|
106
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
107
|
+
/usr/local/Cellar/cmake/3.9.6/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
108
|
+
.PHONY : edit_cache
|
109
|
+
|
110
|
+
# Special rule for the target edit_cache
|
111
|
+
edit_cache/fast: edit_cache
|
112
|
+
|
113
|
+
.PHONY : edit_cache/fast
|
114
|
+
|
115
|
+
# Special rule for the target install/local
|
116
|
+
install/local: preinstall
|
117
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
118
|
+
/usr/local/Cellar/cmake/3.9.6/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
119
|
+
.PHONY : install/local
|
120
|
+
|
121
|
+
# Special rule for the target install/local
|
122
|
+
install/local/fast: preinstall/fast
|
123
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
124
|
+
/usr/local/Cellar/cmake/3.9.6/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
125
|
+
.PHONY : install/local/fast
|
126
|
+
|
127
|
+
# Special rule for the target test
|
128
|
+
test:
|
129
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
130
|
+
/usr/local/Cellar/cmake/3.9.6/bin/ctest --force-new-ctest-process $(ARGS)
|
131
|
+
.PHONY : test
|
132
|
+
|
133
|
+
# Special rule for the target test
|
134
|
+
test/fast: test
|
135
|
+
|
136
|
+
.PHONY : test/fast
|
137
|
+
|
138
|
+
# The main all target
|
139
|
+
all: cmake_check_build_system
|
140
|
+
$(CMAKE_COMMAND) -E cmake_progress_start /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/CMakeFiles /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/CMakeFiles/progress.marks
|
141
|
+
$(MAKE) -f CMakeFiles/Makefile2 all
|
142
|
+
$(CMAKE_COMMAND) -E cmake_progress_start /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/CMakeFiles 0
|
143
|
+
.PHONY : all
|
144
|
+
|
145
|
+
# The main clean target
|
146
|
+
clean:
|
147
|
+
$(MAKE) -f CMakeFiles/Makefile2 clean
|
148
|
+
.PHONY : clean
|
149
|
+
|
150
|
+
# The main clean target
|
151
|
+
clean/fast: clean
|
152
|
+
|
153
|
+
.PHONY : clean/fast
|
154
|
+
|
155
|
+
# Prepare targets for installation.
|
156
|
+
preinstall: all
|
157
|
+
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
158
|
+
.PHONY : preinstall
|
159
|
+
|
160
|
+
# Prepare targets for installation.
|
161
|
+
preinstall/fast:
|
162
|
+
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
163
|
+
.PHONY : preinstall/fast
|
164
|
+
|
165
|
+
# clear depends
|
166
|
+
depend:
|
167
|
+
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
168
|
+
.PHONY : depend
|
169
|
+
|
170
|
+
#=============================================================================
|
171
|
+
# Target rules for targets named libcmark-gfm_static
|
172
|
+
|
173
|
+
# Build rule for target.
|
174
|
+
libcmark-gfm_static: cmake_check_build_system
|
175
|
+
$(MAKE) -f CMakeFiles/Makefile2 libcmark-gfm_static
|
176
|
+
.PHONY : libcmark-gfm_static
|
177
|
+
|
178
|
+
# fast build rule for target.
|
179
|
+
libcmark-gfm_static/fast:
|
180
|
+
$(MAKE) -f src/CMakeFiles/libcmark-gfm_static.dir/build.make src/CMakeFiles/libcmark-gfm_static.dir/build
|
181
|
+
.PHONY : libcmark-gfm_static/fast
|
182
|
+
|
183
|
+
#=============================================================================
|
184
|
+
# Target rules for targets named libcmark-gfm
|
185
|
+
|
186
|
+
# Build rule for target.
|
187
|
+
libcmark-gfm: cmake_check_build_system
|
188
|
+
$(MAKE) -f CMakeFiles/Makefile2 libcmark-gfm
|
189
|
+
.PHONY : libcmark-gfm
|
190
|
+
|
191
|
+
# fast build rule for target.
|
192
|
+
libcmark-gfm/fast:
|
193
|
+
$(MAKE) -f src/CMakeFiles/libcmark-gfm.dir/build.make src/CMakeFiles/libcmark-gfm.dir/build
|
194
|
+
.PHONY : libcmark-gfm/fast
|
195
|
+
|
196
|
+
#=============================================================================
|
197
|
+
# Target rules for targets named cmark-gfm
|
198
|
+
|
199
|
+
# Build rule for target.
|
200
|
+
cmark-gfm: cmake_check_build_system
|
201
|
+
$(MAKE) -f CMakeFiles/Makefile2 cmark-gfm
|
202
|
+
.PHONY : cmark-gfm
|
203
|
+
|
204
|
+
# fast build rule for target.
|
205
|
+
cmark-gfm/fast:
|
206
|
+
$(MAKE) -f src/CMakeFiles/cmark-gfm.dir/build.make src/CMakeFiles/cmark-gfm.dir/build
|
207
|
+
.PHONY : cmark-gfm/fast
|
208
|
+
|
209
|
+
#=============================================================================
|
210
|
+
# Target rules for targets named libcmark-gfmextensions
|
211
|
+
|
212
|
+
# Build rule for target.
|
213
|
+
libcmark-gfmextensions: cmake_check_build_system
|
214
|
+
$(MAKE) -f CMakeFiles/Makefile2 libcmark-gfmextensions
|
215
|
+
.PHONY : libcmark-gfmextensions
|
216
|
+
|
217
|
+
# fast build rule for target.
|
218
|
+
libcmark-gfmextensions/fast:
|
219
|
+
$(MAKE) -f extensions/CMakeFiles/libcmark-gfmextensions.dir/build.make extensions/CMakeFiles/libcmark-gfmextensions.dir/build
|
220
|
+
.PHONY : libcmark-gfmextensions/fast
|
221
|
+
|
222
|
+
#=============================================================================
|
223
|
+
# Target rules for targets named libcmark-gfmextensions_static
|
224
|
+
|
225
|
+
# Build rule for target.
|
226
|
+
libcmark-gfmextensions_static: cmake_check_build_system
|
227
|
+
$(MAKE) -f CMakeFiles/Makefile2 libcmark-gfmextensions_static
|
228
|
+
.PHONY : libcmark-gfmextensions_static
|
229
|
+
|
230
|
+
# fast build rule for target.
|
231
|
+
libcmark-gfmextensions_static/fast:
|
232
|
+
$(MAKE) -f extensions/CMakeFiles/libcmark-gfmextensions_static.dir/build.make extensions/CMakeFiles/libcmark-gfmextensions_static.dir/build
|
233
|
+
.PHONY : libcmark-gfmextensions_static/fast
|
234
|
+
|
235
|
+
#=============================================================================
|
236
|
+
# Target rules for targets named api_test
|
237
|
+
|
238
|
+
# Build rule for target.
|
239
|
+
api_test: cmake_check_build_system
|
240
|
+
$(MAKE) -f CMakeFiles/Makefile2 api_test
|
241
|
+
.PHONY : api_test
|
242
|
+
|
243
|
+
# fast build rule for target.
|
244
|
+
api_test/fast:
|
245
|
+
$(MAKE) -f api_test/CMakeFiles/api_test.dir/build.make api_test/CMakeFiles/api_test.dir/build
|
246
|
+
.PHONY : api_test/fast
|
247
|
+
|
248
|
+
# Help Target
|
249
|
+
help:
|
250
|
+
@echo "The following are some of the valid targets for this Makefile:"
|
251
|
+
@echo "... all (the default if no target is provided)"
|
252
|
+
@echo "... clean"
|
253
|
+
@echo "... depend"
|
254
|
+
@echo "... install/strip"
|
255
|
+
@echo "... install"
|
256
|
+
@echo "... list_install_components"
|
257
|
+
@echo "... rebuild_cache"
|
258
|
+
@echo "... edit_cache"
|
259
|
+
@echo "... install/local"
|
260
|
+
@echo "... test"
|
261
|
+
@echo "... libcmark-gfm_static"
|
262
|
+
@echo "... libcmark-gfm"
|
263
|
+
@echo "... cmark-gfm"
|
264
|
+
@echo "... libcmark-gfmextensions"
|
265
|
+
@echo "... libcmark-gfmextensions_static"
|
266
|
+
@echo "... api_test"
|
267
|
+
.PHONY : help
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
#=============================================================================
|
272
|
+
# Special targets to cleanup operation of make.
|
273
|
+
|
274
|
+
# Special rule to run CMake to check the build system integrity.
|
275
|
+
# No rule that depends on this can have commands that come from listfiles
|
276
|
+
# because they might be regenerated.
|
277
|
+
cmake_check_build_system:
|
278
|
+
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
279
|
+
.PHONY : cmake_check_build_system
|
280
|
+
|
data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
# CMAKE generated file: DO NOT EDIT!
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
|
3
|
+
|
4
|
+
# Relative path conversion top directories.
|
5
|
+
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream")
|
6
|
+
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build")
|
7
|
+
|
8
|
+
# Force unix paths in dependencies.
|
9
|
+
set(CMAKE_FORCE_UNIX_PATHS 1)
|
10
|
+
|
11
|
+
|
12
|
+
# The C and CXX include file regular expressions for this directory.
|
13
|
+
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
14
|
+
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
15
|
+
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
16
|
+
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@@ -0,0 +1,134 @@
|
|
1
|
+
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
2
|
+
|
3
|
+
#IncludeRegexScan: ^.*$
|
4
|
+
|
5
|
+
#IncludeRegexComplain: ^$
|
6
|
+
|
7
|
+
#IncludeRegexTransform:
|
8
|
+
|
9
|
+
../src/buffer.h
|
10
|
+
stddef.h
|
11
|
+
-
|
12
|
+
stdarg.h
|
13
|
+
-
|
14
|
+
string.h
|
15
|
+
-
|
16
|
+
limits.h
|
17
|
+
-
|
18
|
+
stdint.h
|
19
|
+
-
|
20
|
+
config.h
|
21
|
+
../src/config.h
|
22
|
+
cmark.h
|
23
|
+
../src/cmark.h
|
24
|
+
|
25
|
+
../src/chunk.h
|
26
|
+
string.h
|
27
|
+
-
|
28
|
+
stdlib.h
|
29
|
+
-
|
30
|
+
assert.h
|
31
|
+
-
|
32
|
+
cmark.h
|
33
|
+
../src/cmark.h
|
34
|
+
buffer.h
|
35
|
+
../src/buffer.h
|
36
|
+
memory.h
|
37
|
+
../src/memory.h
|
38
|
+
cmark_ctype.h
|
39
|
+
../src/cmark_ctype.h
|
40
|
+
|
41
|
+
../src/cmark.h
|
42
|
+
stdio.h
|
43
|
+
-
|
44
|
+
stdint.h
|
45
|
+
-
|
46
|
+
cmark_export.h
|
47
|
+
../src/cmark_export.h
|
48
|
+
cmark_version.h
|
49
|
+
../src/cmark_version.h
|
50
|
+
|
51
|
+
../src/cmark_ctype.h
|
52
|
+
cmark_export.h
|
53
|
+
../src/cmark_export.h
|
54
|
+
|
55
|
+
../src/cmark_extension_api.h
|
56
|
+
cmark.h
|
57
|
+
-
|
58
|
+
|
59
|
+
../src/node.h
|
60
|
+
stdio.h
|
61
|
+
-
|
62
|
+
stdint.h
|
63
|
+
-
|
64
|
+
cmark.h
|
65
|
+
../src/cmark.h
|
66
|
+
cmark_extension_api.h
|
67
|
+
../src/cmark_extension_api.h
|
68
|
+
buffer.h
|
69
|
+
../src/buffer.h
|
70
|
+
chunk.h
|
71
|
+
../src/chunk.h
|
72
|
+
|
73
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/cplusplus.h
|
74
|
+
harness.h
|
75
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/harness.h
|
76
|
+
|
77
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/harness.c
|
78
|
+
stdarg.h
|
79
|
+
-
|
80
|
+
stdio.h
|
81
|
+
-
|
82
|
+
stdlib.h
|
83
|
+
-
|
84
|
+
string.h
|
85
|
+
-
|
86
|
+
harness.h
|
87
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/harness.h
|
88
|
+
unistd.h
|
89
|
+
-
|
90
|
+
|
91
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/harness.h
|
92
|
+
|
93
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/main.c
|
94
|
+
stdio.h
|
95
|
+
-
|
96
|
+
stdlib.h
|
97
|
+
-
|
98
|
+
string.h
|
99
|
+
-
|
100
|
+
cmark.h
|
101
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/cmark.h
|
102
|
+
node.h
|
103
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/node.h
|
104
|
+
../extensions/core-extensions.h
|
105
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/extensions/core-extensions.h
|
106
|
+
harness.h
|
107
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/harness.h
|
108
|
+
cplusplus.h
|
109
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/cplusplus.h
|
110
|
+
sys/time.h
|
111
|
+
-
|
112
|
+
|
113
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/extensions/core-extensions.h
|
114
|
+
cmark_extension_api.h
|
115
|
+
-
|
116
|
+
cmarkextensions_export.h
|
117
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/extensions/cmarkextensions_export.h
|
118
|
+
stdint.h
|
119
|
+
-
|
120
|
+
|
121
|
+
extensions/cmarkextensions_export.h
|
122
|
+
|
123
|
+
src/cmark_export.h
|
124
|
+
|
125
|
+
src/cmark_version.h
|
126
|
+
|
127
|
+
src/config.h
|
128
|
+
stdbool.h
|
129
|
+
-
|
130
|
+
stdio.h
|
131
|
+
-
|
132
|
+
stdarg.h
|
133
|
+
-
|
134
|
+
|
@@ -0,0 +1,38 @@
|
|
1
|
+
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
2
|
+
|
3
|
+
#IncludeRegexScan: ^.*$
|
4
|
+
|
5
|
+
#IncludeRegexComplain: ^$
|
6
|
+
|
7
|
+
#IncludeRegexTransform:
|
8
|
+
|
9
|
+
../src/cmark.h
|
10
|
+
stdio.h
|
11
|
+
-
|
12
|
+
stdint.h
|
13
|
+
-
|
14
|
+
cmark_export.h
|
15
|
+
../src/cmark_export.h
|
16
|
+
cmark_version.h
|
17
|
+
../src/cmark_version.h
|
18
|
+
|
19
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/cplusplus.cpp
|
20
|
+
cstdlib
|
21
|
+
-
|
22
|
+
cmark.h
|
23
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/cmark.h
|
24
|
+
cplusplus.h
|
25
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/cplusplus.h
|
26
|
+
harness.h
|
27
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/harness.h
|
28
|
+
|
29
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/cplusplus.h
|
30
|
+
harness.h
|
31
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/harness.h
|
32
|
+
|
33
|
+
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/api_test/harness.h
|
34
|
+
|
35
|
+
src/cmark_export.h
|
36
|
+
|
37
|
+
src/cmark_version.h
|
38
|
+
|