summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | proper fix for stack initialization and threadvar emulationAraq2014-11-113-13/+35
* | renamed CondVar to SemaphoreAraq2014-11-102-27/+27
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-11-102-12/+1
|\ \
| * \ Merge pull request #1636 from rbehrends/fix-thread-issuesAndreas Rumpf2014-11-082-12/+1
| |\ \
| | * | Remove references to pthread_mutex_timedlock().Reimer Behrends2014-11-061-10/+0
| | * | Properly initialize the stack with emulated thread variables.Reimer Behrends2014-11-061-2/+1
* | | | fixes #1646Araq2014-11-105-11/+32
|/ / /
* | | the codegen doesn't emit deepCopy for parallel statementsAraq2014-11-089-52/+64
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-11-084-46/+64
|\ \ \ | | |/ | |/|
| * | Implement SO_REUSEADDR for asyncnet and asynchttpserver.Dominik Picheta2014-11-073-2/+20
| * | Merge pull request #1639 from onionhammer/develDominik Picheta2014-11-071-44/+44
| |\ \
| | * | Made 'headers' publicErik O'Leary2014-11-061-44/+44
* | | | TAtomType includes 'bool'Araq2014-11-081-5/+5
* | | | fixed the deadlock that happens when stress testing ToFreeQueueAraq2014-11-082-26/+31
|/ / /
* / / fixes exhaustion bug and missing GC_ref code generationAraq2014-11-072-5/+10
|/ /
* | broken attempt to fix queue exhaustionAraq2014-11-072-21/+91
* | fixes #1612Araq2014-11-064-3/+7
|/
* user defined pragmas work for generics instantiated in different modulesAraq2014-11-062-4/+12
* compiler bootstraps againAraq2014-11-051-1/+1
* Merge pull request #1623 from gradha/pr_bigbreak_adds_code_directive_to_rstAndreas Rumpf2014-11-056-95/+267
|\
| * Merge branch 'pr_adds_code_directive_to_rst' into pr_bigbreak_adds_code_direc...Grzegorz Adam Hankiewicz2014-11-036-95/+267
| |\
| | * Fixes line numbering.Grzegorz Adam Hankiewicz2014-10-021-1/+1
| | * Handles :file: option for code blocks to avoid warnings.Grzegorz Adam Hankiewicz2014-07-262-0/+11
| | * Hyperlinks slurp related docstrings in system module.Grzegorz Adam Hankiewicz2014-07-191-10/+14
| | * Hyperlinks quit related docstrings in system module.Grzegorz Adam Hankiewicz2014-07-191-12/+15
| | * Improves macro tutorial with hyperlinks and numbered lines.Grzegorz Adam Hankiewicz2014-07-191-49/+56
| | * Modifies docgen to support new warning message.Grzegorz Adam Hankiewicz2014-07-192-3/+7
| | * Adds support for the ``.. code::`` rst directive.Grzegorz Adam Hankiewicz2014-07-192-25/+167
* | | todo.txt updatesAraq2014-11-041-6/+2
* | | documented nimfixAraq2014-11-047-15/+79
* | | added module fenv's docsAraq2014-11-044-0/+12
* | | proper development version numberAraq2014-11-041-1/+1
* | | Merge branch 'devel' into bigbreakAraq2014-11-037-34/+158
|\ \ \ | |/ / |/| |
| * | Merge pull request #1609 from rbehrends/fix-method-dispatchAndreas Rumpf2014-11-034-23/+114
| |\ \
| | * | Fix dispatcher creation for method prototypes.Reimer Behrends2014-11-023-28/+92
| | * | Added test case for recursive methods.Reimer Behrends2014-11-021-0/+22
| | * | Reset location when creating a method dispatcherReimer Behrends2014-11-011-0/+1
| | * | Fix method recursion bug.Reimer Behrends2014-10-311-1/+5
| * | | Merge pull request #1620 from trustable-code/PR6Andreas Rumpf2014-11-032-7/+36
| |\ \ \
| | * | | Added test caseSimon Krauter2014-11-031-0/+21
| | * | | Fix terminate() and add kill()Simon Krauter2014-11-021-7/+15
* | | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-11-037-35/+104
|\ \ \ \ \
| * | | | | Update buildbat.tmplVarriount2014-11-031-1/+12
| * | | | | Merge pull request #1569 from idlewan/prettyCCAndreas Rumpf2014-11-032-15/+40
| |\ \ \ \ \
| | * | | | | Forgot to keep extern pragma for execProcessesErwan Ameil2014-11-021-1/+2
| | * | | | | Use defaut nil callback for execProcessesErwan Ameil2014-11-021-11/+1
| | * | | | | Change empty callback into nilErwan Ameil2014-11-021-9/+12
| | * | | | | Tidy up the prettification of the default verbosity c compilation outputErwan Ameil2014-10-132-25/+28
| | * | | | | Prettify compiler output for verbosity=1Erwan Ameil2014-10-122-15/+43
| * | | | | | Merge pull request #1621 from flaviut/fix-oidAndreas Rumpf2014-11-031-1/+1
| |\ \ \ \ \ \