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
/
src
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2020-01-24
build: substitute the path into the generate files
Saleem Abdulrasool
2020-01-11
Fix CMake generator expression checking for MSVC
Nick Wellnhofer
2020-01-05
Move C_VISIBILITY_PRESET back to src/CMakeLists.txt.
John MacFarlane
2020-01-02
build: add exports targets for build tree usage
Saleem Abdulrasool
2020-01-02
build: use target properties for include paths
Saleem Abdulrasool
2020-01-02
build: reduce property computation in CMake
Saleem Abdulrasool
2020-01-02
build: use `CMAKE_INCLUDE_CURRENT_DIRECTORY`
Saleem Abdulrasool
2020-01-02
build: only include GNUInstallDirs once
Saleem Abdulrasool
2019-12-22
build: cleanup CMake (#319)
Saleem Abdulrasool
2019-04-23
Link executable with static or shared library
Nick Wellnhofer
2019-03-18
Remove deprecated call to add_compiler_export_flags()
Jonathan Müller
2018-09-05
build: only attempt to install MSVC system libraries on Windows
Saleem Abdulrasool
2017-11-14
Generate export header for static-only build
Nick Wellnhofer
2017-10-19
Include GNUInstallDirs in src/CMakeLists.txt
Nick Wellnhofer
2017-10-12
Fixed regression in install dest for static library.
John MacFarlane
2017-10-10
Don't use CMAKE_INSTALL_LIBDIR to create libcmark.pc.
John MacFarlane
2017-06-27
Add Makefile target and harness to fuzz with libFuzzer
Phil Turnbull
2017-01-06
Make shared and static libraries optional
Azamat H. Hackimov
2017-01-06
Added support for built-in ${LIB_SUFFIX} feature
Azamat H. Hackimov
2017-01-03
Revert "More sourcepos! (#169)"
John MacFarlane
2016-12-20
More sourcepos! (#169)
Mathieu Duponchelle
2016-11-24
Remove redundant cmake_minimum_required.
John MacFarlane
2016-11-19
Use VERSION_GREATER to clean up cmake version test.
John MacFarlane
2016-11-19
Put set_policy under cmake version test.
John MacFarlane
2016-11-18
Set policy for CMP0063 to avoid a warning.
John MacFarlane
2016-11-09
Fix CMAKE_C_VISIBILITY_PRESET for cmake versions greater than 1.8 (e.g. 3.6.2...
Hugh Bellamy
2016-06-27
Change export install location
Jonathan Müller
2016-06-27
Export the targets on installation
Jonathan Müller
2016-03-12
Compile in plain C mode with MSVC 12.0 or newer
Nick Wellnhofer
2015-12-28
Make LIB_INSTALL_DIR configurable.
John MacFarlane
2015-12-24
Removed obsolete TIMER macro.
John MacFarlane
2015-12-19
Removed bench.h and timing calls in main.c
John MacFarlane
2015-12-04
Install static library.
John MacFarlane
2015-08-10
Remove need to disable MSVC warning 4267
Kevin Wojniak
2015-08-10
Remove need to disable MSVC warning 4244
Kevin Wojniak
2015-08-10
Remove need to disable MSVC warning 4244
Kevin Wojniak
2015-08-10
Remove need to disable MSVC warning 4800
Kevin Wojniak
2015-08-09
Avoid name clash between Windows .pdb files
Nick Wellnhofer
2015-07-25
Removed cmark_strbuf_printf and cmark_strbuf_vprintf.
John MacFarlane
2015-07-15
Set POSITION_INDEPENDENT_CODE ON for static library.
John MacFarlane
2015-07-11
Factored out common bits of rendering into separate render module.
John MacFarlane
2015-07-11
Removed dependence on debug.h.
John MacFarlane
2015-07-05
Added LaTeX renderer.
John MacFarlane
2015-06-17
Renamed entities.h -> entities.inc.
John MacFarlane
2015-06-16
Replace gperf-based entity lookup with binary tree lookup.
John MacFarlane
2015-05-31
Merge pull request #45 from nwellnhof/windows_snprintf
John MacFarlane
2015-05-31
Removed -pg from Debug build flags.
John MacFarlane
2015-05-29
Cope with broken snprintf on Windows
Nick Wellnhofer
2015-05-29
Revert "Ubsan: add -fsanitize=undefined to link flags too."
John MacFarlane
2015-05-29
Ubsan: add -fsanitize=undefined to link flags too.
John MacFarlane
[next]