aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Expand)Author
2017-10-13`autocomplete` Rework command, fixing a lot of corner cases in the processAlexander Karatarakis
2017-10-12Fix #1963 (permissive- issue)Alexander Karatarakis
2017-10-06Merge pull request #1896 from mariatav/dev/mariatav/autocompleteRobert Schumacher
2017-10-05Completely rework Visual Studio detectionAlexander Karatarakis
2017-10-05Overhaul VS selection. Add triplet option to specify VS instanceAlexander Karatarakis
2017-10-05Introduce Util::stable_keep_if()Alexander Karatarakis
2017-10-04[vcpkg] Refactor out implication in option parsing for exportRobert Schumacher
2017-10-04[vcpkg] Reformat and fix headers.Robert Schumacher
2017-10-04Merge branch 'export-ifw' of https://github.com/podsvirov/vcpkg into podsviro...Robert Schumacher
2017-10-03[vcpkg] Add more operator== to CStringView. Uppercase Span to follow naming c...Robert Schumacher
2017-10-02Suppress 4768 warning from shlobj.hAlexander Karatarakis
2017-10-02Create stub autocomplete functionMaria Tavlaki
2017-10-01Introduce Strings::case_insensitive_ascii_starts_with();Alexander Karatarakis
2017-09-27[Toolset selection] Use VS2017 vcvarsall for v140 if availableAlexander Karatarakis
2017-09-28[vcpkg-export-ifw] Usage QtIFW toolsKonstantin Podsvirov
2017-09-28[vcpkg-export-ifw] Separate IFW loopKonstantin Podsvirov
2017-09-28WIP: Export IFWKonstantin Podsvirov
2017-09-14Introduce Version::warn_if_vcpkg_version_mismatch()Alexander Karatarakis
2017-09-13Rework vcpkg install (and vcpkg ci)Alexander Karatarakis
2017-09-13Refactor package removal code to eliminate its duplicationAlexander Karatarakis
2017-09-07[vcpkg_Build.h] Naming scheme, unneeded #include, unneeded inlineAlexander Karatarakis
2017-09-01Remove unused #includeAlexander Karatarakis
2017-09-01Don't return by const copyAlexander Karatarakis
2017-09-01[Triplet] Naming convention and missing constAlexander Karatarakis
2017-09-01[vcpkg_Checks] Naming convention fixesAlexander Karatarakis
2017-09-01[vcpkg_Parse] Add missing constAlexander Karatarakis
2017-08-31CoffFileReader naming conventionAlexander Karatarakis
2017-08-31Naming conventionAlexander Karatarakis
2017-08-31Function naming conventionAlexander Karatarakis
2017-08-30Move function to Files::find_from_PATH()Alexander Karatarakis
2017-08-30Fix /permissive- issueAlexander Karatarakis
2017-08-29Remove Strings::is_empty(). Use std::string.empty()Alexander Karatarakis
2017-08-28Add System::println() with no argsAlexander Karatarakis
2017-08-28Change Strings::EMPTY to char *Alexander Karatarakis
2017-08-28Introduce Strings::is_empty()Alexander Karatarakis
2017-08-28Use Strings::EMPTYAlexander Karatarakis
2017-08-28Introduce Strings::EMPTYAlexander Karatarakis
2017-08-28[Strings::join()] Modify to work for any containerAlexander Karatarakis
2017-08-28Add missing constAlexander Karatarakis
2017-08-28Fix /permissive- issueAlexander Karatarakis
2017-08-26Merge pull request #1690 from Mixaill/vcpkg-toolsetsdetection-fixRobert Schumacher
2017-08-26[vcpkg] Use vcvars argument strings from detected toolset. Avoid c-string poi...Robert Schumacher
2017-08-25[vcpkg] Set codepage to 65001, duplicate of #1682, fixes #1660 #1631 #1644Robert Schumacher
2017-08-25[vcpkg] Trap Ctrl-C, enable thread safety for global data structuresRobert Schumacher
2017-08-24Run cleanup before exiting instead of calling atexitAlexander Karatarakis
2017-08-24Introduce GlobalState structAlexander Karatarakis
2017-08-24[Strings::format] Add overload for unisigned longAlexander Karatarakis
2017-08-24[vcpkg] testing for architectures supported by toolsetMikhail Paulyshka
2017-08-23[vcpkg] Add stringify for BuildResult::FILE_CONFLICTSRobert Schumacher
2017-08-23[vcpkg] Deduplicate code from feature packagesRobert Schumacher