summary refs log tree commit diff stats
path: root/compiler/extccomp.nim
Commit message (Expand)AuthorAgeFilesLines
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-57/+56
* fix shell quoting error for static libraries (#8532)Charlie Barto2018-08-041-1/+1
* add hintCC to optionally disable printing 'CC: filename' (#8479)Timothee Cour2018-08-011-2/+3
* disable --app:gui for non Windows targets; fixes #2576Araq2018-07-301-2/+4
* Add -w flag to Switch compilation to prevent deadlock (#8372)Joey2018-07-201-1/+1
* Give different names to objects coming from cpp files (#8278)LemonBoy2018-07-131-4/+1
* Nintendo switch support (#8069)Joey2018-06-271-0/+39
* Don't remove extension of source files twice, if filenames contain dotsJörg Wollenschläger2018-06-261-1/+1
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-2/+2
* make tests green againAndreas Rumpf2018-05-181-3/+6
* platform.nim doesn't use globals anymore; prepare msgs.nim for not using globalsAndreas Rumpf2018-05-181-16/+16
* compiler/ropes.nim has no global error handler anymoreAndreas Rumpf2018-05-171-4/+9
* extccomp: no globals anymoreAraq2018-05-161-88/+54
* options.nim: no global variables anymoreAndreas Rumpf2018-05-131-29/+29
* move more globals into the config objectAndreas Rumpf2018-05-131-6/+6
* move more global variables into ConfigRefAndreas Rumpf2018-05-111-13/+13
* guards.nim does compileAndreas Rumpf2018-05-111-1/+1
* big refactoring: parser compiles againAndreas Rumpf2018-05-101-144/+152
* Fixes #802, #803 and #3775 - genscript issues (#7677)genotrance2018-04-251-1/+2
* Nim namespace for cpp (#7453)AdrianV2018-04-151-4/+6
* move new sha1 module into the new 'std' namespaceAndreas Rumpf2018-02-061-1/+1
* fixes #6961Andreas Rumpf2018-02-021-1/+1
* add support for building GUI applications with TCC (#7003)oltolm2017-12-311-1/+1
* Fix json generation logic (#6909)konqoro2017-12-211-29/+27
* cleanup of the Intel compiler handling; refs #6488Araq2017-12-151-13/+14
* Fix icc compiler on linux (#6488)Eduardo Bart2017-12-151-4/+6
* Emit relative object file paths in genScript (#6835)Yuriy Glukhov2017-11-291-1/+2
* fixes #6820Araq2017-11-281-3/+3
* OS X has no llvm-ar tool; use ar insteadAraq2017-11-211-1/+5
* fixes #6452Araq2017-09-301-2/+3
* added 'nim jsonscript' featureAndreas Rumpf2017-09-231-31/+66
* Allow to modify backend link template (#6173)Ruslan Mustakov2017-09-031-1/+4
* cleaned up extccomp.nimAraq2017-07-171-10/+0
* fixes #4763Araq2017-07-171-2/+2
* Error Message if CC invocation fails (#5663)Fredrik Høisæther Rasch2017-04-081-11/+26
* fix empty link file list during external compilation (#5577)Emery Hemingway2017-03-231-8/+18
* Merge pull request #5317 from rokups/feature/coroutinesAndreas Rumpf2017-02-261-47/+2
|\
| * Removed fasm support.Rokas Kupstys2017-02-201-47/+2
* | removed compiler internal list implementation (#5371)Arne Döring2017-02-221-22/+15
|/
* compile external .c files with the C compiler, not with C++; refs #5357Araq2017-02-141-6/+8
* fixes compiler ignoring passC/passL args when setting --cc:compiler. (#5310)Parashurama2017-02-011-1/+13
* with dir with space regression againAraq2017-01-291-1/+1
* fixes serious regression that was introduced in the handling of .compile pragmaAraq2017-01-281-8/+8
* make tests green againAndreas Rumpf2017-01-281-1/+1
* .compile pragma supports patterns and actionsAraq2017-01-281-59/+83
* make Nim compiler compile with 0.15.2Araq2017-01-071-3/+6
* Merge branch 'devel' into sighashesAraq2016-12-171-2/+8
|\
| * Use ``out`` compiler option when linking static libraryAnatoly Galiulin2016-12-161-2/+8
* | Merge branch 'devel' into sighashesAraq2016-12-141-42/+102
|\|
| * Nim compiler generates nimcache/proj.json for easier interop with external bu...Araq2016-12-141-42/+101