summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [8.0.0]v8.0.0Ivan Maidanski2018-09-058-19/+11
* Update ChangeLog fileIvan Maidanski2018-09-051-0/+7
* Really fix 'potential unsafe sign check of a bitwise operation' code defectIvan Maidanski2018-09-051-2/+2
* Add Codecov.io badge to READMEIvan Maidanski2018-09-041-0/+1
* Travis CI: Send code coverage reports to Codecov as wellIvan Maidanski2018-09-041-0/+1
* Fix comment typos in backgraph.c, de.c, gcconfig.hMax Mouratov2018-09-044-4/+4
* Replace some FIXME items with TODO onesIvan Maidanski2018-08-319-16/+14
* Eliminate 'unused variable old_maps_size' compiler warning in get_mapsIvan Maidanski2018-08-311-1/+4
* Remove MIN_WORDS macro from gc_priv.hIvan Maidanski2018-08-312-4/+5
* Workaround 'bad pointer arithmetic' false waring in check_annotated_objIvan Maidanski2018-08-311-2/+2
* Eliminate 'potential unsafe sign check of a bitwise operation' code defectIvan Maidanski2018-08-311-1/+2
* Eliminate 'comparison is always false' code defect in get_mapsIvan Maidanski2018-08-311-2/+5
* Eliminate 'poor global variable name' code defect in typd_mlcIvan Maidanski2018-08-301-3/+3
* Add LGTM.com code quality badges to README.mdIvan Maidanski2018-08-301-0/+2
* Update AUTHORS file (add Demyan Kimitsa)Ivan Maidanski2018-08-301-0/+1
* Fix start_world not resuming all threads on DarwinDemyan Kimitsa2018-08-301-85/+71
* Fix indentation of 'define GC_DATAEND' in gc.hIvan Maidanski2018-08-171-1/+1
* Travis CI: Fix missing semicolon at the end of GNU_DOWNLOAD_SITE assignmentIvan Maidanski2018-08-151-1/+1
* Update ChangeLog file (add v7.6.8 release date)Ivan Maidanski2018-08-151-1/+1
* Travis CI: Put GNU S/W download base URL in a dedicated variableIvan Maidanski2018-08-151-3/+4
* Update ChangeLog fileIvan Maidanski2018-08-151-0/+4
* Remove redundant checking of CPPCHECK macro in gc_cpp.hIvan Maidanski2018-08-151-1/+1
* Fix delete operator redirection if gc_cpp is built as .dll (Cygwin, MinGW)Ivan Maidanski2018-08-151-1/+20
* Fix 'undefined reference to GC_incremental' linker error in pthread_startIvan Maidanski2018-08-151-1/+1
* Use include gc.h with the angle brackets in the man page synopsisIvan Maidanski2018-08-151-2/+2
* Travis CI: Use TEST_MANUAL_VDB instead of MANUAL_VDBIvan Maidanski2018-08-151-3/+3
* New API to turn on manual VDB at runtimeIvan Maidanski2018-08-1517-120/+202
* Update ChangeLog file (add v7.4.14 release date)Ivan Maidanski2018-08-131-1/+1
* Update ChangeLog file (add v7.2l release date)Ivan Maidanski2018-08-131-1/+1
* Update AUTHORS fileIvan Maidanski2018-08-071-0/+1
* Initial single-threaded support of Interix subsystemMartin Koeppe2018-08-072-1/+25
* Update ChangeLog fileIvan Maidanski2018-08-061-1/+8
* Update ChangeLog file (v7.6 changes)Ivan Maidanski2018-08-061-0/+9
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2018-08-061-0/+2
* Consistently use AS_HELP_STRING for configure new optionsIvan Maidanski2018-08-031-6/+6
* Fix incorrect roots order after root removal in remove_roots_subregionIvan Maidanski2018-08-031-10/+28
* Fix the build for EmscriptenJosh Peterson2018-08-021-1/+2
* Fix the build for N3DSJosh Peterson2018-08-014-2/+12
* Update AUTHORS file (add Josh Peterson)Ivan Maidanski2018-08-011-0/+1
* Fix the build for Orbis and PSP2Josh Peterson2018-08-011-1/+5
* Fix compilation of darwin_stop_world for iOS 8+Jonas Echterhoff2018-08-011-1/+1
* Fix more compilation issues for XboxOneJonas Echterhoff2018-08-012-5/+8
* Allow register_main_static_data disabling in CMake scriptIvan Maidanski2018-07-311-0/+5
* Allow dynamic_loading disabling in CMake scriptIvan Maidanski2018-07-311-0/+5
* Allow mmap enabling in CMake scriptIvan Maidanski2018-07-311-1/+5
* Allow threads_discovery disabling in CMake scriptIvan Maidanski2018-07-311-0/+5
* Fix wrong expression for ENDIF in CMakeLists.txtIvan Maidanski2018-07-301-1/+1
* Define DYNAMIC_LOADING for Darwin unless IGNORE_DYNAMIC_LOADINGIvan Maidanski2018-07-301-12/+4
* New configure --disable-register-main-static-data optionMichael DeRoy2018-07-301-0/+8
* New configure --disable-dynamic-loading optionMichael DeRoy2018-07-301-0/+10