Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | support for multiple modules of the same name; niminst supports 'platforms'; ↵ | Araq | 2013-09-24 | 1 | -4/+4 |
| | | | | minor bugfixes | ||||
* | better support for GNU's assembler | Araq | 2013-09-03 | 1 | -2/+3 |
| | |||||
* | bugfix: -o option doesn't crash the compiler anymore | Araq | 2013-07-01 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into newparser | Araq | 2013-05-07 | 1 | -1/+1 |
|\ | |||||
| * | don't perform unnecessary linking | Zahary Karadjov | 2013-05-05 | 1 | -1/+1 |
| | | |||||
* | | --out works for exes | Araq | 2013-05-01 | 1 | -1/+3 |
|/ | |||||
* | bugfix: fix linking when symbol files are used | Zahary Karadjov | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | better error message when C compilation fails | Araq | 2013-03-19 | 1 | -2/+7 |
| | |||||
* | fixes #257 | Araq | 2013-03-18 | 1 | -27/+28 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | [caas] first version that actually works (still has a lot of logical memory ↵ | Zahary Karadjov | 2012-11-28 | 1 | -4/+13 |
| | | | | leaks on recompilation) | ||||
* | first steps for overloading support of passing blocks; bugfix: test results ↵ | Araq | 2012-09-11 | 1 | -1/+1 |
| | | | | of 'compile' are not overwritten | ||||
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -2/+2 |
| | |||||
* | improved cross-compilation support | Araq | 2012-07-09 | 1 | -2/+6 |
| | |||||
* | cross-compilation improvements | Araq | 2012-07-08 | 1 | -17/+32 |
| | |||||
* | bugfix: ha.echo should be accepted | Araq | 2012-07-08 | 1 | -4/+6 |
| | |||||
* | fixes for the Intel C compiler on Windows | Zahary Karadjov | 2012-06-27 | 1 | -6/+6 |
| | |||||
* | better support for unsigned integers. | Zahary Karadjov | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵ | Araq | 2012-03-04 | 1 | -1/+1 |
| | | | | wide char versions of the WinAPI | ||||
* | niminst: diverse improvements; fixes #80 | Araq | 2012-01-13 | 1 | -9/+24 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| |