platform/upstream/libgc.git
2015-08-26 Ivan MaidanskiFix clearing of moved toggle-refs array elements
2015-08-26 Rodrigo KumperaFix memory management for toggle-ref
2015-08-26 Rodrigo KumperaAdd toggle-ref support
2015-08-26 Ivan MaidanskiMark fo_head, finalize_now with a single GC_push_all...
2015-08-26 Ivan MaidanskiCode refactoring of GC_push_finalizer/thread/typed_stru...
2015-08-17 Ivan MaidanskiGC_make_descriptor code refactoring (eliminate two...
2015-08-07 Ivan MaidanskiFix exporting of GC_push_finalizer_structures
2015-08-07 Ivan MaidanskiFix exporting of GC_push_all_eager
2015-08-04 Ivan MaidanskiDistinct long-link table growth log message
2015-08-04 Ivan MaidanskiUpdate AUTHORS file
2015-08-04 Ivan MaidanskiMake heap walker accept callback
2015-07-31 Peter WangAdd support for enumerating the reachable objects in...
2015-07-28 Ivan MaidanskiReplace non-API occurrences of GC_word to word
2015-07-27 Ivan MaidanskiCode refactoring of 'alt-stack registration support'
2015-07-24 Zoltan VargaAdd alt-stack registration support
2015-07-21 Ivan MaidanskiRemove unsupported FreeBSD/ia64 case from gcconfig.h
2015-07-21 Carlos J. Puga... FreeBSD/arm support improvement
2015-07-19 Ivan MaidanskiCode refactoring of 'finalization extension API'
2015-07-16 Rodrigo KumperaImplement the finalization extension API
2015-07-16 Paul BoneFix Makefile.direct for Cygwin
2015-07-15 Ivan MaidanskiUpdate AUTHORS file
2015-07-12 Ivan MaidanskiCode refactoring regarding 'data start' definition...
2015-07-11 Carlos J. Puga... Fix support of FreeBSD/aarch64
2015-07-09 Ivan MaidanskiCode refactoring, add test and document GC_get_memory_use
2015-07-08 Eli BarzilayAdd API function to calculate total memory in use by...
2015-07-07 Ivan MaidanskiUpdate AUTHORS file
2015-07-07 Eli BarzilayFix GC_get_stack_base if called before GC_init (Win32)
2015-07-06 Ivan MaidanskiExport GC_push_finalizer_structures
2015-07-06 Ivan MaidanskiRefine GC_free_space_divisor comment regarding its...
2015-07-04 Ivan MaidanskiUpdate AUTHORS file
2015-07-04 Carlos J. Puga... Support FreeBSD/aarch64
2015-06-29 David Van HornFix various spelling errors
2015-06-29 Matthew Flattwin32: support MinGW build
2015-06-28 Ivan MaidanskiUpdate AUTHORS file
2015-06-28 Joao AbecasisHarmonize OSX/iOS configuration; enable compiling for...
2015-06-26 Joao Abecasis[Fix] Do not reference thread state struct for exceptio...
2015-06-24 Ivan MaidanskiEliminate warning about 64-bit pointer-to-int cast...
2015-06-23 Ivan MaidanskiExport GC_push_all_eager
2015-06-23 Ivan MaidanskiAdd profiling callback events to indicate start/end...
2015-06-23 Ivan MaidanskiStandalone profiling callback for threads suspend/resume
2015-06-20 Ivan MaidanskiAdjust places where profiling callbacks invoked (to...
2015-06-19 Ivan MaidanskiRename GCEventKind to GC_EventType (profiling event...
2015-06-19 Ivan MaidanskiRename and reorder profiling callback events (to match...
2015-05-17 Ivan MaidanskiMerge branch 'profiling-callbacks'
2015-05-17 Ivan MaidanskiCode refactoring of "event callbacks" functionality
2015-05-17 Ivan MaidanskiFix logic/compile errors in "event callbacks" code...
2015-05-17 Ivan MaidanskiUpdate AUTHORS file
2015-05-17 Ivan MaidanskiUpdate AUTHORS file
2015-05-17 Alex Ronne... Add build system plumbing for building with -Werror.
2015-05-16 Ivan MaidanskiUpdate ChangeLog file
2015-05-16 Ivan MaidanskiUpdate ChangeLog file
2015-05-11 Ivan MaidanskiMerge branch 'jtotz-bdwgc-integrate-2'
2015-05-11 Ivan MaidanskiAvoid new[] debug variant definition for ancient MS...
2015-05-11 Ivan MaidanskiRe-enable gc_cpp.h usage for GC compiled without ATOMIC...
2015-05-11 Ivan MaidanskiReformat code of gc_cpp.cc/h
2015-05-11 Ivan MaidanskiRestore definition of new/delete operators in gc_cpp...
2015-05-11 Ivan MaidanskiRemove commented out code in gc_cpp.cc/h
2015-05-11 Johannes Totzput all the cpp stuff in header
2015-05-11 Johannes Totzenable atomic-uncollectable
2015-05-11 Ivan MaidanskiEnable gc.h inclusion by client without implicit includ...
2015-05-11 Ivan MaidanskiAdjust code indentation of malloc/calloc/str[n]dup
2015-05-11 Ivan MaidanskiRecognize REDIRECT_MALLOC_IN_HEADER macro
2015-05-11 Ivan MaidanskiDo not pass VC-specific 'pragma message' in gc.h to...
2015-05-11 Johannes Totzdebug helper for preproc symbol mix up
2015-05-11 Ivan MaidanskiRemove erroneous GC_use_threads_discovery call from...
2015-05-11 Ivan Maidanskivc9: Move to windows-untested; adjust scripts in *...
2015-05-11 Johannes Totzno _DLL should not be defined here! it's predefined...
2015-05-11 Johannes Totzadd two more test cases
2015-05-11 Johannes Totzadd x64
2015-05-11 Johannes Totzfix us some project files for vc9
2015-05-11 Ivan MaidanskiResolve MessageBoxA at run-time (if requested) in GC_in...
2015-05-11 Ivan MaidanskiDo not show WoW64 warning message unless CHECK_NOT_WOW6...
2015-05-11 Johannes Totzgc_init() is a better place for this warning
2015-05-11 Ivan MaidanskiNew macro (NO_WINMAIN_ENTRY) to prefer main() instead...
2015-05-11 Ivan Maidanskihuge_test: turn GC_WORD_MAX into a signed constant
2015-05-11 Ivan MaidanskiEnable huge_test for Win64 (and LLP64 target)
2015-05-11 Ivan MaidanskiRename ATOMIC_UNCOLLECTABLE to GC_ATOMIC_UNCOLLECTABLE
2015-05-07 Ivan Maidanski.gitignore: Add *.vcproj.*.user (copied from .hgignore)
2015-04-06 Ivan MaidanskiRemove commented out code in AmigaOS.c, gcconfig.h...
2015-04-06 Ivan MaidanskiDo not include sigcontext.h and asm/sigcontext.h
2015-03-17 Ivan MaidanskiGC_stack_range_for code refactoring for Darwin/arm64
2015-03-17 Ivan MaidanskiAdd incremental GC support for Darwin/arm64
2015-03-12 Niklas TherningInitial support for iOS ARM64 (Aarch64)
2015-03-07 Ivan MaidanskiMerge branch 'master' into ios-unified-ts-fix
2015-02-27 Ivan MaidanskiRevert "Move asm machine-dependent files to 'src' folde...
2015-02-13 Andrew PinskiAdd AArch64-32 target support
2015-01-23 Ivan MaidanskiGC_stack_range_for code refactoring (Darwin/arm)
2015-01-07 Bruce HoultFix OSX issue with snprintf wrapper macro
2015-01-07 Bruce HoultFix OSX issue with pthread_attr_setstacksize failure
2014-11-17 Ivan MaidanskiGC_stack_range_for iOS 32/64-bit code refactoring ...
2014-11-04 Ivan MaidanskiAvoid explicit use of machine-specific x_THREAD_STATE...
2014-11-04 Ivan MaidanskiFix mistyped ARM_THREAD_STATE macro (Darwin/arm)
2014-11-04 Ivan MaidanskiMerge remote-tracking branch 'robovm/thread_get_state_s...
2014-11-02 Tsugutomo EnamiFix FirstDLOpenedLinkMap for case libgc not 1st dynamic...
2014-10-21 Ivan MaidanskiFix missing cord_pos.h, ec.h among installed headers...
2014-10-21 Ivan MaidanskiFix missing msvc_dbg.h in dist_noinst_HEADERS (Automake)
2014-10-20 Ivan MaidanskiFix missing error handling of pthread_attr_init/getstac...
2014-10-16 Yusuke SuzukiFix __alloc_size__ availability detection (Clang)
2014-09-27 Ivan MaidanskiFix missing error handling of pthreads_mutex_init and...
2014-09-24 Ivan MaidanskiWorkaround 'unknown attribute __alloc_size__' warning...
next