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-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-26Change name; also start collectionJonas Echterhoff
2020-05-18Add GC_trigger_collection APIJonas Echterhoff
2020-02-26extract platform defines to seperate values that can be set from the compilertimcannell
2018-10-31more type fixesJonas Echterhoff
2018-10-30Fix string formatJonas Echterhoff
2018-10-29Fix precision warning on windowsJonas Echterhoff
2018-10-19use 64-bit integers for nanoseconds so we won't overflowJonas Echterhoff
2018-10-18Suport nanosecond precision in time_limit apisJonas Echterhoff
2018-06-01Reapply Unity changesJonas Echterhoff
2018-05-15Remove stubborn objects allocation code completelyIvan Maidanski
2018-04-24Expose API to control rate and max prior attempts of collect_a_littleJonathan Chambers
2018-04-23Expose API to control the minimum bytes allocated before a GC occursJonathan Chambers
2018-04-06Add assertions about held lock for apply_to_each_object callersIvan Maidanski
2018-03-15Add assertions to ensure ADD_CALL_CHAIN is called holding the lockIvan Maidanski
2018-03-01Eliminate 'unused const variable' Clang warning for copyright and versionIvan Maidanski
2018-02-26Revert 'Workaround TSan false positives in extend_size_map'Ivan Maidanski
2018-02-16Convert GC source files to valid C++ codeIvan Maidanski
2018-02-08Change type of hb_sz field (of hblkhdr) from size_t to wordIvan Maidanski
2018-02-01Initial support of Sony PlayStation Portable 2Jonathan Chambers
2018-01-29Initial support of Orbis targetJonathan Chambers
2017-12-08Workaround TSan data race report in check_fl_marksIvan Maidanski
2017-11-29Remove redundant THREADS macro checksIvan Maidanski
2017-11-16Workaround TSan false positives in extend_size_mapIvan Maidanski
2017-11-14Remove GENERAL_MALLOC internal macroIvan Maidanski
2017-11-10Add basic calculation of the total full-collection timePaul Bone
2017-10-25Do not use system clock consistently if NO_CLOCKIvan Maidanski
2017-08-30Remove unnecessary type casts of printf arguments to unsigned longIvan Maidanski
2017-08-19Add assertion that no hb_n_marks underflow occursIvan Maidanski
2017-08-14Remove redundant check that clear_fl_marks argument is non-nullIvan Maidanski
2017-07-21New API function (GC_is_incremental_mode)Ivan Maidanski
2017-07-21Fix GC_incremental declaration/definition type mismatchIvan Maidanski
2017-01-19Add assertion to allocobj that live unmarked object cannot be reclaimedIvan Maidanski
2016-10-24Workaround 'value of macro unknown' cppcheck info messagesIvan Maidanski
2016-10-21Eliminate 'printf format specifies type void*' GCC pedantic warningsIvan Maidanski
2016-10-14Eliminate more 'scope of variable can be reduced' cppcheck style warningsIvan Maidanski
2016-10-04Eliminate more 'scope of variable can be reduced' cppcheck style warningsIvan Maidanski
2016-09-27Code refactoring of divide-by-HBLKSIZE occurrencesIvan Maidanski
2016-09-27Fix GC_collect_or_expand to prevent allocation size value wrap-aroundIvan Maidanski
2016-09-23Fix malloc routines to prevent size value wrap-aroundIvan Maidanski
2016-09-13Eliminate 'assigned value never used' CSA warning in min_bytes_allocdIvan Maidanski
2016-07-22Fix missing new-line and redundant trailing dot in WARN messagesIvan Maidanski
2016-06-30Revert "Refactoring of GC_Xobjfreelist" partiallyIvan Maidanski
2016-01-05Refactoring of GC_XobjfreelistAlessandro Bruni
2015-10-22Fix lock assert violation in GC_gcollect_inner if GC_ALWAYS_MULTITHREADEDIvan Maidanski
2015-10-22Add assertion on lock status to GC_alloc_large and its callersIvan Maidanski
2015-09-10Fix 'comparison of non-null parameter is always false' warning (Clang)Ivan Maidanski
2015-08-28Code refactoring of toggle-ref supportIvan Maidanski