index
:
delta/bdwgc.git
add-long-weakref
draft-appveyor
draft-travis
fix_tsx_bug
freebsd-ports-devel-boehm-gc
freebsd-ports-devel-boehm-gc-integrate
gc6x-branch
gcc_boehmgc
ios-unified-ts-fix
jtotz-bdwgc-integrate
jtotz_bdwgc
master
mono_libgc
racket_gc
release-7_2
release-7_4
release-7_6
release-8_0
release-8_2
thread-suspend
github.com: ivmai/bdwgc.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn off parallel marker, thread-local allocation if used AO ops emulated
Ivan Maidanski
2018-11-21
1
-75
/
+68
*
Fix a deadlock in write_fault_handler if AO_or is emulated
Ivan Maidanski
2018-11-21
1
-0
/
+7
*
Fix deadlocks in write and suspend handlers if AO test-and-set is emulated
Ivan Maidanski
2018-11-20
1
-1
/
+23
*
Fix linkage with a system libatomic_ops shared library
Fabrice Fontaine
2018-11-15
1
-1
/
+3
*
Pass -Wall -Wextra -Wpedantic to g++ if supported (configure)
Ivan Maidanski
2018-10-12
1
-0
/
+1
*
Bump libgc version (for development of 8.2 release)
Ivan Maidanski
2018-09-06
1
-1
/
+1
*
[8.0.0]
v8.0.0
Ivan Maidanski
2018-09-05
1
-1
/
+1
*
Consistently use AS_HELP_STRING for configure new options
Ivan Maidanski
2018-08-03
1
-6
/
+6
*
New configure --disable-register-main-static-data option
Michael DeRoy
2018-07-30
1
-0
/
+8
*
New configure --disable-dynamic-loading option
Michael DeRoy
2018-07-30
1
-0
/
+10
*
New configure --enable-mmap option
Michael DeRoy
2018-07-30
1
-0
/
+5
*
Adjust formatting of configure help messages and config.h comments
Ivan Maidanski
2018-07-29
1
-24
/
+25
*
New configure --disable-threads-discovery option
Michael DeRoy
2018-07-29
1
-0
/
+8
*
Fix build for Android after enabling handle-fork by default
Ivan Maidanski
2018-07-11
1
-0
/
+3
*
Do not use PKG_CHECK_MODULES in configure
Ivan Maidanski
2018-05-18
1
-7
/
+6
*
Fix comments style in configure.ac and Makefile.am
Ivan Maidanski
2018-05-18
1
-18
/
+21
*
Remove stubborn objects allocation code completely
Ivan Maidanski
2018-05-15
1
-4
/
+3
*
Remove unused HAVE_EXECINFO_H macro definition in configure
Ivan Maidanski
2018-04-27
1
-4
/
+2
*
Remove unused HAVE_GETCONTEXT macro definition in configure
Ivan Maidanski
2018-04-27
1
-4
/
+2
*
Remove explicit HAVE_DL_ITERATE_PHDR definition in configure.ac
Ivan Maidanski
2018-04-27
1
-4
/
+0
*
Workaround gctest hang on kFreeBSD if thread-local allocations are on
Ivan Maidanski
2018-04-20
1
-1
/
+12
*
Enable memory unmapping by default
Ivan Maidanski
2018-04-14
1
-5
/
+5
*
Do not match kFreeBSD by FreeBSD host string pattern (CMake/configure)
Ivan Maidanski
2018-04-06
1
-1
/
+1
*
Determine whether to use compiler TLS for kFreeBSD at compile time
Ivan Maidanski
2018-04-06
1
-1
/
+0
*
Enable handle-fork by default
Ivan Maidanski
2018-03-29
1
-4
/
+22
*
Accept Android platform by both CMake and configure
Ivan Maidanski
2018-03-27
1
-1
/
+1
*
Avoid duplication of code handling pthreads case in configure
Ivan Maidanski
2018-03-07
1
-6
/
+7
*
Fix 'pthreads not supported by GC' configure error for DragonFly and Haiku
Ivan Maidanski
2018-03-06
1
-1
/
+2
*
Do not use alternate thread library on Solaris
Aurelien Larcher
2018-02-20
1
-5
/
+1
*
Initial support of Haiku/amd64
Calvin Buckley
2018-01-24
1
-3
/
+3
*
Support threads for DragonFly in configure
Ivan Maidanski
2018-01-18
1
-3
/
+4
*
Use mprotect instead of mmap in GC_unmap() on Cygwin
Erik M. Bray
2017-10-17
1
-6
/
+1
*
Fix 'package requirements (atomic_ops) were not met' configure error
Ivan Maidanski
2017-10-17
1
-1
/
+1
*
Allow PKG_CHECK_MODULES in configure.ac to be commented out easily
Ivan Maidanski
2017-10-16
1
-4
/
+11
*
Do not install documentation if configure --disable-docs (new option)
Ivan Maidanski
2017-08-04
1
-0
/
+5
*
Build only shared libraries by default (configure)
Ivan Maidanski
2017-07-19
1
-1
/
+3
*
Change configure --with-checksums to --enable-checksums option
Ivan Maidanski
2017-07-06
1
-4
/
+4
*
Fix configure --disable-munmap handling
Ivan Maidanski
2017-06-29
1
-2
/
+3
*
Imply configure --single-obj-compilation if --disable-static
Ivan Maidanski
2017-06-28
1
-3
/
+6
*
Fix compiler intrinsics support check failure in 'make distcheck'
Ivan Maidanski
2017-06-16
1
-2
/
+3
*
Use compiler atomic intrinsics by default if available (configure)
Ivan Maidanski
2017-06-15
1
-0
/
+12
*
Compile checksums.c only if --with-checksums is given (configure)
Ivan Maidanski
2017-06-09
1
-0
/
+16
*
Do not produce .tar.bz2 distribution file (configure)
Ivan Maidanski
2017-06-09
1
-1
/
+1
*
Fix non-Linux configure-based builds
Ivan Maidanski
2017-06-08
1
-1
/
+5
*
Fix pthread_start compilation if single-obj-compilation (Linux)
Ivan Maidanski
2017-06-08
1
-3
/
+6
*
Support configure --disable-thread-local-alloc option (similar for CMake)
Ivan Maidanski
2017-06-08
1
-8
/
+33
*
Group common defines for POSIX platforms in configure and CMake scripts
Ivan Maidanski
2017-06-07
1
-77
/
+26
*
Remove extraneous semicolons after AC_MSG_WARN (configure)
Ivan Maidanski
2017-06-07
1
-5
/
+5
*
Update documentation about bugs reporting and new releases notification
Ivan Maidanski
2017-06-06
1
-1
/
+1
*
Allow configure --with-libatomic-ops=none to use GCC atomic intrinsics
Ivan Maidanski
2017-05-30
1
-9
/
+16
[next]