aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Expand)Author
2016-11-08Introduce BUILD_INFO file. Significant change in the way static/dynamic isAlexander Karatarakis
2016-11-07Remove unused #include directiveAlexander Karatarakis
2016-11-07Move search_file() to commands_own.cppAlexander Karatarakis
2016-11-07Move listfile_path() to vcpkg_paths.hAlexander Karatarakis
2016-11-07Remove unused #includeAlexander Karatarakis
2016-11-07Move shorten_description to vcpkglib_helpersAlexander Karatarakis
2016-11-07Introduce vcpkg_info.h/cppAlexander Karatarakis
2016-11-07[Dependencies] Remove unused parameterAlexander Karatarakis
2016-11-07[Dependencies] Function renameAlexander Karatarakis
2016-11-07[Dependencies] Make function staticAlexander Karatarakis
2016-11-07Move Dependency-related functions from vcpkg.h to vcpkg_Dependencies.hAlexander Karatarakis
2016-11-07Move functions that are only used by `import` out of vcpkg.h/cppAlexander Karatarakis
2016-11-07Refactor: create new Paragraphs.h/cppAlexander Karatarakis
2016-11-06Add new command: portsdiffAlexander Karatarakis
2016-11-06[Maps] Add overload for map (existing: unordered_map)Alexander Karatarakis
2016-11-05Enable qualified dependencies. Fix bug in internal 'build' command.Robert Schumacher
2016-11-03[SourceParagraph] Make function staticAlexander Karatarakis
2016-11-03[BinaryParagraph] Refactor implementationAlexander Karatarakis
2016-11-03SourceParagraph checks fields at construction timeAlexander Karatarakis
2016-11-03[SourceParagraph] Consistency renameAlexander Karatarakis
2016-11-02Add checks for fields in CONTROL file. Resolves #228Alexander Karatarakis
2016-11-02[Strings] Add join()Alexander Karatarakis
2016-11-02[Maps] Add function extract_keys()Alexander Karatarakis
2016-10-20src FormattingAlexander Karatarakis
2016-10-20Add hash file support.sdcb
2016-10-14Add coff_file_reader to extract info/from dll/lib files without dumpbinAlexander Karatarakis
2016-10-14Add MachineType enumAlexander Karatarakis
2016-10-14Fix overload of Checks::exit_with_messageAlexander Karatarakis
2016-10-10[Stopwatch] start()/stop() return const &Alexander Karatarakis
2016-10-10Rename System::Stopwatch to System::Stopwatch2Alexander Karatarakis
2016-10-10Add Stopwatch classAlexander Karatarakis
2016-10-10Add to_printf_arg(double) overloadAlexander Karatarakis
2016-10-05Add triplet::build_type()Alexander Karatarakis
2016-10-04Rename function case_insensitive_find() to case_insensitive_ascii_find()Alexander Karatarakis
2016-10-04BinaryParagraph now contains a package_spec instead of name+tripletAlexander Karatarakis
2016-10-04All-CAPS for enum membersAlexander Karatarakis
2016-10-04[package_spec]User input gets lowercased; other input is checkedAlexander Karatarakis
2016-10-04Add another result when parsing package spec: has_invalid_charactersAlexander Karatarakis
2016-10-04Add Strings::ascii_to_lowercase()Alexander Karatarakis
2016-10-03[package_spec] Force using the factories that do sanity checksAlexander Karatarakis
2016-10-03[triplet] Force using the factory that does sanity checksAlexander Karatarakis
2016-09-30create & edit commands now only handle package namesAlexander Karatarakis
2016-09-30Rename check_all_triplets() to check_triplets()Alexander Karatarakis
2016-09-30Introduce Input::check_all_triplets()Alexander Karatarakis
2016-09-30Introduce Input::check_triplet()Alexander Karatarakis
2016-09-30Place check_and_get_package_spec in a separate fileAlexander Karatarakis
2016-09-30Remove parse_all_arguments_as_package_specs()Alexander Karatarakis
2016-09-30[vcpkg_paths] Use fs alias in all places within the headerAlexander Karatarakis
2016-09-30Add function check_and_get_package_spec() and variant for multiple specsAlexander Karatarakis
2016-09-30Rename check_max_args to check_max_arg_count and introduce min/exact variantsAlexander Karatarakis