aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Collapse)Author
2017-02-01Introduce BuildPolicies (not used by the post_build checks yet)Alexander Karatarakis
2017-02-01Enhance the opt_bool typeAlexander Karatarakis
2017-01-31[opt_bool] Make members ALL_CAPSAlexander Karatarakis
2017-01-30[Dependencies] Specify constructors and fix bug with default ↵Alexander Karatarakis
remove_plan_action init
2017-01-30remove_plan now depends on the spec, instead of StatusParagraphAlexander Karatarakis
2017-01-30Introduce "optional" aliasAlexander Karatarakis
2017-01-30Fix remove_plan codeAlexander Karatarakis
2017-01-30Rename fieldAlexander Karatarakis
2017-01-30[Dependencies] User-requested vs autos-elected info is now in a separate enumAlexander Karatarakis
2017-01-30Add package_spec::display_name()Alexander Karatarakis
2017-01-30Renames and formattingAlexander Karatarakis
2017-01-30Enable recursive `remove` commandAlexander Karatarakis
2017-01-30Remove unneeded #include directiveAlexander Karatarakis
2017-01-30Introduce Strings::JoinerAlexander Karatarakis
2017-01-30[package_spec] Make toString() a member functionAlexander Karatarakis
2017-01-30Add <filesystem> and <chrono> to pch.hAlexander Karatarakis
2017-01-30Reorganize pch.hAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-30Create a remove plan. NOT used yetAlexander Karatarakis
2017-01-30[StatusParagraphs] Replace auto with actual typeAlexander Karatarakis
2017-01-30Move & rename remove_plan_type enumAlexander Karatarakis
2017-01-25Change check_throw() to check_exit()Alexander Karatarakis
2017-01-25Rename vcpkg.h/cpp to vcpkglib.h/cppAlexander Karatarakis
2017-01-23[VS2017] Enable building with v141 toolsetAlexander Karatarakis
2017-01-23[VS2017] Add function to get vcvarsall.batAlexander 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-12Reorganize commands, each in its own namespaceAlexander Karatarakis
Additionally, functions related to a command can now live in the same namespace
2017-01-12Introduce Command namespace. RefactoringAlexander Karatarakis
2017-01-12Place build & build_external commands into separate filesAlexander Karatarakis
2017-01-05Introduce ImmutableSortedVectorAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2017-01-05Pass by referenceAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2017-01-05Use nested namespace definitionAlexander 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-16Add Strings::trim_all_and_remove_whitespace_strings()Alexander Karatarakis
2016-12-15Add Files::read_all_lines() and Files::write_all_lines()Alexander Karatarakis
2016-12-15Add Strings::trim() functionAlexander Karatarakis
2016-12-12Change signature to std::string& (from char*)Alexander Karatarakis
2016-12-12[vcpkg_System] Add missing const keywordsAlexander Karatarakis
2016-12-12[vcpkg_Input] Use std::string instead of char*Alexander Karatarakis
2016-12-12[vcpkg_cmd_arguments] Use std::string instead of char*Alexander Karatarakis
2016-12-12Add System::println(std::string) overloadsAlexander Karatarakis
2016-12-12Add SQM User Id to metricsRobert Schumacher
2016-12-01Introduce function get_installed_files()Alexander Karatarakis