summary refs log tree commit diff stats
path: root/tools/vccexe/vccexe.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-6/+6
|
* VCC discovery using vswhere (#6540) (#11559)Toshiyuki-Tega2019-06-261-2/+6
|
* Fix issue #10358 (#10383)Tomohiro2019-01-231-6/+19
| | | | | | * Fix bug: vccexe finds oldest VCC * echo path to vcvarsall.bat as hint when failed to execute cl.exe
* enum types can now be assigned values from enum with holes (#9958)Neelesh Chandola2018-12-131-5/+5
| | | | | | * Fixes https://github.com/nim-lang/Nim/issues/9952 * Remove workaround from vccexe
* Fix vccexe compilationNeelesh Chandola2018-12-131-9/+9
|
* VCCEXE: lower case const identifierFredrik Høisæther Rasch2017-04-041-2/+2
|
* Moved vccdiscover to vccexeFredrik Høisæther Rasch2017-04-041-10/+66
|
* Added documentation and explanatory comments to vccexeFredrik Høisæther Rasch2017-03-261-0/+14
|
* Exchanged debug compilation with verbose command-line argumentFredrik Høisæther Rasch2017-03-211-6/+9
|
* vccexe tool can use vccdiscover utilityFredrik Høisæther Rasch2017-03-211-2/+22
| | | | Used when vcvarsall path is not specified, or if only a vccversion is specified
* Fixed vccexe, now regards the command argumentFredrik Høisæther Rasch2017-03-211-1/+1
|
* Moved vccexe to a more logical place (vccexe)Fredrik Høisæther Rasch2017-03-211-0/+95