Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TAtomType includes 'bool' | Araq | 2014-11-08 | 1 | -5/+5 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -22/+28 |
|\ | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim | ||||
| * | Various atomics fixes for gcc/clang. | Reimer Behrends | 2014-10-30 | 1 | -21/+27 |
| | | | | | | | | | | | | Make atomicInc/atomicDec work with clang, too; also, actually import the memory model constants from C rather than relying on the enum matching the C constants by happenstance. | ||||
* | | make tests green | Araq | 2014-08-31 | 1 | -1/+1 |
| | | |||||
* | | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -2/+3 |
|/ | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -3/+3 |
| | |||||
* | Downgrades public module comments to private level. | Grzegorz Adam Hankiewicz | 2014-08-05 | 1 | -1/+1 |
| | | | | | This avoids the weird concatenation in the final system.html file which doesn't make any sense. | ||||
* | added 'fence' instructions to the barrier | Araq | 2014-06-06 | 1 | -30/+5 |
| | |||||
* | Promises are now refs | Araq | 2014-06-05 | 1 | -0/+8 |
| | |||||
* | 'parallel' statement almost working | Araq | 2014-05-22 | 1 | -3/+3 |
| | |||||
* | initial non-compiling version of 'parallel' | Araq | 2014-05-12 | 1 | -1/+30 |
| | |||||
* | case consistency improvements | Araq | 2014-01-11 | 1 | -8/+8 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -66/+56 |
| | |||||
* | LockFree Hash Table 0.1 | Mark Flamer | 2013-10-22 | 1 | -50/+189 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Added CAS to system/atomics.nim | Yury Benesh | 2012-10-13 | 1 | -0/+34 |
| | |||||
* | docgen2 improvements | Araq | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | preparations for 0.8.12 | Araq | 2011-07-10 | 1 | -1/+2 |
| | |||||
* | bugfix: 'set' overloadable; further steps for multi threading support | Araq | 2011-07-08 | 1 | -2/+2 |
| | |||||
* | first steps to thread local heaps | Araq | 2011-06-02 | 1 | -0/+41 |