Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exchanged debug compilation with verbose command-line argument | Fredrik Høisæther Rasch | 2017-03-21 | 2 | -14/+15 |
| | |||||
* | vcvarsallpath explaination no longer needed with vccdiscover | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -29/+0 |
| | | | | This reverts commit 7c4911d | ||||
* | 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 | ||||
* | Added explanatory comments about vccexe and its path argument in nim.cfg | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -0/+33 |
| | |||||
* | Corrected erroneous vccexe tool path in koch | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -1/+1 |
| | |||||
* | Moved vccexe to a more logical place (vccexe) | Fredrik Høisæther Rasch | 2017-03-21 | 2 | -0/+0 |
| | |||||
* | Moved vccenv over to vcvarsall | Fredrik Høisæther Rasch | 2017-03-21 | 3 | -72/+116 |
| | | | | Updated vccexe with new command-line arguments | ||||
* | Added Visual Studio build artifacts to gitignore | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -0/+2 |
| | | | | | | The Microsoft Linker creates an incremental linker database (extension: ilk) Debugging symbols are stored in pdb files. | ||||
* | Removed arch option in compiler definition | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -1/+1 |
| | | | | Previous Artifiact, changed to better reflect the settings in the default nim.cfg | ||||
* | Added missing VCC C++ options to nim.cfg | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -0/+13 |
| | |||||
* | koch: vcc is also built with 'koch tools' | Araq | 2017-03-21 | 1 | -1/+5 |
| | |||||
* | Update testament to include all tests from tests/threads category. (#5576) | Eugene Kabanov | 2017-03-20 | 4 | -19/+8 |
| | |||||
* | mark symbols in getAst context as used | Andreas Rumpf | 2017-03-20 | 1 | -1/+5 |
| | |||||
* | add test case for getAst regression | Andreas Rumpf | 2017-03-20 | 1 | -0/+23 |
| | |||||
* | revert getAst handling to not use overloading resolution | Andreas Rumpf | 2017-03-20 | 2 | -2/+19 |
| | |||||
* | fixes a potential endless loop | Andreas Rumpf | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | nimsuggest: prefixes of abbreviations don't count | Andreas Rumpf | 2017-03-20 | 1 | -1/+5 |
| | |||||
* | fix getTypeImpl for tyEnum (#5568) | jcosborn | 2017-03-19 | 2 | -1/+7 |
| | | | | | * fixed getTypeImpl for tyEnum * fixed getType for enum and updated release notes about change | ||||
* | fix #5296 (#5565) | zah | 2017-03-19 | 2 | -0/+17 |
| | |||||
* | Fix #4972. (#5567) | Eugene Kabanov | 2017-03-19 | 1 | -5/+10 |
| | |||||
* | update news.rst about the breaking changes | Araq | 2017-03-18 | 1 | -1/+11 |
| | |||||
* | Fix #5550 (#5553) | Ryan Gonzalez | 2017-03-18 | 2 | -2/+2 |
| | |||||
* | resolved unittest conflict | Araq | 2017-03-18 | 1 | -72/+265 |
|\ | |||||
| * | Add support for custom test report formatters (#5556) | Ruslan Mustakov | 2017-03-18 | 1 | -75/+268 |
| | | | | | | | | | | Implement ConsoleOutputFormatter that is backward compatible with the previous implementation. Implement JUnitOutputFormatter which can be added externally. | ||||
* | | overloading resolution for getAst; breaking change | Araq | 2017-03-18 | 5 | -18/+44 |
|/ | |||||
* | fixes #5228 | Andreas Rumpf | 2017-03-18 | 3 | -5/+20 |
| | |||||
* | strutils.nim: make removeSuffix robust on empty strings | Andreas Rumpf | 2017-03-18 | 1 | -9/+2 |
| | |||||
* | fixes #4756 (#5557) | zah | 2017-03-17 | 2 | -2/+22 |
| | |||||
* | Fix osproc.peekExitCode() to handle exitcode properly. (#5555) | Eugene Kabanov | 2017-03-17 | 1 | -14/+12 |
| | |||||
* | koch: better valgrind support | Andreas Rumpf | 2017-03-17 | 2 | -5/+26 |
| | |||||
* | Fixes to support Dragonfly BSD. (#5552) | Eugene Kabanov | 2017-03-17 | 9 | -20/+39 |
| | | | | | | | | | * Fix kqueue.nim and ansi_c.nim to support dragonfly. * Fix ioselectors.nim, threads.nim to support dragonfly. * Fix deprecated dealloc call in tioselectors.nim. * Fix tfsmonitor.nim test to run only on Linux. * Fix osproc.nim return wrong exit codes. * Fix getAppFilename() for dragonfly. * Fix proper exit code handling. | ||||
* | Cleaned up nep1 and simplified the style choices offered by it. | Dominik Picheta | 2017-03-16 | 1 | -59/+36 |
| | |||||
* | Fix console logger issue; fixes #5546 (#5547) | Anatoly Galiulin | 2017-03-16 | 1 | -2/+5 |
| | |||||
* | Make DragonFlyBSD a first class BSD-like OS (#5548) | Eugene Kabanov | 2017-03-16 | 4 | -6/+15 |
| | |||||
* | Added clear() function for OrderedSet and HashSet. (#5545) | GrundleTrundle | 2017-03-16 | 2 | -0/+67 |
| | |||||
* | fixes #5360, fixes #5238 (#5539); fixes type alias inequality for types ↵ | andri lim | 2017-03-16 | 3 | -4/+135 |
| | | | | coming from templates/macros | ||||
* | Update nep1 to show type keyword on its own line | Dominik Picheta | 2017-03-15 | 1 | -12/+16 |
| | |||||
* | hotfix: allocator: don't set origSize to 0 | Araq | 2017-03-15 | 1 | -2/+2 |
| | |||||
* | decTypeSize on growObj (#5465) | Yuriy Glukhov | 2017-03-15 | 1 | -0/+1 |
| | |||||
* | Fixes #5062 (#5527); JS: holes in enums | Silvio | 2017-03-15 | 9 | -27/+95 |
| | |||||
* | fixes #5231 inheriting from partial specialized generic object (#5538) | andri lim | 2017-03-15 | 2 | -9/+59 |
| | |||||
* | adding support for using llvm ASAN (#5536) | Samantha Marshall | 2017-03-14 | 2 | -1/+31 |
| | |||||
* | fixes #5264 (#5520); inheriting from generic object | andri lim | 2017-03-14 | 6 | -2/+184 |
| | |||||
* | add bitops module for optimized bit manipulation. (#5201) | Parashurama | 2017-03-14 | 5 | -0/+722 |
| | |||||
* | asyncdispatch.nim recursion test. (#5534) | Eugene Kabanov | 2017-03-14 | 1 | -0/+21 |
| |