aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/triplet.cpp
AgeCommit message (Collapse)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
All filenames and directories are lowercase. Use dots for namespace separation.
2017-09-01[Triplet] Naming convention and missing constAlexander Karatarakis
2017-06-21[triplet] Use pointer to instance-controlled strings and cache hashcodeAlexander Karatarakis
2017-05-04Rework vcpkg's triplet environment readingAlexander Karatarakis
The triplet is "run" and vcpkg observes the environment. Previously, the environment was deduced by the triplet's name
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-07Remove triplet operator<< overloadAlexander Karatarakis
2017-04-07Triplet.to_string()Alexander Karatarakis
2017-04-04triplet -> TripletAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-02-15Use Strings::ascii_to_lowercase()Alexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2016-11-08Introduce BUILD_INFO file. Significant change in the way static/dynamic isAlexander Karatarakis
handled
2016-10-05Add triplet::build_type()Alexander Karatarakis
2016-10-03[triplet] Force using the factory that does sanity checksAlexander Karatarakis
2016-09-29Valiting triplets is now the responsibility of vcpkg_pathsAlexander Karatarakis
2016-09-29[triplet] Part before dash is arch. Part after dash is systemAlexander Karatarakis
2016-09-27Make member function constAlexander Karatarakis
2016-09-23Improved error reporting when user provides invalid tripletsAlbert Ziegenhagel
2016-09-18Initial commitAlexander Karatarakis