Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better docs: osproc (#10708) | Miran | 2019-02-19 | 1 | -1/+1 |
| | | | | | * better docs: osproc * fix a typo in the docs, deprecate "demon" | ||||
* | Fix issue #10358 (#10383) | Tomohiro | 2019-01-23 | 3 | -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 Chandola | 2019-01-21 | 1 | -2/+2 |
| | |||||
* | Fix unhandled exception that raised when nim was executed with --cc:vcc ↵ | Tomohiro | 2019-01-18 | 1 | -1/+1 |
| | | | | option (#10356) | ||||
* | enum types can now be assigned values from enum with holes (#9958) | Neelesh Chandola | 2018-12-13 | 1 | -5/+5 |
| | | | | | | * Fixes https://github.com/nim-lang/Nim/issues/9952 * Remove workaround from vccexe | ||||
* | Fix vccexe compilation | Neelesh Chandola | 2018-12-13 | 2 | -11/+11 |
| | |||||
* | VCCEXE: lower case const identifier | Fredrik Høisæther Rasch | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | Moved vccdiscover to vccexe | Fredrik Høisæther Rasch | 2017-04-04 | 2 | -108/+66 |
| | |||||
* | Added documentation and explanatory comments to vccexe | Fredrik Høisæther Rasch | 2017-03-26 | 4 | -36/+117 |
| | |||||
* | Exchanged debug compilation with verbose command-line argument | Fredrik Høisæther Rasch | 2017-03-21 | 2 | -14/+15 |
| | |||||
* | vccdiscover: Added additional documentation | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -0/+4 |
| | | | | Added explaination that vccdiscover output is machine-parsable | ||||
* | vccexe tool can use vccdiscover utility | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -2/+22 |
| | | | | Used when vcvarsall path is not specified, or if only a vccversion is specified | ||||
* | Created vccdiscover utility for vcc auto-discovery | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -0/+76 |
| | |||||
* | vccenv module for vcc auto-discovery | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -0/+25 |
| | | | | Only works for VCC Installations with Visual Studio 2015 and below | ||||
* | Fixed vccexe, now regards the command argument | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -1/+1 |
| | |||||
* | Reduced verbosity of vcvarsall | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -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 Rasch | 2017-03-21 | 2 | -0/+168 |