Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow to modify backend link template (#6173) | Ruslan Mustakov | 2017-09-03 | 1 | -1/+4 |
| | |||||
* | cleaned up extccomp.nim | Araq | 2017-07-17 | 1 | -10/+0 |
| | |||||
* | fixes #4763 | Araq | 2017-07-17 | 1 | -2/+2 |
| | |||||
* | Error Message if CC invocation fails (#5663) | Fredrik Høisæther Rasch | 2017-04-08 | 1 | -11/+26 |
| | |||||
* | fix empty link file list during external compilation (#5577) | Emery Hemingway | 2017-03-23 | 1 | -8/+18 |
| | |||||
* | Merge pull request #5317 from rokups/feature/coroutines | Andreas Rumpf | 2017-02-26 | 1 | -47/+2 |
|\ | | | | | Coroutine improvements | ||||
| * | Removed fasm support. | Rokas Kupstys | 2017-02-20 | 1 | -47/+2 |
| | | |||||
* | | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 1 | -22/+15 |
|/ | |||||
* | compile external .c files with the C compiler, not with C++; refs #5357 | Araq | 2017-02-14 | 1 | -6/+8 |
| | |||||
* | fixes compiler ignoring passC/passL args when setting --cc:compiler. (#5310) | Parashurama | 2017-02-01 | 1 | -1/+13 |
| | | | | | | This commit change the way passC/passL cmdline arg and setting in config files are parsed. They are added to a separate linkOptionsCmd/compileOptionsCmd and are inserted when compile/linking command list are requested. | ||||
* | with dir with space regression again | Araq | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | fixes serious regression that was introduced in the handling of .compile pragma | Araq | 2017-01-28 | 1 | -8/+8 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | .compile pragma supports patterns and actions | Araq | 2017-01-28 | 1 | -59/+83 |
| | |||||
* | make Nim compiler compile with 0.15.2 | Araq | 2017-01-07 | 1 | -3/+6 |
| | |||||
* | Merge branch 'devel' into sighashes | Araq | 2016-12-17 | 1 | -2/+8 |
|\ | |||||
| * | Use ``out`` compiler option when linking static library | Anatoly Galiulin | 2016-12-16 | 1 | -2/+8 |
| | | |||||
* | | Merge branch 'devel' into sighashes | Araq | 2016-12-14 | 1 | -42/+102 |
|\| | |||||
| * | Nim compiler generates nimcache/proj.json for easier interop with external ↵ | Araq | 2016-12-14 | 1 | -42/+101 |
| | | | | | | | | build tools | ||||
* | | Merge branch 'devel' into sighashes | Araq | 2016-12-01 | 1 | -1/+1 |
|\| | |||||
| * | fixes the regressions introduced by fix for #5076 | Araq | 2016-11-30 | 1 | -1/+1 |
| | | |||||
* | | use a full MD5 hash with no collision detection for proc names | Araq | 2016-11-08 | 1 | -3/+3 |
|/ | |||||
* | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -4/+0 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -1/+1 |
| | |||||
* | --listCmd also needs to affect linking step | Andreas Rumpf | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | better debugging support for native debuggers; changed name mangling; fixes ↵ | Araq | 2016-05-10 | 1 | -0/+4 |
| | | | | #3471 | ||||
* | Fixes #3871 | Yuriy Glukhov | 2016-02-16 | 1 | -0/+2 |
| | |||||
* | remove echo() from compiler | Aman Gupta | 2015-10-01 | 1 | -2/+2 |
| | |||||
* | remove "rerun with --parallelBuild:1" message and show error inline | Aman Gupta | 2015-09-30 | 1 | -12/+13 |
| | |||||
* | Improved "Execution of an external program failed" message. | Dominik Picheta | 2015-09-27 | 1 | -4/+6 |
| | |||||
* | update Visual Studio command line flags | Araq | 2015-08-27 | 1 | -1/+1 |
| | |||||
* | cValidAssemblers -> const set | rku | 2015-08-10 | 1 | -1/+5 |
| | | | | Added assembler validity check | ||||
* | Added fasm (external assembler) support. | rku | 2015-07-31 | 1 | -2/+43 |
| | |||||
* | Merge pull request #3020 from flaviut/rename-crc-to-hash | Andreas Rumpf | 2015-07-05 | 1 | -8/+8 |
|\ | | | | | CRC -> Hash | ||||
| * | CRC -> Hash | Flaviu Tamas | 2015-07-03 | 1 | -8/+8 |
| | | |||||
* | | Turn execExternalProgram msgs into hintExecuting | Adam Strzelecki | 2015-07-03 | 1 | -12/+6 |
|/ | | | | | Or hintLinking that is used on verbosity:1. This lets you treat this message as regular hint, and control it via command line. | ||||
* | Fix #3018 | Flaviu Tamas | 2015-06-29 | 1 | -1/+1 |
| | | | | | Looks like the problem is that the compiler expected the hash to be a certain number of characters, but the file actually contained a (shorter) crc hash. | ||||
* | renamed writeln to writeLine in compiler | patrick dw | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | securehash: Keep module name consistent | Adam Strzelecki | 2015-06-09 | 1 | -1/+2 |
| | | | | | | 1. All other modules don't use underscore, why this should be different? 2. Wrap some imports to 80 column | ||||
* | Use sha1 instead of crc | Flaviu Tamas | 2015-05-26 | 1 | -4/+2 |
| | |||||
* | Rename crc module to "secure_hash" | Flaviu Tamas | 2015-05-23 | 1 | -1/+1 |
| | |||||
* | Clean up crc module | Flaviu Tamas | 2015-05-23 | 1 | -7/+7 |
| | | | | | Use better names, remove quite a bit of dead code. Change `><` to a name that's actually descriptive. | ||||
* | Merge pull request #2657 from def-/noreturn | Andreas Rumpf | 2015-05-08 | 1 | -4/+4 |
|\ | | | | | Pass noReturn pragma to C code. | ||||
| * | Implicitly assume compilers to know naked and noreturn attributes | def | 2015-05-07 | 1 | -4/+2 |
| | | |||||
| * | Distinguish only between __declspec and __attribute__ | def | 2015-05-05 | 1 | -6/+6 |
| | | |||||
| * | Pass noReturn pragma to C code. | def | 2015-05-05 | 1 | -3/+5 |
| | | | | | | | | | | | | With GCC and Clang this generates __attribute__((noreturn)) in the function declaration. (both tested) With VCC __declspec(noreturn) is used. | ||||
* | | Improve code style a bit | def | 2015-05-07 | 1 | -1/+1 |
| | | |||||
* | | Fix the lib path used with --app:staticlib | def | 2015-05-07 | 1 | -1/+2 |
|/ | | | | | For example if gProjectName is "src/false.nim" the old static lib name was "libsrc/false.nim.a", now it is "libfalse.a". | ||||
* | fixes #2569 | Araq | 2015-04-23 | 1 | -49/+49 |
| | |||||
* | Get rid of deprecation warnings | def | 2015-04-07 | 1 | -20/+20 |
| |