summary refs log tree commit diff stats
path: root/compiler/extccomp.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-2/+2
* changed name mangling for generated C filesAraq2019-09-131-1/+1
* fixes #11758 [nobackport]Andreas Rumpf2019-07-171-1/+7
* better run also considers the command line; fixes #11719 [feature]Araq2019-07-121-1/+8
* koch/nim: completion of the 'better run' featureAraq2019-07-121-1/+1
* better run [feature] (#11709)Andreas Rumpf2019-07-111-5/+46
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-11/+11
* fixes #11405Araq2019-06-051-0/+2
* list available options for --cpu, --os and --cc if the passed option is not f...Ico Doornekamp2019-05-251-1/+6
* fixes #11306Araq2019-05-241-4/+19
* Allow void macro result (#11286)Arne Döring2019-05-211-1/+1
* fixes #11202Andreas Rumpf2019-05-141-9/+8
* Merge pull request #11201 from nim-lang/araq-fixes-11200Andreas Rumpf2019-05-081-1/+1
|\
| * typoAraq2019-05-081-1/+1
* | Replace countup(x, y) with x .. yClyybber2019-05-071-4/+4
|/
* nicer 'CC' output messagesAraq2019-05-061-1/+1
* remove the restriction that module names need to be unique per Nimble… (#11...Andreas Rumpf2019-04-201-3/+4
* improvements on the hot code reloading support (#10892)Viktor Kirilov2019-03-231-6/+11
* compiler/extccomp: use getNimcacheDir for writing build instruction (#10772)alaviss2019-03-041-1/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-44/+118
* fix #10305 nim cpp is now nan-correct at CT (#10310)Timothee Cour2019-01-151-4/+4
* Add support for clang-cl (#9977)Neelesh Chandola2018-12-191-1/+9
* escape the include pathNeelesh Chandola2018-12-161-1/+1
* Add project directory to include pathNeelesh Chandola2018-12-161-0/+2
* Fix nimsuggest build with clang on windowsNeelesh Chandola2018-12-131-1/+1
* resolve merge conflictsAraq2018-12-121-1/+1
|\
| * Removed arch option in compiler definitionFredrik Høisæther Rasch2017-03-211-1/+1
* | the linking step doesn't mind Windows' 8K command line limit anymoreAraq2018-12-111-28/+48
* | fixes extccomp regressionsAraq2018-12-111-2/+2
* | fixes extccomp regressionsAraq2018-12-111-2/+2
* | fixes extccomp regressionsAraq2018-12-111-5/+5
* | workaround against silly Windows command line length limitations for the upco...Araq2018-12-111-13/+25
* | Compile pragma. Recompile on external file compilation failure (#9455)cooldome2018-10-221-1/+2
* | 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