summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Support space-separated flags in CFLAGS_EXTRA passed to CMakeIvan Maidanski2021-12-231-1/+2
* Compile pthread_start.c on Darwin again by CMake scriptIvan Maidanski2021-11-301-3/+6
* Try find libatomic_ops installed by cmake if with_libatomic_ops (CMake)Ivan Maidanski2021-11-301-5/+17
* Add _PROP suffix to CORD/GC[CPP]_VERSION variables in CMake scriptIvan Maidanski2021-11-301-10/+10
* Enable without_libatomic_ops for targets requiring atomic_ops.c (CMake)Ivan Maidanski2021-11-301-20/+32
* Do not compile pthread_start.c, pthread_stop_world.c on Darwin (CMake)Ivan Maidanski2021-11-301-2/+3
* Do not compile pthread_start.c on Cygwin even if build shared libs (CMake)Ivan Maidanski2021-11-301-2/+2
* New CMake option to link with external libatomic_ops (system library)Ivan Maidanski2021-11-301-9/+18
* Add CMake option to force libatomic_ops headers usageIvan Maidanski2021-11-271-3/+8
* Remove doc.am and move gc.man to base folderIvan Maidanski2021-11-251-2/+1
* Move public header files to include/gc in source treeIvan Maidanski2021-11-251-21/+20
* Put gc_badalc/cpp.cpp instead of .cc ones in CMake script (MSVC/BCC/WCC)Ivan Maidanski2021-11-241-2/+10
* Rename README.QUICK to LICENSE and install it by defaultIvan Maidanski2021-11-231-2/+1
* Relax required dependencies for test_atomic_ops (CMake)Ivan Maidanski2021-11-081-1/+1
* Do not name GCC intrinsics as C11 onesIvan Maidanski2021-10-301-1/+1
* Bump libgc version (for the development of 8.4 release)Ivan Maidanski2021-09-291-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