Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs now build again | Araq | 2015-10-12 | 2 | -2/+0 |
| | |||||
* | Merge pull request #3432 from FedericoCeratto/patch-4 | Andreas Rumpf | 2015-10-12 | 1 | -1/+3 |
|\ | | | | | Export substituteLog | ||||
| * | Add substituteLog docs | Federico Ceratto | 2015-10-09 | 1 | -0/+2 |
| | | |||||
| * | Export substituteLog | Federico Ceratto | 2015-10-09 | 1 | -1/+1 |
| | | | | | | Allow Nim users to create their own loggers | ||||
* | | Merge pull request #3423 from petermora/breakSequtils | Andreas Rumpf | 2015-10-12 | 2 | -82/+168 |
|\ \ | | | | | | | Break sequtils | ||||
| * | | restore {.immediate.} to toSeq | Peter Mora | 2015-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | sequtils related changes | Peter Mora | 2015-10-05 | 2 | -83/+169 |
| | | | |||||
* | | | Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into ↵ | Araq | 2015-10-12 | 3 | -42/+74 |
|\ \ \ | | | | | | | | | | | | | rbehrends-gc-fixes | ||||
| * | | | Remove spurious unsigned operations from system/threads.nim. | Reimer Behrends | 2015-09-08 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | These operations were included before the unsigned module was incorporated directly into system.nim and subsequently caused compilation errors with --gc:go due to duplicate definitions. | ||||
| * | | | Properly register threads with the Boehm GC. | Reimer Behrends | 2015-09-08 | 3 | -38/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to be able to scan thread stacks, the Boehm GC needs to know about newly created threads. We establish the end of the stack by using GC_call_with_stack_base (this works properly also with the dual-stack Itanium architecture) and then GC_register_my_thread() to register a thrad and GC_unregister_my_thread() to unregister it again. This patch also includes a modification for the refc and markandsweep collectors to set the stack bottom for thread stacks correctly even if an optimizer aggressively inlines and optimizes procedures (this is already being done for the stack of the main thread). Finally, we use the {.noconv.} pragma for the Boehm GC, as the Boehm API uses no specific calling convention. | ||||
| * | | | Properly initialize the Boehm GC on all platforms. | Reimer Behrends | 2015-09-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | cleaned up ospaths module | Araq | 2015-10-12 | 1 | -19/+27 |
| | | | | |||||
* | | | | Made strutils string test procs less redundant. | Joey Payne | 2015-10-10 | 1 | -49/+49 |
| | | | | |||||
* | | | | Added tests for string test procs. | Joey Payne | 2015-10-10 | 1 | -0/+52 |
| | | | | |||||
* | | | | Changed alphanumeric check to "or" instead of "and". | Joey Payne | 2015-10-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | Added useful procs to strutils for string testing. | Joey Payne | 2015-10-09 | 1 | -0/+126 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added procs: isAlpha isAlphaNumeric isDigit isSpace isUpper isLower | ||||
* | | | Merge pull request #3425 from jlp765/hashes1 | Dominik Picheta | 2015-10-08 | 1 | -4/+70 |
|\ \ \ | | | | | | | | | added hash procs for handling portions of strings/arrays/seqs. | ||||
| * | | | added hash procs for handling portions of strings/arrays/seqs. | JamesP | 2015-10-07 | 1 | -4/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added tests at bottom of file changed some doco layout Makes hashing iteratively through buffers faster when you don't have to pass copied portions of the buffer to the hash function | ||||
* | | | | osproc: fixes a long standing buffering bug on Windows | Araq | 2015-10-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | fixes regression | Araq | 2015-10-07 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #3314 from haiodo/emscripten-support | Andreas Rumpf | 2015-10-07 | 2 | -9/+58 |
|\ \ \ \ | | | | | | | | | | | Emscripten support | ||||
| * \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-10-06 | 18 | -61/+150 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-10-01 | 4 | -13/+18 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-30 | 8 | -42/+315 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-29 | 1 | -0/+10 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-28 | 2 | -1/+67 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-25 | 1 | -0/+25 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-25 | 6 | -601/+94 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-23 | 2 | -3/+5 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-21 | 3 | -9/+42 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-21 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-18 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-18 | 6 | -31/+134 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-16 | 5 | -10/+107 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-15 | 2 | -5/+28 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | Change TAddress to ByteAddress | Andrey Sobolev | 2015-09-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-14 | 2 | -17/+49 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-11 | 3 | -20/+70 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-11 | 6 | -32/+119 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | | Support for GC working in Emscripten environment | Andrey Sobolev | 2015-09-11 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for GC working in Emscripten environment | ||||
| * | | | | | | | | | | | | | | | | | | | | mmap non PageSize aligned support | Andrey Sobolev | 2015-09-10 | 1 | -1/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mmap non PageSize aligned support | ||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3380 from greyanubis/devel | Andreas Rumpf | 2015-10-07 | 1 | -0/+13 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | Add proc to change an element tag and proc to insert xmlnode child | ||||
| * | | | | | | | | | | | | | | | | | | | | added proc to change an element tag and proc to insert xmlnode child | sergey.anufriev | 2015-09-26 | 1 | -0/+13 |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/devel' into fix-test-failures | Aman Gupta | 2015-10-06 | 20 | -65/+169 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | | fixes #3383 | Araq | 2015-10-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | added critbits.inc proc | Araq | 2015-10-06 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | strutils: wrap too long lines | Araq | 2015-10-06 | 1 | -8/+14 |
| | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | add assert test to end of module | JamesP | 2015-10-06 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | bug fix #3416 add wrapper around `[]=` to account for | JamesP | 2015-10-05 | 1 | -3/+6 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes in StringTableRef disabling inc of counter | ||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #3415 from jlp765/rationals2 | Dominik Picheta | 2015-10-04 | 1 | -0/+62 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rationals add toRational(float) conversion |