Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | attempt to make the build green again | Araq | 2017-01-07 | 2 | -2/+0 |
| | |||||
* | make Nim compiler compile with 0.15.2 | Araq | 2017-01-07 | 2 | -6/+22 |
| | |||||
* | added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994 | Araq | 2017-01-07 | 8 | -20/+46 |
| | |||||
* | use new nimble file format to make Nim's version DRY | Araq | 2017-01-07 | 2 | -7/+6 |
| | |||||
* | random.nim: add a warning about crypo; refs #5047 | Araq | 2017-01-07 | 1 | -0/+1 |
| | |||||
* | Merge pull request #5188 from trustable-code/patch-2 | Andreas Rumpf | 2017-01-07 | 1 | -10/+4 |
|\ | | | | | fixes #4804 | ||||
| * | fixes 4804 | Simon Krauter | 2017-01-06 | 1 | -10/+4 |
| | | | | | | toTime(): Use the Windows-specific part for every OS, because it gives correct results on Linux too. The removed code for Linux gives wrong results. | ||||
* | | Merge pull request #5187 from krux02/new-htmlgen | Andreas Rumpf | 2017-01-07 | 1 | -75/+75 |
|\ \ | |/ |/| | get rid of immediate macros in htmlgen module | ||||
| * | get rid of immediate macros in htmlgen module | Arne Döring | 2017-01-06 | 1 | -75/+75 |
|/ | |||||
* | fixes 'nim c file_without_nim_ext' regression; refs #5183 | Andreas Rumpf | 2017-01-06 | 1 | -1/+2 |
| | |||||
* | fixes #5185 | Andreas Rumpf | 2017-01-06 | 2 | -4/+5 |
| | |||||
* | Fixes bootstrapping. | Dominik Picheta | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | findExe finds cmd and bat files; refs #5049 | Araq | 2017-01-06 | 1 | -25/+34 |
| | |||||
* | Add async IO overview to asyncnet module docs. | Dominik Picheta | 2017-01-06 | 1 | -1/+39 |
| | |||||
* | fixes #4948 | Araq | 2017-01-06 | 1 | -3/+6 |
| | |||||
* | Merge pull request #5141 from c-blake/devel | Andreas Rumpf | 2017-01-06 | 1 | -0/+5 |
|\ | | | | | Add a proc `==` for MemSlice. | ||||
| * | Oops - forgot export marker. | Charles Blake | 2016-12-22 | 1 | -1/+1 |
| | | |||||
| * | Add a proc `==` for MemSlice. | Charles Blake | 2016-12-22 | 1 | -0/+5 |
| | | |||||
* | | koch and nims updates | Araq | 2017-01-06 | 3 | -36/+3 |
| | | |||||
* | | gendepend improvements; refs #5144 | Araq | 2017-01-06 | 2 | -1/+9 |
| | | |||||
* | | attempt to re-enable trimcc tool | Araq | 2017-01-06 | 1 | -7/+7 |
| | | |||||
* | | compiler API: introduce options.disableNmiblePath | Araq | 2017-01-06 | 2 | -4/+7 |
| | | |||||
* | | Merge pull request #5180 from Parashurama/optimize_byteswapping | Andreas Rumpf | 2017-01-06 | 1 | -32/+81 |
|\ \ | | | | | | | optimize byte-swapping in endians.nim | ||||
| * | | optimize byte-swapping in endians.nim | Parashurama | 2017-01-05 | 1 | -32/+81 |
| | | | | | | | | | | | | | | | add support for GCC, CLANG, ICC & VCC builtins for faster byte-swapping. should compile to single assembly instruction ie BSWAP or equivalent. | ||||
* | | | Merge pull request #5138 from vegansk/4775-args | Andreas Rumpf | 2017-01-06 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Disables ``paramCount``, ``paramStr`` when building posix dynlib. Fixes #4775 | ||||
| * | | | Disables ``paramCount``, ``paramStr`` when building posix dynlib. Fixes #4775 | Anatoly Galiulin | 2016-12-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #5175 from jlp765/patch-1 | Andreas Rumpf | 2017-01-06 | 1 | -1/+29 |
|\ \ \ \ | | | | | | | | | | | Tutorial1 additions | ||||
| * | | | | Tutorial1 additions | jlp765 | 2017-01-03 | 1 | -1/+29 |
| | | | | | | | | | | | | | | | | | | | | Add extra For Statement stuff Add Distinct Types | ||||
* | | | | | Merge pull request #5177 from trustable-code/patch-1 | Andreas Rumpf | 2017-01-05 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | fixes #2723 | ||||
| * | | | | | fixes #2723 | Simon Krauter | 2017-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Added libgdi32.a and libcomdlg32.a to list of essential files | ||||
* | | | | | | Merge pull request #5178 from krux02/devel | Andreas Rumpf | 2017-01-05 | 1 | -1/+5 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | updated doc for dynlib pragma | ||||
| * | | | | | updated doc for dynlib pragma | Arne Döring | 2017-01-04 | 1 | -1/+5 |
|/ / / / / | |||||
* | | | | | koch.nim: remove old bin/nimblepkg/*.nim files for nimble installation | Andreas Rumpf | 2017-01-04 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-01-03 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix compiler.nimble namespace violations. | Dominik Picheta | 2017-01-03 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | koch.nim: don't use --git-dir; produces weird results | Araq | 2017-01-03 | 1 | -8/+10 |
| | | | | | | |||||
* | | | | | | koch.nim: use new nimble branch setup | Araq | 2017-01-03 | 1 | -34/+24 |
|/ / / / / | |||||
* | | | | | niminst: faster way to deduplicate files | Araq | 2017-01-03 | 1 | -17/+18 |
| | | | | | |||||
* | | | | | distros.nim: don't lose the information that we don't know the distro's ↵ | Araq | 2017-01-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | package manager (yet) | ||||
* | | | | | distros.nim: also try 'lsb_release -a' | Araq | 2017-01-03 | 1 | -9/+12 |
| | | | | | |||||
* | | | | | fixes #5171 | Araq | 2017-01-03 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | winlean: get rid of deprecation warning | Araq | 2017-01-03 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #5174 from FedericoCeratto/patch-21 | Dominik Picheta | 2017-01-02 | 1 | -0/+2 |
|\ \ \ \ | |_|/ / |/| | | | Add OptReuseAddr to example and handle closing | ||||
| * | | | Add OptReuseAddr to example and handle closing | Federico Ceratto | 2017-01-02 | 1 | -0/+2 |
|/ / / | |||||
* | | | make nimforum compile again | Araq | 2016-12-31 | 2 | -1/+5 |
| | | | |||||
* | | | distros.nim: better documenation | Andreas Rumpf | 2016-12-31 | 1 | -7/+20 |
| | | | |||||
* | | | make c_setmode compatible with Borland C; refs #5157 | Andreas Rumpf | 2016-12-31 | 1 | -2/+3 |
| | | | |||||
* | | | niminst: remove complex non-posix line noise for install.tmpl | Andreas Rumpf | 2016-12-31 | 1 | -29/+1 |
| | | | |||||
* | | | existance of new distros.nim module can be detected with defined(nimDistros) | Araq | 2016-12-31 | 1 | -0/+1 |
| | | | |||||
* | | | added distros.nim stdlib module for NimScript/Nimble support | Araq | 2016-12-31 | 4 | -1/+236 |
| | | |