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-20Fix the build and run on N3DS, PS4, and AndroidJosh Peterson
2018-05-18Fix missing GC_dirty calls for GC-allocated objects used internallyIvan Maidanski
2018-05-16Add assertions to finalize and threads support for MANUAL_VDB needsIvan Maidanski
2018-04-20Use THREAD_EQUAL consistently to compare pthread_t valuesIvan Maidanski
2018-03-23Fix thread_suspend fail for threads registered from key destructor (OS X)Ivan Maidanski
2018-03-13Use atomic load/store for the concurrently accessed variables in GC_lockIvan Maidanski
2018-03-07Workaround sem_wait failure in pthread_create on HaikuIvan Maidanski
2018-03-07Revert 'Report errno in case of sem_wait failure in GC_pthread_create'Ivan Maidanski
2018-03-02Wrap remaining extern symbols in .c files into EXTERN_C_BEGIN/ENDIvan Maidanski
2018-02-28Declare all internal functions in private headers instead of .c filesIvan Maidanski
2018-02-28Eliminate warning about unused start_routine for Orbis and PSP2Ivan Maidanski
2018-02-23Report errno in case of sem_wait failure in GC_pthread_createIvan Maidanski
2018-02-22Eliminate C++ warnings about deprecated register keyword (GC source)Jay Krell
2018-02-16Convert GC source files to valid C++ codeIvan Maidanski
2018-02-01Initial support of Sony PlayStation Portable 2Jonathan Chambers
2018-01-29Initial support of Orbis targetJonathan Chambers
2018-01-24Initial support of Haiku/amd64Calvin Buckley
2018-01-24Use HOST_ANDROID define instead of PLATFORM_ANDROIDZoltan Varga
2018-01-19Fix GC allocation mutex in child after a forkGustavo Giraldez
2017-12-15Workaround TSan hang in free_inner when called from at-fork child handlerIvan Maidanski
2017-12-14Workaround TSan false positive in remove_all_threads_but_meIvan Maidanski
2017-12-14Do not add no_sanitize_thread to fork at-handlers if no pthread_atforkIvan Maidanski
2017-12-13Revert 'Workaround TSan hang in GC_free_inner when called from at-fork'Ivan Maidanski
2017-12-01Fix data race in mark_thread when updating mark_noIvan Maidanski
2017-11-30Workaround TSan false positive about read of mark_lock_holderIvan Maidanski
2017-11-29Eliminate TSan false positive for stop_info.stack_ptr (v2)Ivan Maidanski
2017-11-23Fix data race in GC_suspend/resume_threadIvan Maidanski
2017-11-23Workaround TSan hang in GC_free_inner when called from at-fork handlerIvan Maidanski
2017-11-23Workaround TSan false positives for at-fork handlers accessing lock_holderIvan Maidanski
2017-11-22Workaround TSan false positive in lookup_thread called by suspend_handlerIvan Maidanski
2017-11-21Place no_sanitize attributes in a GCC-compliant wayIvan Maidanski
2017-10-20Workaround Thread Sanitizer (TSan) false positive warnings (partially)Ivan Maidanski
2017-10-06Move conditional GC_need_to_lock setting to gc_locks.hIvan Maidanski
2017-09-26Fix pthread_join when thread is registered in thread key destructorIvan Maidanski
2017-09-26Fix removal of dead threads in a child processIvan Maidanski
2017-08-28Fix assertion violation in return_single_freelist in child processIvan Maidanski
2017-08-28Fix GC_remove_specific invocation from remove_all_threads_but_meIvan Maidanski
2017-08-25Add debug logging to new_thread about GC_threads hash table collisionsIvan Maidanski
2017-08-24Eliminate most of collisions in GC_threads on Linux/x64Ivan Maidanski
2017-08-22Fix deadlock in GC_help_marker caused by use of mark_cv of parent processIvan Maidanski
2017-08-22Avoid busy waiting in mark_thread while GC_parallel is falseIvan Maidanski
2017-08-22Eliminate unsigned fl_builder_count underflow in mark_threadIvan Maidanski
2017-08-02Use heap-allocated memory for local mark stack of non-marker threadIvan Maidanski
2017-07-31Do not use asm in GC_pauseIvan Maidanski
2017-06-29Fix gctest crash if configure --enable-handle-fork on DarwinIvan Maidanski
2017-06-23Ensure GC initialized when atfork_prepare is called by clientIvan Maidanski
2017-06-23Fix gctest failure if PARALLEL_MARK (musl)Peter Wang
2017-06-16Consistently use 'msec' instead of 'ms' in comments in pthread_supportIvan Maidanski
2017-06-07Eliminate 'unused variable' compiler warning in remove_all_threads_but_meIvan Maidanski
2017-05-23Workaround 'comparison of identical expressions' false code defectsIvan Maidanski