summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Refactoring of CMake script to use ANDROID/APPLE/CYGWIN/MSYS variablesIvan Maidanski2019-08-221-9/+7
* Code refactoring of MAKE_BACK_GRAPH definition in CMake scriptIvan Maidanski2019-08-221-6/+4
* Fix cmake_minimum_required specificationIvan Maidanski2019-08-221-2/+2
* Fix HOST determination in CMake scriptIvan Maidanski2019-08-221-5/+4
* Cause fatal error in case of incompatible arguments passed to CMake scriptIvan Maidanski2019-08-221-1/+1
* Fix tests build by CMake on CygwinIvan Maidanski2019-08-211-2/+3
* Add staticrootstest to CMake scriptIvan Maidanski2019-08-211-0/+13
* Eliminate 'treating c input as c++ when in C++ mode' Clang warning (CMake)Ivan Maidanski2019-08-131-1/+5
* Fix passing CFLAGS_EXTRA to compiler in CMake scriptIvan Maidanski2019-07-311-4/+1
* Support CFLAGS_EXTRA to pass extra user-defined compiler flags (CMake)Ivan Maidanski2019-07-301-0/+8
* Workaround 'typedef ignored on left of' MSVC warning in imagehlp.h (CMake)Ivan Maidanski2019-07-251-0/+3
* Compile msvc_dbg.c by CMake script (MS VC)Ivan Maidanski2019-07-221-0/+5
* Enable CMake-based build for Borland and Watcom compilersIvan Maidanski2019-07-171-2/+27
* Support enable_werror option in CMake scriptIvan Maidanski2019-07-071-4/+26
* Remove dependency on user32.dll import library from static libgc (Win32)Ivan Maidanski2019-07-051-0/+4
* Specify rules for installing targets in CMake scriptVictor Romero2019-06-201-0/+19
* Build gc_cpp.cc as gccpp library by CMake scriptIvan Maidanski2019-06-201-5/+6
* Compile 'de' test GUI app with resources by CMake scriptIvan Maidanski2019-06-201-1/+1
* Fix 'unresolved external symbol _main' in gctest reported by MS VCIvan Maidanski2019-06-191-1/+1
* Build libcord by CMake scriptIvan Maidanski2019-06-191-11/+18
* Build gc as a shared library by default (CMake)Ivan Maidanski2019-06-181-14/+9
* Enable test_cpp in CMake scriptIvan Maidanski2019-06-171-3/+3
* Move test executable files produced by CMake to the base folderIvan Maidanski2019-06-151-5/+73
* Rename libgc-lib.a to libgc.a in CMake scriptVictor Romero2019-06-151-2/+2
* Remove gcmt-dll generation by CMakeIvan Maidanski2019-06-141-2/+0
* Remove gcmt-lib generation by CMakeIvan Maidanski2019-06-141-4/+0
* Restrict CMake project to C-only language unless enable_cplusplusIvan Maidanski2019-06-141-2/+6
* Fix gc_cpp.cc compilation by CMake if enable_single_obj_compilationIvan Maidanski2019-06-141-4/+4
* Add CMake option to compile all library .c files into single object fileIvan Maidanski2019-06-071-0/+9
* Fix build for OS X (CMake)Victor Romero2019-06-071-1/+1
* Define _CRT_SECURE_NO_DEPRECATE macro in CMake script only for MS VCVictor Romero2019-06-071-1/+1
* Support header files installation in CMake scriptVictor Romero2019-06-071-0/+28
* Do not build the tests by default (CMake)Victor Romero2019-06-061-2/+9
* Move CMake cord specification and cord executable to cord folderIvan Maidanski2019-06-051-8/+1
* Define _CRT_SECURE_NO_DEPRECATE macro in CMake script only for Win32Victor Romero2019-06-051-2/+3
* Turn off C++ API in CMake script by defaultIvan Maidanski2019-06-051-2/+4
* Support enable_sigrt_signals option by CMake scriptIvan Maidanski2019-06-051-0/+4
* Group all options near the top of CMake scriptVictor Romero2019-05-311-21/+20
* Upgrade cmake_minimum_required(version) to 3.1Victor Romero2019-05-311-3/+1
* Rename NO values to OFF in CMake scriptIvan Maidanski2019-05-301-7/+7
* Use lowercase naming of commands in CMake scriptsIvan Maidanski2019-05-271-199/+199
* Support MSYS builds by CMakeIvan Maidanski2019-03-201-2/+2
* Fix comment typo in CMakeLists.txtIvan Maidanski2018-09-191-1/+1
* Allow register_main_static_data disabling in CMake scriptIvan Maidanski2018-07-311-0/+5
* Allow dynamic_loading disabling in CMake scriptIvan Maidanski2018-07-311-0/+5
* Allow mmap enabling in CMake scriptIvan Maidanski2018-07-311-1/+5
* Allow threads_discovery disabling in CMake scriptIvan Maidanski2018-07-311-0/+5
* Fix wrong expression for ENDIF in CMakeLists.txtIvan Maidanski2018-07-301-1/+1
* Fix build for Android after enabling handle-fork by defaultIvan Maidanski2018-07-111-1/+3
* Remove stubborn.c fileIvan Maidanski2018-05-151-2/+2