summary refs log tree commit diff stats
path: root/compiler/extccomp.nim
Commit message (Expand)AuthorAgeFilesLines
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-191-5/+23
* fix #13412 nim now recompiles for stdin input; SuccessX now configurable; can...Timothee Cour2020-03-191-0/+10
* fix #13633 fix koch boot crashing regression (#13635)Timothee Cour2020-03-121-1/+1
* Amend fix for #13633 (#13636)Clyybber2020-03-121-1/+1
* Fix #13633Clyybber2020-03-121-1/+2
* Make listCmd honor hint:cc:off (#13606)Clyybber2020-03-111-50/+35
* `koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516)Timothee Cour2020-03-111-14/+19
* Revert "Support cross compiling from host to host (#12859)" (#13591)genotrance2020-03-101-1/+2
* Only print the link command when listCmd is active; fix docs (#13603)Clyybber2020-03-071-1/+1
* make it possible to pass linker options for vcc (#13535) [backport]cooldome2020-02-291-1/+1
* fix #8312 --hints:off and --warnings:off now honored everywhere (#13489)Timothee Cour2020-02-261-1/+1
* Fix #8648 - use parent streams to avoid hang (#13445)genotrance2020-02-201-6/+5
* fixes #13144 (#13145)Timothee Cour2020-01-181-9/+4
* pass platform argument only if vccexe is used (#13078)cooldome2020-01-141-10/+9
* [easy] --hint:link:on now shows link cmd instead of nothing (#13056)Timothee Cour2020-01-071-2/+1
* fix #12988 (#13022)rockcavera2020-01-031-3/+3
* fixes #12735 on osx, call dsymutil for debug builds (#12931)Timothee Cour2019-12-211-0/+21
* Support cross compiling from host to host (#12859)Neelesh Chandola2019-12-091-2/+1
* Fix external file recompilation (#12802)cooldome2019-12-031-1/+1
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-39/+39
* fixes #12663 staticRead now creates a dependency for rebuilds (#12731) [backp...Timothee Cour2019-11-251-12/+13
* implemented a new localPassc pragma (#12706)Andreas Rumpf2019-11-221-4/+15
* added the --asm command line option for inspection of the produced assember c...Andreas Rumpf2019-11-211-6/+32
* Fix Nim specify wrong option to vccexe when vcc.options.always is set (#12490...Tomohiro2019-10-241-1/+1
* Add no-ident for GCC when -d:release (#12454)Juan Carlos2019-10-181-3/+3
* External file compilation improvement (#12380)cooldome2019-10-081-0/+4
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-2/+2
* changed name mangling for generated C filesAraq2019-09-131-1/+1
* fixes #11758 [nobackport]Andreas Rumpf2019-07-171-1/+7
* better run also considers the command line; fixes #11719 [feature]Araq2019-07-121-1/+8
* koch/nim: completion of the 'better run' featureAraq2019-07-121-1/+1
* better run [feature] (#11709)Andreas Rumpf2019-07-111-5/+46
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-11/+11
* fixes #11405Araq2019-06-051-0/+2
* list available options for --cpu, --os and --cc if the passed option is not f...Ico Doornekamp2019-05-251-1/+6
* fixes #11306Araq2019-05-241-4/+19
* Allow void macro result (#11286)Arne Döring2019-05-211-1/+1
* fixes #11202Andreas Rumpf2019-05-141-9/+8
* Merge pull request #11201 from nim-lang/araq-fixes-11200Andreas Rumpf2019-05-081-1/+1
|\
| * typoAraq2019-05-081-1/+1
* | Replace countup(x, y) with x .. yClyybber2019-05-071-4/+4
|/
* nicer 'CC' output messagesAraq2019-05-061-1/+1
* remove the restriction that module names need to be unique per Nimble… (#11...Andreas Rumpf2019-04-201-3/+4
* improvements on the hot code reloading support (#10892)Viktor Kirilov2019-03-231-6/+11
* compiler/extccomp: use getNimcacheDir for writing build instruction (#10772)alaviss2019-03-041-1/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-44/+118
* fix #10305 nim cpp is now nan-correct at CT (#10310)Timothee Cour2019-01-151-4/+4
* Add support for clang-cl (#9977)Neelesh Chandola2018-12-191-1/+9
* escape the include pathNeelesh Chandola2018-12-161-1/+1
* Add project directory to include pathNeelesh Chandola2018-12-161-0/+2