summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete information in README.darwinIvan Maidanski2019-11-121-56/+0
* Build gctba libraryIvan Maidanski2019-11-071-0/+9
* Move GC_throw_bad_alloc definition to new C++ fileIvan Maidanski2019-11-042-5/+6
* New macro to avoid system-wide new/delete inlining in gc_cpp.h (Win32)Ivan Maidanski2019-10-151-0/+4
* Remove a note in README.macros that work in progressIvan Maidanski2019-10-121-1/+1
* Fix 'traceable but uncollectible memory' wording in gcinterface documentDima Pasechnik2019-10-111-1/+1
* New macro (CONSOLE_LOG) to enable logging to console on Win32Ivan Maidanski2019-09-121-0/+3
* Rename make_as_lib option to enable_static in NT_MAKEFILE and WCC_MAKEFILEIvan Maidanski2019-07-202-2/+2
* Rename nothreads option to disable_threads in NT_MAKEFILEIvan Maidanski2019-07-192-2/+2
* Update README.cmake regarding Unix, C++ and testsIvan Maidanski2019-07-171-19/+18
* Remove gc.mak script (MS VC)Ivan Maidanski2019-07-171-9/+3
* Remove Borland-specific Makefile (BCC_MAKEFILE)Ivan Maidanski2019-07-171-4/+1
* Enable CMake-based build for Borland and Watcom compilersIvan Maidanski2019-07-171-3/+5
* Fix typo in SMakefile filename in READMEIvan Maidanski2019-07-161-1/+1
* Do not build tests by default (Makefile.direct and other Makefiles)Ivan Maidanski2019-07-163-5/+6
* New macro (NO_MSGBOX_ON_ERROR) to avoid message box on GC abort (Win32)Ivan Maidanski2019-07-051-0/+5
* Generate cordtest and de executable files in GC base folderIvan Maidanski2019-06-192-2/+2
* Move test executable files produced by CMake to the base folderIvan Maidanski2019-06-151-1/+1
* Replace 'stack base' with 'stack bottom' in the documentationIvan Maidanski2019-04-262-10/+11
* Enable true incremental collection even if parallel marker is onIvan Maidanski2019-04-172-8/+7
* Fix typos in documentation (regarding 'non-incremental')Ivan Maidanski2019-04-051-1/+1
* Update documentation about the incremental collector supportIvan Maidanski2019-04-053-12/+6
* Allow memory unmapping in case of MPROTECT_VDBIvan Maidanski2019-04-031-3/+1
* Adjust highlighting of API prototypes in gcinterface.mdIvan Maidanski2019-03-271-12/+12
* Fix a typo in gcinterface.md after recent documentation updateIvan Maidanski2019-03-261-1/+1
* Fix printf format specifier in simple_example.mdIvan Maidanski2019-03-261-1/+2
* Reformat gc.man (wrap long lines)Ivan Maidanski2019-03-261-21/+63
* Update the documentation to match the current GC implementationIvan Maidanski2019-03-2617-211/+225
* Fix incorrect markup formatting in documentationIvan Maidanski2019-03-253-35/+42
* Remove 'distributed ports', 'scalable versions' sections from overview.mdIvan Maidanski2019-03-251-24/+0
* Remove 'current users' section from overview.mdIvan Maidanski2019-03-251-62/+3
* Update the ASCII diagrams describing the tree structure for pointer lookupsIvan Maidanski2019-03-251-89/+89
* Use KB/MB/GB abbreviations uniformly across entire documentationIvan Maidanski2019-03-254-14/+13
* Fix various typos mostly in documentation filesIvan Maidanski2019-03-2511-47/+48
* Remove documentation specific to particular old BDWGC releasesIvan Maidanski2019-03-2217-118/+92
* Replace "msecs" with "ms" in all comments and messagesIvan Maidanski2019-01-062-12/+13
* Update NO_EXECUTE_PERMISSION documentationIvan Maidanski2018-12-191-4/+5
* Use include gc.h with the angle brackets in the man page synopsisIvan Maidanski2018-08-151-2/+2
* New API to turn on manual VDB at runtimeIvan Maidanski2018-08-151-3/+4
* Update copyright information in the documentation and gc.h filesIvan Maidanski2018-07-221-2/+2
* Remove info how to send bugs from README.cordsIvan Maidanski2018-07-211-2/+0
* Update NT_MAKEFILE usage information in README files for Win32 and Win64Ivan Maidanski2018-07-122-15/+24
* Fix Borland version in documentation to match that in BCC_MAKEFILEIvan Maidanski2018-07-121-2/+2
* Add GC_reachable_here after GC_dirty in GC sourceIvan Maidanski2018-06-231-1/+2
* Remove stubborn.c fileIvan Maidanski2018-05-151-2/+1
* Fix return type in GC_set_warn_proc API documentationIvan Maidanski2018-05-151-2/+2
* Remove stubborn objects allocation code completelyIvan Maidanski2018-05-155-22/+15
* Install gc.3 man page instead of copying gc.man to doc folder (configure)Ivan Maidanski2018-04-252-2/+3
* Enable memory unmapping by defaultIvan Maidanski2018-04-142-4/+2
* Replace GC_NO_RETRY_SIGNALS environment variable with GC_RETRY_SIGNALS=0Ivan Maidanski2018-04-031-2/+2