summary refs log tree commit diff stats
path: root/compiler/ccgthreadvars.nim
Commit message (Expand)AuthorAgeFilesLines
* more uint related fixesZahary Karadjov2012-06-141-3/+4
* proper indentation in the generated C codeZahary Karadjov2012-06-121-3/+2
* fix threading testsZahary Karadjov2012-04-151-2/+3
* C variables are created in their enclosing block instead of their enclosing f...Zahary Karadjov2012-04-121-1/+3
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* new compiler option tlsEmulationAraq2011-10-271-3/+1
* compilation cache: methods have a chance to workAraq2011-10-231-4/+12
* preparations for 0.8.12Araq2011-07-101-0/+0
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-11/+10
* compiler can emulate thread local variablesAraq2011-06-151-0/+54