summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into add-long-weakrefadd-long-weakrefIvan Maidanski2012-12-0917-203/+525
|\
| * Update TODO (add FIXME regarding Win32 threads)Ivan Maidanski2012-12-081-0/+3
| * Make GC_generic_malloc_ignore_off_page() publicIvan Maidanski2012-12-083-22/+18
| * Update AUTHORS fileIvan Maidanski2012-12-081-0/+1
| * Fix GC_malloc_explicitly_typed_ignore_off_page for large allocationsReimer Behrends2012-12-081-1/+1
| * Fix GC_remove_all_threads_but_me for Android (fork support)Ivan Maidanski2012-11-301-0/+2
| * Allow pthread_kill error code logging in GC_suspend/resume (debugging)Ivan Maidanski2012-11-301-0/+8
| * Fix ABORT definition for mingw32ce (WinCE)Ivan Maidanski2012-11-251-3/+4
| * Fix GC_CreateThread 'dwStackSize' argument type for Win64Ivan Maidanski2012-11-253-11/+15
| * Prevent POSIX fork if mprotect_thread is started (Darwin)Ivan Maidanski2012-11-221-0/+6
| * Add manual POSIX fork handling support (Android)Ivan Maidanski2012-11-217-29/+159
| * Improve fork test logging in gctestIvan Maidanski2012-11-201-18/+24
| * Minor code refactoring of GC fork handlers (remove GC prefix)Ivan Maidanski2012-11-202-11/+11
| * Update TODO (add FIXME regarding forking in Cygwin)Ivan Maidanski2012-11-191-0/+2
| * Add public GC_start_mark_threads() to allow parallel marker in fork childIvan Maidanski2012-11-195-15/+67
| * Update TODO file ('heap sections overflow' Cygwin bug fixed)Ivan Maidanski2012-11-191-3/+0
| * Fix heap sections overflow for Win32/Cygwin with enabled parallel markerIvan Maidanski2012-11-191-1/+5
| * Adjust logged messages in start_mark_threads and GC_thr_initIvan Maidanski2012-11-192-15/+13
| * Minor code refactoring of GC_thr_init (use 'markers_m1' local variable)Ivan Maidanski2012-11-192-21/+24
| * Eliminate 'unused variable' compiler warning in start_mark_threads (HP/UX)Ivan Maidanski2012-11-191-1/+0
| * Fix GC_marker_Id elements initialization (WinCE)Ivan Maidanski2012-11-181-15/+17
| * Improve logging for Android differentiating messages by log levelIvan Maidanski2012-11-152-8/+48
| * Call GC_stats/verbose_log_printf instead of GC_log_printf if print_statsIvan Maidanski2012-11-155-27/+51
| * Adjust GC_dont_expand/gc/precollect and GC_print_stats type to match gc.hIvan Maidanski2012-11-152-5/+5
| * Update AUTHORS fileIvan Maidanski2012-11-141-0/+2
| * Add support of Android loggerIvan Maidanski2012-11-132-2/+33
| * Code refactoring of GC_X_printf to improve extensibilityIvan Maidanski2012-11-131-15/+26
* | Add tests for GC_register/move/unregister_long_linkIvan Maidanski2012-12-091-0/+49
* | Minor code refactoring of dumping routines related to 'long' linksIvan Maidanski2012-11-241-60/+57
* | Added GC_LONG_REFS_NOT_NEEDED ifdefs to exclude long linkZach Saw2012-11-202-34/+64
* | Redone the comments for long link GC_API functions.Zach Saw2012-11-191-18/+19
* | Merge branch 'add-long-weakref' of https://github.com/zachsaw/bdwgc into add-...Zach Saw2012-11-190-0/+0
|\ \
| * | dded long weakref support.Zach Saw2012-11-192-16/+101
* | | Added long weakref support.Zach Saw2012-11-192-16/+101
|/ /
* | Move LOCK/UNLOCK from GC_unregister_disappearing_link_inner outerIvan Maidanski2012-11-171-15/+20
* | Minor code refactoring of GC_register/move/unregister_disappearing_linkIvan Maidanski2012-11-171-36/+39
* | Changed pointer comparison to NULL from p == NULL to !p.Zach Saw2012-11-161-1/+1
* | Changed pointer comparison to NULL from p == NULL to !p.Zach Saw2012-11-161-1/+1
* | Removed _inner suffix fromZach Saw2012-11-161-47/+30
* | Created GC_make_disappearing_links_disappear andZach Saw2012-11-161-51/+75
* | Moved code from GC_move_disappearing_link_inner that is withinZach Saw2012-11-161-13/+21
* | Moved most code from disappearing_link manipulation functionsZach Saw2012-11-151-40/+68
* | Update finalize.czachsaw2012-11-141-1/+1
* | Refactored disappearing link hash table variables into a hash table structZach Saw2012-11-141-45/+43
|/
* Better document GC_warn_proc in gc.hIvan Maidanski2012-11-121-2/+3
* Replace conditional GC_log_printf calls with GC_COND/VERBOSE_LOG_PRINTFIvan Maidanski2012-11-1217-255/+153
* Fix Win32 GC_write preventing potential infinite recursion at abortIvan Maidanski2012-11-111-5/+25
* Replace Win32 GC_delete_gc_thread with GC_delete_gc_thread_no_freeIvan Maidanski2012-11-111-13/+15
* Improve GC output atomicity in GC_print_obj, GC_print_all_errorsIvan Maidanski2012-11-114-55/+60
* Improve GC error printing atomicity in GC_add_to_black_list_normal/stackIvan Maidanski2012-11-103-34/+24