Andreas Rumpf
3afd852f54
Fixes #5532 win async write ( #5791 )
...
* nimgrab tool bugfix: don't divide by zero
* fixes #5532 (asyncfile write on Windows)
* add a comment about what has been tried instead
2017-05-14 17:10:39 +02:00
Jacek Sieka
ce86b4ad78
Posix from detect ( #5697 )
...
* 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
2017-04-12 23:10:54 +02:00
Fredrik Høisæther Rasch
caeb6110e6
VCCEXE: lower case const identifier
2017-04-04 19:26:59 +02:00
Fredrik Høisæther Rasch
618a15ed48
Moved vccdiscover to vccexe
2017-04-04 19:26:07 +02:00
Andreas Rumpf
82bf1e6697
nimgrab tool: use Windows API for the download if possible
2017-03-31 16:29:28 +02:00
Fredrik Høisæther Rasch
3d21e2ab66
Added documentation and explanatory comments to vccexe
2017-03-26 17:14:02 +02:00
Fredrik Høisæther Rasch
24f07d9b71
Exchanged debug compilation with verbose command-line argument
2017-03-21 12:18:32 +01:00
Fredrik Høisæther Rasch
c7a0087c82
vccdiscover: Added additional documentation
...
Added explaination that vccdiscover output is machine-parsable
2017-03-21 12:18:32 +01:00
Fredrik Høisæther Rasch
05faad30a4
vccexe tool can use vccdiscover utility
...
Used when vcvarsall path is not specified, or if only a vccversion is specified
2017-03-21 12:18:32 +01:00
Fredrik Høisæther Rasch
aa14ee1856
Created vccdiscover utility for vcc auto-discovery
2017-03-21 12:18:31 +01:00
Fredrik Høisæther Rasch
747e5a6b64
vccenv module for vcc auto-discovery
...
Only works for VCC Installations with Visual Studio 2015 and below
2017-03-21 12:18:31 +01:00
Fredrik Høisæther Rasch
289f72ad67
Fixed vccexe, now regards the command argument
2017-03-21 12:18:31 +01:00
Fredrik Høisæther Rasch
5341d36397
Reduced verbosity of vcvarsall
...
Only lines that are not part of the loaded developer environment are echoed
2017-03-21 12:18:29 +01:00
Fredrik Høisæther Rasch
45f61ad046
Moved vccexe to a more logical place (vccexe)
2017-03-21 12:17:09 +01:00
Fredrik Høisæther Rasch
9446ae5576
Moved vccenv over to vcvarsall
...
Updated vccexe with new command-line arguments
2017-03-21 12:17:09 +01:00
Andreas Rumpf
7ba565258d
koch: better valgrind support
2017-03-17 08:29:52 +01:00
Eugene Kabanov
9c99973ff8
Make DragonFlyBSD a first class BSD-like OS ( #5548 )
2017-03-16 14:47:53 +01:00
Andreas Rumpf
4912300ca7
Merge branch 'devel' into faster-nimsuggest
2017-03-14 10:18:20 +01:00
Andreas Rumpf
15a8996d57
valgrind support for nim
2017-03-14 08:36:57 +01:00
Araq
4755795416
nimsuggest: more precise cursor tracking
2017-03-09 14:58:14 +01:00
Andreas Rumpf
da821a22d9
nimsuggest: revert cpFuzzy bailouts
2017-03-09 11:30:36 +01:00
Andreas Rumpf
91a4b448fd
nimsuggest: chk checks the full project lazily; much better suggestions orderings
2017-03-08 00:38:48 +01:00
Andreas Rumpf
538c6c9898
make some tests green
2017-03-07 12:34:45 +01:00
Andreas Rumpf
d9ad6465af
nimsuggest: bugfix: don't intertwine errors and suggestions
2017-03-07 10:42:46 +01:00
Andreas Rumpf
6c0304f7f5
nimsuggest chk works for EPC
2017-03-03 11:59:00 +01:00
Andreas Rumpf
50835257d6
code cleanup and debugging stuff
2017-03-03 10:19:49 +01:00
Andreas Rumpf
a9c1afd5fd
nimsuggest: structured error reporting; EPC mode still fails
2017-03-03 02:13:16 +01:00
Andreas Rumpf
3e7b04683c
make tests green again
2017-03-02 12:23:35 +01:00
Araq
3d46600a90
nimsuggest supports prefix matching (first version)
2017-02-28 09:03:40 +01:00
Araq
7d1a96151c
finish tool can use 'nimgrab' tool to download the mingw version
2017-02-26 23:25:50 +01:00
Araq
1961e444c3
Merge branch 'devel' into feature/async-streams
2017-02-25 11:18:48 +01:00
Araq
fa98edc78c
another attempt to make test green again
2017-02-24 15:52:52 +01:00
Andreas Rumpf
46f33515d7
Merge branch 'devel' into faster-nimsuggest
2017-02-24 01:28:50 +01:00
Arne Döring
92c2a51bf7
removed compiler internal list implementation ( #5371 )
2017-02-22 17:33:12 +01:00
Andreas Rumpf
311253ef2f
nimsuggest: added --refresh command line option; added 'known' command; fixes 'chck' command for EPC
2017-02-22 16:27:24 +01:00
Andreas Rumpf
2d28a626f2
nimsuggest: works with VS-Plugin again
2017-02-20 11:51:17 +01:00
Andreas Rumpf
1ec96d7353
nimsuggest: better logging for EPC mode
2017-02-20 09:54:20 +01:00
Andreas Rumpf
2df5a6f863
nimsuggest: make all tests green
2017-02-20 06:18:59 +01:00
Andreas Rumpf
2adb4ce9eb
nimsuggest supports EPC protocol again; tester can test the EPC protocol
2017-02-19 21:29:41 +01:00
Andreas Rumpf
ba29ca0c63
Merge branch 'devel' into faster-nimsuggest
2017-02-17 10:48:01 +01:00
Andreas Rumpf
1189ae9b99
renamed writelnHook to writelnToChannel
2017-02-15 12:26:53 +01:00
Andreas Rumpf
bcecbc380f
make tests green again; disable periodic refresh for now
2017-02-14 12:49:38 +01:00
Andreas Rumpf
9f142e199d
nimsuggest uses multithreading and full project recompiles
2017-02-13 13:37:50 +01:00
Araq
667acb06a5
downloader.nim: use new downloadFile proc
2017-02-12 19:39:23 +01:00
Araq
c8ae7164e5
finish.nim: user has multiple chances to move .7z file to proper location
2017-02-11 00:24:22 +01:00
Andreas Rumpf
0bb18d1821
introduce nimMaxHeap define to fight memory overcommit
2017-02-10 09:22:28 +01:00
Araq
ca42406df9
finish.nim: final round of improvements
2017-02-08 12:44:49 +01:00
Andreas Rumpf
6656f0d713
log process starts
2017-02-08 11:33:42 +01:00
Araq
63f28b3650
downloader improvements
2017-02-08 00:34:36 +01:00
Araq
4ef86042f2
downloader changes
2017-02-07 23:47:03 +01:00