aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Add support for build-auxiliary package manifest valueHEADmasterKaren Arutyunov2-0/+388
2024-02-02Add support for enable clause in tests package manifest valueKaren Arutyunov1-13/+50
2023-10-02Add support for *-build-*email package manifest values and their overridesKaren Arutyunov2-17/+142
2023-06-26Suppress -Wdangling-reference GCC 13 warningKaren Arutyunov1-0/+5
2023-06-26Suppress -Wunqualified-std-cast-call Clang 15 warningKaren Arutyunov1-0/+2
2023-05-31Advise user to use *-type package manifest value when extension for *-file is...Karen Arutyunov1-2/+15
2023-05-29Add package-description, package-description-type, and changes-type package m...Karen Arutyunov1-8/+335
2023-03-24Fix test MSVC compilation failureKaren Arutyunov1-1/+4
2023-03-23Add package_manifest::effective_type_sub_options()Karen Arutyunov2-2/+36
2023-02-20Add type and language package manifest valuesKaren Arutyunov1-0/+172
2023-02-01Add *-name, *-version, and *-to-downstream-version package manifest valuesKaren Arutyunov2-4/+101
2022-12-07Add support for *-build-config overrideKaren Arutyunov2-3/+42
2022-12-05Add support for package manifest build config group values overrideKaren Arutyunov2-3/+180
2022-11-23 Add *-build-config, *-builds, *-build-{include,exclude} package manifest valuesKaren Arutyunov1-0/+69
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov1-3/+3
2022-07-26Get rid of @@ TMP in test inputBoris Kolpackov1-10/+10
2022-07-13Add build-file package manifest valueKaren Arutyunov1-1/+151
2022-06-23Adapt manifest tests to change in value/comment split semanticsKaren Arutyunov1-7/+10
2022-06-23Add support for comments in dependency clauses blockKaren Arutyunov1-0/+184
2022-06-23Add support for additional *-build package manifest values and alternative bu...Karen Arutyunov1-0/+206
2022-06-14Allow empty prefer, require, and reflect buildfile clauses for dependenciesKaren Arutyunov1-9/+9
2022-02-14Add support for reflect clause in tests package manifest valueKaren Arutyunov1-0/+107
2022-02-02Add bootstrap-build and root-build package manifest valuesKaren Arutyunov1-0/+40
2022-01-18Add temporary support for requirements similar to '? cli'Karen Arutyunov1-0/+24
2022-01-14Add support for package dependency and requirement alternatives representatio...Karen Arutyunov5-13/+2750
2021-11-23Adapt tests to multi-line manifest values serialization changeKaren Arutyunov1-2/+2
2021-10-13Add support for version iteration in string representationKaren Arutyunov1-3/+17
2021-10-07Add repositories manifest headerKaren Arutyunov2-0/+153
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov5-12/+12
2021-09-24Add string-parsing constructors to dependency, requirement_alternatives, and ...Karen Arutyunov1-10/+10
2021-09-24Fortify tests against NDEBUGKaren Arutyunov5-4/+15
2021-08-19Add support for build-time mark (*) in tests, examples, and benchmarks packag...Karen Arutyunov1-0/+22
2021-04-20Disable bunch of bogus GCC warningsKaren Arutyunov1-0/+2
2020-11-23On Windows convert repo canonical name path part to lower caseKaren Arutyunov1-0/+12
2020-09-03Normalize host in repository URLKaren Arutyunov1-0/+5
2020-07-02Verify that package license has no scheme or 'other' schemeKaren Arutyunov1-0/+43
2020-04-10Override build constraints group values hierarchicallyKaren Arutyunov1-0/+23
2020-02-07Drop copyright notice from source codeKaren Arutyunov16-16/+0
2019-11-12Disable miscompiled by Clang 9.0.0 package version testsKaren Arutyunov1-0/+11
2019-10-28Add support for tests, examples, and benchmarks package manifest valuesKaren Arutyunov2-9/+107
2019-10-07Adapt tests for building with Clang on WindowsKaren Arutyunov1-3/+3
2019-09-05Make version revision optionalKaren Arutyunov2-591/+598
2019-06-04Add support for topics and keywords package manifest valuesKaren Arutyunov1-2/+100
2019-05-29Inherit url type from butl::urlKaren Arutyunov1-0/+49
2019-05-22Add support for package manifest upstream-version valueKaren Arutyunov1-88/+63
2019-05-08Add support for description-type package manifest valueKaren Arutyunov2-66/+394
2019-04-25Add package_manifest::override() overriding build* valuesKaren Arutyunov3-0/+225
2019-03-23Cleanup some files replacing tabs with spacesKaren Arutyunov1-14/+14
2019-02-15Add some package version test casesKaren Arutyunov1-0/+5
2019-01-30Add package_manifest constructor that translates package versionKaren Arutyunov2-34/+121