aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkglib.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-08-29Add missing constAlexander Karatarakis
2017-08-29Remove Strings::is_empty(). Use std::string.empty()Alexander Karatarakis
2017-08-28Use Strings::EMPTYAlexander Karatarakis
2017-08-25[vcpkg] Trap Ctrl-C, enable thread safety for global data structuresRobert Schumacher
2017-08-24Introduce GlobalState structAlexander Karatarakis
2017-08-22[vcpkg] Improve formatting of search and list. Fix gl2ps version.Robert 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-06-20[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.Robert Schumacher
2017-05-04Rename Strings:: function for utf8/utf16 conversionAlexander Karatarakis
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-14Merge from masterRobert Schumacher
2017-04-13Use Util::erase_remove_if()Alexander Karatarakis
2017-04-13Revert "Use Util::keep_if()"Robert Schumacher
This reverts commit 3739e8e0b998b14c0f320c21618057e50698c51d.
2017-04-12write_all_lines() -> write_lines()Alexander Karatarakis
2017-04-12get_files_recursive()/get_files_non_recursive()Alexander Karatarakis
2017-04-12Files::read_lines() -> Files::read_all_lines()Alexander Karatarakis
2017-04-12Merge from masterRobert Schumacher
2017-04-12[vcpkg] Remove+indirect nearly all uses of iostreamsRobert Schumacher
2017-04-12Use Util::keep_if()Alexander Karatarakis
2017-04-11[vcpkg] Alias out standard filesystem headers to ensure clean separation.Robert Schumacher
2017-04-08[vcpkg] Further work on filesystem abstraction layer.Robert Schumacher
2017-04-08[vcpkg] Initial addition of Filesystem abstraction to enable testing.Robert Schumacher
2017-04-04StatusParagraph_and_associated_files -> StatusParagraphAndAssociatedFilesAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04Want: change enum constants to ALL_UPPERAlexander Karatarakis
2017-04-04want_t -> WantAlexander Karatarakis
2017-04-04InstallState: change enum constants to ALL_UPPERAlexander Karatarakis
2017-04-04install_state_t -> InstallStateAlexander Karatarakis
2017-04-04Rename Metrics:: function to all_lowerAlexander Karatarakis
2017-04-04Introduce Metrics namespaceAlexander Karatarakis
2017-04-04cstring_view -> CStringViewAlexander Karatarakis
2017-04-01[vcpkg] ImmutableSortedVector is actually Mutable via move.Robert Schumacher
Use fmap instead of construct/insert. Don't cache VS2015 instances since it is called once. Add ParagraphDataMap alias.
2017-04-01[vcpkg] Collapse join() overloads into a single template.Robert Schumacher
2017-03-31Use cwstring_view in CMakeVariableRobert Schumacher
2017-03-31Rename expected::get_or_exit() to expected::value_or_exit()Robert Schumacher
2017-03-31Introduce get_installed_ports()Alexander Karatarakis
2017-03-28[expected] Now uses exit variants instead of throw variantsAlexander Karatarakis
2017-03-27Rework Paragraph parsing error handling. Add single paragraph functionsAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Global variable g_debugging now declared in vcpkglib.hAlexander Karatarakis
2017-03-10Introduce make_cmake_cmd() helper functionAlexander Karatarakis
2017-02-27Move some functions from vcpkglib.h to Paragraphs.hAlexander Karatarakis
2017-02-27Use std::move to avoid a copyAlexander Karatarakis
2017-02-27Introduce function: load_all_ports()Alexander Karatarakis
2017-02-27Enclose cpp file into namespaceAlexander Karatarakis
2017-02-15[!] Change the format of the listfileAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-25Rename vcpkg.h/cpp to vcpkglib.h/cppAlexander Karatarakis