| Age | Commit 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-20 | [vcpkg] Refactor parsing together and flatten featurespec usages | Robert Schumacher | |
| 2017-08-18 | [vcpkg] Consolidate specifier parsing | Robert Schumacher | |
| 2017-08-16 | partial end to end feature packages hdf5 | Daniel Shaw | |
| added vcpkg feature package support to other commands remove comments change qualifier bracket to parens added features to qualified dependencies | |||
| 2017-08-15 | [vcpkg-tests] Reformat | Robert Schumacher | |
| 2017-08-01 | change qualifier bracket to parens | Daniel Shaw | |
| 2017-07-24 | end to end feature pkg draft | Daniel Shaw | |
| 2017-06-20 | [vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework. | Robert Schumacher | |
| 2017-06-19 | [vcpkg] feature packages initial parsing | Daniel Shaw | |
| 2017-06-06 | [vcpkg] Added parser support for 'Supports' field | Robert Schumacher | |
| 2017-06-06 | ExpectedT factory class | Daniel Shaw | |
| 2017-05-04 | Rename Strings:: function for utf8/utf16 conversion | Alexander Karatarakis | |
| 2017-04-29 | [vcpkg] Fix regression in tests. Test classes must not be structs. | Robert Schumacher | |
| 2017-04-28 | [clang-format] Cpp11BracedListStyle: true | Alexander Karatarakis | |
| 2017-04-27 | Run clang-foramt over tests and remaining cpp files | Alexander Karatarakis | |
| 2017-04-12 | [vcpkg] Remove+indirect nearly all uses of iostreams | Robert Schumacher | |
| 2017-04-10 | PackageSpec.target_triplet() -> ".triplet() | Alexander Karatarakis | |
| 2017-04-05 | Fix a infinite skip_comment check in Paragraphs.cpp | sdcb | |
| This happens when git not checkout file's line break as CR-LF. When CONTROL file contains comment followed by \n instead of \r\n, there will be a infinite skip_comment check. | |||
| 2017-04-04 | expected -> Expected | Alexander Karatarakis | |
| 2017-04-04 | triplet -> Triplet | Alexander Karatarakis | |
| 2017-04-04 | package_spec_parse_result -> PackageSpecParseResult | Alexander Karatarakis | |
| 2017-04-04 | package_spec -> PackageSpec | Alexander Karatarakis | |
| 2017-04-03 | adds line comments for CONTROL | Tobias Kohlbau | |
| Adds line comments denoted by # within CONTROL files. For the moment a comment must be start with # and is valid until the end of the line. It's not possible to add a comment at the end of usable lines. Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de> | |||
| 2017-03-31 | Rename expected::get_or_exit() to expected::value_or_exit() | Robert Schumacher | |
| 2017-03-28 | [expected] Now uses exit variants instead of throw variants | Alexander Karatarakis | |
| 2017-03-27 | Rework Paragraph parsing error handling. Add single paragraph functions | Alexander Karatarakis | |
| 2017-01-05 | Use Nested Namespace Definition | Alexander Karatarakis | |
| 2016-11-07 | [tests_paragraph] Don't #include "vcpkg.h" | Alexander Karatarakis | |
| 2016-11-07 | Refactor: create new Paragraphs.h/cpp | Alexander Karatarakis | |
| 2016-11-05 | Enable qualified dependencies. Fix bug in internal 'build' command. | Robert Schumacher | |
| Added capability for CONTROL files to specify qualified dependencies, which are substring searched inside triplet names. Fixed bug in internal 'build' command where if a package is already built, that built package's dependencies will be used to determine requirements for the build instead of the port directory's CONTROL file. | |||
