Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed jsondoc2 to jsondoc, similar to doc2 (#7279) | PMunch | 2018-03-08 | 2 | -3/+1 |
| | | | | | | | | | | | | | | | | | * Update information about jsondoc/jsondoc2 Manual was missing information about jsondoc2 which made it seem like it didn't exist at all. This commit adds mention of the jsondoc2 command along with an example. * Renamed jsondoc2 similar to doc2 and updated docs doc2 was recently renamed to doc while doc was renamed to doc0. This commits renames jsondoc to jsondoc2 and jsondoc2 to jsondoc0 to behave tha same way. The documentation for doc/jsondoc was also lagging behind this change which has also been fixed. I interpreted this as a soft deprecation of doc and jsondoc and therefore removed them from the auto-complete lists. | ||||
* | fixes finish.nim download bug | Araq | 2018-03-01 | 1 | -1/+1 |
| | |||||
* | move new sha1 module into the new 'std' namespace | Andreas Rumpf | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | fixes #6961 | Andreas Rumpf | 2018-02-02 | 1 | -1/+1 |
| | |||||
* | Faster nimgrep (#6983) | Mathias Stearn | 2018-01-03 | 1 | -27/+19 |
| | | | | | * compile nimgrep with -d:release * nimgrep: only parse pattern once at startup | ||||
* | move securehash back into the stdlib | Araq | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | make niminst compile again | Araq | 2017-12-16 | 1 | -2/+2 |
| | |||||
* | finish.nim: make it work with spaces in the path to curl | Araq | 2017-12-02 | 1 | -1/+1 |
| | |||||
* | Add boot directive in nimweb (#6824) | Federico Ceratto | 2017-11-28 | 1 | -1/+1 |
| | | | Enables #6780 | ||||
* | use more make conventions (#6789) | Stephen | 2017-11-22 | 1 | -17/+14 |
| | | | | | | | | * use more make conventions improves compatibility with cross compilation systems * use make implicit rule | ||||
* | use make default linker naming convention (#6787) | Stephen | 2017-11-22 | 1 | -5/+5 |
| | |||||
* | 'nim doc' is now using version 2 of the documentation generator | Andreas Rumpf | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | Fix platform detection in makefile (#6751) | Sergey Avseyev | 2017-11-16 | 1 | -8/+11 |
| | |||||
* | Fix little endian PPC64 architecture detection (#6713) | Sergey Avseyev | 2017-11-11 | 2 | -0/+5 |
| | |||||
* | made nimresolve part of the compiler | Andreas Rumpf | 2017-10-29 | 1 | -160/+0 |
| | |||||
* | Let the environment variable NIMBLE_DIR overrides nimblepath in cfg file (#6542) | Xiao-Yong | 2017-10-28 | 1 | -1/+3 |
| | | | | | | * Let the environment variable NIMBLE_DIR overrides nimblepath in cfg file If the length of NIMBLE_DIR is larger than zero, the nimblepath will be set to $NIMBLE_DIR/pkgs | ||||
* | some progress on the nimpretty tool; still not ready | Araq | 2017-10-16 | 1 | -2/+3 |
| | |||||
* | Add missing nilChecks compiling option (#6480) | Eduardo Bart | 2017-10-09 | 1 | -0/+2 |
| | |||||
* | beginnings of the new nimpretty tool; still unusable | Andreas Rumpf | 2017-10-05 | 1 | -0/+67 |
| | |||||
* | implemented new experimental scriptable import mechanism | Andreas Rumpf | 2017-10-01 | 1 | -0/+158 |
| | |||||
* | finish.nim tool: make path environment creation more robust | Araq | 2017-09-30 | 1 | -6/+15 |
| | |||||
* | Revert usage of non-standard `uname -o` command in build.sh (#6342) | Fredrik Høisæther Rasch | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #6322 from FedericoCeratto/patch-32 | Dominik Picheta | 2017-09-04 | 1 | -0/+76 |
|\ | | | | | Add Zsh completion script | ||||
| * | Add Zsh completion | Federico Ceratto | 2017-09-03 | 1 | -0/+76 |
| | | |||||
* | | Add Bash completion script | Federico Ceratto | 2017-09-03 | 1 | -0/+47 |
|/ | |||||
* | moved winrelease to its own tool to fix #6147 | Araq | 2017-09-03 | 1 | -0/+9 |
| | |||||
* | set the codepage to UTF-8 for start.bat; refs #2348 | Araq | 2017-09-02 | 1 | -0/+1 |
| | |||||
* | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 2 | -2/+48 |
| | |||||
* | Add mips64 and mips64el CPU platforms (#5866) | James Cowgill | 2017-08-03 | 2 | -3/+14 |
| | |||||
* | Minor fixes for makefile.tmpl | def | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | Merge pull request #5830 from jcowgill/makefile-indentation | Dennis Felsing | 2017-06-20 | 1 | -59/+56 |
|\ | | | | | makefile.tmpl: fix error handling and cleanups | ||||
| * | makefile.tmpl: fix error handling and cleanups | James Cowgill | 2017-05-18 | 1 | -59/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the indentation of all non-recipe lines from tabs to 2 spaces. While this doesn't fix anything, it avoids either make or someone interpreting those lines as a make recipe. This also fixes the error handling by using make's $(error) function instead. Previously make gave this syntax error whenever it hit the error handling code: ``` *** recipe commences before first target. Stop. ``` | ||||
* | | Invoke xz -9 explicitly instead of trusting tar to interpret XZ_OPT | Dennis Felsing | 2017-05-23 | 1 | -2/+5 |
|/ | |||||
* | finish.nim tool: use global path environment variable if local does not exist | Araq | 2017-05-17 | 1 | -1/+7 |
| | |||||
* | add back SIG_IGN, SIG_DFL and friends to posix.nim (#5820) | Jacek Sieka | 2017-05-16 | 1 | -1/+10 |
| | | | | | | | | * add back SIG_IGN, SIG_DFL and friends to posix.nim accidentally wiped by ce86b4ad78aae11f62c50e4f46e8ab2a124356b4 * move deprecated sig_hold after consts include | ||||
* | Fixes #5532 win async write (#5791) | Andreas Rumpf | 2017-05-14 | 1 | -1/+5 |
| | | | | | | * nimgrab tool bugfix: don't divide by zero * fixes #5532 (asyncfile write on Windows) * add a comment about what has been tried instead | ||||
* | Posix from detect (#5697) | Jacek Sieka | 2017-04-12 | 3 | -1386/+789 |
| | | | | | | | | | | * refactor posix.nim * types move to separate files for platform-specifc and generic ("other') * consts move to separate files that get autogenerated by detect.nim * proc's stay where they are for now, though in a second stage might move as well * fix missing when | ||||
* | nimgrab tool: use Windows API for the download if possible | Andreas Rumpf | 2017-03-31 | 2 | -9/+454 |
| | |||||
* | koch: better valgrind support | Andreas Rumpf | 2017-03-17 | 1 | -0/+7 |
| | |||||
* | Make DragonFlyBSD a first class BSD-like OS (#5548) | Eugene Kabanov | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-03-14 | 1 | -0/+14 |
|\ | |||||
| * | valgrind support for nim | Andreas Rumpf | 2017-03-14 | 1 | -0/+14 |
| | | |||||
* | | nimsuggest: more precise cursor tracking | Araq | 2017-03-09 | 20 | -2332/+0 |
| | | |||||
* | | nimsuggest: revert cpFuzzy bailouts | Andreas Rumpf | 2017-03-09 | 1 | -1/+1 |
|/ | |||||
* | nimsuggest: chk checks the full project lazily; much better suggestions ↵ | Andreas Rumpf | 2017-03-08 | 6 | -19/+68 |
| | | | | orderings | ||||
* | make some tests green | Andreas Rumpf | 2017-03-07 | 4 | -20/+21 |
| | |||||
* | nimsuggest: bugfix: don't intertwine errors and suggestions | Andreas Rumpf | 2017-03-07 | 1 | -0/+3 |
| | |||||
* | nimsuggest chk works for EPC | Andreas Rumpf | 2017-03-03 | 2 | -16/+18 |
| | |||||
* | code cleanup and debugging stuff | Andreas Rumpf | 2017-03-03 | 2 | -23/+5 |
| | |||||
* | nimsuggest: structured error reporting; EPC mode still fails | Andreas Rumpf | 2017-03-03 | 4 | -22/+281 |
| |