aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Collapse)Author
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
[vcpkg] testing for architectures supported by toolset
2017-08-26[vcpkg] Use vcvars argument strings from detected toolset. Avoid c-string ↵Robert Schumacher
pointer comparison.
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
2017-08-22[vcpkg] Improve formatting of search and list. Fix gl2ps version.Robert Schumacher
2017-08-22[vcpkg] Add Util::ResourceBase, use MoveOnlyBaseRobert Schumacher
2017-08-21[vcpkg] Improve error messages when a feature is requested that doesn't exist.Robert Schumacher
2017-08-21[vcpkg] Feature packages now include user requested packages even if they ↵Robert Schumacher
are already installed.
2017-08-21[vcpkg] Fix feature packages for non-default triplets. Reduce duplication ↵Robert Schumacher
between normal installs and feature installs.
2017-08-20[vcpkg] Refactor features implementation. Improve error handling.Robert Schumacher
2017-08-20[vcpkg] Remove incomplete default features implementationRobert Schumacher
2017-08-20[vcpkg] Refactor parsing together and flatten featurespec usagesRobert Schumacher
2017-08-19[vcpkg] Reorganize some parsing functions.Robert Schumacher
2017-08-18[vcpkg] Consolidate specifier parsingRobert Schumacher
2017-08-16partial end to end feature packages hdf5Daniel Shaw
added vcpkg feature package support to other commands remove comments change qualifier bracket to parens added features to qualified dependencies
2017-07-31[BinaryParagraph] Remove extra qualification (permissive-)Alexander Karatarakis
2017-07-26[vcpkg-export] Add NuGet id and NuGet version options to export command.Robert Schumacher
2017-07-26[vcpkg] Add support for single-option arguments.Robert Schumacher
2017-07-24end to end feature pkg draftDaniel Shaw
2017-07-19refactor feature packagesDaniel Shaw
2017-07-14feature packages graph traversalDaniel Shaw
2017-06-27refactor create_install_plan testsDaniel Shaw
2017-06-26adding tests for install plansDaniel Shaw
2017-06-21[triplet] Use pointer to instance-controlled strings and cache hashcodeAlexander Karatarakis
2017-06-20[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.Robert Schumacher
2017-06-19Merge branch 'feature_package_implementation'Robert Schumacher
2017-06-19[vcpkg] feature packages initial parsingDaniel Shaw