summary refs log tree commit diff stats
path: root/doc/advopt.txt
Commit message (Collapse)AuthorAgeFilesLines
* improve the compiler option "cppCompileToNamespace", a custom namespace can ↵Giovanni2018-09-151-1/+3
| | | | now be set
* document the new --nilseqs:on switchAraq2018-08-131-0/+2
|
* introduce --laxstrings switch for backwards compatibilityAraq2018-04-301-0/+2
|
* Fixes #802, #803 and #3775 - genscript issues (#7677)genotrance2018-04-251-1/+2
| | | | | | | | | | | | | | | | | | * Fixes #802, #803 and #3775 - genscript issues * Test case for genscript * Test script * Verify on Linux * Update categories.nim * Fix merge * Improve test framework * Windows fixes
* .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-2/+3
|
* allow setting template/macro recursive evaluation limits (#7652)jcosborn2018-04-191-1/+1
| | | | | | | * allow setting template/macro recursive evaluation limits * revert setting template/macro eval limits set them to 1000
* Nim namespace for cpp (#7453)AdrianV2018-04-151-0/+1
| | | | | - new option --usenamespace to generate nim cpp code in its own namespace Nim - minor changes for compatibility with the new Embarcadero = Borland C++-Builder (bcc)
* the new feature's name is hotCodeReloadingAndreas Rumpf2018-04-131-1/+2
|
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | * Support code hot reloading for JavaScript projects * Add some missing JavaScript symbols and APIs * fix the Travis build * (review changes) remove the js type from the standard library as it doesn't follow NEP-1 * more additions to the DOM module * Follow NEP-1 in jsffi; spell 'hot code reloading' correctly * introduce a jscore module * Document jscore module. * readded js type * Remove the '$' operator that doesn't behave
* cmd line help: clarify compileOnly vs noLinkingTimothee Cour2018-04-051-2/+2
|
* Renamed jsondoc2 to jsondoc, similar to doc2 (#7279)PMunch2018-03-081-1/+0
| | | | | | | | | | | | | | | | | * Update information about jsondoc/jsondoc2 Manual was missing information about jsondoc2 which made it seem like it didn't exist at all. This commit adds mention of the jsondoc2 command along with an example. * Renamed jsondoc2 similar to doc2 and updated docs doc2 was recently renamed to doc while doc was renamed to doc0. This commits renames jsondoc to jsondoc2 and jsondoc2 to jsondoc0 to behave tha same way. The documentation for doc/jsondoc was also lagging behind this change which has also been fixed. I interpreted this as a soft deprecation of doc and jsondoc and therefore removed them from the auto-complete lists.
* fixes #7089Andreas Rumpf2018-01-241-0/+1
|
* make the new --genDeps feature optional since it makes compilations slowerAndreas Rumpf2017-12-211-0/+1
|
* add dynlibOverrideAll switch (#6873)Charlie Barto2017-12-061-0/+1
|
* WIP: Add a advanced compiler command 'ctags' (#6654)Dmitry Atamanov2017-11-151-1/+2
|
* WIP: --gc:regions instead of --gc:stackAraq2017-08-131-1/+1
|
* fixes #6069Andreas Rumpf2017-07-081-1/+1
|
* kill the reportConceptFailures options as it will be replaced by the ↵Zahary Karadjov2017-03-241-3/+0
| | | | .explain. pragma
* documents --excessiveStackTrace switchAndreas Rumpf2016-11-221-0/+2
|
* first version of the new memory tracking featureAndreas Rumpf2016-11-211-0/+1
|
* document 'nim e' modeAraq2016-10-081-0/+1
|
* the Nim compiler supports the jsondoc2 commandAndreas Rumpf2016-07-131-0/+1
|
* Added --noCppExceptions switchRuslan Mustakov2016-02-181-0/+1
|
* added --reportConceptFailures switchAraq2015-10-221-0/+3
|
* List warnings & hints via --(hints|warnings):listAdam Strzelecki2015-07-031-2/+3
| | | | | Hints and warnings can be now listed using --warnings:list and --hints:list printing names and checkboxes indicating which of these are enabled.
* Change --useColors to --colors:on|off and add helpAdam Strzelecki2015-06-241-0/+1
| | | | | | | | Since we introduced automatic colors on terminals (via isatty) there is no way to turn it off, since (undocumented) --useColors just turns them on. This replaces --useColors with --colors:on|off, so anyone who prefers non-colored compiler messages may now turn it off now.
* the Go GC - initial implementationStefan Talpalaru2015-05-311-1/+1
|
* fixes #1819Araq2015-03-121-14/+1
|
* improved --debugger switch; updated release planAraq2015-02-271-3/+0
|
* Fix output of --advanceddef2015-02-161-1/+1
| | | | All the other documentation limits with :, only this one was with =
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-1/+0
|
* implemented 'experimental' switchAraq2014-12-051-0/+1
|
* some improvements for nimfixAraq2014-09-091-1/+0
|
* nimfix handles helloworldAraq2014-09-061-1/+0
|
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-1/+2
|
* Nimrod renamed to NimAraq2014-08-281-3/+3
|
* Documents pretty command.Grzegorz Adam Hankiewicz2014-07-261-0/+1
|
* corrected backends.txtAraq2014-06-301-4/+4
|
* Starts backends.txt with bits from nimrodc.txt.Grzegorz Adam Hankiewicz2014-06-211-3/+4
|
* reintroduce thread analysis but disable it for backwards compatibilityAraq2014-04-201-0/+1
|
* removed flawed thread analysis passAraq2014-04-201-1/+0
|
* Mentions jsondoc in compiler advanced help.Grzegorz Adam Hankiewicz2014-04-191-0/+1
|
* merged better html links #850Araq2014-04-081-0/+2
|
* support for --cs:partialAraq2013-09-241-0/+2
|
* Documents passC/passL pragmas. Refs #506.Grzegorz Adam Hankiewicz2013-07-051-2/+2
|
* Lists available idetools caas switches.Grzegorz Adam Hankiewicz2013-06-151-0/+4
|
* documented trackDirtyzah2013-06-081-0/+2
|
* Corrects default verbosity level from 0 to 1.Grzegorz Adam Hankiewicz2013-04-151-1/+1
|
* implemented --dynlibOverride option for static linking of 'dynlib'Araq2013-04-081-0/+5
|