summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Prevent 'function should return a value' BCC error in CMake scriptIvan Maidanski2023-04-171-0/+5
* Do not check presence of getcontext and dl_iterate_phdr by cmake on Win32Ivan Maidanski2023-04-171-6/+10
* Change enable_threads default to off if threads are unsupported (CMake)Bruce Mitchener2023-03-101-65/+70
* Rename doc folder to docsIvan Maidanski2023-01-261-35/+35
* Preserve doc folders structure on package installIvan Maidanski2023-01-261-4/+37
* Install ChangeLog among doc filesIvan Maidanski2023-01-241-1/+1
* Avoid code duplication between pthread_support.c and win32_threads.cIvan Maidanski2022-12-061-3/+3
* Make Emscripten Asyncify feature optionalJukka Jylanki2022-11-241-0/+17
* Build with GC_wcsdup support if wcslen existsIvan Maidanski2022-10-291-0/+6
* Fix 'unknown option --no-undefined' linker error in cmake script (OS X)Ivan Maidanski2022-09-231-12/+39
* Fix 'call to undeclared pthread_setname_np' errors in configure and cmakeSam James2022-09-151-2/+2
* Use cast to void instead of the attribute to indicate unused argumentsIvan Maidanski2022-09-151-4/+3
* Support disable_single_obj_compilation option in cmake scriptIvan Maidanski2022-09-141-1/+2
* Update shared objects version info to be not lower than in gc 8.2.2Ivan Maidanski2022-08-261-2/+2
* Set default build type to RelWithDebInfo (CMake)Ivan Maidanski2022-08-191-0/+9
* Link with rt library to get clock_gettime where necessaryIvan Maidanski2022-08-181-4/+11
* Pass -lrt linker option in CMake script on HP/UX, NetBSD and SunOSIvan Maidanski2022-08-131-0/+13
* Update copyright information in alloc.c and other modified files (2022)Ivan Maidanski2022-05-271-1/+1
* Remove extra space after comma in license termsIvan Maidanski2022-05-011-1/+1
* Fix pthread_setname_np and dladdr detection by CMakeIvan Maidanski2022-04-231-1/+5
* Name all tests consistentlyIvan Maidanski2022-02-071-46/+42
* Workaround gctest hang if test compiled as C++ code by MSVC (CMake)Ivan Maidanski2021-12-311-2/+5
* 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