summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes #1274Araq2014-11-182-1/+17
|
* fixes #1548Araq2014-11-175-45/+27
|
* fixes #940Araq2014-11-176-5/+38
|
* fixes #206Araq2014-11-162-1/+20
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-11-163-2/+10
|\
| * Merge pull request #1661 from trustable-code/PR7Andreas Rumpf2014-11-161-1/+2
| |\ | | | | | | Fix issue #1660
| | * Fix issue #1660Simon Krauter2014-11-151-1/+2
| | | | | | | | | | | | https://github.com/Araq/Nimrod/issues/1660
| * | Merge pull request #1662 from eliezedeck/develAndreas Rumpf2014-11-162-1/+8
| |\ \ | | |/ | |/| OpenWrt / uClibc patches
| | * Uses execve() in osproc on OpenWrt and uClibc-based platforms.Elie Zedeck2014-11-161-1/+5
| | |
| | * Added generic OpenWrt compilers for --cpu:mipsElie Zedeck2014-11-161-0/+3
| |/
* | document uClibc switchAraq2014-11-161-0/+1
| |
* | fixes #1055Araq2014-11-165-15/+56
| |
* | fixes #619Araq2014-11-158-10/+31
|/
* fixes #693Araq2014-11-143-5/+3
|
* removed outdated noteAraq2014-11-141-3/+0
|
* fixes #1324Araq2014-11-141-0/+5
|
* onRaise doesn't work as documented as is dubiousAraq2014-11-141-28/+0
|
* fixes #930Araq2014-11-141-2/+5
|
* fixes #1470Araq2014-11-141-0/+18
|
* fixes #1633Araq2014-11-141-0/+4
|
* fixes #1634Araq2014-11-141-1/+13
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-11-1412-236/+237
|\
| * Merge pull request #1653 from def-/name-fixes-2Andreas Rumpf2014-11-1312-236/+237
| |\ | | | | | | Fix some deprecation warnings caused by renames
| | * Fix some deprecation warnings caused by renamesdef2014-11-1312-236/+237
| |/
* | astToStr is a special magicAraq2014-11-141-1/+1
| |
* | fixes #1106Araq2014-11-141-27/+32
| |
* | fixes #1258Araq2014-11-141-0/+17
| |
* | fixes #1181Araq2014-11-135-33/+46
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-11-131-106/+2
|\
| * Merge pull request #1643 from def-/fix-locks-caseAndreas Rumpf2014-11-121-106/+2
| |\ | | | | | | Fix compile because of case sensitivity
| | * Remove runtime deadlock prevention as deadlock detection at compile-time is ↵def2014-11-111-106/+2
| | | | | | | | | | | | | | | | | | | | | available Conflicts: lib/core/locks.nim
| | * Fix compile because of case sensitivitydef2014-11-081-1/+1
| | |
* | | fixes error propagation for macros.parseExprAraq2014-11-132-2/+5
|/ /
* | fixes #1127Araq2014-11-121-1/+1
| |
* | fixes a regression that made 'system.compiles' output the produced error ↵Araq2014-11-121-1/+1
| | | | | | | | messages
* | fixes #1473Araq2014-11-129-25/+103
| |
* | fixes #1593Araq2014-11-122-2/+46
| |
* | fixes #1560Araq2014-11-111-1/+7
| |
* | 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
| |\ \ | | | | | | | | Fix some thread issues
| | * | Remove references to pthread_mutex_timedlock().Reimer Behrends2014-11-061-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The pthread_mutex_timedlock() function is not supported on a number of architectures and is not actually used by the library or compiler, but prevents C++ compilation on systems that do not support it when threads are enabled.
| | * | 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' public
| | * | Made 'headers' publicErik O'Leary2014-11-061-44/+44
| | | |