Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-04Fix androidJonas Echterhoff
2018-06-01Reapply Unity changesJonas Echterhoff
2018-05-25Try to fix buildJonas Echterhoff
2018-05-23Unity-specific build fixes to make master build in mono repositoryJonas Echterhoff
2018-05-15Remove stubborn objects allocation code completelyIvan Maidanski
2018-04-27Remove unused HAVE_EXECINFO_H macro definition in configureIvan Maidanski
2018-04-27Remove unused HAVE_GETCONTEXT macro definition in configureIvan Maidanski
2018-04-27Remove explicit HAVE_DL_ITERATE_PHDR definition in configure.acIvan Maidanski
2018-04-20Workaround gctest hang on kFreeBSD if thread-local allocations are onIvan Maidanski
2018-04-14Enable memory unmapping by defaultIvan Maidanski
2018-04-06Do not match kFreeBSD by FreeBSD host string pattern (CMake/configure)Ivan Maidanski
2018-04-06Determine whether to use compiler TLS for kFreeBSD at compile timeIvan Maidanski
2018-03-29Enable handle-fork by defaultIvan Maidanski
2018-03-27Accept Android platform by both CMake and configureIvan Maidanski
2018-03-07Avoid duplication of code handling pthreads case in configureIvan Maidanski
2018-03-06Fix 'pthreads not supported by GC' configure error for DragonFly and HaikuIvan Maidanski
2018-02-20Do not use alternate thread library on SolarisAurelien Larcher
2018-01-24Initial support of Haiku/amd64Calvin Buckley
2018-01-18Support threads for DragonFly in configureIvan Maidanski
2017-10-17Use mprotect instead of mmap in GC_unmap() on CygwinErik M. Bray
2017-10-17Fix 'package requirements (atomic_ops) were not met' configure errorIvan Maidanski
2017-10-16Allow PKG_CHECK_MODULES in configure.ac to be commented out easilyIvan Maidanski
2017-08-04Do not install documentation if configure --disable-docs (new option)Ivan Maidanski
2017-07-19Build only shared libraries by default (configure)Ivan Maidanski
2017-07-06Change configure --with-checksums to --enable-checksums optionIvan Maidanski
2017-06-29Fix configure --disable-munmap handlingIvan Maidanski
2017-06-28Imply configure --single-obj-compilation if --disable-staticIvan Maidanski
2017-06-16Fix compiler intrinsics support check failure in 'make distcheck'Ivan Maidanski
2017-06-15Use compiler atomic intrinsics by default if available (configure)Ivan Maidanski
2017-06-09Compile checksums.c only if --with-checksums is given (configure)Ivan Maidanski
2017-06-09Do not produce .tar.bz2 distribution file (configure)Ivan Maidanski
2017-06-08Fix non-Linux configure-based buildsIvan Maidanski
2017-06-08Fix pthread_start compilation if single-obj-compilation (Linux)Ivan Maidanski
2017-06-08Support configure --disable-thread-local-alloc option (similar for CMake)Ivan Maidanski
2017-06-07Group common defines for POSIX platforms in configure and CMake scriptsIvan Maidanski
2017-06-07Remove extraneous semicolons after AC_MSG_WARN (configure)Ivan Maidanski
2017-06-06Update documentation about bugs reporting and new releases notificationIvan Maidanski
2017-05-30Allow configure --with-libatomic-ops=none to use GCC atomic intrinsicsIvan Maidanski
2017-05-29Fix external libatomic_ops pkg-config-based detectionIvan Maidanski
2017-05-29Do not require libatomic_ops for single-threaded builds (configure)Ivan Maidanski
2017-05-29Improve detection of internal libatomic_ops (configure)Ivan Maidanski
2017-05-25Fix typo in configure help messageIvan Maidanski
2017-05-12Define GC_THREADS instead of GC_x_THREADS in MakefilesIvan Maidanski
2017-05-05Update documentation as parallel mark is now on by default in configureIvan Maidanski
2017-05-05Remove DGUX_THREADS macro which duplicates GC_DGUX386_THREADS (configure)Ivan Maidanski
2017-05-03Remove GC_GNU_THREADS macro (HURD)Ivan Maidanski
2017-04-28Use thread-local allocations for all multi-threaded buildsIvan Maidanski
2017-04-24Turn on parallel marker for AIX, Irix, NaCl, NetBSD, OpenBSD, RTEMSIvan Maidanski
2017-04-22Turn on parallel marker by default for all multi-threaded buildsIvan Maidanski
2017-03-23Detect sigsetjmp() availability by configureIvan Maidanski