summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1569 from idlewan/prettyCCAndreas Rumpf2014-11-032-15/+40
|\ | | | | Prettify compiler output for verbosity=1
| * 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
| | | | | | | | | | Long lines displaying the invocation of the c compiler are replaced with short, readable lines.
* | Merge pull request #1621 from flaviut/fix-oidAndreas Rumpf2014-11-031-1/+1
|\ \ | | | | | | Remove extra trailing zero from oid
| * | Remove extra trailing zero from oidFlaviu Tamas2014-11-021-1/+1
| | | | | | | | | | | | | | | `$` would return a string of length 25, including the trailing null String length changed to 24, avoiding an extra null byte in the output
* | | Merge pull request #1589 from Varriount/fix-1561Andreas Rumpf2014-11-022-1/+16
|\ \ \ | | | | | | | | Fixes #1561
| * \ \ Fix #1561Varriount2014-10-293-1/+17
| |\ \ \
* | \ \ \ Merge pull request #1604 from Varriount/fix-1599Andreas Rumpf2014-11-022-17/+35
|\ \ \ \ \ | | | | | | | | | | | | Fix #1599
| * | | | | Fix #1599Clay Sweetser2014-10-292-17/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiler-specific options are now read with the '{compiler}.cpp' prefix in C++ mode. GCC C++ mode is fixed.
* | | | | | Merge pull request #1619 from Araq/revert-1618-patch-3Varriount2014-11-011-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Revert "Remove extra trailing zero"
| * | | | | | Revert "Remove extra trailing zero"Varriount2014-11-011-1/+2
|/ / / / / /
* | | | | | Merge pull request #1618 from flaviut/patch-3Varriount2014-11-011-2/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove extra trailing zero
| * | | | | | Remove extra trailing zeroFlaviu Tamas2014-11-011-2/+1
|/ / / / / /
* | | | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-313-4/+34
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge pull request #1605 from flaviut/patch-1Andreas Rumpf2014-10-303-4/+34
| |\ \ \ \ \ | | | | | | | | | | | | | | Make re module return nil for unmatched captures instead of empty string
| | * | | | | re module returns nil on failed capturesFlaviu Tamas2014-10-292-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - tests included - news.txt updated
| | * | | | | Modify pegs.nim such that no match will return nilFlaviu Tamas2014-10-292-1/+19
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An empty match will return "" A zero-length match will return nil Add test cases Add news information
* | | | | | updated the testAraq2014-10-313-0/+16
| | | | | |
* | | | | | fixes #1595Araq2014-10-311-5/+16
| | | | | |
* | | | | | minor bugfix for notFoundErrorAraq2014-10-301-2/+2
|/ / / / /
* | | | | docgen works on linuxAraq2014-10-272-5/+7
| | | | |
* | | | | implements #78Araq2014-10-266-4/+20
| | | | |
* | | | | nicer error messages (untested)Araq2014-10-269-49/+81
| | | | |
* | | | | implements #1588Araq2014-10-263-1/+10
|/ / / /
* | | | introduced 'benign' pragmaAraq2014-10-2514-117/+125
| | | |
* | | | Merge branch 'devel' into bigbreakAraq2014-10-251-0/+1
|\ \ \ \
| * | | | '.emit' pragma produces a trailing newlineAraq2014-10-251-0/+1
| | | | |
* | | | | Merge pull request #1587 from Varriount/fix-1583Varriount2014-10-241-8/+10
|\ \ \ \ \ | | | | | | | | | | | | Fixes #1583
| * | | | | Fixes #1583Clay Sweetser2014-10-241-8/+10
|/ / / / /
* | | | | Merge pull request #1586 from boydgreenfield/bigbreakVarriount2014-10-231-0/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | Add nimblepath so Nim can find Nimble-installed packages out-of-the-box
| * | | Add nimblepath so Nim can find Nimble-installed packages out-of-the-boxNick Greenfield2014-10-231-0/+1
|/ / /
* | | Merge branch 'devel' into bigbreakAraq2014-10-237-27/+35
|\| | | | | | | | | | | | | | Conflicts: web/news.txt
| * | updated news.txtAraq2014-10-221-4/+11
| | |
| * | fixes #1029Araq2014-10-223-6/+11
| | |
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-10-221-2/+8
| |\ \
| | * | Update nsis.tmplVarriount2014-10-211-2/+8
| | | | | | | | | | | | React appropriately when the user cancels the downloading of a component.
| * | | fixes 'import x as y' regressionAraq2014-10-222-2/+3
| |/ /
* | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-2111-91/+157
|\ \ \
| * \ \ Merge pull request #1566 from onionhammer/bigbreakAndreas Rumpf2014-10-217-10/+10
| |\ \ \ | | | | | | | | | | Fixed FD_SET casing
| | * | | patched fdset call in osprocErik O'Leary2014-10-101-1/+1
| | | | |
| | * | | Fixed FD_SET casingErik O'Leary2014-10-106-9/+9
| | | |/ | | |/|
| * | | Merge pull request #1582 from fowlmouth/patch-1Andreas Rumpf2014-10-211-0/+1
| |\ \ \ | | | | | | | | | | fix issue #1581
| | * | | fix issue #1581Billingsly Wetherfordshire2014-10-201-0/+1
| |/ / /
| * | | Merge pull request #1575 from Varriount/enhance-trimccAndreas Rumpf2014-10-193-81/+146
| |\ \ \ | | | | | | | | | | Enhance trimcc
| | * | | Allow koch.nim to be run without a failure if given no arguments.Clay Sweetser2014-10-141-1/+1
| | | | |
| | * | | Improve the trimcc tool's batching algorithm.Clay Sweetser2014-10-142-80/+145
| |/ / /
* | | | Merge branch 'devel' into bigbreakAraq2014-10-210-0/+0
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: readme.md