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
2019-11-09Fix abort in GC_printf when gctest is built as WinMain executable (Cygwin)masterIvan Maidanski
2019-11-07Travis CI: Test configure --disable-throw-bad-alloc-library (Linux, OS X)Ivan Maidanski
2019-11-07Build gctba libraryIvan Maidanski
2019-11-05Compile C++ code with exception handling enabled in NT_MAKEFILEIvan Maidanski
2019-11-04Move GC_throw_bad_alloc definition to new C++ fileIvan Maidanski
2019-10-29Fix 'write to GC log failed' error (Cygwin)Ivan Maidanski
2019-10-29Update AUTHORS file (add Thomas Thiriez)Ivan Maidanski
2019-10-29Allocate start_info struct on the stack in GC_pthread_createThomas Thiriez
2019-10-22Workaround 'possible null dereference in frame->savedSP' cppcheck FPIvan Maidanski
2019-10-21Do not use iOS private symbolsIvan Maidanski
2019-10-15.gitignore: Collapse multiple lib*.so items in a single oneIvan Maidanski
2019-10-15AppVeyor CI: Test MS VC build with -D GC_NO_INLINE_STD_NEWIvan Maidanski
2019-10-15New macro to avoid system-wide new/delete inlining in gc_cpp.h (Win32)Ivan Maidanski
2019-10-12Remove a note in README.macros that work in progressIvan Maidanski
2019-10-11Update AUTHORS fileIvan Maidanski
2019-10-11Fix 'traceable but uncollectible memory' wording in gcinterface documentDima Pasechnik
2019-10-11Fix gc_cpp.h file name in comments after renamingIvan Maidanski
2019-10-11Update ChangeLog fileIvan Maidanski
2019-10-11Update ChangeLog file (v8.0 changes)Ivan Maidanski
2019-10-11Update ChangeLog file (v7.6 changes)Ivan Maidanski
2019-10-11Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski
2019-10-07Update AUTHORS fileIvan Maidanski
2019-10-07Fix a typo in 'primitives' word in ChangeLogSorawee Porncharoenwase
2019-10-07Add dummy target for mono clientJonathan Chambers
2019-10-04Workaround 'condition is redundant or null deref is possible' cppcheck FPIvan Maidanski
2019-10-04Workaround 'condition *flh==0 is always true' cppcheck false positiveIvan Maidanski
2019-10-04Fix GC_new_hblk prototype in a commentIvan Maidanski
2019-10-04Check thread is alive on each SuspendThread loop iteration (Win32)Ivan Maidanski
2019-10-04Do not hold GC_fault_handler_lock when in Sleep (Win32)Ivan Maidanski
2019-10-03Workaround 'label handle_thr_start is not used' cppcheck style warningIvan Maidanski
2019-10-03Use CreateThread without GC_ prefix in gctestIvan Maidanski
2019-10-03Fix 'ACCESS_VIOLATION in marker' GC warning on Win32 async thread startIvan Maidanski
2019-09-26Workaround 'condition appendToFile is always false' cppcheck false positiveIvan Maidanski
2019-09-25Set GC_collecting hint for GC_collect_a_little_inner calls (pthreads)Ivan Maidanski
2019-09-25Prevent use of unsaved thread context registers in incremental GC (Windows)Ivan Maidanski
2019-09-24Remove redundant GC_with_callee_saves_pushed call in multi-threaded buildsIvan Maidanski
2019-09-23Reformat code of GC_push_rootsIvan Maidanski
2019-09-16Add assertion that thread is suspended when using context registersIvan Maidanski
2019-09-16Add debug messages on thread suspend/resume (Win32)Ivan Maidanski
2019-09-14Collapse multiple includes of windows.hIvan Maidanski
2019-09-14Eliminate 'static GC_sysinfo definition has incomplete type' Clang warningIvan Maidanski
2019-09-12AppVeyor CI: Test mingw build with -D CONSOLE_LOGIvan Maidanski
2019-09-12New macro (CONSOLE_LOG) to enable logging to console on Win32Ivan Maidanski
2019-09-11Do not define GC_write_cs for Xbox One targetIvan Maidanski
2019-09-11Workaround 'argument to function is always 1' cppcheck false positivesIvan Maidanski
2019-09-10Workaround 'redundant initialization for r' cppcheck false positiveIvan Maidanski
2019-09-10Workaround 'cnt var assigned but not used' cppcheck FP in copy_ptr_regsIvan Maidanski
2019-09-10Remove redundant check of GC_free argument in register_finalizerIvan Maidanski
2019-09-10Replace push_one calls with push_many_regs one for Win32 thread contextIvan Maidanski
2019-09-10Fix incorrect code generation by MS VC caused by excessive Thread_Rep sizeIvan Maidanski