summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in GC_USE_DLOPEN_WRAP description in configureBruce Mitchener2023-03-011-1/+1
* Remove duplicate documentation of GC_UNDERSCORE_STDCALL in configureIvan Maidanski2022-12-211-2/+0
* Make Emscripten Asyncify feature optionalJukka Jylanki2022-11-241-7/+13
* Document macros in config.h not referring to README (configure)Ivan Maidanski2022-11-171-8/+18
* Build with GC_wcsdup support if wcslen existsIvan Maidanski2022-10-291-0/+12
* Adjust naming of Win32/64 and x86/64 words in comments and documentationIvan Maidanski2022-09-261-1/+1
* Fix 'call to undeclared pthread_setname_np' errors in configure and cmakeSam James2022-09-151-11/+11
* Link with rt library to get clock_gettime where necessaryIvan Maidanski2022-08-181-4/+24
* Eliminate 'extension used' clang warning in sparc_mach_dep.S (configure)Ivan Maidanski2022-07-301-0/+18
* Update copyright information in alloc.c and other modified files (2022)Ivan Maidanski2022-05-271-1/+1
* Remove extra spaces after comma in configure and gc_pmark.hIvan Maidanski2022-05-021-2/+1
* Remove extra space after comma in license termsIvan Maidanski2022-05-011-1/+1
* Document GC_ENABLE_SUSPEND_THREAD better in configureIvan Maidanski2022-03-251-1/+1
* Start configure help messages with a lower case letterIvan Maidanski2022-02-271-1/+1
* Allow to unmap memory block right in GC cycle where block is freedIvan Maidanski2022-02-271-4/+5
* Name all tests consistentlyIvan Maidanski2022-02-071-4/+4
* Replace obsolete AC_TRY_COMPILE/LINK/RUN in configure.acIvan Maidanski2021-12-231-47/+51
* Remove obsolete AC_PROG_LIBTOOL in configure.acIvan Maidanski2021-12-231-4/+2
* Do not name GCC intrinsics as C11 onesIvan Maidanski2021-10-301-1/+1
* Support GCC MCF thread model (mcfgthreads) in configure (MinGW)John Ericson2021-10-131-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-1/+1
* Turn on automatic fork() handling by default on AndroidIvan Maidanski2021-09-181-4/+1
* Remove duplicate NO_EXECUTE_PERMISSION definition in configureIvan Maidanski2021-09-181-8/+0
* Update copyright information in alloc.c and other modified files (2021)Ivan Maidanski2021-09-091-1/+1
* Avoid dirty_init warn of incremental mode incompatible with fork on DarwinIvan Maidanski2021-09-061-5/+1
* Install gc_gcj.h and gc_pthread_redirects.h only if appropriateIvan Maidanski2021-07-261-1/+1
* Eliminate GCC warning of unsafe __builtin_return_address(1)Ivan Maidanski2021-07-211-0/+16
* Remove AC_MSG_RESULT for THREADDLLIBS (dgux386)Ivan Maidanski2021-07-101-1/+0
* Increase NTHREADS value in tests if code coverage analysisIvan Maidanski2021-07-031-1/+1
* Fix gc_cflags variable name in configure (HP/UX)Ivan Maidanski2021-06-201-2/+2
* Emscripten single-threaded support (detect stack base, push registers)Nguyen Thai Ngoc Duy2021-06-201-1/+13
* Replace obsolete AC_HELP_STRING with AS_HELP_STRINGIvan Maidanski2020-03-041-32/+31
* Remove commented out assignment of gc_use_mmap in configureIvan Maidanski2020-03-031-9/+2
* Fix pthread_setname_np detection on Linux and snprintf usage warningIvan Maidanski2020-02-071-6/+6
* Set name of GC marker threadsIvan Maidanski2020-02-061-0/+31
* Build gctba libraryIvan Maidanski2019-11-071-0/+7
* Fix test_cpp failure caused by arbitrary link order (Win32)Ivan Maidanski2019-07-261-0/+4
* Pass -D GC_DLL -fvisibility=hidden if default configure build is requestedIvan Maidanski2019-07-261-6/+3
* Remove dependency on user32.dll import library from static libgc (Win32)Ivan Maidanski2019-07-051-0/+10
* Fix configure message about 'AIX gcc optimization fix'Ivan Maidanski2019-03-251-4/+3
* Support MSYS builds in configurePeter Budai2019-03-201-5/+5
* Fix 'duplicate symbol' error for tests using multiple static libs (OS X)Ivan Maidanski2019-02-271-0/+2
* Turn off parallel marker, thread-local allocation if used AO ops emulatedIvan Maidanski2018-11-211-75/+68
* Fix a deadlock in write_fault_handler if AO_or is emulatedIvan Maidanski2018-11-211-0/+7
* Fix deadlocks in write and suspend handlers if AO test-and-set is emulatedIvan Maidanski2018-11-201-1/+23
* Fix linkage with a system libatomic_ops shared libraryFabrice Fontaine2018-11-151-1/+3
* Pass -Wall -Wextra -Wpedantic to g++ if supported (configure)Ivan Maidanski2018-10-121-0/+1
* Bump libgc version (for development of 8.2 release)Ivan Maidanski2018-09-061-1/+1
* [8.0.0]v8.0.0Ivan Maidanski2018-09-051-1/+1