summary refs log tree commit diff stats
path: root/lib/nimbase.h
Commit message (Expand)AuthorAgeFilesLines
* Fix code generation issues with TNimType.Reimer Behrends2015-12-151-4/+0
* fixes #3237Araq2015-08-251-3/+9
* Merge branch 'devel' into coroutinesrku2015-08-201-1/+1
|\
| * Fixed --debugger:on option. Removed c_line from termios.Yuriy Glukhov2015-08-121-1/+1
* | Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/ref...rku2015-07-311-12/+25
|/
* fixes #2841Araq2015-07-221-0/+4
* fixes #2551; fixes #2212; breaks bootstrapping in debug mode; bootstrap with ...Araq2015-04-251-5/+5
* Merge pull request #2225 from dyu/freebsdAndreas Rumpf2015-03-081-0/+2
|\
| * compile nim on freebsddyu2015-02-271-0/+2
* | prevent name mangling for C++ DLLsAraq2015-03-051-5/+13
|/
* merged #2083 manuallyAraq2015-02-081-1/+10
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* implemented mixed mode codegenAraq2014-10-031-2/+8
* implemented locking levels; still incompleteAraq2014-09-271-0/+2
* Fix the C++ exception struct in nimbase.h.Reimer Behrends2014-09-211-2/+2
* added stack overflow preventionAraq2014-07-161-1/+2
* Fix typo in previous commit.ReneSac2014-04-061-1/+1
* fix #971Zahary Karadjov2014-03-101-0/+3
* Added comment explaining 'assert_numbits' error.ReneSac2014-03-061-0/+3
* implemented 'union' and 'unchecked' pragmasAraq2014-03-051-2/+2
* --os:standalone works againAraq2013-06-301-109/+1
* fixes #466Araq2013-06-061-2/+2
* nimbase.h doesn't need signal.hSimon Hafner2013-05-181-2/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* documented object constrs; endb works againAraq2013-03-091-3/+3
* fixes nimrtl compilationZahary Karadjov2013-01-281-2/+2
* adds an option to interleave the generated code with snippets from the origin...Zahary Karadjov2012-12-021-0/+11
* fixes #256 (I hope)Araq2012-11-201-1/+1
* bugfix: wrong assertions for C++ code generation; some solaris support; first...Araq2012-10-301-0/+2
* fixes 182Araq2012-08-021-1/+1
* more reliable NI/NU definitionsAraq2012-07-281-0/+18
* fixes #172Araq2012-07-251-6/+6
* Fixed math.round, added math.ceil and fixed times.format.Dominik Picheta2012-06-041-1/+1
* codegen for C++ exceptionsZahary Karadjov2012-06-031-0/+7
* further steps for closure supportAraq2012-02-061-5/+3
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-2/+4
* code gen can generate code to keep alive stack rootsAraq2011-12-221-0/+8
* bugfixes for .rod files and visual C++Araq2011-12-031-2/+2
* cgen: no type canon for integral types; osproc use posix_spawn instead of for...Araq2011-11-181-0/+5
* Added system.program_results for controlling the exit code of the program und...Zahary Karadjov2011-11-101-0/+2
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-071-1/+1
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-4/+4
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-161-26/+0
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-2/+7
* docgen understands and ignores *when false*Araq2010-11-181-1/+4
* fixes for exception handling; added system.compileOptionAraq2010-09-131-4/+8
* bugfix: init of tempsAraq2010-08-241-0/+11
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-041-0/+2
* c2nim tool addedAndreas Rumpf2010-07-211-1/+1
* explicit types for generic routinesAndreas Rumpf2010-05-281-0/+7