summary refs log tree commit diff stats
path: root/config/nim.cfg
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2016-07-101-9/+0
|
* Niminst now bundles the `compiler` dir when packaging.Dominik Picheta2016-06-061-0/+5
|
* Move deprecated modules into lib/deprecated/Adam Strzelecki2015-09-301-0/+2
| | | | | This gives clear indication what modules are now deprecated and reduce clutter in non-deprecated module directories.
* config cleanupAraq2015-09-101-12/+2
|
* Merge pull request #3160 from r-ku/coroutinesAndreas Rumpf2015-08-251-0/+1
|\ | | | | Coroutines
| * Coroutine support for i386/amd64 platforms unix/windows OSes ↵rku2015-07-311-0/+1
| | | | | | | | markAndSweep/refCounting GCs.
* | preparations for Nimble NimScript integrations; minor cleanupsAraq2015-08-181-1/+0
|/
* use linenoise instead of GNU readlineAraq2015-06-211-1/+1
|
* Add -ldl with clang cpp compilationdef2015-05-101-0/+1
| | | | This fixes compilation with --cc:clang and cpp.
* Corrected gcc path on windowsAbhishek Pandey2015-05-051-1/+1
| | | | | | | | | When gcc path is set to r"$nimrod\dist\mingw\bin", the compiler gives an error: Error : unhandled exception : invalid format string [Value Error], but works correctly with gcc.path set to r"$nim\dist\mingw\bin". I think this issue was caused due to the name change from nimrod to nim , but the name change was not replicated in the config file.
* Add linker flags for the Objective-C compilation mode.Philip Wernersbach2015-03-151-0/+16
| | | | Fixes Araq/Nim#2153.
* fixed the tester; more tests greenAraq2015-03-101-2/+2
|
* Removing -fasmblocks default for OS XHans Raaf2015-02-161-2/+2
| | | | | Considering that alternatives to the Apple compiler versions of xcode like GCC 4.9 (as installed by Homebrew) error out because it is an unknown parameter. Modern Xcode's clang + gcc do not seem to need this anymore. I think it is ok to remove because developer with old xcode are rare and can easily add this to their systems if needed.
* fixes #2103Araq2015-02-131-6/+6
|
* merged #2083 manuallyAraq2015-02-081-0/+14
|
* configuration system supports %= to access environment variablesAraq2015-02-071-1/+3
|
* make FreeBSD's compiler clangMikhail Sobolev2015-01-121-1/+1
| | | | | * there's not much documentation about what's in nim.cfg file * the build.sh template was updated based on darwin
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* Added generic OpenWrt compilers for --cpu:mipsElie Zedeck2014-11-161-0/+3
|
* Fix #1599Clay Sweetser2014-10-291-7/+7
| | | | | Compiler-specific options are now read with the '{compiler}.cpp' prefix in C++ mode. GCC C++ mode is fixed.
* Add nimblepath so Nim can find Nimble-installed packages out-of-the-boxNick Greenfield2014-10-231-0/+1
|
* added nimfix toolAraq2014-09-051-1/+3
|
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-0/+141