Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
| * | | introduce nimMaxHeap define to fight memory overcommit | Andreas Rumpf | 2017-02-10 | 1 | -0/+6 |
| |/ | |||||
* / | downloader.nim: use new downloadFile proc | Araq | 2017-02-12 | 1 | -4/+1 |
|/ | |||||
* | finish.nim: final round of improvements | Araq | 2017-02-08 | 1 | -8/+51 |
| | |||||
* | log process starts | Andreas Rumpf | 2017-02-08 | 1 | -0/+2 |
| | |||||
* | downloader improvements | Araq | 2017-02-08 | 1 | -9/+9 |
| | |||||
* | downloader changes | Araq | 2017-02-07 | 1 | -13/+16 |
| | |||||
* | added crashtester tool | Andreas Rumpf | 2017-02-07 | 1 | -0/+52 |
| | |||||
* | nimsuggest works in macros | Andreas Rumpf | 2017-02-07 | 2 | -2/+223 |
| | |||||
* | downloader tool needs to use https | Andreas Rumpf | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | website: http to https updates | Araq | 2017-02-06 | 1 | -3/+3 |
| | |||||
* | finish tool improvements | Araq | 2017-02-06 | 1 | -11/+14 |
| | |||||
* | nimweb: Show output of failed external command (#5343) | flyx | 2017-02-06 | 1 | -2/+2 |
| | |||||
* | niminst: less verbose output in a desparate attempt to make travis green again | Andreas Rumpf | 2017-02-05 | 1 | -2/+2 |
| | |||||
* | Use the correct parallelBuild value. fixes #5328 (#5329) | Federico Ceratto | 2017-02-04 | 1 | -2/+5 |
| | | | Also check for incorrect parallelBuild values | ||||
* | nimsuggest: bugfix: also output documentation comments | Andreas Rumpf | 2017-02-03 | 2 | -4/+4 |
| | |||||
* | refactoring: explict config state instead of globals | Andreas Rumpf | 2017-02-01 | 1 | -6/+6 |
| | |||||
* | execute pdflatex in nonstopmode (#5305) | flyx | 2017-01-31 | 1 | -2/+3 |
| | | | | * Name is irritating; nonstopmode stops execution if an error occurs instead of asking the user for input. | ||||
* | finish.nim: yet another GCC detection problem fixed | Araq | 2017-01-30 | 1 | -2/+3 |
| | |||||
* | niminst: add some disabled code snippet I don't want to lose | Araq | 2017-01-29 | 1 | -1/+9 |
| |