Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "fix #14873 properly by skipping `abi` field in importc type ↵ | Andreas Rumpf | 2021-05-15 | 1 | -0/+8 |
| | | | | | (#17944)" (#17992) This reverts commit 98c29c01eb91a0c6ce7da09380a272eebe6bca6f. | ||||
* | fix #14873 properly by skipping `abi` field in importc type (#17944) | Timothee Cour | 2021-05-07 | 1 | -8/+0 |
| | | | | | | | * fix #14873 properly by skipping `abi` field in importc type * add test * fix test for windows | ||||
* | Ref #17831(synchapi.h: No such file or directory) (#17832) | flywind | 2021-04-25 | 1 | -2/+1 |
| | | | | | | | | | * Ref #17831 use windows.h * use header: "windows.h" * Update syslocks.nim * Update lib/system/syslocks.nim | ||||
* | [std/locks]close #7998(complete condition variables) (#17711) | flywind | 2021-04-19 | 1 | -23/+32 |
| | | | | | | * close #7998 * workaround genode * Update lib/system/syslocks.nim | ||||
* | use lowercase --define switches (#17283) | flywind | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | fix rlock compilation failure (#15584) | shirleyquirk | 2020-10-15 | 1 | -2/+2 |
| | | | | | | | | | | | * change SysLockType_Reentrant fix edge case where using SysLockType_Reentrant doesn't trigger an #include pthread.h * syslocktype_reentrant now a var * remove nodecl to remove empty system_syslocks.c * let is better than var. in reality SysLockType = enum, maybe that would be a better fix | ||||
* | Fix c_malloc inside syslocks.nim to take size_t (#15268) [backport] | shirleyquirk | 2020-09-05 | 1 | -3/+3 |
| | | | | * update c_malloc's to csize_t | ||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 1 | -2/+0 |
| | |||||
* | Fixup #5804 (#5837) | Yuriy Glukhov | 2017-05-18 | 1 | -3/+9 |
| | |||||
* | Fixed syslocks for ios (#5804) | Yuriy Glukhov | 2017-05-12 | 1 | -22/+88 |
| | |||||
* | Linux abi take 3 (#5692) | Jacek Sieka | 2017-04-12 | 1 | -0/+9 |
| | | | | | * avoid generating object fields for imported types * fix some abi/type issues for linux_amd64 | ||||
* | support for the Genode OS framework (#5560) | Emery Hemingway | 2017-03-31 | 1 | -0/+22 |
| | |||||
* | Fixed stacktrace error | Yuriy Glukhov | 2016-04-26 | 1 | -0/+2 |
| | |||||
* | Use ``when insideRLocksModule`` instead of ``when compiles`` | Anatoly Galiulin | 2016-03-31 | 1 | -2/+2 |
| | |||||
* | Fix ``XDeclaredButNotUsed`` warning when locks or rlocks module is used | Anatoly Galiulin | 2016-03-31 | 1 | -19/+16 |
| | |||||
* | Make windows locks do not use dyncall | cheatfate | 2016-03-31 | 1 | -12/+14 |
| | |||||
* | GCs support ForeignCells | Andreas Rumpf | 2016-03-05 | 1 | -0/+4 |
| | |||||
* | Fixed includes for pthread types. | Yuriy Glukhov | 2016-03-04 | 1 | -5/+7 |
| | |||||
* | Added rlocks module to documentation and news.txt | Anatoly Galiulin | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | Added reentrant locks module to stdlib | Anatoly Galiulin | 2016-02-17 | 1 | -1/+13 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -10/+10 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | lib/system/g-w - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -29/+31 |
| | |||||
* | Winlean and threads case sensitivity fixes. | Dominik Picheta | 2014-08-30 | 1 | -1/+1 |
| | |||||
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | New concurrency model: next steps | Araq | 2014-04-19 | 1 | -6/+6 |
| | |||||
* | case consistency improvements | Araq | 2014-01-11 | 1 | -0/+3 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -27/+27 |
| | |||||
* | fixed a long standing xml parser bug; html parser bugfixes + speed improvements | Araq | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | preparations for 0.8.12 | Araq | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | bugfix: 'set' overloadable; further steps for multi threading support | Araq | 2011-07-08 | 1 | -0/+101 |