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
2020-10-22Add loop to handle abort error like in suspend logic.unity-2018.4-mbeJonathan Chambers
2019-10-31Prevent GetThreadContext failure assert.Jonathan Chambers
2019-04-17Apply changes from IL2CPP repo at 3e25fb375c763cede359ced9ca5fe31f24f0f382Jonathan Chambers
2019-04-16Revert "use SP saved in context, avoids problems when on alternate signal stack"dbuckley3d
2018-12-03Switch back to LARGE_CONFIGJonas Echterhoff
2018-10-31use SP saved in contexthandle-suspend-on-altstackdavidbuckley
2018-07-25Merge pull request #13 from Unity-Technologies/unity-master-fix-darwin-suspendJonathan Chambers
2018-07-24Perform thread_suspend in loop as it may be interrupted.unity-master-fix-darwin-suspendJonathan Chambers
2018-06-20Fix the build and run on N3DS, PS4, and AndroidJosh Peterson
2018-06-14Merge pull request #12 from Unity-Technologies/unity-fixes-for-masterjonas echterhoff
2018-06-14Fix the BDWGC build on XboxOneunity-fixes-for-masterJonas Echterhoff
2018-06-08Merge pull request #11 from Unity-Technologies/unity-fixes-for-masterjonas echterhoff
2018-06-07Fixed required by il2cpp buildJonas Echterhoff
2018-06-06Bring back declarations needed by il2cppJonas Echterhoff
2018-06-04Fix androidJonas Echterhoff
2018-06-01Reapply Unity changesJonas Echterhoff
2018-05-30Build libgc-static separatelyJonas Echterhoff
2018-05-28Disable USE_TKILL_ON_ANDROIDJonas Echterhoff
2018-05-28Add libatomic_ops submoduleJonas Echterhoff
2018-05-25Try to fix buildJonas Echterhoff
2018-05-25Merge pull request #10 from Unity-Technologies/unity-fixes-for-masterjonas echterhoff
2018-05-23enable MANUAL_VDB mode for incremental collectionJonas Echterhoff
2018-05-23Unity-specific build fixes to make master build in mono repositoryJonas Echterhoff
2018-05-18Travis CI: Test MANUAL_VDB (w/o parallel mark)Ivan Maidanski
2018-05-18Fix missing GC_dirty calls for GC-allocated objects used internallyIvan Maidanski
2018-05-18Rename GC_dirty_async back to GC_dirtyIvan Maidanski
2018-05-17Hide and rename GC_dirty to GC_dirty_async[_inner]Ivan Maidanski
2018-05-16Remove code duplication in gcj_malloc and malloc_explicitly_typedIvan Maidanski
2018-05-16Add assertions to finalize and threads support for MANUAL_VDB needsIvan Maidanski
2018-05-15Workaround 'function nested_sp is never used' cppcheck style warningIvan Maidanski
2018-05-15windows-untested: Update after stubborn.c file removalIvan Maidanski
2018-05-15Remove stubborn.c fileIvan Maidanski
2018-05-15Fix return type in GC_set_warn_proc API documentationIvan Maidanski
2018-05-15Remove stubborn objects allocation code completelyIvan Maidanski
2018-05-08Fix tests for GC compiled with MANUAL_VDBIvan Maidanski
2018-05-08Keep pointer to the start of previous entry in remove_specific_after_forkIvan Maidanski
2018-05-08Fix missing GC_dirty invocation from debug_end_stubborn_changeIvan Maidanski
2018-05-08Eliminate source code duplication in stubborn.cIvan Maidanski
2018-05-08Fix assertion violation and partial overlapping in remove_roots_subregionIvan Maidanski
2018-05-08Do not merge dynamic root with the existing static one in add_roots_innerIvan Maidanski
2018-05-08Fix potential null dereference in GC_CONSIvan Maidanski
2018-05-08Travis CI: Workaround 'pcr_interface.c is not analyzed' cppcheck warningIvan Maidanski
2018-05-08Travis CI: Test -D DEBUG_DIRTY_BITS properlyIvan Maidanski
2018-05-07Fix infinite restarting of mark_some when a static root disappeared (Linux)Ivan Maidanski
2018-05-07Turn on incremental collection in gctest also if DEFAULT_VDB or MANUAL_VDBIvan Maidanski
2018-05-05Remove unnecessary argument casts in add_roots_inner callsIvan Maidanski
2018-05-05Do not rebuild_root_index unless remove_root_at_pos is calledIvan Maidanski
2018-05-05Travis CI: Test explicit DEFAULT_VDBIvan Maidanski
2018-05-04Allow passing -D DEFAULT_VDB to CFLAGSIvan Maidanski
2018-05-04Really abort if failed to read /proc for library registration (Linux)Ivan Maidanski