summary refs log tree commit diff stats
path: root/doc/nimc.rst
Commit message (Expand)AuthorAgeFilesLines
* remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683)Timothee Cour2020-11-261-1/+1
* Massive documentation fixes + copy editing (#15747)Yanis Zafirópulos2020-10-291-42/+41
* more "eg" fixesnarimiran2020-10-201-1/+1
* Fix #2408 - add -d:globalSymbols (#14904)genotrance2020-07-211-0/+3
* Fix some typos (#14843)Danil Yarantsev2020-06-281-1/+1
* added a new feature: --cc:env so that you can use any C compiler as long as i...Andreas Rumpf2020-05-061-0/+4
* CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...Timothee Cour2020-04-231-3/+2
* fix typo (#13660) [ci skip]Kartik Saranathan2020-03-161-1/+1
* only enable linenoise for -d:nimUseLinenoise (#13478)Timothee Cour2020-02-241-1/+1
* Updated 'nim for embedded systems' section to use --os:any and --gc:arc (#13237)Ico Doornekamp2020-01-231-15/+33
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-4/+4
* Fix word wrappingJjp1372019-10-221-4/+6
* Fix many broken linksJjp1372019-10-221-4/+4
* Refactor injectdestructors (#12295)Clyybber2019-10-011-9/+0
* documentation updatesAndreas Rumpf2019-09-211-27/+30
* Update Android and iOS cross compile docs. (#12215)treeform2019-09-191-10/+51
* Add --os:ios switch and docs. (#12204)treeform2019-09-181-0/+7
* Add -d:androidNDK to fix echo on Android NDK builds. (#12203)treeform2019-09-171-0/+14
* document 'nim' defines prefixAraq2019-07-121-0/+3
* Spelling fixes in nimc.rst (#11569)Simon Krauter2019-06-231-3/+3
* HCR: better documentationAraq2019-06-181-88/+0
* update the nimc.rst document about the release/danger split [bugfix]Andreas Rumpf2019-06-081-4/+8
* remove shadow warning, fixes #10732 (#11039)Miran2019-04-171-2/+0
* we do not support -d:useWinAnsi switch anymoreAraq2019-04-121-4/+2
* explicit default values for a leaner codegen, .cursor variables for optimizationAndreas Rumpf2019-03-071-0/+8
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-25/+73
* Increase verbosity of logGC (#10449)Matt Haggard2019-01-261-0/+1
* fix #10305 nim cpp is now nan-correct at CT (#10310)Timothee Cour2019-01-151-0/+3
* Fix Typo in Compiler Guide (#10189)Tristano Ajmone2019-01-041-1/+1
* Make Windows cross-compilation simpler (#9485)genotrance2018-10-241-0/+15
* fixes #9244Andreas Rumpf2018-10-161-1/+1
* docs: remove most stale links; refs #9109Araq2018-09-291-20/+2
* Nim Compiler User Guide: Fix how user config file is searcheddemotomohiro2018-09-291-1/+1
* document the fact that --define symbols are completely case insensitive; clos...Araq2018-09-031-0/+3
* document Nim's signal handling briefly; closes #8224Araq2018-09-031-34/+45
* fixes #8653Andreas Rumpf2018-08-161-1/+1
* Merge branch 'devel' into araq-miscAndreas Rumpf2018-08-161-0/+40
|\
| * Fixes #7586: Adds documentation for hintsDrSlump2018-08-131-0/+40
* | fixes #8599Andreas Rumpf2018-08-101-1/+1
|/
* Uses XDG_CACHE_HOME if available (#8585)alaviss2018-08-091-1/+2
* 'nimcache' defaults to ~/.cache on Posix; cleaned up documentationAndreas Rumpf2018-08-081-23/+12
* Remove env vars from docsJoey Yakimowich-Payne2018-07-151-8/+4
* Nintendo switch support (#8069)Joey2018-06-271-0/+46
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-2/+2
* the new feature's name is hotCodeReloadingAndreas Rumpf2018-04-131-3/+3
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-131-3/+43
* doc: fix path to $HOME/.config/nim.cfg to work on POSIX (not just unix but al...Timothee Cour2018-03-271-1/+1
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-0/+9
* Merge pull request #6064 from superfunc/develDominik Picheta2017-07-231-1/+1
|\
| * Make option usage more consistent in docsuperfunc2017-07-061-1/+1