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
2022-04-05Adjust Wow64 workaround to work on UWP/WinRT.unity-master-fix-win-incrementalJonathan Chambers
2022-03-17Fix issue due to missing upstream commit.Jonathan Chambers
2022-03-16Prevent use of unsaved thread context registers in incremental GC (Windows)Ivan Maidanski
2022-03-16Add assertion that thread is suspended when using context registersIvan Maidanski
2022-03-16Fix incorrect code generation by MS VC caused by excessive Thread_Rep sizeIvan Maidanski
2022-03-16Prevent GetThreadContext failure (Windows)Jonathan Chambers
2022-03-16Refactoring of WoW64 workaround (Win32)Ivan Maidanski
2022-03-16Fix GetThreadContext stale register values use if WoW64 (Win32)Hamayama
2019-02-28Fix windows compilation under strict C89 rulesJonas Echterhoff
2019-02-12Prevent GetThreadContext failure assert.Jonathan Chambers
2018-10-01Fix concurrent bitmap update in GC_dirtyIvan Maidanski
2018-09-25compile without c runtimeunity-master-nocrtMichael DeRoy
2018-09-10Make changes necessary to build boehm gc on UWP/arm64.uwp-arm64Tautvydas Žilys
2018-06-01Reapply Unity changesJonas Echterhoff
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-03-22Fix assertion violation in DllMain of win32_threadsIvan Maidanski
2018-02-28Declare all internal functions in private headers instead of .c filesIvan Maidanski
2018-02-26Always include gc_atomic_ops.h unless threads are disabledIvan 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-01-30Initial support of Xbox One (DURANGO) targetJonathan Chambers
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 'this statement may fall through' GCC warningsIvan Maidanski
2017-10-06Move conditional GC_need_to_lock setting to gc_locks.hIvan Maidanski
2017-09-27Fix pthread_detach for threads not yet registered (Cygwin, winpthreads)Ivan Maidanski
2017-09-26Fix pthread_join when thread is registered in thread key destructorIvan Maidanski
2017-09-26Fix pthread_join to avoid thread removal on failure (Cygwin, winpthreads)Ivan Maidanski
2017-09-26Fix removal of dead threads in a child processIvan Maidanski
2017-09-26Fix double lock in pthread_detach (Cygwin, winpthreads)Ivan Maidanski
2017-09-19Fix missing started_thread_while_stopped call from mark_some if GCC/ClangIvan 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-25Simplify THREAD_TABLE_INDEX expression for Win32/64Ivan 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-24Change type of THREAD_TABLE_INDEX result to int in win32_threads.cIvan 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-07-20Public API (GC_deinit) to allow Win32 critical sections deletionTautvydas Zilys
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-03-07Eliminate 'scope of variable can be reduced' cppcheck warnings (Win32)Ivan Maidanski
2017-01-25Add AO primitives implementation to GC based on C11 atomic intrinsicIvan Maidanski
2017-01-18Eliminate 'GC_collecting is set but never used' code defect (Win32)Ivan Maidanski
2016-12-17Fix compilation for winpthreads if HANDLE_FORKIvan Maidanski
2016-11-17Workaround 'GC_DllMain is never used' cppcheck style warningIvan Maidanski
2016-10-25Workaround 'condition is always false' cppcheck warning in get_next_stackIvan Maidanski