summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* attempt to make the build green againAraq2017-01-072-2/+0
|
* make Nim compiler compile with 0.15.2Araq2017-01-072-6/+22
|
* added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994Araq2017-01-078-20/+46
|
* use new nimble file format to make Nim's version DRYAraq2017-01-072-7/+6
|
* random.nim: add a warning about crypo; refs #5047Araq2017-01-071-0/+1
|
* Merge pull request #5188 from trustable-code/patch-2Andreas Rumpf2017-01-071-10/+4
|\ | | | | fixes #4804
| * fixes 4804Simon Krauter2017-01-061-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-htmlgenAndreas Rumpf2017-01-071-75/+75
|\ \ | |/ |/| get rid of immediate macros in htmlgen module
| * get rid of immediate macros in htmlgen moduleArne Döring2017-01-061-75/+75
|/
* fixes 'nim c file_without_nim_ext' regression; refs #5183Andreas Rumpf2017-01-061-1/+2
|
* fixes #5185Andreas Rumpf2017-01-062-4/+5
|
* Fixes bootstrapping.Dominik Picheta2017-01-061-1/+1
|
* findExe finds cmd and bat files; refs #5049Araq2017-01-061-25/+34
|
* Add async IO overview to asyncnet module docs.Dominik Picheta2017-01-061-1/+39
|
* fixes #4948Araq2017-01-061-3/+6
|
* Merge pull request #5141 from c-blake/develAndreas Rumpf2017-01-061-0/+5
|\ | | | | Add a proc `==` for MemSlice.
| * Oops - forgot export marker.Charles Blake2016-12-221-1/+1
| |
| * Add a proc `==` for MemSlice.Charles Blake2016-12-221-0/+5
| |
* | koch and nims updatesAraq2017-01-063-36/+3
| |
* | gendepend improvements; refs #5144Araq2017-01-062-1/+9
| |
* | attempt to re-enable trimcc toolAraq2017-01-061-7/+7
| |
* | compiler API: introduce options.disableNmiblePathAraq2017-01-062-4/+7
| |
* | Merge pull request #5180 from Parashurama/optimize_byteswappingAndreas Rumpf2017-01-061-32/+81
|\ \ | | | | | | optimize byte-swapping in endians.nim
| * | optimize byte-swapping in endians.nimParashurama2017-01-051-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-argsAndreas Rumpf2017-01-061-1/+1
|\ \ \ | | | | | | | | Disables ``paramCount``, ``paramStr`` when building posix dynlib. Fixes #4775
| * | | Disables ``paramCount``, ``paramStr`` when building posix dynlib. Fixes #4775Anatoly Galiulin2016-12-221-1/+1
| | | |
* | | | Merge pull request #5175 from jlp765/patch-1Andreas Rumpf2017-01-061-1/+29
|\ \ \ \ | | | | | | | | | | Tutorial1 additions
| * | | | Tutorial1 additionsjlp7652017-01-031-1/+29
| | | | | | | | | | | | | | | | | | | | Add extra For Statement stuff Add Distinct Types
* | | | | Merge pull request #5177 from trustable-code/patch-1Andreas Rumpf2017-01-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fixes #2723
| * | | | | fixes #2723Simon Krauter2017-01-041-1/+1
| | | | | | | | | | | | | | | | | | Added libgdi32.a and libcomdlg32.a to list of essential files
* | | | | | Merge pull request #5178 from krux02/develAndreas Rumpf2017-01-051-1/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | updated doc for dynlib pragma
| * | | | | updated doc for dynlib pragmaArne Döring2017-01-041-1/+5
|/ / / / /
* | | | | koch.nim: remove old bin/nimblepkg/*.nim files for nimble installationAndreas Rumpf2017-01-041-0/+4
| | | | |
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-01-031-1/+1
|\ \ \ \ \
| * | | | | Fix compiler.nimble namespace violations.Dominik Picheta2017-01-031-1/+1
| | | | | |
* | | | | | koch.nim: don't use --git-dir; produces weird resultsAraq2017-01-031-8/+10
| | | | | |
* | | | | | koch.nim: use new nimble branch setupAraq2017-01-031-34/+24
|/ / / / /
* | | | | niminst: faster way to deduplicate filesAraq2017-01-031-17/+18
| | | | |
* | | | | distros.nim: don't lose the information that we don't know the distro's ↵Araq2017-01-031-0/+2
| | | | | | | | | | | | | | | | | | | | package manager (yet)
* | | | | distros.nim: also try 'lsb_release -a'Araq2017-01-031-9/+12
| | | | |
* | | | | fixes #5171Araq2017-01-031-0/+1
| | | | |
* | | | | winlean: get rid of deprecation warningAraq2017-01-031-1/+1
|/ / / /
* | | | Merge pull request #5174 from FedericoCeratto/patch-21Dominik Picheta2017-01-021-0/+2
|\ \ \ \ | |_|/ / |/| | | Add OptReuseAddr to example and handle closing
| * | | Add OptReuseAddr to example and handle closingFederico Ceratto2017-01-021-0/+2
|/ / /
* | | make nimforum compile againAraq2016-12-312-1/+5
| | |
* | | distros.nim: better documenationAndreas Rumpf2016-12-311-7/+20
| | |
* | | make c_setmode compatible with Borland C; refs #5157Andreas Rumpf2016-12-311-2/+3
| | |
* | | niminst: remove complex non-posix line noise for install.tmplAndreas Rumpf2016-12-311-29/+1
| | |
* | | existance of new distros.nim module can be detected with defined(nimDistros)Araq2016-12-311-0/+1
| | |
* | | added distros.nim stdlib module for NimScript/Nimble supportAraq2016-12-314-1/+236
| | |