summary refs log tree commit diff stats
path: root/config/nimrod.cfg
Commit message (Collapse)AuthorAgeFilesLines
* nimrod -> nim in some filenamesdef2015-02-141-136/+0
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* Merge branch 'devel' into bigbreakAraq2014-10-201-5/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt
| * website updates for 0.9.6Araq2014-10-191-5/+0
| |
* | big renameAraq2014-08-271-2/+4
|/
* initial non-compiling version of 'parallel'Araq2014-05-121-0/+1
|
* Merge branch 'master' into vm2Araq2013-12-051-5/+5
|\ | | | | | | | | Conflicts: compiler/sem.nim
| * removed deprecated libraries from nimrod.cfgfowlmouth2013-12-021-5/+5
| |
* | next steps for FFI supportAraq2013-11-251-0/+1
|/
* some fixes for HaikuAraq2013-09-011-1/+2
|
* Modify babelpathErik Johansson Andersson2013-07-041-1/+1
| | | Babel looks in this dir now.
* fixes #466Araq2013-06-061-2/+2
|
* nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-011-1/+0
| | | | | | | | | | | | | The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed).
* fixes #257Araq2013-03-181-1/+1
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* Changes default macosx compiler to clang.Grzegorz Adam Hankiewicz2013-03-021-0/+1
| | | | | | The default gcc version provided by current Xcode versions doesn't work. Alternatively macport's gcc-4.7 is known to work too, but that is less common for macosx users.
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-1/+1
| | | | No one calls it EcmaScript anymore.
* fixes #271Araq2012-12-151-1/+1
|
* lazy paths for Babel supportAraq2012-12-111-1/+1
|
* improvements for --babelPathAraq2012-12-091-6/+4
|
* Fixes SSL httpclient and problems with hidden path splitting in OS.Dominik Picheta2012-12-021-1/+1
| | | | Added babel's libs dir to Nimrod's path.
* profiler improvementsAraq2012-09-171-0/+1
|
* cross-compilation improvementsAraq2012-07-081-0/+4
|
* fixes for the Intel C compiler on WindowsZahary Karadjov2012-06-271-2/+4
|
* fix compilation errors when bootstrapping with C++Zahary Karadjov2012-06-041-11/+11
|
* added system.||; lacks runtime supportAraq2012-05-231-0/+1
|
* documentation improvements; higher level Mongodb wrapperAraq2012-04-091-0/+2
|
* small fixes for BSDAraq2012-04-061-0/+3
|
* tlsEmulation:on for windows/GCCAraq2012-01-291-0/+3
|
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-1/+2
|
* removed incompatible flags for debugging VCC release buildsZahary Karadjov2011-12-071-1/+1
|
* bugfixes for .rod files and visual C++Araq2011-12-031-1/+1
|
* libuv working on windows tooZahary Karadjov2011-10-121-2/+2
| | | | Added: vcc compilation flags for proper debug symbol generation
* Nimrod can now compile itself with --lineDir enabledZahary Karadjov2011-09-201-1/+2
|
* fixed system.nim to use the proper getTypeInfo magicAraq2011-06-101-1/+1
|
* Bugfix: no #line dir with 0 generatedAraq2011-06-101-1/+1
|
* bugfix: generic instantiation across module boundariesAraq2011-06-061-0/+1
|
* still playing with threadsAraq2011-05-171-1/+1
|
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-171-1/+1
|
* support for clangAraq2011-03-241-0/+7
|
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-1/+1
|
* always compile with at least O1; bugfix set initialization for interactive modeAraq2011-03-101-2/+10
|
* REPL improvementsAraq2011-02-131-0/+1
|
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-291-1/+1
|
* changes to threads; --recursivePath supportAraq2011-01-291-0/+1
|
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-1/+2
|
* docgen understands and ignores *when false*Araq2010-11-181-0/+1
|
* version 0.8.8Andreas Rumpf2010-03-141-0/+1
|
* examples/lib use the new wrappersAndreas Rumpf2010-02-281-1/+1
|
* bugfixes: re; pegs moduleAndreas Rumpf2010-02-281-1/+1
|