summary refs log tree commit diff stats
path: root/compiler/extccomp.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix nimsuggest/#117 (#15602)Clyybber2020-11-151-4/+1
* new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)Timothee Cour2020-11-091-0/+11
* implements https://github.com/nim-lang/RFCs/issues/260 (#15505)Andreas Rumpf2020-10-071-0/+4
* Big compiler Cleanup (#14777)Clyybber2020-08-281-2/+2
* fixes #14194 (#15023)Andreas Rumpf2020-07-201-1/+2
* Fix #12745 (#14879)Tomohiro2020-07-021-11/+1
* bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc...Timothee Cour2020-06-041-2/+19
* Fix a problem with extra build commands. (#14528)Khronos2020-06-011-11/+11
* fix some issues with --backend (#14363)Timothee Cour2020-05-161-7/+8
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-111-12/+12
* added a new feature: --cc:env so that you can use any C compiler as long as i...Andreas Rumpf2020-05-061-12/+26
* cleanup the CC setting, only leave in there what is at least semi-officially ...Andreas Rumpf2020-05-061-120/+0
* fixes #14209 [backport:1.2] (#14213)Andreas Rumpf2020-05-051-0/+28
* vcc fix (#14222)cooldome2020-05-041-1/+1
* fix #14132 dsymutil should not be called on static libraries (#14133) [backpo...Timothee Cour2020-04-271-6/+6
* Add LTO support for most compilers and do some VCC fixes (#14013)Keithcat12020-04-221-3/+4
* Add support for `zig cc` as C compiler. (#13757)Hessam Mehr2020-04-081-0/+11
* fix #13910 (#13917)cooldome2020-04-071-2/+2
* fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#...Timothee Cour2020-04-071-3/+5
* 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
'>57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149