summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge pull request #1121 from EXetoC/spawn-testVarriount2014-04-231-0/+29
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Add spawn test. Hangs most of the time on linux x64 at least.EXetoC2014-04-201-0/+29
| * | | | | | | | Windows installer links for website.Dominik Picheta2014-04-231-1/+28
| * | | | | | | | DLL generation works againAraq2014-04-231-8/+11
| * | | | | | | | Haiku build works againAraq2014-04-232-1/+2
| * | | | | | | | minor tweak to the manualAraq2014-04-221-1/+1
| * | | | | | | | make getAppFilename work when there is no procfsAraq2014-04-221-10/+15
| * | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-221-0/+68
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge pull request #1133 from gradha/pr_adds_tables_exampleSimon Hafner2014-04-221-0/+68
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Adds example of custom object types used as table key.Grzegorz Adam Hankiewicz2014-04-221-0/+68
| * | | | | | | | | | building of nimrtl.dll should work againAraq2014-04-222-5/+6
| * | | | | | | | | | devel is version 0.9.5Araq2014-04-221-2/+1
| * | | | | | | | | | website updatesAraq2014-04-222-5/+7
| |/ / / / / / / / /
| * / / / / / / / / Website updates.Dominik Picheta2014-04-223-9/+112
| |/ / / / / / / /
| * | | | | | | | Merge pull request #1118 from gradha/pr_show_boot_optionsVarriount2014-04-213-2/+24
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | Version switch displays options used during `koch boot`Grzegorz Adam Hankiewicz2014-04-203-2/+24
| * | | | | | | | changed pointer to array in sqlite callbackSimon Hafner2014-04-211-3/+3
* | | | | | | | | minor tweaks; updated todo.txtAraq2014-04-255-17/+16
|/ / / / / / / /
* | | | | | | | Merge pull request #1129 from ReneSac/develDominik Picheta2014-04-211-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Rearrangements on the webpage's docs tab.ReneSac2014-04-211-4/+4
|/ / / / / / / /
* | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-214-415/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #1113 from flaviut/del_deadAndreas Rumpf2014-04-214-415/+0
| |\ \ \ \ \ \ \
| | * | | | | | | parsecfg is never used and is also part of the stdlibflaviut2014-04-191-346/+0
| | * | | | | | | charsets is never usedflaviut2014-04-191-49/+0
| | * | | | | | | Delete dead fileflaviut2014-04-192-20/+0
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | version 0.9.4Araq2014-04-213-22/+22
* | | | | | | | manual.txt updatesAraq2014-04-211-7/+44
* | | | | | | | fixes #847Araq2014-04-211-2/+3
|/ / / / / / /
* | | | | | | fixes DLL generationAraq2014-04-217-49/+56
* | | | | | | updated news.txtAraq2014-04-211-2/+18
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-211-2/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Tester now ignores deprecation warnings.Dominik Picheta2014-04-211-2/+2
* | | | | | | doc2 likes future.nim nowAraq2014-04-212-6/+4
* | | | | | | some progress for #1082Araq2014-04-212-5/+11
|/ / / / / /
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-2113-63/+373
|\ \ \ \ \ \
| * | | | | | Fixes #1119.Dominik Picheta2014-04-201-0/+1
| * | | | | | Merge pull request #1099 from Varriount/os/getFileInfoAndreas Rumpf2014-04-203-20/+256
| |\ \ \ \ \ \
| | * | | | | | Added tests for getFileInfo proc.Clay Sweetser2014-04-161-0/+93
| | * | | | | | Fixed _get_osfhandle declaration.Clay Sweetser2014-04-161-1/+1
| | * | | | | | Allowed getFileInfo to accept TFile objects.Clay Sweetser2014-04-161-1/+4
| | * | | | | | Completed Linux/Posix implementation of getFileInfoClay Sweetser2014-04-162-23/+44
| | * | | | | | Added Posix implementation of getFileInfo, organized code.Clay Sweetser2014-04-161-31/+66
| | * | | | | | Added Windows implementation of getFileInfo proceduresClay Sweetser2014-04-162-20/+104
| * | | | | | | Merge pull request #1097 from gradha/pr_avoid_idetools_crashAndreas Rumpf2014-04-201-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Avoids idetools crash on nil parameters.Grzegorz Adam Hankiewicz2014-04-151-0/+1
| * | | | | | | | Merge pull request #1107 from ReneSac/develAndreas Rumpf2014-04-201-20/+54
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Referential data types may need to be declared.ReneSac2014-04-191-6/+7
| | * | | | | | | | Additions and clarifications to tutorial 1.ReneSac2014-04-171-21/+54
| * | | | | | | | | Merge pull request #1123 from flaviut/bug1110Andreas Rumpf2014-04-201-0/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Document vmgen.nim a bitflaviut2014-04-201-0/+10