summary refs log tree commit diff stats
path: root/tools/vccexe/vccexe.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #22025 vcc fails with The filename or extension is too long. when ↵Juan M Gómez2023-06-061-0/+5
| | | | | linking (#22026) [vcc]makes paths relative when possible fixes #22025
* Adds an extra optional argument to vcc: `vctoolset` Fixes #21335 (#21336)Juan M Gómez2023-02-091-4/+11
|
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-4/+4
| | | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com>
* Make vccexe parse response files (#13329)Fredrik Høisæther Rasch2020-02-111-23/+43
|
* 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