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-07Merge pull request #68 from Unity-Technologies/unity-master-fix-win-incrementalHEADunity-masterJonathan Chambers
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
2021-12-02Merge pull request #67 from Unity-Technologies/platform/hmi/qnxAlexander Ederer
2021-12-02QNX change order of arm64/arm32 detectionplatform/hmi/qnxAlexander Ederer
2021-11-23Merge branch 'unity-master' into platform/hmi/qnxAlexander Ederer
2021-11-08Adding a call to allow the finalizer loop to be interrupted.Bill Holmes
2021-10-05Merge pull request #65 from Unity-Technologies/unity-master-ephemeron-callbackJonathan Chambers
2021-09-28Add callback to support ephemeron marking in Mono.Jonathan Chambers
2021-09-14Merge pull request #64 from akoeplinger/patch-1Jonathan Chambers
2021-09-02Stop using git protocol for submoduleAlexander Köplinger
2021-07-22Merge branch 'unity-master' into platform/hmi/qnx-evluationMario Hoepfner
2021-07-08fix qnx stack bottom for x64Mario Hoepfner
2021-03-04Provide the top stack address on QNXMario Topf
2021-01-22Fine tune #defines to get rid of linker errorsMario Topf
2021-01-21Add support for QNXMario Topf
2020-08-04Merge pull request #60 from Unity-Technologies/unity-master-darwin-stop-world...Jonathan Chambers
2020-08-04Add loop to handle abort error like in suspend logic.Jonathan Chambers
2020-07-01Merge pull request #59 from Unity-Technologies/signal-retry-speedupScott Ferguson
2020-06-29Fix Performance Regression with GC_retry_signals enabled (Case 1255866)Scott Ferguson
2020-06-12Merge pull request #58 from Unity-Technologies/tiny-emscripten-allocatorJoshua Peterson
2020-06-11Use a specific Emscripten allocator for Tinytiny-emscripten-allocatorJosh Peterson
2020-05-28Merge pull request #57 from Unity-Technologies/disable-automatic-collection-apijonas echterhoff
2020-05-28Add GC_set_disable_automatic_collection API to disable automatic periodic col...disable-automatic-collection-apiJonas Echterhoff
2020-05-28Merge pull request #56 from Unity-Technologies/fix-nda-platformsTim Cannell
2020-05-27Merge pull request #55 from Unity-Technologies/unity-master-precise-array-mar...Jonathan Chambers
2020-05-27Avoid exceeding the mark stack limitJonathan Chambers
2020-05-27remove accidentally added filefix-nda-platformstimcannell
2020-05-26Merge pull request #54 from Unity-Technologies/trigger-gc-apijonas echterhoff
2020-05-26Change name; also start collectionJonas Echterhoff
2020-05-18Add GC_trigger_collection APIJonas Echterhoff
2020-05-15nda platform changestimcannell
2020-05-15Merge branch 'unity-master' into fix-nda-platformstimcannell
2020-03-23Merge pull request #53 from Unity-Technologies/switch-time-fixjonas echterhoff
2020-03-23Fix GET_TIME, MS_TIME_DIFF & NS_TIME_DIFF macros for Switch.James Moran
2020-02-29fix platform issuestimcannell
2020-02-26extract platform defines to seperate values that can be set from the compilertimcannell
2020-02-05Merge pull request #52 from Unity-Technologies/enable-gc-retry-signalsScott Ferguson
2020-01-31Default GC_retry_signals=TRUE alwaysenable-gc-retry-signalsScott Ferguson
2019-12-04Merge pull request #51 from Unity-Technologies/fix-arm64-hangJoshua Peterson
2019-12-03Really fix 'potential unsafe sign check of a bitwise operation' code defectIvan Maidanski
2019-12-03Fixes for upstream Mono (#50)Jonathan Chambers
2019-12-03Merge pull request #49 from Unity-Technologies/fix-reload-winrtJoshua Peterson
2019-12-03Remove code that attempt to free the heap on WindowsJosh Peterson