Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-03-02 | 1 | -10/+12 |
| | |||||
* | nimsuggest supports prefix matching (first version) | Araq | 2017-02-28 | 2 | -138/+42 |
| | |||||
* | finish tool can use 'nimgrab' tool to download the mingw version | Araq | 2017-02-26 | 2 | -1/+22 |
| | |||||
* | Merge branch 'devel' into feature/async-streams | Araq | 2017-02-25 | 6 | -77/+421 |
|\ | |||||
| * | another attempt to make test green again | Araq | 2017-02-24 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-02-24 | 1 | -10/+6 |
| |\ | |||||
| | * | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 1 | -5/+3 |
| | | | |||||
| * | | nimsuggest: added --refresh command line option; added 'known' command; ↵ | Andreas Rumpf | 2017-02-22 | 1 | -15/+25 |
| | | | | | | | | | | | | fixes 'chck' command for EPC | ||||
| * | | nimsuggest: works with VS-Plugin again | Andreas Rumpf | 2017-02-20 | 2 | -8/+31 |
| | | | |||||
| * | | nimsuggest: better logging for EPC mode | Andreas Rumpf | 2017-02-20 | 1 | -2/+4 |
| | | | |||||
| * | | nimsuggest: make all tests green | Andreas Rumpf | 2017-02-20 | 2 | -31/+34 |
| | | | |||||
| * | | nimsuggest supports EPC protocol again; tester can test the EPC protocol | Andreas Rumpf | 2017-02-19 | 3 | -12/+130 |
| | | | |||||
| * | | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-02-17 | 1 | -0/+3 |
| |\| | |||||
| | * | finish.nim: user has multiple chances to move .7z file to proper location | Araq | 2017-02-11 | 1 | -0/+3 |
| | | | |||||
| * | | renamed writelnHook to writelnToChannel | Andreas Rumpf | 2017-02-15 | 1 | -3/+3 |
| | | | |||||
| * | | make tests green again; disable periodic refresh for now | Andreas Rumpf | 2017-02-14 | 1 | -18/+15 |
| | | | |||||
| * | | nimsuggest uses multithreading and full project recompiles | Andreas Rumpf | 2017-02-13 | 3 | -25/+211 |
| | | |