summary refs log tree commit diff stats
path: root/compiler/ccgthreadvars.nim
Commit message (Expand)AuthorAgeFilesLines
* C code generator compiles againAndreas Rumpf2018-05-121-3/+3
* C++ codegen: emit 'extern C' for importc'ed functions that we declare a proto...Araq2017-02-141-2/+2
* new name mangling rules for easier debuggingAndreas Rumpf2017-02-021-2/+2
* refactoring: flags instead of boolsAndreas Rumpf2016-05-181-2/+2
* nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
* Get rid of deprecation warningsdef2015-04-071-14/+14
* bugfix: c++ support for 'NimThreadVarsSize'Araq2014-10-081-3/+6
* Nimrod renamed to NimAraq2014-08-281-1/+1
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-1/+1
* case consistency part 1Araq2013-12-271-2/+2
* Revert "Revert "bugfix: emulated thread vars used in combination with the mar...Zahary Karadjov2013-08-191-2/+2
* Revert "bugfix: emulated thread vars used in combination with the mark & swee...Araq2013-05-271-2/+2
* bugfix: emulated thread vars used in combination with the mark & sweep GCZahary Karadjov2013-05-261-2/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* 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