Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1569 from idlewan/prettyCC | Andreas Rumpf | 2014-11-03 | 2 | -15/+40 |
|\ | | | | | Prettify compiler output for verbosity=1 | ||||
| * | Forgot to keep extern pragma for execProcesses | Erwan Ameil | 2014-11-02 | 1 | -1/+2 |
| | | |||||
| * | Use defaut nil callback for execProcesses | Erwan Ameil | 2014-11-02 | 1 | -11/+1 |
| | | |||||
| * | Change empty callback into nil | Erwan Ameil | 2014-11-02 | 1 | -9/+12 |
| | | |||||
| * | Tidy up the prettification of the default verbosity c compilation output | Erwan Ameil | 2014-10-13 | 2 | -25/+28 |
| | | |||||
| * | Prettify compiler output for verbosity=1 | Erwan Ameil | 2014-10-12 | 2 | -15/+43 |
| | | | | | | | | | | Long lines displaying the invocation of the c compiler are replaced with short, readable lines. | ||||
* | | Merge pull request #1621 from flaviut/fix-oid | Andreas Rumpf | 2014-11-03 | 1 | -1/+1 |
|\ \ | | | | | | | Remove extra trailing zero from oid | ||||
| * | | Remove extra trailing zero from oid | Flaviu Tamas | 2014-11-02 | 1 | -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-1561 | Andreas Rumpf | 2014-11-02 | 2 | -1/+16 |
|\ \ \ | | | | | | | | | Fixes #1561 | ||||
| * \ \ | Fix #1561 | Varriount | 2014-10-29 | 3 | -1/+17 |
| |\ \ \ | |||||
* | \ \ \ | Merge pull request #1604 from Varriount/fix-1599 | Andreas Rumpf | 2014-11-02 | 2 | -17/+35 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix #1599 | ||||
| * | | | | | Fix #1599 | Clay Sweetser | 2014-10-29 | 2 | -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-3 | Varriount | 2014-11-01 | 1 | -1/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Revert "Remove extra trailing zero" | ||||
| * | | | | | | Revert "Remove extra trailing zero" | Varriount | 2014-11-01 | 1 | -1/+2 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #1618 from flaviut/patch-3 | Varriount | 2014-11-01 | 1 | -2/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove extra trailing zero | ||||
| * | | | | | | Remove extra trailing zero | Flaviu Tamas | 2014-11-01 | 1 | -2/+1 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-31 | 3 | -4/+34 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Merge pull request #1605 from flaviut/patch-1 | Andreas Rumpf | 2014-10-30 | 3 | -4/+34 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Make re module return nil for unmatched captures instead of empty string | ||||
| | * | | | | | re module returns nil on failed captures | Flaviu Tamas | 2014-10-29 | 2 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - tests included - news.txt updated | ||||
| | * | | | | | Modify pegs.nim such that no match will return nil | Flaviu Tamas | 2014-10-29 | 2 | -1/+19 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An empty match will return "" A zero-length match will return nil Add test cases Add news information | ||||
* | | | | | | updated the test | Araq | 2014-10-31 | 3 | -0/+16 |
| | | | | | | |||||
* | | | | | | fixes #1595 | Araq | 2014-10-31 | 1 | -5/+16 |
| | | | | | | |||||
* | | | | | | minor bugfix for notFoundError | Araq | 2014-10-30 | 1 | -2/+2 |
|/ / / / / | |||||
* | | | | | docgen works on linux | Araq | 2014-10-27 | 2 | -5/+7 |
| | | | | | |||||
* | | | | | implements #78 | Araq | 2014-10-26 | 6 | -4/+20 |
| | | | | | |||||
* | | | | | nicer error messages (untested) | Araq | 2014-10-26 | 9 | -49/+81 |
| | | | | | |||||
* | | | | | implements #1588 | Araq | 2014-10-26 | 3 | -1/+10 |
|/ / / / | |||||
* | | | | introduced 'benign' pragma | Araq | 2014-10-25 | 14 | -117/+125 |
| | | | | |||||
* | | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-25 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | '.emit' pragma produces a trailing newline | Araq | 2014-10-25 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #1587 from Varriount/fix-1583 | Varriount | 2014-10-24 | 1 | -8/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixes #1583 | ||||
| * | | | | | Fixes #1583 | Clay Sweetser | 2014-10-24 | 1 | -8/+10 |
|/ / / / / | |||||
* | | | | | Merge pull request #1586 from boydgreenfield/bigbreak | Varriount | 2014-10-23 | 1 | -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-box | Nick Greenfield | 2014-10-23 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-23 | 7 | -27/+35 |
|\| | | | | | | | | | | | | | | Conflicts: web/news.txt | ||||
| * | | updated news.txt | Araq | 2014-10-22 | 1 | -4/+11 |
| | | | |||||
| * | | fixes #1029 | Araq | 2014-10-22 | 3 | -6/+11 |
| | | | |||||
| * | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-10-22 | 1 | -2/+8 |
| |\ \ | |||||
| | * | | Update nsis.tmpl | Varriount | 2014-10-21 | 1 | -2/+8 |
| | | | | | | | | | | | | React appropriately when the user cancels the downloading of a component. | ||||
| * | | | fixes 'import x as y' regression | Araq | 2014-10-22 | 2 | -2/+3 |
| |/ / | |||||
* | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-21 | 11 | -91/+157 |
|\ \ \ | |||||
| * \ \ | Merge pull request #1566 from onionhammer/bigbreak | Andreas Rumpf | 2014-10-21 | 7 | -10/+10 |
| |\ \ \ | | | | | | | | | | | Fixed FD_SET casing | ||||
| | * | | | patched fdset call in osproc | Erik O'Leary | 2014-10-10 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fixed FD_SET casing | Erik O'Leary | 2014-10-10 | 6 | -9/+9 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #1582 from fowlmouth/patch-1 | Andreas Rumpf | 2014-10-21 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | fix issue #1581 | ||||
| | * | | | fix issue #1581 | Billingsly Wetherfordshire | 2014-10-20 | 1 | -0/+1 |
| |/ / / | |||||
| * | | | Merge pull request #1575 from Varriount/enhance-trimcc | Andreas Rumpf | 2014-10-19 | 3 | -81/+146 |
| |\ \ \ | | | | | | | | | | | Enhance trimcc | ||||
| | * | | | Allow koch.nim to be run without a failure if given no arguments. | Clay Sweetser | 2014-10-14 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Improve the trimcc tool's batching algorithm. | Clay Sweetser | 2014-10-14 | 2 | -80/+145 |
| |/ / / | |||||
* | | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-21 | 0 | -0/+0 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: readme.md |