index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2014-12-31
Rename test builddir to 'build/testdir'
Nick Wellnhofer
2014-12-30
Require cmake >= 2.8.9, use a ppa for travis.
John MacFarlane
2014-11-29
Moved testing programs to test/.
John MacFarlane
2014-11-29
Moved man page generation to man/CMakeLists.txt.
John MacFarlane
2014-11-28
Framework for using doxygen to generate API docs.
John MacFarlane
2014-11-27
Renamed runtests.py -> spec_tests.py.
John MacFarlane
2014-11-27
Added pathological_tests.py to test suite.
John MacFarlane
2014-11-24
Set test environment on Windows
Nick Wellnhofer
2014-11-20
Use --no-normalize in tests.
John MacFarlane
2014-11-19
Further runtests.py improvements.
John MacFarlane
2014-11-18
Added python version of test runner.
John MacFarlane
2014-11-18
Start with tests for the C API
Nick Wellnhofer
2014-11-16
Fixed cmake add_test syntax.
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-11
Removed cpack stuff from CMakeLists.txt.`
John MacFarlane
2014-11-10
Properly set default build type in CMakeLists.txt.
John MacFarlane
2014-11-07
More cmake cleanup.
John MacFarlane
2014-11-07
Fixed compiler warnings in cmake.
John MacFarlane
2014-11-07
Moved include file check to src/CMakeLists.txt.
John MacFarlane
2014-11-07
Removed old man/CMakeLists.txt.
John MacFarlane
2014-11-06
cmake: Give fatal error on in-source build.
John MacFarlane
2014-10-25
Added man/CMakeLists.txt to install man pages.
John MacFarlane
2014-10-25
CMakeLists tweaks.
John MacFarlane
2014-10-25
config.h unnecessary for now.
John MacFarlane
2014-10-25
Merge branch 'cmake-build' of https://github.com/gittiver/stmd into gittiver-...
John MacFarlane
2014-09-11
urls used in packages changed to common mark.org
Gulliver
2014-09-11
corrections for OSX and *NIX
Gulliver
2014-09-10
added scanner.c to sources and special rule
Gulliver
2014-09-10
added initial version of cmake build-files
Gulliver