Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add compiler-specific configuration options for all compilers. | Philip Wernersbach | 2015-03-15 | 1 | -1/+10 |
| | |||||
* | Fix #2247 | Flaviu Tamas | 2015-03-04 | 1 | -0/+3 |
| | | | | Thanks @Araq for the suggestion | ||||
* | Fix a few more warnings | def | 2015-02-17 | 1 | -3/+3 |
| | |||||
* | 'passL' is not smart anymore about already known switches; -ldl is now ↵ | Araq | 2015-02-13 | 1 | -10/+12 |
| | | | | properly appended to the linking command | ||||
* | stop after first failing C compilation for --parallelBuild:1 | Araq | 2015-02-09 | 1 | -1/+3 |
| | |||||
* | list CC executions properly again for --parallelBuild:1 | Araq | 2015-02-05 | 1 | -3/+7 |
| | |||||
* | Fixes #1955 | Varriount | 2015-01-17 | 1 | -2/+2 |
| | |||||
* | quote filenames in when invoking compiler from C backend | Michał Zieliński | 2015-01-14 | 1 | -2/+1 |
| | |||||
* | Merge pull request #1569 from idlewan/prettyCC | Andreas Rumpf | 2014-11-03 | 1 | -12/+27 |
|\ | | | | | Prettify compiler output for verbosity=1 | ||||
| * | Tidy up the prettification of the default verbosity c compilation output | Erwan Ameil | 2014-10-13 | 1 | -6/+9 |
| | | |||||
| * | Prettify compiler output for verbosity=1 | Erwan Ameil | 2014-10-12 | 1 | -12/+24 |
| | | | | | | | | | | Long lines displaying the invocation of the c compiler are replaced with short, readable lines. | ||||
* | | Fix #1599 | Clay Sweetser | 2014-10-29 | 1 | -10/+28 |
|/ | | | | | Compiler-specific options are now read with the '{compiler}.cpp' prefix in C++ mode. GCC C++ mode is fixed. | ||||
* | implemented mixed mode codegen | Araq | 2014-10-03 | 1 | -22/+19 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | Fix compilation error when using packed pragma with vcc. | Audun Wilhelmsen | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Added support for {.packed.} pragma on objects | Audun Wilhelmsen | 2014-03-18 | 1 | -0/+20 |
| | | | | Added tests for packed and union pragmas | ||||
* | use g++ and clang++ automatically when compiling to C++ | Zahary Karadjov | 2014-03-16 | 1 | -22/+30 |
| | |||||
* | resolved conflicts with master | Araq | 2014-01-18 | 1 | -1/+1 |
|\ | |||||
| * | Fixes #594 | Dominik Picheta | 2013-12-28 | 1 | -1/+1 |
| | | | | | | | | | | This was already partially fixed, ``expandTilde`` was the missing piece from perfection. | ||||
* | | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -6/+6 |
| | | |||||
* | | case consistency part 4 | Araq | 2013-12-27 | 1 | -49/+49 |
| | | |||||
* | | case consistency part 1 | Araq | 2013-12-27 | 1 | -9/+9 |
|/ | |||||
* | Allows passing absolute paths for output. Refs #738. | Grzegorz Adam Hankiewicz | 2013-12-20 | 1 | -1/+2 |
| | | | | | Previous to this the project base dir was added always, preventing user specified absolute paths to work. | ||||
* | Use quoteShell in stdlib, where appropriate. | Michał Zieliński | 2013-12-11 | 1 | -16/+16 |
| | |||||
* | always call the linker; fixes #660 | Araq | 2013-11-19 | 1 | -1/+1 |
| | |||||
* | 'noStackFrame' implies 'naked' in the generated C code | Araq | 2013-10-06 | 1 | -3/+6 |
| |