Commit Graph

346 Commits

Author SHA1 Message Date
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
Andreas Rumpf
6382293255 niminst: less verbose output in a desparate attempt to make travis green again 2017-02-05 11:06:06 +01:00
Federico Ceratto
bf165cb43a Use the correct parallelBuild value. fixes #5328 (#5329)
Also check for incorrect parallelBuild values
2017-02-04 12:01:23 +01:00
Andreas Rumpf
76a28d8b83 nimsuggest: bugfix: also output documentation comments 2017-02-03 17:36:39 +01:00
Andreas Rumpf
f04d21f279 refactoring: explict config state instead of globals 2017-02-01 23:39:40 +01:00
flyx
6effe4553b execute pdflatex in nonstopmode (#5305)
* Name is irritating; nonstopmode stops execution if an
   error occurs instead of asking the user for input.
2017-01-31 10:31:48 +01:00
Araq
5d79a1fc5b finish.nim: yet another GCC detection problem fixed 2017-01-30 09:43:32 +01:00
Araq
3aeece4456 niminst: add some disabled code snippet I don't want to lose 2017-01-29 00:32:25 +01:00
Dominik Picheta
0f82f047a2 NSIS: Install to C:\Nim by default. 2017-01-28 17:06:25 +01:00
Andreas Rumpf
0b93db5a7c fixes nimsuggest issue #44 2017-01-26 23:23:40 +01:00
Andreas Rumpf
a1006b440d nimsuggest: make tests green again 2017-01-26 15:01:21 +01:00
Andreas Rumpf
5421ec8dae finish tool: untested improvements to the GCC detection logic 2017-01-26 11:26:02 +01:00
Araq
65dda79335 downloader: unzip to dist/ directory 2017-01-23 00:45:29 +01:00
Araq
26a8364ed7 downloader tool works 2017-01-23 00:36:39 +01:00
Andreas Rumpf
7652d15ed2 work in progress: new downloader tool for the Windows installer 2017-01-22 17:57:43 +01:00
Andreas Rumpf
e216e0debd finish tool: untested download feature 2017-01-15 10:12:28 +01:00
Andreas Rumpf
e142f4c371 finish tool: slightly more informative error message 2017-01-13 12:07:37 +01:00
Dominik Picheta
b040f74356 Fix C source gen. 2017-01-08 20:52:53 +01:00
Araq
d54539a648 attempt to re-enable trimcc tool 2017-01-06 13:11:17 +01:00
Simon Krauter
79ba0b7d8a fixes #2723
Added libgdi32.a and libcomdlg32.a to list of essential files
2017-01-04 14:00:36 +01:00
Araq
8413c9f15e niminst: faster way to deduplicate files 2017-01-03 17:06:31 +01:00
Andreas Rumpf
072f932575 niminst: remove complex non-posix line noise for install.tmpl 2016-12-31 03:00:39 +01:00
Araq
4134240b42 finish tool: Check for installations in 'program files' et al 2016-12-29 19:20:23 +01:00
Andreas Rumpf
0af85846bb support for arm64; fixes #2147 2016-12-27 19:18:41 +01:00
Araq
f9c184a493 minor website improvements 2016-11-28 12:54:55 +01:00
Araq
074f276c8a disallow recursive module dependencies 2016-11-23 23:23:31 +01:00
Dominik Picheta
4711f6c398 Put Nim in Action news in the slider on the front page. 2016-11-20 21:11:25 +01:00
Andreas Rumpf
21288c220a nimsuggest: minor bugfix; include file should be dirtied, no the belonging module 2016-11-06 17:13:40 +01:00
Andreas Rumpf
0c49822b50 nimsuggest supports include files properly; added the compiler itself as a testcase 2016-11-06 11:19:59 +01:00
Andreas Rumpf
eb2455075e nimsuggest & tester: many improvements, test new dependency tracking 2016-11-05 22:56:33 +01:00
Andreas Rumpf
162f5ddb7d nimsuggest tester supports editing of files 2016-11-05 10:32:24 +01:00
Andreas Rumpf
499ae7297b Merge branch 'devel' into new-dependency-tracking 2016-11-05 09:32:09 +01:00
Andreas Rumpf
d606f6b348 cleanup nimsuggest tests 2016-11-05 09:07:51 +01:00
Araq
9e6fb3f696 new dependency tracking for nimsuggest 2016-11-05 01:19:23 +01:00
Araq
33ebf3e5fb fixes criticial finish.nim bug 2016-11-03 14:43:24 +01:00
Araq
45c6f9bb69 niminst update: make csources compile on old Linuxes 2016-11-01 07:14:20 +01:00
Araq
08c94ef6b5 nimsuggest is now part of Nim 2016-10-31 20:12:54 +01:00
Fredrik Høisæther Rasch
c3c96a947e vccwrap: Removed import of parseopt
Not necessary, since vccexe uses less advanced, but non-invasive argument parsing
2016-10-25 19:53:45 +02:00
Fredrik Høisæther Rasch
1af0ac9d2c vccwrapper with nim-like command line args 2016-10-25 19:19:58 +02:00
Fredrik Høisæther Rasch
04a610c55b Deleted VCC Linkerexe wrapper
Link.exe wrapper superfluous, because Nim uses cl.exe command-line arguments to defer to linker
2016-10-25 10:32:42 +02:00
Fredrik Høisæther Rasch
e99f35ff23 VCC wrappers with vcvars args.
VCC wrappers no longer wrap for compile-time specific target
VCC wrappers now peek into the command line args and evaluate vcvars prefixed arguments
2016-10-25 01:49:18 +02:00