Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 ↵ | Timothee Cour | 2018-07-30 | 1 | -1/+3 |
| | | | | | (#8423) add --git.devel option to override doc generated "edit" links; add --nimCompiler option to nimweb | ||||
* | Make pragmas look clickable in docs (#8176) | Quelklef | 2018-07-17 | 1 | -29/+35 |
| | | | | * Visual cues for hidden pragmas in docs. * Add hover cue | ||||
* | Remove cross-platform breaking env var in Nintendo Switch config | Joey | 2018-07-15 | 1 | -4/+4 |
| | | | This was bad to put in here, so my bad. It doesn't work on anything except platforms with shell support. Users can use `--passC` and `--passL` options for customization. | ||||
* | Nintendo switch support (#8069) | Joey | 2018-06-27 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add config section for Nintendo Switch * Add compiler configuration for Nintendo Switch and it's CPU * Add specific lib code for Nintendo Switch * Add GC support for Nintendo Switch * Update changelog for Nintendo Switch * Update changelog with more info about fixed paths * Cleaned up GC memory management a bit * Relocate docs for Switch * Rename aarch64NoneElfGcc to nintendoSwitchGCC * Remove armv8a57 * Fix installer.ini * Reuse code in linux and amd64 * Add posix defs for nintendo switch * Add more defined sections for nintendo switch * Remove old comment * Add what's not supported for Nintendo Switch docs * Make nintendoswitch == posix * Remove DEVKITPRO references from nim.cfg * Make PR extccomp changes * Remove Result type alias * Add separate switch consts file * Update docs for nintendo switch * Fix travis errors with undefined consts and add correct wait.h procs | ||||
* | Provide configuration for Genode toolchain | Emery Hemingway | 2018-05-18 | 1 | -0/+8 |
| | |||||
* | Minor fixes to enable tcc | Ganesh Viswanathan | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | Fix background-color in nimdoc.cfg | Simon Krauter | 2018-03-11 | 1 | -1/+1 |
| | | | | | | Don't assume, that the default background-color is white. My default background-color is dark, which makes the documentation hardly readable: https://i.imgur.com/xN0UjWz.png The reason is the transparency of the existing color (rgba(252, 248, 244, 0.45);) Fixed by removing the transparency. | ||||
* | more documentation fixes | Araq | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | fixes #5293 | Andreas Rumpf | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | fixes #7294; Nim doc search feature | Araq | 2018-03-05 | 1 | -5/+5 |
| | |||||
* | Change default ARM compiler name | Michał Zieliński | 2018-01-21 | 1 | -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) | jcosborn | 2018-01-17 | 1 | -0/+3 |
| | | | | | | * don't make optNilCheck default to on for now * add conditional symbol nimHasNilChecks | ||||
* | Update docgen style (#6723) | Federico Ceratto | 2017-11-29 | 1 | -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 #6780 | Araq | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | Add links to documentation (#6780) | Federico Ceratto | 2017-11-27 | 1 | -9/+63 |
| | | | Related to #4219 | ||||
* | Fix path for sh on Android (#6661) | Fredrik Høisæther Rasch | 2017-11-03 | 1 | -1/+0 |
| | |||||
* | VCC always creates debug symbols when not in release (#6397) | Fredrik Høisæther Rasch | 2017-11-01 | 1 | -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 clang | Andreas Rumpf | 2017-08-30 | 1 | -7/+9 |
| | |||||
* | Android support: put Termux specific dependencies behind a -d:termux switch | Andreas Rumpf | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | Nim Configuration cleanup for VCC (#6261) | Fredrik Høisæther Rasch | 2017-08-21 | 1 | -20/+19 |
| | |||||
* | Added missing C++ options for VCC (#6195) | Fredrik Høisæther Rasch | 2017-08-08 | 1 | -13/+26 |
| | |||||
* | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 1 | -0/+10 |
| | |||||
* | fixes #4763 | Araq | 2017-07-17 | 1 | -0/+3 |
| | |||||
* | Add meta tag to ensure that media queries are activated on mobile devices. | Konstantin Molchanov | 2017-04-20 | 1 | -0/+2 |
| | |||||
* | docgen: make whitespace around 'class=' more consistent | Andreas Rumpf | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | Make fonts load from https rather than http | Zion | 2017-03-27 | 1 | -2/+2 |
| | |||||
* | nim.cfg: happy new year | Araq | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | revert nim.cfg to version before b26e6e3 (#5306) | Axel Pahl | 2017-01-31 | 1 | -8/+2 |
| | | | ... to enable building of koch on Linux again | ||||
* | fixes #5301 | Araq | 2017-01-30 | 1 | -2/+8 |
| | |||||
* | nim.cfg: update comments about the stack size to match reality (#5206) | mfxmfx | 2017-01-11 | 1 | -4/+4 |
| | |||||
* | use dwarf-3 debug information on Windows/GCC for compat with older GDBs | Araq | 2016-12-16 | 1 | -2/+5 |
| | |||||
* | Prevent concurrency issues on the PDB file by using /FS option | Fredrik Høisæther Rasch | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | options.linker made platform specific | Fredrik Høisæther Rasch | 2016-10-25 | 1 | -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 Rasch | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | vccwrapper with nim-like command line args | Fredrik Høisæther Rasch | 2016-10-25 | 1 | -6/+6 |
| | |||||
* | config: corrected vcc wrapper arguments to right syntax | Fredrik Høisæther Rasch | 2016-10-25 | 1 | -12/+15 |
| | |||||
* | Nim.cfg: Arch option dependent on target platform | Fredrik Høisæther Rasch | 2016-10-25 | 1 | -0/+6 |
| | |||||
* | VCC wrappers with vcvars args. | Fredrik Høisæther Rasch | 2016-10-25 | 1 | -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 improvement | Araq | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | Haiku supporting code in nim.cfg. We don't have -ldl. | Zoltán Mizsei | 2016-09-25 | 1 | -1/+9 |
| | |||||
* | RPATH locations for OpenBSD,NetBSD and FreeBSD. | cheatfate | 2016-09-21 | 1 | -0/+11 |
| | |||||
* | docgen: working search feature | Araq | 2016-09-09 | 1 | -0/+7 |
| | |||||
* | docgen: minor changes | Andreas Rumpf | 2016-09-09 | 1 | -2/+2 |
| | |||||
* | docgen: search feature | Andreas Rumpf | 2016-09-09 | 1 | -0/+9 |
| | |||||
* | generated theindex.html is valid html | Araq | 2016-09-09 | 1 | -3/+3 |
| | |||||
* | docgen: group by type feature | Andreas Rumpf | 2016-09-08 | 1 | -0/+21 |
| | |||||
* | docgen: different attachedType generation | Andreas Rumpf | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | documentation now has an 'edit' button | Andreas Rumpf | 2016-09-08 | 1 | -2/+4 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-07-10 | 1 | -9/+0 |
| | |||||
* | docgen: hide pragmas | Andreas Rumpf | 2016-07-08 | 1 | -2/+38 |
| |