def
245a1fe8d7
Minor fixes for makefile.tmpl
2017-06-20 21:33:49 +02:00
Dennis Felsing
fd5ddab581
Merge pull request #5830 from jcowgill/makefile-indentation
...
makefile.tmpl: fix error handling and cleanups
2017-06-20 21:31:17 +02:00
Dennis Felsing
5b9620bc2d
Invoke xz -9 explicitly instead of trusting tar to interpret XZ_OPT
2017-05-23 15:30:58 +02:00
James Cowgill
675b271aa6
makefile.tmpl: fix error handling and cleanups
...
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.
```
2017-05-18 11:18:30 +01:00
Araq
6857363034
finish.nim tool: use global path environment variable if local does not exist
2017-05-17 21:48:36 +02:00
Jacek Sieka
797301ace8
add back SIG_IGN, SIG_DFL and friends to posix.nim ( #5820 )
...
* add back SIG_IGN, SIG_DFL and friends to posix.nim
accidentally wiped by ce86b4ad78
* move deprecated sig_hold after consts include
2017-05-16 13:45:09 +01:00
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
Andreas Rumpf
82bf1e6697
nimgrab tool: use Windows API for the download if possible
2017-03-31 16:29:28 +02: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
Andreas Rumpf
b5b9c7d2e2
added crashtester tool
2017-02-07 11:13:11 +01:00
Andreas Rumpf
d7e312ee13
nimsuggest works in macros
2017-02-07 10:43:33 +01:00
Andreas Rumpf
eb9efed64b
downloader tool needs to use https
2017-02-07 09:09:16 +01:00
Araq
07562d6b99
website: http to https updates
2017-02-06 22:43:07 +01:00
Araq
25fb5be0cb
finish tool improvements
2017-02-06 22:06:52 +01:00
flyx
ecdf604501
nimweb: Show output of failed external command ( #5343 )
2017-02-06 17:31:44 +01:00