summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Code refactoring of thread suspend/resume API supportIvan Maidanski2015-11-201-0/+2
* Define GC_LINUX_THREADS, NO_EXECUTE_PERMISSION in configure for NaClElijah Taylor2015-10-021-1/+4
* Fix 'visibility attribute not supported' GCC warning (IBM AIX)Ivan Maidanski2015-09-021-1/+2
* Add build system plumbing for building with -Werror.Alex Ronne Petersen2015-05-171-0/+7
* Rename ATOMIC_UNCOLLECTABLE to GC_ATOMIC_UNCOLLECTABLEIvan Maidanski2015-05-111-1/+1
* Fix and code refactoring of lock elision workaround (Linux/x64)Ivan Maidanski2014-09-111-13/+0
* Workaround Linux NTPL lock elision bug.Paul Bone2014-09-111-0/+13
* Support winpthreadsPeter Wang2014-08-231-2/+3
* Fix pthreads-win32 name in comments and documentationIvan Maidanski2014-08-101-2/+2
* Fix 'illegal option -xassembler-with-cpp' error (Oracle SunCC)Ivan Maidanski2014-06-101-1/+7
* Fix CFLAGS in configure regarding -O flag passing to SunCC compilerIvan Maidanski2014-06-101-2/+7
* Fix 'source file in a subdirectory' Automake warningsIvan Maidanski2014-05-231-1/+1
* Fix machdep .lo files path in configure (SPARC, IA-64)Ivan Maidanski2014-04-271-5/+5
* Update emails/links due to project site and ML transitionIvan Maidanski2014-02-231-1/+1
* Add config option to use STGRTMIN-based signals for thread suspend/resumeDavid Grove2014-01-311-0/+10
* Allow parallel mark to be enabled on powerpc-linux systemsDavid Grove2014-01-111-1/+1
* Bump libgc versionIvan Maidanski2013-11-221-1/+1
* Bump version to 7.4.0; change policy regarding version numbersgc7_4_0Ivan Maidanski2013-11-171-2/+2
* Detect dladdr() presence by configureIvan Maidanski2013-09-141-0/+14
* Merge branch 'freebsd-ports-devel-boehm-gc-integrate'Ivan Maidanski2013-09-041-1/+1
|\
| * Adjust configure.ac to match configure regarding FreeBSD/sparc64Ivan Maidanski2013-08-251-1/+1
* | Prevent misleading AC_MSG_ERROR/AS_IF errors reported in configure.acIvan Maidanski2013-09-021-2/+7
* | Replace deprecated [CXX]INCLUDES to AM_C[PP]FLAGS in configure.acIvan Maidanski2013-09-011-10/+8
* | Remove configure.ac outdated revision numberIvan Maidanski2013-09-011-1/+0
* | Specify LT_INIT in configure.acIvan Maidanski2013-09-011-2/+3
|/
* Fix more typos in comments and documentationIvan Maidanski2013-07-111-1/+1
* Fix AM_CONFIG_HEADER in configure for autoconf-2.69-1Manuel Serrano2013-04-031-1/+1
* Include "config.h" instead of "private/config.h" on HAVE_CONFIG_HIvan Maidanski2012-08-301-1/+1
* Fix unportable '==' test operators in configureThomas Klausner2012-08-261-7/+7
* Bump libgc versionIvan Maidanski2012-05-151-1/+1
* Bump libgc version to 7.3alpha2gc7_3alpha2Ivan Maidanski2012-05-111-1/+1
* Do not compile backgraph.c unless configure '--enable-gc-debug'Ivan Maidanski2012-04-091-0/+1
* Add public GC_set_handle_fork to control forked child handling supportIvan Maidanski2012-04-021-2/+2
* configure: add --enable-handle-fork optionAndy Wingo2012-03-281-0/+13
* Fix configure enabling 'make check' with C++ support for Cygwin/MinGWIvan Maidanski2012-03-061-0/+20
* configure: Require automake 2.61 instead of 2.63Ivan Maidanski2012-03-051-1/+1
* configure: Allow '--disable-parallel-mark' even if no threadsIvan Maidanski2012-02-271-1/+3
* configure: Enable PARALLEL_MARK and THREAD_LOCAL_ALLOC for FreeBSDIvan Maidanski2012-02-271-0/+4
* configure: Remove unused AM conditionalsIvan Maidanski2012-02-251-4/+0
* Fix configure to compile win32_threads.c for MinGW pthreads-w32 targetIvan Maidanski2012-02-251-0/+1
* configure: Require automake 2.63 (widely spread) instead of 2.64Ivan Maidanski2012-02-201-1/+1
* Add SHORT_DBG_HDRS macro template to configureIvan Maidanski2012-02-141-0/+4
* Reformat configure (wrap long lines and remove unnecessary backslash)Ivan Maidanski2012-02-141-7/+12
* Update TODO (failure in Cygwin resolved)Ivan Maidanski2012-02-091-0/+8
* configure: Enable parallel mark by default (only Linux, Solaris,Ivan Maidanski2012-01-231-6/+6
* Update bug reports email address (recommend GC mailing list)Ivan Maidanski2012-01-201-1/+1
* configure: improve GCC '-fvisibility' option support checkingIvan Maidanski2012-01-161-3/+3
* Replace repeating '==' sequences in documentation with double '=' markIvan Maidanski2012-01-121-2/+0
* Win32: allow DllMain chaining on the client sideIvan Maidanski2012-01-101-0/+4
* configure: Add script code to force USE_MMAP for some targetsIvan Maidanski2011-12-261-0/+16