Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tester now ignores deprecation warnings. | Dominik Picheta | 2014-04-21 | 1 | -2/+2 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 13 | -63/+373 |
|\ | |||||
| * | Fixes #1119. | Dominik Picheta | 2014-04-20 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #1099 from Varriount/os/getFileInfo | Andreas Rumpf | 2014-04-20 | 3 | -20/+256 |
| |\ | | | | | | | Added os.getFileInfo procedure. | ||||
| | * | Added tests for getFileInfo proc. | Clay Sweetser | 2014-04-16 | 1 | -0/+93 |
| | | | |||||
| | * | Fixed _get_osfhandle declaration. | Clay Sweetser | 2014-04-16 | 1 | -1/+1 |
| | | | |||||
| | * | Allowed getFileInfo to accept TFile objects. | Clay Sweetser | 2014-04-16 | 1 | -1/+4 |
| | | | |||||
| | * | Completed Linux/Posix implementation of getFileInfo | Clay Sweetser | 2014-04-16 | 2 | -23/+44 |
| | | | | | | | | | | | | Moved parts of getFileInfo into a helper template. | ||||
| | * | Added Posix implementation of getFileInfo, organized code. | Clay Sweetser | 2014-04-16 | 1 | -31/+66 |
| | | | |||||
| | * | Added Windows implementation of getFileInfo procedures | Clay Sweetser | 2014-04-16 | 2 | -20/+104 |
| | | | |||||
| * | | Merge pull request #1097 from gradha/pr_avoid_idetools_crash | Andreas Rumpf | 2014-04-20 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Avoid idetools crash on nil parameters. | ||||
| | * | | Avoids idetools crash on nil parameters. | Grzegorz Adam Hankiewicz | 2014-04-15 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge pull request #1107 from ReneSac/devel | Andreas Rumpf | 2014-04-20 | 1 | -20/+54 |
| |\ \ \ | | | | | | | | | | | Additions and clarifications to tutorial 1. | ||||
| | * | | | Referential data types may need to be declared. | ReneSac | 2014-04-19 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | And other small fixes. | ||||
| | * | | | Additions and clarifications to tutorial 1. | ReneSac | 2014-04-17 | 1 | -21/+54 |
| | | | | | |||||
| * | | | | Merge pull request #1123 from flaviut/bug1110 | Andreas Rumpf | 2014-04-20 | 1 | -0/+10 |
| |\ \ \ \ | | | | | | | | | | | | | Document vmgen.nim a bit | ||||
| | * | | | | Document vmgen.nim a bit | flaviut | 2014-04-20 | 1 | -0/+10 |
| | | | | | | |||||
| * | | | | | Merge pull request #1124 from EXetoC/spawn-arg-check | Andreas Rumpf | 2014-04-20 | 2 | -1/+8 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Spawn argument checking. | ||||
| | * | | | | | Add test for bad spawn argument. | EXetoC | 2014-04-20 | 1 | -0/+7 |
| | | | | | | | |||||
| | * | | | | | Fix spawn ICE on invalid argument. | EXetoC | 2014-04-20 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Revert 4b09baa0a and 33fcd1123. | Dominik Picheta | 2014-04-20 | 1 | -4/+2 |
| | | | | | | | |||||
| * | | | | | | Fixed docs in future module. | Dominik Picheta | 2014-04-20 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Param name and type combos now work in type sig. sugar. | Dominik Picheta | 2014-04-20 | 2 | -6/+13 |
| | | | | | | | |||||
| * | | | | | | Fixes #1093. | Dominik Picheta | 2014-04-20 | 3 | -10/+26 |
| | | | | | | | |||||
* | | | | | | | attempt to make some tests green | Araq | 2014-04-21 | 4 | -16/+12 |
| | | | | | | | |||||
* | | | | | | | fixes #1085 | Araq | 2014-04-21 | 2 | -2/+2 |
|/ / / / / / | |||||
* | | | | | | spawn has a chance of working on posix | Araq | 2014-04-20 | 1 | -4/+14 |
| | | | | | | |||||
* | | | | | | reintroduce thread analysis but disable it for backwards compatibility | Araq | 2014-04-20 | 7 | -17/+26 |
| | | | | | | |||||
* | | | | | | fixes bootstrapping | Araq | 2014-04-20 | 2 | -2/+3 |
| | | | | | | |||||
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-20 | 6 | -171/+458 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge pull request #1076 from runvnc/redis_pipeline | Dominik Picheta | 2014-04-20 | 1 | -169/+299 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Redis: optional pipelining and better tested transactions | ||||
| | * | | | | | | Use enum | Jason Livesay | 2014-04-20 | 1 | -11/+14 |
| | | | | | | | | |||||
| | * | | | | | | delete extra statement from debugging | Jason Livesay | 2014-04-17 | 1 | -1/+0 |
| | | | | | | | | |||||
| | * | | | | | | Allow QUEUED reply only if pipelined; don't return status replies from ↵ | Jason Livesay | 2014-04-17 | 1 | -91/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flushPipeline; Rewrite someTests | ||||
| | * | | | | | | delete echo statements used for debugging | Jason Livesay | 2014-04-10 | 1 | -2/+0 |
| | | | | | | | | |||||
| | * | | | | | | factor per comments | Jason Livesay | 2014-04-10 | 1 | -143/+155 |
| | | | | | | | | |||||
| | * | | | | | | Don't need ref string; use PPipeline instead of ref TPipeline | Jason Livesay | 2014-04-10 | 1 | -77/+77 |
| | | | | | | | | |||||
| | * | | | | | | Redis: optional pipelining and better tested transactions | Jason Livesay | 2014-04-09 | 1 | -119/+233 |
| | | | | | | | | |||||
| * | | | | | | | Remove echo from => macro and fix tclosuremacro test. | Dominik Picheta | 2014-04-20 | 2 | -22/+22 |
| | | | | | | | | |||||
| * | | | | | | | Added new future module with a closure macro. | Dominik Picheta | 2014-04-20 | 4 | -1/+158 |
| | | | | | | | | |||||
| * | | | | | | | Removes tthreadanalysis3 from threadTests spec. | Dominik Picheta | 2014-04-20 | 1 | -1/+1 |
| | |/ / / / / | |/| | | | | | |||||
* / | | | | | | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 21 | -114/+139 |
|/ / / / / / | |||||
* | | | | | | removed flawed thread analysis pass | Araq | 2014-04-20 | 17 | -476/+23 |
| | | | | | | |||||
* | | | | | | fixes OR for int8|int16 etc | Araq | 2014-04-20 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | actors compile again | Araq | 2014-04-20 | 9 | -30/+68 |
| | | | | | | |||||
* | | | | | | attempt to fix bootstrapping | Araq | 2014-04-20 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-20 | 43 | -61/+123 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge pull request #1111 from gradha/pr_mentions_jsondoc_command | Simon Hafner | 2014-04-19 | 1 | -0/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Mentions jsondoc in compiler advanced help. | ||||
| | * | | | | | Mentions jsondoc in compiler advanced help. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -0/+1 |
| |/ / / / / | |||||
| * | | | | | added `continue` to errStmtInvalidAfterReturn | Simon Hafner | 2014-04-18 | 1 | -1/+1 |
| | | | | | |