]> granicus.if.org Git - gc/history - configure.ac
Replace push_one calls with push_many_regs one for Win32 thread context
[gc] / configure.ac
2019-07-26 Ivan MaidanskiFix test_cpp failure caused by arbitrary link order...
2019-07-26 Ivan MaidanskiPass -D GC_DLL -fvisibility=hidden if default configure...
2019-07-05 Ivan MaidanskiRemove dependency on user32.dll import library from...
2019-03-25 Ivan MaidanskiFix configure message about 'AIX gcc optimization fix'
2019-03-20 Peter BudaiSupport MSYS builds in configure
2019-02-26 Ivan MaidanskiFix 'duplicate symbol' error for tests using multiple...
2018-11-21 Ivan MaidanskiTurn off parallel marker, thread-local allocation if...
2018-11-20 Ivan MaidanskiFix a deadlock in write_fault_handler if AO_or is emulated
2018-11-20 Ivan MaidanskiFix deadlocks in write and suspend handlers if AO test...
2018-11-15 Fabrice FontaineFix linkage with a system libatomic_ops shared library
2018-10-11 Ivan MaidanskiPass -Wall -Wextra -Wpedantic to g++ if supported ...
2018-09-06 Ivan MaidanskiBump libgc version (for development of 8.2 release)
2018-09-04 Ivan Maidanski[8.0.0] v8.0.0
2018-08-03 Ivan MaidanskiConsistently use AS_HELP_STRING for configure new options
2018-07-30 Michael DeRoyNew configure --disable-register-main-static-data option
2018-07-30 Michael DeRoyNew configure --disable-dynamic-loading option
2018-07-30 Michael DeRoyNew configure --enable-mmap option
2018-07-29 Ivan MaidanskiAdjust formatting of configure help messages and config...
2018-07-29 Michael DeRoyNew configure --disable-threads-discovery option
2018-07-11 Ivan MaidanskiFix build for Android after enabling handle-fork by...
2018-05-18 Ivan MaidanskiDo not use PKG_CHECK_MODULES in configure
2018-05-18 Ivan MaidanskiFix comments style in configure.ac and Makefile.am
2018-05-15 Ivan MaidanskiRemove stubborn objects allocation code completely
2018-04-27 Ivan MaidanskiRemove unused HAVE_EXECINFO_H macro definition in configure
2018-04-27 Ivan MaidanskiRemove unused HAVE_GETCONTEXT macro definition in configure
2018-04-27 Ivan MaidanskiRemove explicit HAVE_DL_ITERATE_PHDR definition in...
2018-04-19 Ivan MaidanskiWorkaround gctest hang on kFreeBSD if thread-local...
2018-04-14 Ivan MaidanskiEnable memory unmapping by default
2018-04-06 Ivan MaidanskiDo not match kFreeBSD by FreeBSD host string pattern...
2018-04-05 Ivan MaidanskiDetermine whether to use compiler TLS for kFreeBSD...
2018-03-28 Ivan MaidanskiEnable handle-fork by default
2018-03-27 Ivan MaidanskiAccept Android platform by both CMake and configure
2018-03-06 Ivan MaidanskiAvoid duplication of code handling pthreads case in...
2018-03-06 Ivan MaidanskiFix 'pthreads not supported by GC' configure error...
2018-02-20 Aurelien LarcherDo not use alternate thread library on Solaris
2018-01-24 Calvin BuckleyInitial support of Haiku/amd64
2018-01-17 Ivan MaidanskiSupport threads for DragonFly in configure
2017-10-17 Erik M. BrayUse mprotect instead of mmap in GC_unmap() on Cygwin
2017-10-16 Ivan MaidanskiFix 'package requirements (atomic_ops) were not met...
2017-10-16 Ivan MaidanskiAllow PKG_CHECK_MODULES in configure.ac to be commented...
2017-08-03 Ivan MaidanskiDo not install documentation if configure --disable...
2017-07-18 Ivan MaidanskiBuild only shared libraries by default (configure)
2017-07-06 Ivan MaidanskiChange configure --with-checksums to --enable-checksums...
2017-06-29 Ivan MaidanskiFix configure --disable-munmap handling
2017-06-27 Ivan MaidanskiImply configure --single-obj-compilation if --disable...
2017-06-16 Ivan MaidanskiFix compiler intrinsics support check failure in 'make...
2017-06-15 Ivan MaidanskiUse compiler atomic intrinsics by default if available...
2017-06-09 Ivan MaidanskiCompile checksums.c only if --with-checksums is given...
2017-06-09 Ivan MaidanskiDo not produce .tar.bz2 distribution file (configure)
2017-06-08 Ivan MaidanskiFix non-Linux configure-based builds
2017-06-08 Ivan MaidanskiFix pthread_start compilation if single-obj-compilation...
2017-06-07 Ivan MaidanskiSupport configure --disable-thread-local-alloc option...
2017-06-07 Ivan MaidanskiGroup common defines for POSIX platforms in configure...
2017-06-06 Ivan MaidanskiRemove extraneous semicolons after AC_MSG_WARN (configure)
2017-06-06 Ivan MaidanskiUpdate documentation about bugs reporting and new relea...
2017-05-30 Ivan MaidanskiAllow configure --with-libatomic-ops=none to use GCC...
2017-05-29 Ivan MaidanskiFix external libatomic_ops pkg-config-based detection
2017-05-29 Ivan MaidanskiDo not require libatomic_ops for single-threaded builds...
2017-05-29 Ivan MaidanskiImprove detection of internal libatomic_ops (configure)
2017-05-24 Ivan MaidanskiFix typo in configure help message
2017-05-12 Ivan MaidanskiDefine GC_THREADS instead of GC_x_THREADS in Makefiles
2017-05-05 Ivan MaidanskiUpdate documentation as parallel mark is now on by...
2017-05-05 Ivan MaidanskiRemove DGUX_THREADS macro which duplicates GC_DGUX386_T...
2017-05-03 Ivan MaidanskiRemove GC_GNU_THREADS macro (HURD)
2017-04-28 Ivan MaidanskiUse thread-local allocations for all multi-threaded...
2017-04-24 Ivan MaidanskiTurn on parallel marker for AIX, Irix, NaCl, NetBSD...
2017-04-22 Ivan MaidanskiTurn on parallel marker by default for all multi-thread...
2017-03-23 Ivan MaidanskiDetect sigsetjmp() availability by configure
2017-03-23 Ivan MaidanskiSupport CFLAGS_EXTRA when checking for inline and dladd...
2017-03-17 Ivan MaidanskiFix GC shared library tests failure (musl)
2017-03-16 Romain Naourconfigure: match uclinux pattern
2017-03-15 Ivan MaidanskiUse AC_DEFINE for defining NO_GETCONTEXT in configure
2017-03-15 Samuel Martinconfigure.ac: add check for NO_GETCONTEXT definition
2017-03-14 Ivan MaidanskiRefine configure messages when checking for compiler...
2017-02-20 Klemens Zwischenbr... Fix various typos in comments and printed messages
2017-01-18 Ivan MaidanskiAdd configure --enable-gcov option (enable code coverag...
2016-12-09 Ivan MaidanskiSupport CFLAGS_EXTRA to pass extra user-defined compile...
2016-11-22 Ivan MaidanskiReport gcc/clang pedantic warnings (configure)
2016-08-17 Ivan MaidanskiFix compilation if configured with --enable-werror...
2016-08-09 Ivan MaidanskiBump libgc version (for development)
2016-08-02 Ivan Maidanski[7.6.0] gc7_6_0
2016-07-21 Mike FrysingerCheck for execinfo.h by configure
2016-06-30 Ivan MaidanskiMerge branch 'generalize-alloc-via-ok_freelist'
2016-06-21 Ivan MaidanskiMerge branch 'thread-suspend'
2015-11-19 Ivan MaidanskiCode refactoring of thread suspend/resume API support
2015-10-01 Elijah TaylorDefine GC_LINUX_THREADS, NO_EXECUTE_PERMISSION in confi...
2015-09-02 Ivan MaidanskiFix 'visibility attribute not supported' GCC warning...
2015-05-17 Ivan MaidanskiMerge branch 'profiling-callbacks'
2015-05-17 Alex Ronne PetersenAdd build system plumbing for building with -Werror.
2015-05-11 Ivan MaidanskiMerge branch 'jtotz-bdwgc-integrate-2'
2015-05-11 Ivan MaidanskiRename ATOMIC_UNCOLLECTABLE to GC_ATOMIC_UNCOLLECTABLE
2014-09-10 Ivan MaidanskiFix and code refactoring of lock elision workaround...
2014-09-10 Paul BoneWorkaround Linux NTPL lock elision bug.
2014-08-23 Peter WangSupport winpthreads
2014-08-10 Ivan MaidanskiFix pthreads-win32 name in comments and documentation
2014-06-09 Ivan MaidanskiFix 'illegal option -xassembler-with-cpp' error (Oracle...
2014-06-09 Ivan MaidanskiFix CFLAGS in configure regarding -O flag passing to...
2014-05-22 Ivan MaidanskiFix 'source file in a subdirectory' Automake warnings
2014-05-17 Ivan MaidanskiMerge branch 'ancient-releases'
2014-04-27 Ivan MaidanskiFix machdep .lo files path in configure (SPARC, IA-64)
next