Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better lock level handling | Araq | 2014-10-02 | 4 | -40/+78 |
| | |||||
* | deprecated '#[' comments for future multi-line comment feature | Araq | 2014-09-28 | 1 | -1/+6 |
| | |||||
* | implemented locking levels; still incomplete | Araq | 2014-09-27 | 7 | -19/+58 |
| | |||||
* | deepCopy is instantiated when its corresponding type is instantiated | Araq | 2014-09-26 | 10 | -15/+87 |
| | |||||
* | added $* for subexes | Araq | 2014-09-24 | 2 | -0/+5 |
| | |||||
* | 'let' within 'parallel' now works | Araq | 2014-09-22 | 4 | -6/+21 |
| | |||||
* | made tests green | Araq | 2014-09-22 | 8 | -53/+56 |
| | |||||
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-22 | 1 | -2/+2 |
|\ | |||||
| * | Merge pull request #1536 from rbehrends/fix-c++-exceptions | Andreas Rumpf | 2014-09-22 | 1 | -2/+2 |
| |\ | | | | | | | Fix the C++ exception struct in nimbase.h. | ||||
| | * | Fix the C++ exception struct in nimbase.h. | Reimer Behrends | 2014-09-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | The struct NimException still referred to the old exception type E_Base, which has since been renamed to Exception. This made the C++ backend fail on any code that used exceptions. | ||||
* | | | made some tests green | Araq | 2014-09-21 | 11 | -49/+53 |
|/ / | |||||
* | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-21 | 1 | -1/+1 |
|\| | |||||
| * | Fix --gc:none with --cs:partial. | Dominik Picheta | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | implemented 'guard' annotation | Araq | 2014-09-21 | 21 | -122/+266 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-19 | 2 | -11/+19 |
|\ | |||||
| * | Merge pull request #1533 from rbehrends/fix-boehmgc-interface | Andreas Rumpf | 2014-09-18 | 1 | -10/+18 |
| |\ | | | | | | | Various fixes to how the Boehm GC's interface. | ||||
| | * | Various fixes to how the Boehm GC's interface. | Reimer Behrends | 2014-09-18 | 1 | -10/+18 |
| | | | | | | | | | | | | | | | | | | | | | The Boehm GC interface did not define the getXXXSharedMem() functions that were needed for compilation with --threads:on. It also used `ppointer` instead of `PPointer`, so it failed to compile with --cs:partial. | ||||
| * | | Merge pull request #1532 from PavelVozenilek/devel | Dominik Picheta | 2014-09-18 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | more precise word | ||||
| | * | more precise word | PavelVozenilek | 2014-09-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-19 | 4 | -1/+33 |
|\ \ \ | |||||
| * | | | Fixes asyncnet example. | Dominik Picheta | 2014-09-18 | 1 | -1/+2 |
| | | | | |||||
| * | | | Adds socket creation for arbitrary domain, type and protocol. | Dominik Picheta | 2014-09-18 | 4 | -0/+31 |
| | | | | |||||
* | | | | updated pdcurses.nim | Araq | 2014-09-19 | 1 | -3/+3 |
| | | | | |||||
* | | | | cleaned up openssl.nim a bit | Araq | 2014-09-19 | 1 | -41/+42 |
| | | | | |||||
* | | | | updated libcurl.nim | Araq | 2014-09-19 | 1 | -4/+4 |
| | | | | |||||
* | | | | cleaned up iup.nim | Araq | 2014-09-19 | 1 | -501/+501 |
| | | | | |||||
* | | | | cleaned up expat wrapper | Araq | 2014-09-19 | 1 | -76/+76 |
| | | | | |||||
* | | | | cleaned up various modules | Araq | 2014-09-19 | 12 | -64/+65 |
| | | | | |||||
* | | | | updated graphics.nim | Araq | 2014-09-18 | 2 | -132/+132 |
| | | | | |||||
* | | | | updated SDL wrapper | Araq | 2014-09-18 | 8 | -747/+732 |
| | | | | |||||
* | | | | updated xml modules | Araq | 2014-09-18 | 2 | -22/+22 |
| | | | | |||||
* | | | | 'nim i' should work again | Araq | 2014-09-18 | 1 | -2/+3 |
|/ / / | |||||
* | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-17 | 1 | -72/+72 |
|\ \ \ | |||||
| * | | | CS fixes for zlib.nim | Dominik Picheta | 2014-09-17 | 1 | -72/+72 |
| | | | | |||||
* | | | | updated fsmonitor | Araq | 2014-09-17 | 1 | -3/+2 |
| | | | | |||||
* | | | | more robust for nim check | Araq | 2014-09-17 | 1 | -0/+1 |
| | | | | |||||
* | | | | xmldom adheres to the new style | Araq | 2014-09-17 | 1 | -249/+249 |
|/ / / | |||||
* | | | some progress on documentation building | Araq | 2014-09-17 | 6 | -111/+121 |
| | | | |||||
* | | | support nimrod as an alias for nim for compatibility (nimforum!) | Araq | 2014-09-17 | 1 | -4/+4 |
| | | | |||||
* | | | improvements for nimfix | Araq | 2014-09-17 | 3 | -27/+41 |
| | | | |||||
* | | | ttypeclasses works again | Araq | 2014-09-17 | 1 | -4/+3 |
| | | | |||||
* | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-16 | 6 | -17/+19 |
|\ \ \ | |||||
| * | | | Add bool to determine if socket has been closed. | Dominik Picheta | 2014-09-16 | 2 | -2/+4 |
| | | | | |||||
| * | | | Fix build instructions in readme. | Dominik Picheta | 2014-09-14 | 2 | -7/+7 |
| | | | | |||||
| * | | | Merge branch 'bigbreak' of github.com:Araq/Nimrod into bigbreak | Dominik Picheta | 2014-09-14 | 1 | -7/+8 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'bigbreak' of github.com:Araq/Nimrod into bigbreak | Dominik Picheta | 2014-09-14 | 1 | -6/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'bigbreak' of github.com:Araq/Nimrod into bigbreak | Dominik Picheta | 2014-09-14 | 21 | -68/+145 |
| |\ \ \ \ \ | |||||
| * | | | | | | NimFix on net and rawsockets modules. | Dominik Picheta | 2014-09-13 | 2 | -8/+8 |
| | | | | | | | |||||
* | | | | | | | fixes a recently introduced regression | Araq | 2014-09-16 | 1 | -3/+2 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | generic proc type works again | Araq | 2014-09-14 | 1 | -7/+8 |
| |_|/ / / |/| | | | |