summaryrefslogtreecommitdiff
path: root/src/references.h
AgeCommit message (Expand)Author
2020-02-16Fix #220 (hash collisions for references).John MacFarlane
2020-01-23Use C string instead of chunk for link URL and titleNick Wellnhofer
2019-03-28Remove leftover includes of memory.h.John MacFarlane
2016-06-06cmark: Implement support for custom allocatorsVicent Marti
2015-07-27Use clang-format, llvm style, for formatting.John MacFarlane
2015-05-14Store link URL and title as cmark_chunkNick Wellnhofer
2014-12-15Re-added cmark_ prefix to strbuf and chunk.John MacFarlane
2014-12-13Removed cmark_ prefix on chunk and strbuf.John MacFarlane
2014-11-28Use prefixed names for symbols from references.hNick Wellnhofer
2014-11-17Rename ast.h to parser.hNick Wellnhofer
2014-11-17Move reference type definitions to reference.hNick Wellnhofer
2014-11-16Declare all functions as extern "C"Nick Wellnhofer
2014-11-16Moved AST details from public header cmark.h to private ast.h.John MacFarlane
2014-11-16Rename include guards for consistency and to avoid reserved identifiersCraig Barnes
2014-11-13Removed ast modules, moved these defs back to cmark.h.John MacFarlane
2014-11-12Prefix names in references.hNick Wellnhofer
2014-11-12Prefix names in chunk.hNick Wellnhofer
2014-09-10Do not create references with empty namesVicent Marti
2014-09-10Cleanup reference implementationVicent Marti