summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Sorting enumerations and generation of consts for enumfields with the same va...enurlyx2014-06-152-15/+77
* Removed time and added a hash based on filename, line and column for creating...enurlyx2014-06-141-12/+9
* Added test for anonymous structs and unionsenurlyx2014-06-101-0/+27
* Add support for structs/unions defined in structs/unionsenurlyx2014-05-311-34/+100
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-206-171/+458
|\
| * 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-202-22/+22
| * | Added new future module with a closure macro.Dominik Picheta2014-04-204-1/+158
| * | Removes tthreadanalysis3 from threadTests spec.Dominik Picheta2014-04-201-1/+1
* | | made large parts of the stdlib gcsafeAraq2014-04-2021-114/+139
|/ /
* | removed flawed thread analysis passAraq2014-04-2017-476/+23
* | fixes OR for int8|int16 etcAraq2014-04-201-2/+2
* | actors compile againAraq2014-04-209-30/+68
* | attempt to fix bootstrappingAraq2014-04-201-1/+1
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-2043-61/+123
|\ \
| * \ Merge pull request #1111 from gradha/pr_mentions_jsondoc_commandSimon Hafner2014-04-191-0/+1
| |\ \
| | * | Mentions jsondoc in compiler advanced help.Grzegorz Adam Hankiewicz2014-04-191-0/+1
| |/ /
| * | added `continue` to errStmtInvalidAfterReturnSimon Hafner2014-04-181-1/+1
| * | Disabled tgtk test.Dominik Picheta2014-04-191-1/+3
| * | Improves tobjasgn test.Dominik Picheta2014-04-181-6/+6
| * | Fixes collections/ttables.Dominik Picheta2014-04-181-1/+1
| * | Merge pull request #1100 from gradha/pr_excludes_nimcache_from_backupsVarriount2014-04-172-1/+27
| |\ \
| | * | Adds option to exclude nimcache dirs from time machine backups.Grzegorz Adam Hankiewicz2014-04-162-1/+27
| * | | added an sqlite constantSimon Hafner2014-04-161-0/+1
| * | | Merge pull request #1102 from gradha/pr_improves_startProcess_docstringSimon Hafner2014-04-161-1/+9
| |\ \ \
| | * | | Improves startProcess docstring for poEvalCommand usage.Grzegorz Adam Hankiewicz2014-04-161-1/+9
| * | | | Merge pull request #1101 from gradha/pr_adds_missing_importSimon Hafner2014-04-160-0/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Adds missing import.Grzegorz Adam Hankiewicz2014-04-161-1/+1
| | |/ /
| * | | Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-1624-31/+31
| * | | Fixes incorrect nodejs detection in tester.Dominik Picheta2014-04-161-2/+1
| * | | Modified tester output. Fixed JS tests.Dominik Picheta2014-04-162-16/+24
| * | | Fixes docgen.Dominik Picheta2014-04-153-3/+3
| |/ /
| * | Merge pull request #1098 from gradha/pr_fixes_debugger_typoSimon Hafner2014-04-151-1/+1
| |\ \
| | * | Fixes typo to be able to use debugger.Grzegorz Adam Hankiewicz2014-04-151-1/+1
| |/ /
| * | Fixes #1005Dominik Picheta2014-04-152-5/+13
| * | Add checks for invalid socket when creating sockets.Dominik Picheta2014-04-157-0/+9
* | | marked markAndSweep GC thread safeAraq2014-04-201-8/+8
* | | New concurrency model: next stepsAraq2014-04-1923-200/+460
* | | first version of 'spawn'Araq2014-04-169-37/+188
* | | new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-1413-22/+67
|/ /
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-135-5/+130
|\ \
| * \ Merge pull request #1084 from gradha/pr_adds_sequtils_splitSimon Hafner2014-04-131-0/+91
| |\ \
| | * | Renames split to distribute. Refs #1084.Grzegorz Adam Hankiewicz2014-04-131-28/+29