Commit message (Collapse) | Author | Age | Files | Lines | |||||
---|---|---|---|---|---|---|---|---|---|
* | Fixed semaphore on iOS. | Yuriy Glukhov | 2016-03-05 | 1 | -14/+16 | ||||
| | |||||||||
* | Fix a few deprecation warnings | def | 2016-01-25 | 1 | -3/+3 | ||||
| | |||||||||
* | Implement isReady procedure in threadpool module. | Dominik Picheta | 2015-10-12 | 1 | -0/+11 | ||||
| | |||||||||
* | attempt to support recursions for spawn | Araq | 2015-09-06 | 1 | -2/+20 | ||||
| | |||||||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 | ||||
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||||||
* | implemented nimPinToCpu threadpool feature | Araq | 2015-08-24 | 1 | -1/+9 | ||||
| | |||||||||
* | Merge branch 'more_concurrency' into devel | Araq | 2015-06-30 | 1 | -4/+55 | ||||
|\ | | | | | | | | | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim | ||||||||
| * | proper waiting for the pinned thread | Araq | 2015-06-02 | 1 | -3/+6 | ||||
| | | |||||||||
| * | first implementation of pinnedSpawn | Araq | 2015-05-28 | 1 | -4/+52 | ||||
| | | |||||||||
* | | disabled threadpool assertion only for vcc | Spencer Stirling | 2015-06-10 | 1 | -1/+2 | ||||
| | | |||||||||
* | | fixed threadpool and atomics to work with Visual Studio 32 and 64 bit | Spencer Stirling | 2015-06-09 | 1 | -1/+1 | ||||
| | | |||||||||
* | | use new type names | Araq | 2015-06-06 | 1 | -5/+5 | ||||
| | | |||||||||
* | | lib/pure/a-c - Dropped 'T' from types | pdw | 2015-06-04 | 2 | -5/+5 | ||||
| | | |||||||||
* | | FlowVar's ^ for refs is safe and convenient to use | Araq | 2015-06-02 | 1 | -1/+7 | ||||
| | | fixes recent regression | Araq | 2014-10-11 | 1 | -1/+4 | ||||
| | | |||||||||
| * | minor cleanup for cpuinfo | Araq | 2014-10-11 | 1 | -2/+1 | ||||
| | | |||||||||
| * | fixes #1551 | Araq | 2014-10-11 | 1 | -3/+3 | ||||
| | | |||||||||
| * | Update cpuinfo.nim | Luis Ricardo | 2014-10-07 | 1 | -1/+8 | ||||
| | | | | | | | | sys/types.h needed for macosx and freebsd sys/param.h needed for openbsd and netbsd | ||||||||
* | | fixes a race condition that caused '^' to hang | Araq | 2014-10-05 | 1 | -4/+5 | ||||
| | | |||||||||
* | | made tests green | Araq | 2014-09-22 | 1 | -2/+2 | ||||
| | | |||||||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 2 | -2/+2 | ||||
| | | |||||||||
* | | big rename | Araq | 2014-08-27 | 2 | -3/+3 | ||||
|/ | |||||||||
* | nice error message | Araq | 2014-08-08 | 1 | -0/+3 | ||||
| | |||||||||
* | setMaxPoolSize improvements | Araq | 2014-08-08 | 1 | -5/+10 | ||||
| | |||||||||
* | some changes | Araq | 2014-06-09 | 1 | -9/+9 | ||||
| | |||||||||
* | big rename: Promise -> FlowVar | Araq | 2014-06-06 | 1 | -62/+62 | ||||
| | |||||||||
* | added 'fence' instructions to the barrier | Araq | 2014-06-06 | 1 | -9/+16 | ||||
| | |||||||||
* | Promises are now refs | Araq | 2014-06-05 | 1 | -57/+67 | ||||
| | |||||||||
* | barrier more efficient | Araq | 2014-06-03 | 1 | -19/+25 | ||||
| | |||||||||
* | hopefully faster barrier implementation | Araq | 2014-06-02 | 1 | -6/+14 | ||||
| | |||||||||
* | bugfix: codegen for promises | Araq | 2014-06-02 | 1 | -1/+1 | ||||
| | |||||||||
* | bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise' | Araq | 2014-05-25 | 1 | -55/+79 | ||||
| | |||||||||
* | progress with futures | Araq | 2014-05-23 | 1 | -18/+15 | ||||
| | |||||||||
* | 'parallel' statement almost working | Araq | 2014-05-22 | 1 | -0/+112 | ||||
| | |||||||||
* | progress for the 'parallel' statement | Araq | 2014-05-14 | 1 | -11/+15 | ||||
| | |||||||||
* | initial non-compiling version of 'parallel' | Araq | 2014-05-12 | 3 | -0/+364 | ||||