| Commit message (Expand) | Author | Age | Files | Lines |
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+3 |
* | compile pragma: cache the result sooner (#19554) | Ștefan Talpalaru | 2022-02-24 | 1 | -1/+3 |
* | --cc:env now works correctly to assign linker executable, allowing to cross-c... | Timothee Cour | 2021-08-11 | 1 | -1/+1 |
* | fix #18578 (#18580) | flywind | 2021-07-27 | 1 | -6/+9 |
* | make changeDetectedViaJsonBuildInstructions warning less verbose when json fi... | Timothee Cour | 2021-06-06 | 1 | -1/+1 |
* | simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100) | Timothee Cour | 2021-06-03 | 1 | -180/+76 |
* | externalToLink: use quoteShell to avoid issues with spaces in paths for {.lin... | Timothee Cour | 2021-04-29 | 1 | -13/+9 |
* | `--usenimcache` (implied by `nim r main`) now caches some compile options to ... | Timothee Cour | 2021-04-25 | 1 | -8/+9 |
* | CIs: attempt to use csources_v1 (#16282) | Andreas Rumpf | 2021-04-21 | 1 | -1/+1 |
* | -d:nimDebug: calls doAssert false instead of quit (#17739) | Timothee Cour | 2021-04-17 | 1 | -1/+1 |
* | hint:cc goes to stderr (like all other hints) instead of stdout (#17465) | Timothee Cour | 2021-03-22 | 1 | -8/+7 |
* | [minor] clean extccomp (#17069) | flywind | 2021-02-17 | 1 | -21/+16 |
* | fix #16947: `--app:staticlib -o:lib` now first removes lib (#16948) | Timothee Cour | 2021-02-08 | 1 | -0/+1 |
* | fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#1... | Timothee Cour | 2021-02-08 | 1 | -2/+2 |
* | fix #16206, `nim r / nim -r` recompiles if cwd changes (#16349) | Timothee Cour | 2021-01-02 | 1 | -2/+13 |
* | fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t... | Timothee Cour | 2020-12-30 | 1 | -1/+4 |
* | Fix nimsuggest/#117 (#15602) | Clyybber | 2020-11-15 | 1 | -4/+1 |
* | new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687) | Timothee Cour | 2020-11-09 | 1 | -0/+11 |
* | implements https://github.com/nim-lang/RFCs/issues/260 (#15505) | Andreas Rumpf | 2020-10-07 | 1 | -0/+4 |
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -2/+2 |
* | fixes #14194 (#15023) | Andreas Rumpf | 2020-07-20 | 1 | -1/+2 |
* | Fix #12745 (#14879) | Tomohiro | 2020-07-02 | 1 | -11/+1 |
* | bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc... | Timothee Cour | 2020-06-04 | 1 | -2/+19 |
* | Fix a problem with extra build commands. (#14528) | Khronos | 2020-06-01 | 1 | -11/+11 |
* | fix some issues with --backend (#14363) | Timothee Cour | 2020-05-16 | 1 | -7/+8 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -12/+12 |
* | added a new feature: --cc:env so that you can use any C compiler as long as i... | Andreas Rumpf | 2020-05-06 | 1 | -12/+26 |
* | cleanup the CC setting, only leave in there what is at least semi-officially ... | Andreas Rumpf | 2020-05-06 | 1 | -120/+0 |
* | fixes #14209 [backport:1.2] (#14213) | Andreas Rumpf | 2020-05-05 | 1 | -0/+28 |
* | vcc fix (#14222) | cooldome | 2020-05-04 | 1 | -1/+1 |
* | fix #14132 dsymutil should not be called on static libraries (#14133) [backpo... | Timothee Cour | 2020-04-27 | 1 | -6/+6 |
* | Add LTO support for most compilers and do some VCC fixes (#14013) | Keithcat1 | 2020-04-22 | 1 | -3/+4 |
* | Add support for `zig cc` as C compiler. (#13757) | Hessam Mehr | 2020-04-08 | 1 | -0/+11 |
* | fix #13910 (#13917) | cooldome | 2020-04-07 | 1 | -2/+2 |
* | fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#... | Timothee Cour | 2020-04-07 | 1 | -3/+5 |
* | Attempt to finish off araq cpp exceptions (#13695) | cooldome | 2020-03-19 | 1 | -5/+23 |
* | fix #13412 nim now recompiles for stdin input; SuccessX now configurable; can... | Timothee Cour | 2020-03-19 | 1 | -0/+10 |
* | fix #13633 fix koch boot crashing regression (#13635) | Timothee Cour | 2020-03-12 | 1 | -1/+1 |
* | Amend fix for #13633 (#13636) | Clyybber | 2020-03-12 | 1 | -1/+1 |
* | Fix #13633 | Clyybber | 2020-03-12 | 1 | -1/+2 |
* | Make listCmd honor hint:cc:off (#13606) | Clyybber | 2020-03-11 | 1 | -50/+35 |
* | `koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516) | Timothee Cour | 2020-03-11 | 1 | -14/+19 |
* | Revert "Support cross compiling from host to host (#12859)" (#13591) | genotrance | 2020-03-10 | 1 | -1/+2 |
* | Only print the link command when listCmd is active; fix docs (#13603) | Clyybber | 2020-03-07 | 1 | -1/+1 |
* | make it possible to pass linker options for vcc (#13535) [backport] | cooldome | 2020-02-29 | 1 | -1/+1 |
* | fix #8312 --hints:off and --warnings:off now honored everywhere (#13489) | Timothee Cour | 2020-02-26 | 1 | -1/+1 |
* | Fix #8648 - use parent streams to avoid hang (#13445) | genotrance | 2020-02-20 | 1 | -6/+5 |
* | fixes #13144 (#13145) | Timothee Cour | 2020-01-18 | 1 | -9/+4 |
* | pass platform argument only if vccexe is used (#13078) | cooldome | 2020-01-14 | 1 | -10/+9 |
* | [easy] --hint:link:on now shows link cmd instead of nothing (#13056) | Timothee Cour | 2020-01-07 | 1 | -2/+1 |