index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-11-13
Added cmark_append_blocks, exposed more functions.
John MacFarlane
2014-11-13
Removed ast modules, moved these defs back to cmark.h.
John MacFarlane
2014-11-13
Make basic functions in cmark.h visible.
John MacFarlane
2014-11-13
Compile with -fvisibility=hidden.
John MacFarlane
2014-11-13
Moved scan_at out of scanners.h, renamed to _scan_at.
John MacFarlane
2014-11-13
Moved ast-manipulating functions from inlines to ast.
John MacFarlane
2014-11-13
bench.h - adjusted timing width.
John MacFarlane
2014-11-13
Merge pull request #196 from Thiht/master
John MacFarlane
2014-11-14
Fix some links in the README (stmd -> CommonMark for the Git repo)
Thiht
2014-11-14
Make dingus.html valid HTML5
Thiht
2014-11-13
Moved the timing macros to get finer-grained information.
John MacFarlane
2014-11-13
inline static -> static inline for consistency.
John MacFarlane
2014-11-13
Added bench.h and inserted timing macros in main.
John MacFarlane
2014-11-13
Moved cmark_free_inlines from inlines to ast.
John MacFarlane
2014-11-13
Rename cmark_free_nodes -> cmark_free_blocks.
John MacFarlane
2014-11-13
Added ast.[c,h] for AST definitions and AST-manipulating functions.
John MacFarlane
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
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
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
2014-11-12
Reorganized Makefile.
John MacFarlane
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
[prev]
[next]