summary refs log tree commit diff stats
path: root/compiler/scriptconfig.nim
Commit message (Expand)AuthorAgeFilesLines
* 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; bette...Araq2015-09-041-0/+13
* preparations for Nimble NimScript integrations; minor cleanupsAraq2015-08-181-1/+2
* implements experimental new config system based on NimScriptAraq2015-08-161-0/+119
7'>167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221