summary refs log tree commit diff stats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* more documentation fixesAraq2018-03-051-1/+1
|
* fixes #5293Andreas Rumpf2018-03-051-1/+1
|
* fixes #7294; Nim doc search featureAraq2018-03-051-5/+5
|
* Change default ARM compiler nameMichał Zieliński2018-01-211-3/+8
| | | In most distros (Ubuntu, Debian, Arch Linux) the only available Linux ARM toolchain uses arm-linux-gnueabihf- prefix. That's also the correct compiler for cross-compiling code for Raspberry Pi, which is what most people will probably want.
* don't make optNilCheck default to on for now (#7058)jcosborn2018-01-171-0/+3
| | | | | | * don't make optNilCheck default to on for now * add conditional symbol nimHasNilChecks
* Update docgen style (#6723)Federico Ceratto2017-11-291-25/+38
| | | | | | Switch to Lato font for better readability Make text darker Make spacing between paragraph and pre block consistent Fix search input box to prevent overlapping with text
* fixes the docgen configuration; refs #6780Araq2017-11-281-1/+1
|
* Add links to documentation (#6780)Federico Ceratto2017-11-271-9/+63
| | | Related to #4219
* Fix path for sh on Android (#6661)Fredrik Høisæther Rasch2017-11-031-1/+0
|
* VCC always creates debug symbols when not in release (#6397)Fredrik Høisæther Rasch2017-11-011-2/+7
| | | Use the `/Z7` option instead of `/Zi /FS` to store all debug info in the `.obj` file instead of a shared `.pdb` file
* android target: use clangAndreas Rumpf2017-08-301-7/+9
|
* Android support: put Termux specific dependencies behind a -d:termux switchAndreas Rumpf2017-08-301-1/+1
|
* Nim Configuration cleanup for VCC (#6261)Fredrik Høisæther Rasch2017-08-211-20/+19
|
* Added missing C++ options for VCC (#6195)Fredrik Høisæther Rasch2017-08-081-13/+26
|
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-0/+10
|
* fixes #4763Araq2017-07-171-0/+3
|
* Add meta tag to ensure that media queries are activated on mobile devices.Konstantin Molchanov2017-04-201-0/+2
|
* docgen: make whitespace around 'class=' more consistentAndreas Rumpf2017-04-121-1/+1
|
* Make fonts load from https rather than httpZion2017-03-271-2/+2
|
* nim.cfg: happy new yearAraq2017-02-071-1/+1
|
* revert nim.cfg to version before b26e6e3 (#5306)Axel Pahl2017-01-311-8/+2
| | | ... to enable building of koch on Linux again
* fixes #5301Araq2017-01-301-2/+8
|
* nim.cfg: update comments about the stack size to match reality (#5206)mfxmfx2017-01-111-4/+4
|
* 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.