| 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-10-02 | Show warning instead of failing if port cannot be parsed | Alexander Karatarakis | |
| 2017-08-24 | Introduce GlobalState struct | Alexander Karatarakis | |
| 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-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-08 | [vcpkg] Improve diagnostics upon port load failure | Robert Schumacher | |
| 2017-06-06 | ExpectedT factory class | Daniel Shaw | |
| 2017-04-28 | [clang-format] Increase PenaltyReturnTypeOnItsOwnLine | Alexander Karatarakis | |
| 2017-04-27 | Run clang-format over the cpp files | Alexander Karatarakis | |
| 2017-04-12 | get_files_recursive()/get_files_non_recursive() | 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-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 | vcpkg_paths -> VcpkgPaths | Alexander Karatarakis | |
| 2017-04-04 | expected -> Expected | Alexander Karatarakis | |
| 2017-04-04 | version_t -> VersionT | Alexander Karatarakis | |
| 2017-04-04 | paragraph_parse_result -> ParagraphParseResult | 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 | Version_t | Alexander Karatarakis | |
| 2017-03-27 | Rework Paragraph parsing error handling. Add single paragraph functions | Alexander Karatarakis | |
| 2017-03-13 | All Checks now take LineInfo as the first argument | Alexander Karatarakis | |
| 2017-03-01 | load_all_ports() no longer aborts when a port fails | Alexander Karatarakis | |
| 2017-02-27 | Introduce extract_port_names_and_versions() | Alexander Karatarakis | |
| 2017-02-27 | Move some functions from vcpkglib.h to Paragraphs.h | Alexander Karatarakis | |
| 2017-02-22 | Use check_exit() instead of check_throw() | Alexander Karatarakis | |
| 2017-01-30 | Introduce precompiled headers | Alexander Karatarakis | |
| 2017-01-24 | Add error message when CONTROL file cannot be opened | Alexander Karatarakis | |
| 2017-01-05 | Use Nested Namespace Definition | Alexander Karatarakis | |
| 2016-12-16 | Files::get_contents() -> Files::read_contents() | Alexander Karatarakis | |
| 2016-11-07 | Refactor: create new Paragraphs.h/cpp | Alexander Karatarakis | |
