projects
/
platform
/
upstream
/
libgc.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libgc.git
2016-11-18
Ivan Maidanski
Ensure oom_fn callback executed on out-of-memory in...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Ivan Maidanski
Workaround 'function is never used' cppcheck style...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Ivan Maidanski
Fix assertion violation in mark_local checking GC_mark_...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Ivan Maidanski
Workaround 'GC_DllMain is never used' cppcheck style...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Ivan Maidanski
Workaround 'WinMain() is never used' cppcheck false...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Ivan Maidanski
Workaround 'operator delete[]/new[] never used' cppchec...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Ivan Maidanski
Fix 'incompatible ptr-to-int conversion' compiler warni...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Ivan Maidanski
Update README to use autogen.sh on build from the sourc...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Ivan Maidanski
Update AUTHORS file (add Joshua Richardson)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-16
Ivan Maidanski
Document configure 'syntax error' issue in README
commit
|
commitdiff
|
tree
|
snapshot
2016-11-16
Ivan Maidanski
Eliminate 'function result not used' code defect in...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Ivan Maidanski
Add testing of new[]/delete[] (test_cpp)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Ivan Maidanski
Fix register_finalizer call in disclaim_bench for GC_DEBUG
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Ivan Maidanski
Support AddressSanitizer and MemorySanitizer (clang)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Ivan Maidanski
Fix potential integer overflow in GC_find_limit_* functions
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Ivan Maidanski
Fix GC_jmp_buf multiple definition
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Ivan Maidanski
Suppress 'tainted string passed to vulnerable operation...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Ivan Maidanski
Do not define amiga_get_mem, MacTemporaryNewPtr unless...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Ivan Maidanski
Eliminate 'GC_record_fault is never used' cppcheck...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Ivan Maidanski
Change no-argument functions declaration style to ANSI...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Ivan Maidanski
Replace C++ style comments to C ones, remove commented...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-11
Ivan Maidanski
Update ChangeLog file
commit
|
commitdiff
|
tree
|
snapshot
2016-11-11
Ivan Maidanski
Update ChangeLog file (v7.6 changes only)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-11
Ivan Maidanski
Update ChangeLog file (v7.2 - v7.4 changes only)
commit
|
commitdiff
|
tree
|
snapshot
2016-10-31
Ivan Maidanski
Export GC_print_free_list()
commit
|
commitdiff
|
tree
|
snapshot
2016-10-29
Ivan Maidanski
Eliminate 'null dereference' code defect warning in...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-29
Ivan Maidanski
Revert "Eliminate 'deref-of-null' static analyzer warni...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-29
Ivan Maidanski
Fix 'replacement operator delete cannot be inline'...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-29
Ivan Maidanski
Enable GC_is_tmp_root for all platforms
commit
|
commitdiff
|
tree
|
snapshot
2016-10-29
Ivan Maidanski
Export GC_is_tmp_root() and GC_print_trace[_inner]()
commit
|
commitdiff
|
tree
|
snapshot
2016-10-29
Ivan Maidanski
Allow custom TRACE_ENTRIES value
commit
|
commitdiff
|
tree
|
snapshot
2016-10-29
Ivan Maidanski
Export GC_dump_finalization/regions()
commit
|
commitdiff
|
tree
|
snapshot
2016-10-28
Ivan Maidanski
Eliminate duplicate log messages in GC_mark_from
commit
|
commitdiff
|
tree
|
snapshot
2016-10-28
Ivan Maidanski
Eliminate redundant local variable in register_finalizer
commit
|
commitdiff
|
tree
|
snapshot
2016-10-28
Ivan Maidanski
Workaround 'insecure libc pseudo-random number generato...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-28
Ivan Maidanski
Fix 'address of fudged_set is used out of scope' code...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-28
Ivan Maidanski
Eliminate 'unsafe vsprintf is deprecated' compiler...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-28
Ivan Maidanski
Eliminate 'possible integer underflow' code defect...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-27
Ivan Maidanski
Eliminate 'comparison of signed and unsigned int' GCC...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-27
Ivan Maidanski
Workaround 'pos_*, [r]iter, dump never used' cppcheck...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-27
Ivan Maidanski
Eliminate 'CORD_*printf is never used' cppcheck style...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-26
Ivan Maidanski
Fix conditional expression in pos_fetch, next non-macro...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-26
Ivan Maidanski
Workaround 'possible null pointer dereference' cppcheck...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-26
Ivan Maidanski
Fix null dereference in GC_stack_range_for if not DARWI...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-26
Ivan Maidanski
Eliminate unreachable PROC/DEFAULT_VDB GC_printf calls...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-26
Ivan Maidanski
Eliminate 'suspicious pointer subtraction' cppcheck...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-25
Ivan Maidanski
Revert "Workaround 'suspicious ptr subtraction' cppchec...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-25
Ivan Maidanski
Eliminate 'dereference of null' CSA false warning in...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-25
Ivan Maidanski
Revert "Eliminate CSA false warning about null deref...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-25
Ivan Maidanski
Eliminate 'Condition 0==datastart always false' cppchec...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-25
Ivan Maidanski
Workaround 'condition is always false' cppcheck warning...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-24
Ivan Maidanski
Workaround 'value of macro unknown' cppcheck info messages
commit
|
commitdiff
|
tree
|
snapshot
2016-10-22
Ivan Maidanski
Workaround 'value of REDIRECT_MALLOC/FREE unknown'...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-22
Ivan Maidanski
Workaround 'value of WINAPI unknown' cppcheck info...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-22
Ivan Maidanski
Workaround 'value of SIGBUS unknown' cppcheck info...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-22
Ivan Maidanski
Eliminate 'value of DATASTART2 unknown' cppcheck info...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
Ivan Maidanski
Eliminate 'value of GC_PTHREAD_EXIT_ATTRIBUTE unknown...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
Ivan Maidanski
Eliminate 'value of GC_RETURN_ADDR_PARENT unknown'...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
Ivan Maidanski
Eliminate 'value of CLOCK_TYPE unknown' cppcheck info...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
Ivan Maidanski
Fix 'ISO C90 does not support %lf, %lg gnu_printf forma...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
Ivan Maidanski
Workaround 'tainted int used as loop bound' static...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
Ivan Maidanski
Eliminate 'value of NEED_FIXUP_POINTER unknown' cppchec...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
Ivan Maidanski
Fix 'ISO C90 forbids mixed declarations and code' compi...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
Ivan Maidanski
Eliminate 'ISO C forbids an empty translation unit...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-20
Ivan Maidanski
Eliminate 'printf format specifies type void*' GCC...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-19
Ivan Maidanski
Eliminate 'scope of variable can be reduced' warning...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-19
Ivan Maidanski
Fix local variable declarations in disclaim_bench
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Fix 'variable unused' compiler warning in FirstDLOpened...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Workaround 'variable reassigned before old value used...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Workaround 'same expression on both sides of ==' cppche...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Workaround 'same expression on both sides of OR' cppche...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Workaround 'variable hides enumerator with same name...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Workaround 'redundant assignment of *result to itself...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Workaround 'obsolete function alloca() called' cppcheck...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Workaround 'possible null pointer dereference' cppcheck...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Workaround 'Condition 0!=GETENV() is always false'...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Eliminate 'constructor with 1 argument is not explicit...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Workaround 'Uninitialized variable' cppcheck errors
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Workaround 'passing untyped NULL to variadic function...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Ivan Maidanski
Workaround 'struct member is never used' cppcheck style...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-17
Ivan Maidanski
Fix 'variable assigned a value that is never used'...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-17
Ivan Maidanski
Workaround 'checking if unsigned value is negative...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-17
Ivan Maidanski
Workaround more 'void pointers in calculations' cppchec...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-17
Ivan Maidanski
Workaround 'unused variable' cppcheck style warnings
commit
|
commitdiff
|
tree
|
snapshot
2016-10-14
Ivan Maidanski
Eliminate more 'scope of variable can be reduced' cppch...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
Ivan Maidanski
Eliminate 'printf format specifier mismatch' compiler...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
Ivan Maidanski
Fix typo in CHECK_GCLIB_VERSION name (test)
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
Ivan Maidanski
Workaround 'resource leak' error reported by cppcheck...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
Ivan Maidanski
Eliminate 'unnecessary comparison of static strings...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
Ivan Maidanski
Workaround more '#error' cppcheck error messages
commit
|
commitdiff
|
tree
|
snapshot
2016-10-12
Ivan Maidanski
Fix 'syntax error' reported by cppcheck for mach_dep
commit
|
commitdiff
|
tree
|
snapshot
2016-10-12
Ivan Maidanski
Fix missing #error pragma
commit
|
commitdiff
|
tree
|
snapshot
2016-10-05
Ivan Maidanski
Workaround '#error' cppcheck error messages
commit
|
commitdiff
|
tree
|
snapshot
2016-10-05
Ivan Maidanski
Eliminate 'scope of variable can be reduced' cppcheck...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-05
Ivan Maidanski
Eliminate 'address of local variable returned' static...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-05
Ivan Maidanski
Fix tools/setjmp_t to prevent nested_sp inlining
commit
|
commitdiff
|
tree
|
snapshot
2016-10-04
Ivan Maidanski
Eliminate more 'scope of variable can be reduced' cppch...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-04
Ivan Maidanski
Eliminate 'potential overflow' static analyzer warning...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-03
Ivan Maidanski
Workaround 'mmap() resource handle leak' static analyze...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-03
Ivan Maidanski
Workaround 'local variable size too big' static analyze...
commit
|
commitdiff
|
tree
|
snapshot
next