summary refs log tree commit diff stats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | introduce nimMaxHeap define to fight memory overcommitAndreas Rumpf2017-02-101-0/+6
| |/
* / downloader.nim: use new downloadFile procAraq2017-02-121-4/+1
|/
* finish.nim: final round of improvementsAraq2017-02-081-8/+51
|
* log process startsAndreas Rumpf2017-02-081-0/+2
|
* downloader improvementsAraq2017-02-081-9/+9
|
* downloader changesAraq2017-02-071-13/+16
|
* added crashtester toolAndreas Rumpf2017-02-071-0/+52
|
* nimsuggest works in macrosAndreas Rumpf2017-02-072-2/+223
|
* downloader tool needs to use httpsAndreas Rumpf2017-02-071-1/+1
|
* website: http to https updatesAraq2017-02-061-3/+3
|