summary refs log tree commit diff stats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* use dwarf-3 debug information on Windows/GCC for compat with older GDBsAraq2016-12-161-2/+5
|
* Prevent concurrency issues on the PDB file by using /FS optionFredrik Høisæther Rasch2016-10-251-1/+1
|
* options.linker made platform specificFredrik Høisæther Rasch2016-10-251-6/+5
| | | | | previous options.linker.always is not supported in nim.cfg Removed /Fd\"$projectName.pdb\" (Implied by /Zi)
* corrected --platform arg for amd64 (VCC)Fredrik Høisæther Rasch2016-10-251-1/+1
|
* vccwrapper with nim-like command line argsFredrik Høisæther Rasch2016-10-251-6/+6
|
* config: corrected vcc wrapper arguments to right syntaxFredrik Høisæther Rasch2016-10-251-12/+15
|
* Nim.cfg: Arch option dependent on target platformFredrik Høisæther Rasch2016-10-251-0/+6
|
* VCC wrappers with vcvars args.Fredrik Høisæther Rasch2016-10-251-2/+10
| | | | | VCC wrappers no longer wrap for compile-time specific target VCC wrappers now peek into the command line args and evaluate vcvars prefixed arguments
* minor CSS improvementAraq2016-10-011-1/+1
|
* Haiku supporting code in nim.cfg. We don't have -ldl.Zoltán Mizsei2016-09-251-1/+9
|
* RPATH locations for OpenBSD,NetBSD and FreeBSD.cheatfate2016-09-211-0/+11
|
* docgen: working search featureAraq2016-09-091-0/+7
|
* docgen: minor changesAndreas Rumpf2016-09-091-2/+2
|
* docgen: search featureAndreas Rumpf2016-09-091-0/+9
|
* generated theindex.html is valid htmlAraq2016-09-091-3/+3
|
* docgen: group by type featureAndreas Rumpf2016-09-081-0/+21
|
* docgen: different attachedType generationAndreas Rumpf2016-09-081-1/+1
|
* documentation now has an 'edit' buttonAndreas Rumpf2016-09-081-2/+4
|
* make tests green againAndreas Rumpf2016-07-101-9/+0
|
* docgen: hide pragmasAndreas Rumpf2016-07-081-2/+38
|
* Niminst now bundles the `compiler` dir when packaging.Dominik Picheta2016-06-061-0/+5
|
* Made docgen emit valid XML by defaultFelix Krause2016-01-111-3/+3
|
* 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.
* Change nimdoc body css color to #666.Dominik Picheta2015-09-171-1/+1
|
* 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
|/
* documentation generator emits configurable html for code listingsAraq2015-07-141-0/+3
|
* Add NEP1 to documentation.Varriount2015-07-101-1/+5
| | | | | | | Changes: - Added NEP 1 to the documentation set. - Modified nimdoc's css to add additional spacing between list entries, as well as between code blocks. - Added a warning to nimdoc.css for future developers.
* 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
|
* Merge pull request #2145 from oderwat/fix-osx-gcc49Andreas Rumpf2015-02-161-2/+2
|\ | | | | Removing -fasm-blocks default for OS X
| * 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.
* | Fix typosFederico Ceratto2015-02-151-2/+2
|/
* nimrod -> nim in some filenamesdef2015-02-141-136/+0
|
* fixes #2103Araq2015-02-131-6/+6
|
* merged #2083 manuallyAraq2015-02-081-0/+14
|
* configuration system supports %= to access environment variablesAraq2015-02-071-1/+3
|
* Merge pull request #1936 from sa2ajj/freebsd-compilerAndreas Rumpf2015-01-121-1/+1
|\ | | | | make FreeBSD's compiler clang
| * 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
* | Improve documentation CSS for smaller resolutionsdef2015-01-111-8/+9
|/
* Happy new year!Guillaume Gelin2015-01-062-2/+2
|
* Mostly get analytics working for docsFlaviu Tamas2014-12-251-0/+2
|
* Fix paragraph break issue in nimc.txt. Add spacing to command line options ↵Nick Greenfield2014-12-211-0/+4
| | | | table.
* Fix blockquotes in documentation; stylize only in docinfo or immediately ↵Nick Greenfield2014-12-211-3/+7
| | | | after an h1
* better CSS; better docs for teh tables moduleAraq2014-12-211-2/+2
|