Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-31 | Rename test builddir to 'build/testdir' | Nick Wellnhofer | |
The directory 'build/test' clashed with the 'test' Makefile target. Since nmake doesn't support phony targets, the tests wouldn't be run on Windows. | |||
2014-12-30 | Require cmake >= 2.8.9, use a ppa for travis. | John MacFarlane | |
`package_find(PythonInterp)` doesn't find python 3.2 with the cmake travis provides. | |||
2014-11-29 | Moved testing programs to test/. | John MacFarlane | |
Added test/CMakeLists.txt. | |||
2014-11-29 | Moved man page generation to man/CMakeLists.txt. | John MacFarlane | |
Removed doxygen stuff for now. It seems too complex for what we need. We'll find another way to create cmark.3. | |||
2014-11-28 | Framework for using doxygen to generate API docs. | John MacFarlane | |
Added Makefile target for doxygen-generated man page. Added Doxyfile. Added man/man3/cmark.3 (generated by doxygen) to install targets. | |||
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 | |
Add directory containing cmark.dll to PATH on Windows. | |||
2014-11-20 | Use --no-normalize in tests. | John MacFarlane | |
2014-11-19 | Further runtests.py improvements. | John MacFarlane | |
Better handling of br. Distinguish between a case where there's space on the next line and one where there isn't. Added --test-normalization flag to test normalization feature. | |||
2014-11-18 | Added python version of test runner. | John MacFarlane | |
This tests the dynamic library when run without a second argument. The code makes use of an amended version of the normalization method from karlcow/markdown-testsuite. Closes #161. | |||
2014-11-18 | Start with tests for the C API | Nick Wellnhofer | |
The C API tests can be run individually via build/api_test/api_test Or together with the spec tests via cmake --build build --target test | |||
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 | |
Use compiler optimizations, -Wall, -Werror. | |||
2014-10-25 | config.h unnecessary for now. | John MacFarlane | |
2014-10-25 | Merge branch 'cmake-build' of https://github.com/gittiver/stmd into ↵ | John MacFarlane | |
gittiver-cmake-build Conflicts: .gitignore | |||
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 | |
for it to build it from scanner.re (added setting RE2C which contains the path to needed re2c utilitity) | |||
2014-09-10 | added initial version of cmake build-files | Gulliver | |