| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-23 | Bump nuget.exe version | Alexander Karatarakis | |
| 2017-01-23 | Extract method | Alexander Karatarakis | |
| 2017-01-23 | Improve format of output error messages | Alexander Karatarakis | |
| 2017-01-23 | Improve comment | Alexander Karatarakis | |
| 2017-01-23 | [Environemnt] Don't depend on present working dir | Alexander Karatarakis | |
| 2017-01-23 | Bump version of required CMake to 3.7.2 | Alexander Karatarakis | |
| 2017-01-23 | Improve Strings::split() | Alexander Karatarakis | |
| 2017-01-23 | Strings::split() now handles trailing delimiters | Alexander Karatarakis | |
| 2017-01-23 | Add comment about trailing backslash in VS140COMNTOOLS | Alexander Karatarakis | |
| 2017-01-23 | Remove check for empty MSVC dir. | Alexander Karatarakis | |
| 2017-01-23 | [VS2017] Use Environment::get_vcvarsall_bat() | Alexander Karatarakis | |
| 2017-01-23 | [VS2017] Add function to get vcvarsall.bat | Alexander Karatarakis | |
| 2017-01-23 | Formatting | Alexander Karatarakis | |
| 2017-01-23 | Build path throuh fs::path APIs instead of Strings::format() | Alexander Karatarakis | |
| 2017-01-23 | [VS2017] Don't depend on a specific MSVC dir name | Alexander Karatarakis | |
| 2017-01-23 | [VS2017] Extract function that detects the VS2015 instance, when no VS2017 ↵ | Alexander Karatarakis | |
| is found | |||
| 2017-01-23 | [VS2017] Use Environment::get_dumpbin_exe() | Alexander Karatarakis | |
| 2017-01-23 | [VS2017] Add function do get dumpbin.exe | Alexander Karatarakis | |
| 2017-01-23 | Add Strings::split() function | Alexander Karatarakis | |
| 2017-01-23 | [vcpkg_paths] Add "scripts" entry | Alexander Karatarakis | |
| 2017-01-13 | [edit command] Now checks that port exists before opening | Alexander Karatarakis | |
| 2017-01-12 | Reorganize commands, each in its own namespace | Alexander Karatarakis | |
| Additionally, functions related to a command can now live in the same namespace | |||
| 2017-01-12 | Place contact and version commands in different cpp files | Alexander Karatarakis | |
| 2017-01-12 | Introduce Command namespace. Refactoring | Alexander Karatarakis | |
| 2017-01-12 | Rename commands_integration.cpp to commands_integrate.cpp | Alexander Karatarakis | |
| Filename should match the command name | |||
| 2017-01-12 | Rename commands_installation to commands_install | Alexander Karatarakis | |
| Names should match the command | |||
| 2017-01-12 | Place build & build_external commands into separate files | Alexander Karatarakis | |
| 2017-01-05 | Refactor pre-install check | Alexander Karatarakis | |
| 2017-01-05 | Introduce ImmutableSortedVector | Alexander Karatarakis | |
| 2017-01-05 | Use Nested Namespace Definition | Alexander Karatarakis | |
| 2017-01-05 | Use Nested Namespace Definition | Alexander Karatarakis | |
| 2017-01-05 | Pass by reference | Alexander Karatarakis | |
| 2017-01-05 | Use Nested Namespace Definition | Alexander Karatarakis | |
| 2017-01-05 | Use nullptr | Alexander Karatarakis | |
| 2017-01-05 | Use nested namespace definition | Alexander Karatarakis | |
| 2016-12-24 | Fix signed/unsigned mismatch warning | nekko1119 | |
| 2016-12-20 | Improve trim implementation | Alexander Karatarakis | |
| 2016-12-20 | Improve error message | Alexander Karatarakis | |
| 2016-12-19 | Avoid unnecessary copy | Alexander Karatarakis | |
| 2016-12-16 | Don't return by const value | Alexander Karatarakis | |
| 2016-12-16 | Pass by const ref | Alexander Karatarakis | |
| 2016-12-16 | Files::get_contents() -> Files::read_contents() | Alexander Karatarakis | |
| 2016-12-16 | Pass by ref | Alexander Karatarakis | |
| 2016-12-16 | Use check_exit() instead of check_throw() | Alexander Karatarakis | |
| 2016-12-16 | Do the trim and empty string erase in separate passes | Alexander Karatarakis | |
| 2016-12-16 | Replace reading lines and ignoring empty lines with the new functions | Alexander Karatarakis | |
| Namely: Files::read_all_lines(); Strings::trim_all_and_remove_whitespace_strings() | |||
| 2016-12-16 | Add Strings::trim_all_and_remove_whitespace_strings() | Alexander Karatarakis | |
| 2016-12-16 | [install_command] now overwrites files if they are already present | Alexander Karatarakis | |
| The listfile checks ensures that no other package claims ownership of the particular file | |||
| 2016-12-15 | Improve code that filters out the directories from a vector of paths | Alexander Karatarakis | |
| 2016-12-15 | Use Files::write_all_lines() | Alexander Karatarakis | |
