summary refs log tree commit diff stats
path: root/compiler/scriptconfig.nim
Commit message (Collapse)AuthorAgeFilesLines
* compiler compiles again; simple programs do workAndreas Rumpf2018-05-131-32/+32
|
* big refactoring: parser compiles againAndreas Rumpf2018-05-101-2/+2
|
* compiler refactoring, pass config around explicitlyAndreas Rumpf2018-05-051-1/+1
|
* .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-3/+3
|
* Sub second time resolution (#6978)Oscar Nihlgård2018-04-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add deprecation warnings to recently deprecated procs * Fix bad usage of the times module * Introduce sub second resolution * Fix usage of C's time() * Switch to nanosecond resolution * Make Time & Duration opaque again and fix some errors * Change back to TimeInterval for shorthands * Fix JS test * Fix build error for windows * Undeprecate epochTime * Documentation and minor changes * Lots of bugfixes and doc comments * Attempt to make travis & appveyor green * Fix edge cases for dealing with the local timezone * Workaround JS backend overflow/underflow bug * Use better workaround for not knowing the size of time_t * Use all available timezones for tests * Fix indentation * Add procs for accessing the fractional part of a duration * Order time units from smallest to largest since it makes more sense * Include months and years in `TimeUnit` * Review fix
* Add a few useful os calls to nimscript (#7442)genotrance2018-04-101-0/+6
|
* Fixes 7283 (#7284)cooldome2018-03-051-0/+2
|
* cleanup times.nimAraq2017-12-211-1/+2
|
* Show nimscript configuration files during compilation (#6750)Lynn C. Rees2017-11-281-0/+1
|
* getEnv now supports a 'default' parameter; refs #6019Andreas Rumpf2017-10-301-1/+1
|
* removed compiler internal list implementation (#5371)Arne Döring2017-02-221-2/+2
|
* Don't prepend project path to absolute filenames passed to setCommand (#5341)nigredo-tori2017-02-061-2/+5
|
* refactoring: explict config state instead of globalsAndreas Rumpf2017-02-011-4/+8
|
* some progress on #5228Araq2017-01-201-3/+3
|
* make tests green againAraq2016-11-061-1/+1
|
* new dependency tracking for nimsuggestAraq2016-11-051-6/+8
|
* refactoring complete: explicit ident cacheAraq2016-10-311-7/+7
|
* fixes #4764, fixes #4731, fixes #4724Araq2016-09-141-0/+1
|
* nimsuggest improvementsAndreas Rumpf2016-08-291-1/+1
|
* added selfExe and selfExec for NimScript supportAndreas Rumpf2016-08-051-0/+2
|
* patchFile: support properlyAndreas Rumpf2016-07-141-3/+5
|
* nimscript.patchFile supports $lib and stuffAraq2016-07-141-1/+1
|
* make tests green againAndreas Rumpf2016-07-101-1/+0
|
* make hint/warning work properly after Nimscript executionAndreas Rumpf2016-07-091-0/+1
|
* Nimscript: added support for 'patchFile'Andreas Rumpf2016-07-091-1/+7
|
* Nimscript supports hint() and warning() procs; refs #3688Andreas Rumpf2016-07-081-2/+7
|
* Nimscript knows about the command line definesAndreas Rumpf2016-05-241-2/+2
|
* NimScript: --define works as expectedAraq2015-09-301-1/+4
|
* NimScript: setCommand takes an optional project filenameAraq2015-09-291-0/+7
|
* Nimscript: documented; 'exec' now produces output immediatelyAraq2015-09-071-1/+4
|
* split os into os and ospaths parts; ospaths is available for NimScript; ↵Araq2015-09-041-0/+13
| | | | better NimScript support
* preparations for Nimble NimScript integrations; minor cleanupsAraq2015-08-181-1/+2
|
* implements experimental new config system based on NimScriptAraq2015-08-161-0/+119