summary refs log tree commit diff stats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add missing nilChecks compiling option (#6480)Eduardo Bart2017-10-091-0/+2
|
* beginnings of the new nimpretty tool; still unusableAndreas Rumpf2017-10-051-0/+67
|
* implemented new experimental scriptable import mechanismAndreas Rumpf2017-10-011-0/+158
|
* finish.nim tool: make path environment creation more robustAraq2017-09-301-6/+15
|
* Revert usage of non-standard `uname -o` command in build.sh (#6342)Fredrik Høisæther Rasch2017-09-071-1/+1
|
* Merge pull request #6322 from FedericoCeratto/patch-32Dominik Picheta2017-09-041-0/+76
|\ | | | | Add Zsh completion script
| * Add Zsh completionFederico Ceratto2017-09-031-0/+76
| |
* | Add Bash completion scriptFederico Ceratto2017-09-031-0/+47
|/
* moved winrelease to its own tool to fix #6147Araq2017-09-031-0/+9
|
* set the codepage to UTF-8 for start.bat; refs #2348Araq2017-09-021-0/+1
|
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-062-2/+48
|
* Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-032-3/+14
|
* Minor fixes for makefile.tmpldef2017-06-201-2/+2
|
* Merge pull request #5830 from jcowgill/makefile-indentationDennis Felsing2017-06-201-59/+56
|\ | | | | makefile.tmpl: fix error handling and cleanups
| * makefile.tmpl: fix error handling and cleanupsJames Cowgill2017-05-181-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_OPTDennis Felsing2017-05-231-2/+5
|/
* finish.nim tool: use global path environment variable if local does not existAraq2017-05-171-1/+7
|
* add back SIG_IGN, SIG_DFL and friends to posix.nim (#5820)Jacek Sieka2017-05-161-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 Rumpf2017-05-141-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 Sieka2017-04-123-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 possibleAndreas Rumpf2017-03-312-9/+454
|
* koch: better valgrind supportAndreas Rumpf2017-03-171-0/+7
|
* Make DragonFlyBSD a first class BSD-like OS (#5548)Eugene Kabanov2017-03-161-1/+1
|
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-03-141-0/+14
|\
| * valgrind support for nimAndreas Rumpf2017-03-141-0/+14
| |
* | nimsuggest: more precise cursor trackingAraq2017-03-0920-2332/+0
| |
* | nimsuggest: revert cpFuzzy bailoutsAndreas Rumpf2017-03-091-1/+1
|/
* nimsuggest: chk checks the full project lazily; much better suggestions ↵Andreas Rumpf2017-03-086-19/+68
| | | | orderings
* make some tests greenAndreas Rumpf2017-03-074-20/+21
|
* nimsuggest: bugfix: don't intertwine errors and suggestionsAndreas Rumpf2017-03-071-0/+3
|
* nimsuggest chk works for EPCAndreas Rumpf2017-03-032-16/+18
|
* code cleanup and debugging stuffAndreas Rumpf2017-03-032-23/+5
|
* nimsuggest: structured error reporting; EPC mode still failsAndreas Rumpf2017-03-034-22/+281
|
* make tests green againAndreas Rumpf2017-03-021-10/+12
|
* nimsuggest supports prefix matching (first version)Araq2017-02-282-138/+42
|
* finish tool can use 'nimgrab' tool to download the mingw versionAraq2017-02-262-1/+22
|
* Merge branch 'devel' into feature/async-streamsAraq2017-02-256-77/+421
|\
| * another attempt to make test green againAraq2017-02-241-1/+1
| |
| * Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-241-10/+6
| |\
| | * removed compiler internal list implementation (#5371)Arne Döring2017-02-221-5/+3
| | |
| * | nimsuggest: added --refresh command line option; added 'known' command; ↵Andreas Rumpf2017-02-221-15/+25
| | | | | | | | | | | | fixes 'chck' command for EPC
| * | nimsuggest: works with VS-Plugin againAndreas Rumpf2017-02-202-8/+31
| | |
| * | nimsuggest: better logging for EPC modeAndreas Rumpf2017-02-201-2/+4
| | |
| * | nimsuggest: make all tests greenAndreas Rumpf2017-02-202-31/+34
| | |
| * | nimsuggest supports EPC protocol again; tester can test the EPC protocolAndreas Rumpf2017-02-193-12/+130
| | |
| * | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-171-0/+3
| |\|
| | * finish.nim: user has multiple chances to move .7z file to proper locationAraq2017-02-111-0/+3
| | |
| * | renamed writelnHook to writelnToChannelAndreas Rumpf2017-02-151-3/+3
| | |
| * | make tests green again; disable periodic refresh for nowAndreas Rumpf2017-02-141-18/+15
| | |
| * | nimsuggest uses multithreading and full project recompilesAndreas Rumpf2017-02-133-25/+211
| | |