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
/
lib
/
nimbase.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nim namespace for cpp (#7453)
AdrianV
2018-04-15
1
-2
/
+11
*
genTryCpp to catch by Nim type, ready for first review (#7196)
cooldome
2018-02-12
1
-7
/
+0
*
Add warning 4809 to ignore list
cooldome
2018-01-09
1
-1
/
+1
*
nimbase.h: make 'endif' nesting correct
Araq
2018-01-04
1
-6
/
+7
*
make hidden visibility the default for Unix
Araq
2017-12-13
1
-0
/
+2
*
Add visual studio C4297 warning to ignore list (#6815)
cooldome
2017-11-27
1
-1
/
+1
*
fixes #6606 (#6610)
Fredrik Høisæther Rasch
2017-10-27
1
-1
/
+6
*
fixes #6511
Araq
2017-10-16
1
-7
/
+0
*
preparations for string optimizations
Andreas Rumpf
2017-09-22
1
-4
/
+6
*
Ignore constant-conversion warning (#5696)
Ruslan Mustakov
2017-04-12
1
-4
/
+5
*
support for the Genode OS framework (#5560)
Emery Hemingway
2017-03-31
1
-0
/
+5
*
adding support for using llvm ASAN (#5536)
Samantha Marshall
2017-03-14
1
-0
/
+24
*
Check if __STDC_VERSION__ is defined (#5488)
Ruslan Mustakov
2017-03-07
1
-1
/
+1
*
Ignore pointer-bool-conversion warning (#5468)
Ruslan Mustakov
2017-03-02
1
-0
/
+1
*
new name mangling rules for easier debugging
Andreas Rumpf
2017-02-02
1
-8
/
+21
*
abi check: prefer nim constant to enable, document
Jacek Sieka
2016-11-03
1
-6
/
+2
*
add a simple sizeof checker to compare nim & c types
Jacek Sieka
2016-11-03
1
-0
/
+8
*
fixes #3279
Araq
2016-09-12
1
-10
/
+0
*
fixed #4590 Visual Studio C4090 warning
andri lim
2016-08-09
1
-1
/
+1
*
improve error message if C and Nim disagree on pointer size
Andreas Rumpf
2016-07-08
1
-3
/
+3
*
fix types of ansi_c/sysio to more closely match C ABI
Jacek Sieka
2016-06-05
1
-3
/
+0
*
Fixes #4093
mjendrusch
2016-04-17
1
-0
/
+2
*
fix typo in nimbase.h
def
2016-03-15
1
-1
/
+1
*
Fixed threading issues for tcc backend
Anatoly Galiulin
2016-03-10
1
-0
/
+2
*
Fixed NIM_THREADVAR definition in nimbase.h
Anatoly Galiulin
2016-03-01
1
-3
/
+18
*
Added -Wpragmas ignore
Yuriy Glukhov
2016-02-13
1
-0
/
+1
*
Added pragmas to ignore warnings in Nim-generated files for gcc, clang, vcc
Ruslan Mustakov
2016-02-10
1
-0
/
+24
*
Fix code generation issues with TNimType.
Reimer Behrends
2015-12-15
1
-4
/
+0
*
fixes #3237
Araq
2015-08-25
1
-3
/
+9
*
Merge branch 'devel' into coroutines
rku
2015-08-20
1
-1
/
+1
|
\
|
*
Fixed --debugger:on option. Removed c_line from termios.
Yuriy Glukhov
2015-08-12
1
-1
/
+1
*
|
Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/ref...
rku
2015-07-31
1
-12
/
+25
|
/
*
fixes #2841
Araq
2015-07-22
1
-0
/
+4
*
fixes #2551; fixes #2212; breaks bootstrapping in debug mode; bootstrap with ...
Araq
2015-04-25
1
-5
/
+5
*
Merge pull request #2225 from dyu/freebsd
Andreas Rumpf
2015-03-08
1
-0
/
+2
|
\
|
*
compile nim on freebsd
dyu
2015-02-27
1
-0
/
+2
*
|
prevent name mangling for C++ DLLs
Araq
2015-03-05
1
-5
/
+13
|
/
*
merged #2083 manually
Araq
2015-02-08
1
-1
/
+10
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
implemented mixed mode codegen
Araq
2014-10-03
1
-2
/
+8
*
implemented locking levels; still incomplete
Araq
2014-09-27
1
-0
/
+2
*
Fix the C++ exception struct in nimbase.h.
Reimer Behrends
2014-09-21
1
-2
/
+2
*
added stack overflow prevention
Araq
2014-07-16
1
-1
/
+2
*
Fix typo in previous commit.
ReneSac
2014-04-06
1
-1
/
+1
*
fix #971
Zahary Karadjov
2014-03-10
1
-0
/
+3
*
Added comment explaining 'assert_numbits' error.
ReneSac
2014-03-06
1
-0
/
+3
*
implemented 'union' and 'unchecked' pragmas
Araq
2014-03-05
1
-2
/
+2
*
--os:standalone works again
Araq
2013-06-30
1
-109
/
+1
*
fixes #466
Araq
2013-06-06
1
-2
/
+2
*
nimbase.h doesn't need signal.h
Simon Hafner
2013-05-18
1
-2
/
+1
[next]