Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1118 from gradha/pr_show_boot_options | Varriount | 2014-04-21 | 3 | -2/+24 |
|\ | | | | | Version switch displays options used during `koch boot` | ||||
| * | Version switch displays options used during `koch boot` | Grzegorz Adam Hankiewicz | 2014-04-20 | 3 | -2/+24 |
| | | |||||
* | | changed pointer to array in sqlite callback | Simon Hafner | 2014-04-21 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #1129 from ReneSac/devel | Dominik Picheta | 2014-04-21 | 1 | -4/+4 |
|\ \ | | | | | | | Rearrangements on the webpage's docs tab. | ||||
| * | | Rearrangements on the webpage's docs tab. | ReneSac | 2014-04-21 | 1 | -4/+4 |
|/ / | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 4 | -415/+0 |
|\ \ | |||||
| * \ | Merge pull request #1113 from flaviut/del_dead | Andreas Rumpf | 2014-04-21 | 4 | -415/+0 |
| |\ \ | | | | | | | | | Delete dead files | ||||
| | * | | parsecfg is never used and is also part of the stdlib | flaviut | 2014-04-19 | 1 | -346/+0 |
| | | | | |||||
| | * | | charsets is never used | flaviut | 2014-04-19 | 1 | -49/+0 |
| | | | | |||||
| | * | | Delete dead file | flaviut | 2014-04-19 | 2 | -20/+0 |
| | | | | |||||
* | | | | version 0.9.4 | Araq | 2014-04-21 | 3 | -22/+22 |
| | | | | |||||
* | | | | manual.txt updates | Araq | 2014-04-21 | 1 | -7/+44 |
| | | | | |||||
* | | | | fixes #847 | Araq | 2014-04-21 | 1 | -2/+3 |
|/ / / | |||||
* | | | fixes DLL generation | Araq | 2014-04-21 | 7 | -49/+56 |
| | | | |||||
* | | | updated news.txt | Araq | 2014-04-21 | 1 | -2/+18 |
| | | | |||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Tester now ignores deprecation warnings. | Dominik Picheta | 2014-04-21 | 1 | -2/+2 |
| | | | | |||||
* | | | | doc2 likes future.nim now | Araq | 2014-04-21 | 2 | -6/+4 |
| | | | | |||||
* | | | | some progress for #1082 | Araq | 2014-04-21 | 2 | -5/+11 |
|/ / / | |||||
* | | | 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 |
| | | | | | | | | | |