summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* DLL generation works againAraq2014-04-231-8/+11
* Haiku build works againAraq2014-04-231-0/+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
|\
| * 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
|/
* Merge pull request #1118 from gradha/pr_show_boot_optionsVarriount2014-04-211-1/+1
|\
| * Version switch displays options used during `koch boot`Grzegorz Adam Hankiewicz2014-04-201-1/+1
* | changed pointer to array in sqlite callbackSimon Hafner2014-04-211-3/+3
* | fixes DLL generationAraq2014-04-214-47/+53
* | doc2 likes future.nim nowAraq2014-04-211-1/+1
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-214-28/+176
|\ \
| * \ Merge pull request #1099 from Varriount/os/getFileInfoAndreas Rumpf2014-04-202-20/+163
| |\ \
| | * | 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
| * | | Revert 4b09baa0a and 33fcd1123.Dominik Picheta2014-04-201-4/+2
| * | | Fixed docs in future module.Dominik Picheta2014-04-201-2/+2
| * | | Param name and type combos now work in type sig. sugar.Dominik Picheta2014-04-201-2/+9
* | | | attempt to make some tests greenAraq2014-04-211-9/+9
* | | | fixes #1085Araq2014-04-211-1/+1
|/ / /
* | | spawn has a chance of working on posixAraq2014-04-201-4/+14
* | | reintroduce thread analysis but disable it for backwards compatibilityAraq2014-04-201-4/+6
* | | fixes bootstrappingAraq2014-04-202-2/+3
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-202-169/+410
|\ \ \
| * \ \ Merge pull request #1076 from runvnc/redis_pipelineDominik Picheta2014-04-201-169/+299
| |\ \ \
| | * | | Use enumJason Livesay2014-04-201-11/+14
| | * | | delete extra statement from debuggingJason Livesay2014-04-171-1/+0
| | * | | Allow QUEUED reply only if pipelined; don't return status replies from flushP...Jason Livesay2014-04-171-91/+95
| | * | | delete echo statements used for debuggingJason Livesay2014-04-101-2/+0
| | * | | factor per commentsJason Livesay2014-04-101-143/+155
| | * | | Don't need ref string; use PPipeline instead of ref TPipelineJason Livesay2014-04-101-77/+77
| | * | | Redis: optional pipelining and better tested transactionsJason Livesay2014-04-091-119/+233
| * | | | Remove echo from => macro and fix tclosuremacro test.Dominik Picheta2014-04-201-2/+2
| * | | | Added new future module with a closure macro.Dominik Picheta2014-04-201-0/+111
* | | | | made large parts of the stdlib gcsafeAraq2014-04-2018-107/+128
|/ / / /
* | | / actors compile againAraq2014-04-205-25/+56
| |_|/ |/| |
* | | attempt to fix bootstrappingAraq2014-04-201-1/+1
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-209-4/+20
|\ \ \
| * | | Fixes collections/ttables.Dominik Picheta2014-04-181-1/+1
| * | | added an sqlite constantSimon Hafner2014-04-161-0/+1
| * | | Improves startProcess docstring for poEvalCommand usage.Grzegorz Adam Hankiewicz2014-04-161-1/+9
| | |/ | |/|
| * | Fixes docgen.Dominik Picheta2014-04-152-2/+2
| * | Fixes typo to be able to use debugger.Grzegorz Adam Hankiewicz2014-04-151-1/+1
| * | Add checks for invalid socket when creating sockets.Dominik Picheta2014-04-155-0/+7
* | | marked markAndSweep GC thread safeAraq2014-04-201-8/+8
* | | New concurrency model: next stepsAraq2014-04-1914-82/+276
* | | first version of 'spawn'Araq2014-04-161-2/+5