Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-12 | Fixed bug in install target. | John MacFarlane | |
2014-11-12 | wrapper.rb: properly calculate length of string in bytes. | John MacFarlane | |
2014-11-12 | Better installation instructions. | John MacFarlane | |
2014-11-12 | Go back to using GNU syntax for SPECVERSION. | John MacFarlane | |
It seems that what works with gmake fails with BSD make and vice versa? | |||
2014-11-12 | Use a more portable way of determining SPECVERSION. | John MacFarlane | |
2014-11-12 | Improved tarball and testtarball targets. | John MacFarlane | |
2014-11-12 | Re-added check to Makefile. | John MacFarlane | |
2014-11-12 | Merge pull request #195 from nwellnhof/fix_namespace_pollution | John MacFarlane | |
Fix namespace pollution | |||
2014-11-12 | Added note on using the library from python or ruby. | John MacFarlane | |
2014-11-12 | Mark some functions as static | Nick Wellnhofer | |
2014-11-12 | Prefix names in cmark.h | Nick Wellnhofer | |
2014-11-12 | Prefix names in references.h | Nick Wellnhofer | |
2014-11-12 | Prefix names in inlines.h | Nick Wellnhofer | |
2014-11-12 | Prefix names in chunk.h | Nick Wellnhofer | |
2014-11-12 | Prefix names in buffer.h | Nick Wellnhofer | |
2014-11-12 | Added sample ruby wrapper. | John MacFarlane | |
2014-11-12 | Removed some no-longer-used code in C impl. | John MacFarlane | |
2014-11-12 | Improved tarball target. | John MacFarlane | |
Include spec.html. Delete temp directory after creating tarball. | |||
2014-11-12 | Reorganized Makefile. | John MacFarlane | |
Include a modified Makefile in source dist tarball. | |||
2014-11-12 | Documented more Makefile targets. | John MacFarlane | |
2014-11-12 | Reorganized Makefile. | John MacFarlane | |
2014-11-12 | Added cmake test target. | John MacFarlane | |
2014-11-12 | Moved man install target to main CMakeLists.txt. | John MacFarlane | |
2014-11-12 | Improved tarball target. | John MacFarlane | |
2014-11-11 | Added testlib target to test shared lib via python wrapper. | John MacFarlane | |
2014-11-11 | wrapper.py: made executable, fixed final newline. | John MacFarlane | |
2014-11-11 | Removed cpack stuff from CMakeLists.txt.` | John MacFarlane | |
2014-11-11 | Makefile: Added tarball target. | John MacFarlane | |
2014-11-11 | Cleaned up Makefile. | John MacFarlane | |
2014-11-11 | Moved "try it now" link to top. | John MacFarlane | |
2014-11-11 | Small tweak in README. | John MacFarlane | |
2014-11-11 | Added js usage example. | John MacFarlane | |
2014-11-11 | README tweaks. | John MacFarlane | |
2014-11-11 | README - minor formatting. | John MacFarlane | |
2014-11-11 | Fixed "Try it now" link. | John MacFarlane | |
2014-11-11 | Revised README. | John MacFarlane | |
2014-11-11 | Added npm target. | John MacFarlane | |
2014-11-11 | Bump version on package.json. | John MacFarlane | |
2014-11-11 | Added example wrapper.py. | John MacFarlane | |
This shows how to use the shared library from python. | |||
2014-11-11 | Improved cmark_markdown_to_html. | John MacFarlane | |
Added length parameter so we can avoid strlen. Properly free buffer. | |||
2014-11-11 | Added cmark_markdown_to_html with a simple interface. | John MacFarlane | |
See #70. | |||
2014-11-11 | Added macro def needed for cpp. | John MacFarlane | |
2014-11-11 | Don't include debug.h in any production code. | John MacFarlane | |
It uses some GNU-specific things. | |||
2014-11-10 | html_unescape: Made find_entity static | John MacFarlane | |
2014-11-10 | Define _CMARK_H_ instead of _STDMD_H_. | John MacFarlane | |
2014-11-10 | Makefile: Added separate 'debug' target, 'all' does Release build. | John MacFarlane | |
2014-11-10 | Added peg-markdown to benchmarks. | John MacFarlane | |
2014-11-10 | Boldface cmark. | John MacFarlane | |
2014-11-10 | Added marked and commonmark.js to benchmarks. | John MacFarlane | |
2014-11-10 | Fixed typo in benchmarks. | John MacFarlane | |