summary refs log tree commit diff stats
path: root/tools/vccexe
Commit message (Collapse)AuthorAgeFilesLines
* better docs: osproc (#10708)Miran2019-02-191-1/+1
| | | | | * better docs: osproc * fix a typo in the docs, deprecate "demon"
* Fix issue #10358 (#10383)Tomohiro2019-01-233-11/+22
| | | | | | * Fix bug: vccexe finds oldest VCC * echo path to vcvarsall.bat as hint when failed to execute cl.exe
* fix vccexe not using correct path for detecting vcvarsall (#10364)Neelesh Chandola2019-01-211-2/+2
|
* Fix unhandled exception that raised when nim was executed with --cc:vcc ↵Tomohiro2019-01-181-1/+1
| | | | option (#10356)
* 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-132-11/+11
|
* VCCEXE: lower case const identifierFredrik Høisæther Rasch2017-04-041-2/+2
|
* Moved vccdiscover to vccexeFredrik Høisæther Rasch2017-04-042-108/+66
|
* Added documentation and explanatory comments to vccexeFredrik Høisæther Rasch2017-03-264-36/+117
|
* Exchanged debug compilation with verbose command-line argumentFredrik Høisæther Rasch2017-03-212-14/+15
|
* vccdiscover: Added additional documentationFredrik Høisæther Rasch2017-03-211-0/+4
| | | | Added explaination that vccdiscover output is machine-parsable
* 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
* Created vccdiscover utility for vcc auto-discoveryFredrik Høisæther Rasch2017-03-211-0/+76
|
* vccenv module for vcc auto-discoveryFredrik Høisæther Rasch2017-03-211-0/+25
| | | | Only works for VCC Installations with Visual Studio 2015 and below
* Fixed vccexe, now regards the command argumentFredrik Høisæther Rasch2017-03-211-1/+1
|
* Reduced verbosity of vcvarsallFredrik Høisæther Rasch2017-03-211-2/+3
| | | | Only lines that are not part of the loaded developer environment are echoed
* Moved vccexe to a more logical place (vccexe)Fredrik Høisæther Rasch2017-03-212-0/+168