summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [8.2.2]v8.2.2Ivan Maidanski2022-08-261-3/+3
* Set default build type to RelWithDebInfo (CMake)Ivan Maidanski2022-08-241-0/+9
* Link with rt library to get clock_gettime where necessaryIvan Maidanski2022-08-241-4/+11
* Pass -lrt linker option in CMake script on HP/UX, NetBSDIvan Maidanski2022-08-241-0/+11
* Fix pthread_setname_np and dladdr detection by CMakeIvan Maidanski2022-04-231-1/+5
* Workaround gctest hang if test compiled as C++ code by MSVC (CMake)Ivan Maidanski2022-02-211-2/+5
* Support space-separated flags in CFLAGS_EXTRA passed to CMakeIvan Maidanski2022-02-211-1/+2
* Add _PROP suffix to CORD/GC[CPP]_VERSION variables in CMake scriptIvan Maidanski2021-12-201-10/+10
* Add CMake option to force libatomic_ops headers usageIvan Maidanski2021-12-201-3/+8
* Do not name GCC intrinsics as C11 onesIvan Maidanski2021-11-151-1/+1
* [8.2.0]v8.2.0Ivan Maidanski2021-09-291-2/+2
* Turn on automatic fork() handling by default on AndroidIvan Maidanski2021-09-181-2/+2
* Update copyright information in alloc.c and other modified files (2021)Ivan Maidanski2021-09-091-0/+1
* Avoid dirty_init warn of incremental mode incompatible with fork on DarwinIvan Maidanski2021-09-061-6/+2
* Install gc_gcj.h and gc_pthread_redirects.h only if appropriateIvan Maidanski2021-07-261-2/+8
* Do not compile pthread_*.c files in Cygwin or MSYS (CMake)Ivan Maidanski2021-07-251-5/+6
* Fix THREADDLLIBS passed to target_link_librariesIvan Maidanski2021-07-111-13/+16
* Make Libs elements space-separated in bdw-gc.pc when generated by CMakeSteve Youngs2021-07-101-2/+2
* Export CMake targets with namespace BDWgcSteve Youngs2021-07-081-6/+39
* Set so-version for installed shared libraries (CMake)Steve Youngs2021-07-081-0/+47
* Generate pkg-config metadata file (CMake)Steve Youngs2021-07-081-2/+18
* Install docs and man page if enable_docs (CMake)Steve Youngs2021-07-081-0/+14
* Do not hard-code CMAKE_DL_LIBS value (CMake)Steve Youngs2021-07-081-3/+6
* Export gctba in CMake scriptSteve Youngs2021-07-071-0/+7
* Do not hard-code install paths (CMake)Steve Youngs2021-07-071-18/+21
* Fix missing specific.c in CMake scriptIvan Maidanski2021-06-101-1/+1
* Fix missing gc_dlopen.c in CMake scriptMahder Gebremedhin2021-06-101-1/+2
* Fix CMake build on macOS CatalinaIvan Maidanski2020-07-101-5/+0
* Pass -no-undefined linker flag if building shared libraries (CMake)Ivan Maidanski2020-03-071-0/+16
* Detect presence and flavor of pthread_setname_np by CMake scriptIvan Maidanski2020-03-031-0/+44
* Support -fvisibility=hidden option in CMake scriptIvan Maidanski2020-02-281-0/+8
* New CMake option (disable_handle_fork) to disable fork handling completelyIvan Maidanski2020-02-281-4/+9
* Read environment variables from a file on WinCE (CMake script)Ivan Maidanski2020-02-281-0/+3
* New CMake option (disable_gc_debug) to remove debugging codeIvan Maidanski2020-02-281-0/+5
* Detect dladdr() presence in CMake scriptIvan Maidanski2020-02-271-0/+12
* Detect sigsetjmp() availability in CMake scriptIvan Maidanski2020-02-251-0/+6
* Fix spelling of CheckIncludeFile module name in CMake scriptIvan Maidanski2020-02-251-1/+1
* Disable Clang/GCC aliasing optimization in CMake script by defaultIvan Maidanski2020-02-211-0/+8
* Fix 'unknown CMake command check_include_file' build errorIvan Maidanski2020-02-211-0/+1
* Detect presence of execinfo.h system header in CMake scriptIvan Maidanski2020-02-201-0/+6
* Detect presence of getcontext and dl_iterate_phdr in CMake scriptIvan Maidanski2020-02-201-0/+13
* Build gctba libraryIvan Maidanski2019-11-071-0/+6
* Move GC_throw_bad_alloc definition to new C++ fileIvan Maidanski2019-11-041-1/+1
* Enable multi-threaded builds by CMakeIvan Maidanski2019-08-231-49/+72
* 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