summary refs log tree commit diff stats
path: root/lib/system/gc_common.nim
Commit message (Collapse)AuthorAgeFilesLines
* call initAllocator in foreign threadJez Kabanov2016-10-051-0/+1
|
* clean up a few stray c_stdout's in gc debug codeJacek Sieka2016-07-311-3/+3
|
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-151-2/+2
|
* GCs support ForeignCellsAndreas Rumpf2016-03-051-0/+25
|
* SpellcheckFederico Ceratto2016-02-291-2/+2
|
* Remove system.setupForeignThreadGc if `threads` option is off or TLSAnatoly Galiulin2016-01-281-12/+22
| | | | emulation is enabled
* Use ByteAddress instead of deprecated TAddressdef2016-01-241-4/+4
|
* Change TAddress to ByteAddressAndrey Sobolev2015-09-141-3/+3
|
* Support for GC working in Emscripten environmentAndrey Sobolev2015-09-111-5/+7
| | | | Support for GC working in Emscripten environment
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Coroutine support for i386/amd64 platforms unix/windows OSes ↵rku2015-07-311-0/+275
markAndSweep/refCounting GCs.