platform/upstream/libgc.git
2016-10-17 Ivan MaidanskiWorkaround more 'void pointers in calculations' cppchec...
2016-10-17 Ivan MaidanskiWorkaround 'unused variable' cppcheck style warnings
2016-10-14 Ivan MaidanskiEliminate more 'scope of variable can be reduced' cppch...
2016-10-13 Ivan MaidanskiEliminate 'printf format specifier mismatch' compiler...
2016-10-13 Ivan MaidanskiFix typo in CHECK_GCLIB_VERSION name (test)
2016-10-13 Ivan MaidanskiWorkaround 'resource leak' error reported by cppcheck...
2016-10-13 Ivan MaidanskiEliminate 'unnecessary comparison of static strings...
2016-10-13 Ivan MaidanskiWorkaround more '#error' cppcheck error messages
2016-10-12 Ivan MaidanskiFix 'syntax error' reported by cppcheck for mach_dep
2016-10-12 Ivan MaidanskiFix missing #error pragma
2016-10-05 Ivan MaidanskiWorkaround '#error' cppcheck error messages
2016-10-05 Ivan MaidanskiEliminate 'scope of variable can be reduced' cppcheck...
2016-10-05 Ivan MaidanskiEliminate 'address of local variable returned' static...
2016-10-05 Ivan MaidanskiFix tools/setjmp_t to prevent nested_sp inlining
2016-10-04 Ivan MaidanskiEliminate more 'scope of variable can be reduced' cppch...
2016-10-04 Ivan MaidanskiEliminate 'potential overflow' static analyzer warning...
2016-10-03 Ivan MaidanskiWorkaround 'mmap() resource handle leak' static analyze...
2016-10-03 Ivan MaidanskiWorkaround 'local variable size too big' static analyze...
2016-09-30 Ivan MaidanskiFix potential overflow in decrement when computing...
2016-09-30 Ivan MaidanskiFix GC_requested_heapsize increment in GC_init
2016-09-29 Ivan MaidanskiFix printf format specifiers in extra files
2016-09-29 Ivan MaidanskiCode refactoring of tests/subthread_create regarding...
2016-09-29 Ivan MaidanskiEliminate 'FP divide-by-zero' static analyzer warning
2016-09-28 Ivan MaidanskiSkip thread suspend/resume API testing for Tru64 (OSF1)
2016-09-28 Ivan MaidanskiAdd more cases to huge_test to cover sizes close to...
2016-09-28 Ivan MaidanskiEliminate 'write to memory that was const-qualified...
2016-09-28 Ivan MaidanskiRevert "Workaround 'struct member Generic::null never...
2016-09-28 Ivan MaidanskiFix CORD_substr_closure for the case when CORD_from_fn...
2016-09-28 Ivan MaidanskiEliminate 'comparison is always false' static analyzer...
2016-09-27 Ivan MaidanskiEliminate 'deref-of-null' static analyzer warning in...
2016-09-27 Ivan MaidanskiFix 'label cannot be reached' static analyzer warning...
2016-09-27 Ivan MaidanskiFix GC_bytes_allocd incrementation in case of allocatio...
2016-09-27 Ivan MaidanskiCode refactoring of divide-by-HBLKSIZE occurrences
2016-09-27 Ivan MaidanskiCode refactoring of huge_test
2016-09-27 Ivan MaidanskiFix GC_collect_or_expand to prevent allocation size...
2016-09-23 Ivan MaidanskiFix malloc routines to prevent size value wrap-around
2016-09-23 Ivan MaidanskiFix page calculation in checksums
2016-09-21 Ivan MaidanskiTravis CI configuration: temporarily remove --enable...
2016-09-21 Ivan MaidanskiFix 'shift count >= width of type' compiler warning...
2016-09-20 Ivan MaidanskiFix typo in comment of GC_lock (Win32)
2016-09-15 Ivan MaidanskiAdjust code indentation of calloc_explicitly_typed
2016-09-15 Ivan MaidanskiFix calloc_explicitly_typed in case of lb*n overflow
2016-09-15 Ivan MaidanskiFix double multiplication of lb by n in calloc_explicit...
2016-09-14 Ivan MaidanskiEliminate 'constructor with 1 argument is not explicit...
2016-09-14 Ivan MaidanskiFix 'void pointers in calculations: behavior undefined...
2016-09-14 Ivan MaidanskiWorkaround 'suspicious pointer subtraction' cppcheck...
2016-09-13 Ivan MaidanskiEliminate 'class defines member variable with name...
2016-09-13 Ivan MaidanskiEliminate 'C-style pointer casting' cppcheck style...
2016-09-13 Ivan MaidanskiEliminate 'assigned value never used' CSA warning in...
2016-09-12 Ivan MaidanskiWorkaround 'va_list used before va_start' cppcheck...
2016-09-01 Ivan MaidanskiWorkaround 'struct member Generic::null never used...
2016-08-29 Ivan MaidanskiEliminate 'checking if unsigned variable is <0' cppchec...
2016-08-29 Ivan MaidanskiEliminate 'condition is always true' cppcheck style...
2016-08-27 Ivan MaidanskiEliminate 'scope of variable can be reduced' cppcheck...
2016-08-26 Ivan MaidanskiEliminate CSA false warning about null dereference...
2016-08-26 Ivan MaidanskiEliminate 'value stored is never read' warning of Clang...
2016-08-26 Ivan MaidanskiFix Clang static analyzer warning about not found gc_pr...
2016-08-26 Ivan MaidanskiFix header filename in gcconfig.h comment
2016-08-18 Ivan MaidanskiEliminate 'cast to void* from int' compiler warnings...
2016-08-18 Ivan MaidanskiRefine README about library source downloading
2016-08-18 Andy LiAdd CI (continuous integration) badges to README
2016-08-17 Ivan MaidanskiFix compilation if configured with --enable-werror...
2016-08-17 Ivan MaidanskiFix 'GetVersion deprecated' compiler warning in os_dep...
2016-08-17 Ivan MaidanskiFix 'incompatible pointer' compiler warning in GC_init_...
2016-08-15 Ivan MaidanskiTravis CI configuration: Remove default configure options;
2016-08-15 Ivan MaidanskiAppveyor/Travis CI configuration: limit git clone depth...
2016-08-15 Ivan MaidanskiAppveyor CI configuration: prefix build version with...
2016-08-12 Andy LiInitial AppVeyor CI configuration
2016-08-11 Ivan MaidanskiImprove Travis CI configuration (use both compilers...
2016-08-11 Ivan MaidanskiWorkaround missing getcontext() in Docker osrf/ubuntu_32bit
2016-08-10 Andy LiInitial configuration for Travis CI
2016-08-10 Ivan MaidanskiUpdate AUTHORS file
2016-08-10 Andy LiCMake: add gctest as a test
2016-08-09 Ivan MaidanskiFix 'unknown type name GC_INNER' compilation error...
2016-08-09 Ivan MaidanskiBump libgc version (for development)
2016-08-02 Ivan Maidanski[7.6.0] gc7_6_0
2016-08-02 Ivan MaidanskiUpdate ChangeLog file (add gc-7.4.4 release date)
2016-08-02 Ivan MaidanskiUpdate ChangeLog file
2016-08-02 Ivan MaidanskiDo not allow SHORT_DBG_HDRS if KEEP_BACK_PTRS or MAKE_B...
2016-08-01 Ivan MaidanskiDo not report multiple load-seg-overflow warnings per...
2016-08-01 Ivan MaidanskiFix various typos in comments and documentation
2016-07-28 Ivan MaidanskiFix tag collision between ENABLE_DISCLAIM and KEEP_BACK...
2016-07-27 Kjetil MatheussenProcess all PT_LOAD segments before PT_GNU_RELRO segmen...
2016-07-26 Ivan MaidanskiRemove unused GC_gcjdebugobjfreelist
2016-07-25 Ivan MaidanskiRemove code commented out by 'ifdef UNDEFINED'
2016-07-22 Kjetil MatheussenHandle load_segs overflow in register_dynlib_callback...
2016-07-22 Ivan MaidanskiUpdate AUTHORS file (update email for Kjetil Matheussen)
2016-07-22 Kjetil MatheussenDo not warn of missing PT_GNU_RELRO segment when custom...
2016-07-22 Ivan MaidanskiFix missing new-line and redundant trailing dot in...
2016-07-22 Thomas Linder... Enable thread-local storage usage for GC_malloc/calloc_...
2016-07-21 Ivan MaidanskiUpdate AUTHORS file
2016-07-21 Mike FrysingerCheck for execinfo.h by configure
2016-07-20 Ivan MaidanskiRe-implement GC_finalized_malloc using GC_malloc_kind
2016-07-19 Ivan MaidanskiFix integer shift undefined behavior in GC_init_explici...
2016-07-05 Ivan MaidanskiUpdate AUTHORS file
2016-07-05 Gabor DrescherFix assertion in GC_mark_from for non-heap regions
2016-07-05 Ivan MaidanskiUpdate AUTHORS file
2016-07-05 Thomas Linder... Missing volatile in declaration of GC_with_callee_saves...
2016-07-01 Ivan MaidanskiFix 'arg parameter might be clobbered by setjmp' compil...
2016-07-01 Ivan MaidanskiReplace (fix) 'objs' acronym in comments with 'objects...
next