index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
extccomp.nim
Commit message (
Expand
)
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 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
Flaviu Tamas
2015-07-03
1
-8
/
+8
*
|
Turn execExternalProgram msgs into hintExecuting
Adam Strzelecki
2015-07-03
1
-12
/
+6
|
/
*
Fix #3018
Flaviu Tamas
2015-06-29
1
-1
/
+1
*
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
*
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
*
Merge pull request #2657 from def-/noreturn
Andreas Rumpf
2015-05-08
1
-4
/
+4
|
\
|
*
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
*
|
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
|
/
*
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
*
Fix a few more warnings
def
2015-02-17
1
-3
/
+3
*
'passL' is not smart anymore about already known switches; -ldl is now proper...
Araq
2015-02-13
1
-10
/
+12
*
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
|
\
|
*
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
*
|
Fix #1599
Clay Sweetser
2014-10-29
1
-10
/
+28
|
/
*
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
*
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
*
|
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
*
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
[next]