summary refs log tree commit diff stats
path: root/compiler/nim.cfg
Commit message (Collapse)AuthorAgeFilesLines
* compiler/nim.cfg: cleanup --pathAraq2018-09-211-2/+0
|
* disable -d:nimIncremental for develAraq2018-06-111-1/+1
|
* incremental compilation subsystem compiles againAndreas Rumpf2018-05-301-0/+1
|
* compiler API: final cleanups; improve security by diabling 'gorge' and friendsAndreas Rumpf2018-05-291-1/+1
|
* Remove docgen.nim's dependency on things being in pathSamadi van Koten2016-11-281-2/+0
| | | | | | compiler/docgen.nim relied heavily on $lib/packages/docutils being in path at compile-time. While this works fine when building Nim itself, things start breaking when using compiler as a nimble package.
* changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-311-1/+1
|
* preparations for Nimble NimScript integrations; minor cleanupsAraq2015-08-181-1/+0
|
* Rename compiler configuration file to fix "nim check" within the repoZahary Karadjov2015-08-031-0/+21
Prior to the change, "nim check" would fail on any file besides the main nim.nim, because the include paths for the documentation were not set correctly and this produced various compilation errors.
='#n166'>166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258