platform/upstream/libgc.git
2015-09-16 Ivan MaidanskiEnable thread-local storage for Android Clang
2015-09-15 Ivan Maidanskiwindows-untested: Fix paths to msvc_dbg.c/h
2015-09-15 Ivan MaidanskiUpdate AUTHORS file
2015-09-15 Terrell RussellFix typos in README for ews4800
2015-09-14 Ivan MaidanskiUpdate compiler options in gc.mak (Win32)
2015-09-14 Ivan Maidanski.gitignore: Ignore .exp and .sbr also in subfolders...
2015-09-11 Ivan MaidanskiTurn off sigsetjmp workaround for Android/x86 starting...
2015-09-10 Ivan MaidanskiFix abort message in GC_move_long_link
2015-09-10 Ivan MaidanskiFix 'comparison of non-null parameter is always false...
2015-09-10 Ivan MaidanskiAllow fork() automatic handling on Android with API...
2015-09-10 Ivan MaidanskiConsistently use int[] type for '_end' symbol
2015-09-09 Ivan MaidanskiWorkaround 'sa_sigaction member missing' compiler error...
2015-09-09 Ivan MaidanskiSupport build for Android 64-bit (arm64, mips64, x86_64)
2015-09-09 Ivan MaidanskiFix 'cast to pointer from integer' warning in GC_on_thr...
2015-09-09 Ivan MaidanskiSupport Android API level 21
2015-09-04 Niklas TherningFix (allow) thread local allocations from within pthrea...
2015-09-02 Ivan MaidanskiFix 'visibility attribute not supported' GCC warning...
2015-09-01 Ivan MaidanskiMerge branch 'toggleref'
2015-09-01 Ivan MaidanskiFix data race in GC_init_explicit_typing
2015-08-29 Carlos J. Puga... Support FreeBSD/mips
2015-08-28 Ivan MaidanskiReduce GCToggleRef size twice (convert struct to union)
2015-08-28 Ivan MaidanskiCode refactoring of toggle-ref support
2015-08-26 Ivan MaidanskiFix out-of-memory handling in GC_toggleref_add
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
next