aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Expand)Author
2017-01-24Properly convert wchar to char before printingAlexander Karatarakis
2017-01-24Add error message when CONTROL file cannot be openedAlexander Karatarakis
2017-01-24Suppress VS2017's vcvarsall.bat outputAlexander Karatarakis
2017-01-24Download nuget.exe in a version-including subfolder in Downloads\Alexander Karatarakis
2017-01-23[VS2017] Enable building with v141 toolsetAlexander Karatarakis
2017-01-23Bump nuget.exe versionAlexander Karatarakis
2017-01-23Extract methodAlexander Karatarakis
2017-01-23Improve format of output error messagesAlexander Karatarakis
2017-01-23Improve commentAlexander Karatarakis
2017-01-23[Environemnt] Don't depend on present working dirAlexander Karatarakis
2017-01-23Bump version of required CMake to 3.7.2Alexander Karatarakis
2017-01-23Improve Strings::split()Alexander Karatarakis
2017-01-23Strings::split() now handles trailing delimitersAlexander Karatarakis
2017-01-23Add comment about trailing backslash in VS140COMNTOOLSAlexander Karatarakis
2017-01-23Remove 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.batAlexander Karatarakis
2017-01-23FormattingAlexander Karatarakis
2017-01-23Build path throuh fs::path APIs instead of Strings::format()Alexander Karatarakis
2017-01-23[VS2017] Don't depend on a specific MSVC dir nameAlexander Karatarakis
2017-01-23[VS2017] Extract function that detects the VS2015 instance, when no VS2017 is...Alexander Karatarakis
2017-01-23[VS2017] Use Environment::get_dumpbin_exe()Alexander Karatarakis
2017-01-23[VS2017] Add function do get dumpbin.exeAlexander Karatarakis
2017-01-23Add Strings::split() functionAlexander Karatarakis
2017-01-23[vcpkg_paths] Add "scripts" entryAlexander Karatarakis
2017-01-13[edit command] Now checks that port exists before openingAlexander Karatarakis
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
2017-01-12Place contact and version commands in different cpp filesAlexander Karatarakis
2017-01-12Introduce Command namespace. RefactoringAlexander Karatarakis
2017-01-12Rename commands_integration.cpp to commands_integrate.cppAlexander Karatarakis
2017-01-12Rename commands_installation to commands_installAlexander Karatarakis
2017-01-12Place build & build_external commands into separate filesAlexander Karatarakis
2017-01-05Refactor pre-install checkAlexander Karatarakis
2017-01-05Introduce ImmutableSortedVectorAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2017-01-05Pass by referenceAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2017-01-05Use nullptrAlexander Karatarakis
2017-01-05Use nested namespace definitionAlexander Karatarakis
2016-12-24Fix signed/unsigned mismatch warningnekko1119
2016-12-20Improve trim implementationAlexander Karatarakis
2016-12-20Improve error messageAlexander Karatarakis
2016-12-19Avoid unnecessary copyAlexander Karatarakis
2016-12-16Don't return by const valueAlexander Karatarakis
2016-12-16Pass by const refAlexander Karatarakis
2016-12-16Files::get_contents() -> Files::read_contents()Alexander Karatarakis
2016-12-16Pass by refAlexander Karatarakis
2016-12-16Use check_exit() instead of check_throw()Alexander Karatarakis
2016-12-16Do the trim and empty string erase in separate passesAlexander Karatarakis