index
:
delta/bdwgc.git
add-long-weakref
draft-appveyor
draft-travis
fix_tsx_bug
freebsd-ports-devel-boehm-gc
freebsd-ports-devel-boehm-gc-integrate
gc6x-branch
gcc_boehmgc
ios-unified-ts-fix
jtotz-bdwgc-integrate
jtotz_bdwgc
master
mono_libgc
racket_gc
release-7_2
release-7_4
release-7_6
release-8_0
release-8_2
thread-suspend
github.com: ivmai/bdwgc.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extra
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace SN_TARGET_ORBIS to PLATFORM_* and GC_NO_* macros
Tim Cannell
2021-07-14
1
-2
/
+6
*
Eliminate 'Consecutive return is unnecessary' cppcheck style warning
Ivan Maidanski
2021-06-13
1
-1
/
+5
*
Fix a typo in msvc_dbg.c comment (machine)
Tim Gates
2021-06-10
1
-1
/
+1
*
Move GC state non-pointer variables into GC_arrays
Ivan Maidanski
2020-07-10
1
-2
/
+0
*
Workaround 'argument to function is always 1' cppcheck false positives
Ivan Maidanski
2019-09-11
1
-1
/
+1
*
Replace _M_AMD64 macro with _M_X64
Ivan Maidanski
2019-07-22
1
-7
/
+6
*
Workaround 'var reassigned before old value use' cppcheck false positive
Ivan Maidanski
2018-11-29
1
-0
/
+3
*
Workaround 'nonlocal var will use ptr to local var' cppcheck false positive
Ivan Maidanski
2018-11-22
1
-4
/
+7
*
Eliminate 'unreferenced formal parameter' compiler warning in msvc_dbg
Ivan Maidanski
2018-11-07
1
-2
/
+3
*
Workaround 'pointer addition with NULL pointer' cppcheck error in msvc_dbg
Ivan Maidanski
2018-11-07
1
-8
/
+8
*
Remove strlen calls with a constant string argument in msvc_dbg
Ivan Maidanski
2018-11-07
1
-2
/
+2
*
Workaround 'identical inner return condition always true' cppcheck warning
Ivan Maidanski
2018-10-19
1
-1
/
+1
*
Update copyright information in alloc.c and gc.c
Ivan Maidanski
2018-07-26
1
-0
/
+1
*
Consistently define WIN32_LEAN_AND_MEAN/NOSERVICE before include windows.h
Ivan Maidanski
2018-06-20
1
-1
/
+4
*
Remove stubborn.c file
Ivan Maidanski
2018-05-15
1
-1
/
+0
*
Fix null pointer dereference in get_private_path_and_zero_file (Symbian)
Ivan Maidanski
2018-04-06
1
-1
/
+2
*
Eliminate 'there is pointer arithmetic with NULL' cppcheck warning
Ivan Maidanski
2018-04-06
1
-3
/
+7
*
Include malloc.c in extra/gc.c after include gc_inline.h
Ivan Maidanski
2018-03-23
1
-1
/
+1
*
Remove a redundant check of __cplusplus in Symbian-specific .cpp files
Ivan Maidanski
2018-02-28
4
-41
/
+20
*
Fiddle with linkage to make extra/gc.c valid C++ code
Jay Krell
2018-02-26
1
-3
/
+6
*
Eliminate C++ warnings about deprecated register keyword (GC source)
Jay Krell
2018-02-22
1
-2
/
+2
*
Fix arguments delimiter in pcr_interface.c (PCR)
Ivan Maidanski
2018-02-08
1
-1
/
+1
*
Change type of hb_sz field (of hblkhdr) from size_t to word
Ivan Maidanski
2018-02-08
1
-2
/
+2
*
Eliminate 'boolean result used in bitwise op' cppcheck false warning
Ivan Maidanski
2017-09-19
1
-2
/
+3
*
Move pcr_interface.c, real_malloc.c to 'extra' folder
Ivan Maidanski
2017-06-13
3
-2
/
+219
*
Eliminate 'condition ret==NULL always true' cppcheck style warning (Amiga)
Ivan Maidanski
2017-03-05
1
-3
/
+6
*
Fix various typos in comments and printed messages
Klemens Zwischenbrugger
2017-02-21
1
-2
/
+2
*
Do not define amiga_get_mem, MacTemporaryNewPtr unless really used (extra)
Ivan Maidanski
2016-11-14
2
-1
/
+7
*
Change no-argument functions declaration style to ANSI C (extra files)
Ivan Maidanski
2016-11-14
3
-7
/
+7
*
Replace C++ style comments to C ones, remove commented out code (extra)
Ivan Maidanski
2016-11-14
3
-27
/
+18
*
Eliminate 'ISO C forbids an empty translation unit' GCC pedantic warning
Ivan Maidanski
2016-10-21
1
-1
/
+6
*
Workaround 'Uninitialized variable' cppcheck errors
Ivan Maidanski
2016-10-18
1
-3
/
+2
*
Fix 'variable assigned a value that is never used' cppcheck style warnings
Ivan Maidanski
2016-10-18
3
-9
/
+7
*
Eliminate more 'scope of variable can be reduced' cppcheck style warnings
Ivan Maidanski
2016-10-14
2
-4
/
+5
*
Workaround '#error' cppcheck error messages
Ivan Maidanski
2016-10-06
1
-2
/
+2
*
Fix printf format specifiers in extra files
Ivan Maidanski
2016-09-30
2
-2
/
+3
*
Fix Clang static analyzer warning about not found gc_priv.h in extra files
Ivan Maidanski
2016-08-26
2
-2
/
+2
*
Fix GC_REALLOC to call GC_FREE if new size is zero and pointer is non-NULL
Ivan Maidanski
2016-04-05
1
-2
/
+3
*
Rename ATOMIC_UNCOLLECTABLE to GC_ATOMIC_UNCOLLECTABLE
Ivan Maidanski
2015-05-11
1
-1
/
+1
*
Remove commented out code in AmigaOS.c, gcconfig.h and os_dep.c
Ivan Maidanski
2015-04-06
1
-74
/
+1
*
Fix 'attribute declaration must precede definition' warning (clang-3.1)
Ivan Maidanski
2013-12-18
1
-0
/
+2
*
Allow to compile GC_inner_start_routine aside from extra/gc.c
Ivan Maidanski
2013-07-16
1
-1
/
+3
*
Fix typos in comments
Ondrej Bilka
2013-07-11
1
-7
/
+7
*
Expand tabs to spaces in rarely used (ancient) files
Ivan Maidanski
2013-07-10
5
-376
/
+376
*
Remove GC_BUILD definition from build scripts
Ivan Maidanski
2013-05-04
2
-1
/
+2
*
Move Symbian data-roots-related files to 'extra/symbian' folder
Ivan Maidanski
2012-03-22
3
-0
/
+0
*
Move 'Mac_files' folder to 'extra' one
Ivan Maidanski
2012-03-22
3
-0
/
+46
*
Move Symbian cpp files to 'extra' folder;
Ivan Maidanski
2012-03-18
4
-0
/
+120
*
Replace pointer relational comparisons with non-pointer ones
Ivan Maidanski
2012-03-05
1
-7
/
+7
*
Fix extra/gc.c to enable GC source inclusion from multi-threaded app
Ivan Maidanski
2012-01-13
1
-2
/
+8
[next]