aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2024-02-01Add support for enable clause in tests package manifest valueKaren Arutyunov4-9/+14
2023-10-04Pass bpkg-pkg-verify diagnostics to user on package submission failureKaren Arutyunov1-1/+10
2023-06-24Add apache2 headers dir auto-detection and configurations for building with ↵Karen Arutyunov1-1/+5
system packages
2023-05-30Add support for package-description, package-description-type, and ↵Karen Arutyunov6-29/+64
changes-type package manifest values
2023-05-17Add support for upload handlers and implement brep-upload-bindist handlerKaren Arutyunov7-10/+206
2022-11-23Add support for package build configurationsKaren Arutyunov18-34/+110
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov1-1/+1
2022-07-07Use [cmdline] type for canned commands in testscriptsKaren Arutyunov4-12/+12
2022-04-04Fix submit-pub handler to deny submission of older package version revisionKaren Arutyunov1-9/+37
2022-04-04Fix submit-git handler to deny submission of older package version revisionKaren Arutyunov1-12/+43
2022-02-02Adapt to *-build values added to package manifestKaren Arutyunov1-1/+37
2022-01-17Adapt to package manifest requirement classes changeKaren Arutyunov3-30/+32
2021-12-09Prepare for supporting multiple ids in requirement alternativeKaren Arutyunov1-2/+16
2021-12-08Prepare for supporting multiple dependencies in dependency alternativeKaren Arutyunov1-19/+19
2021-11-24Remove redundant space before multi-line manifest value introducer in test ↵Karen Arutyunov12-123/+127
manifests
2021-11-23Adapt tests to multi-line manifest values serialization changeKaren Arutyunov1-2/+2
2021-10-29Enable footnotes for cmark-gfm parserKaren Arutyunov3-5/+8
Also bump version constraints to 0.29.0-a.3 for libcmark-gfm* dependencies.
2021-10-12Adapt to bpkg::version API changeKaren Arutyunov1-1/+1
2021-10-07Fix loader to add base repository manifest implicitly if ↵Karen Arutyunov1-2/+2
repositories.manifest contains no repository manifests
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-2/+2
2021-09-24Add support for requires, tests, examples, benchmarks, and host task ↵Karen Arutyunov3-3/+6
manifest values
2021-09-24Fortify tests against NDEBUGKaren Arutyunov2-0/+6
2021-08-24Add support for build-time mark (*) in tests, examples, and benchmarks ↵Karen Arutyunov3-3/+3
package manifest values
2021-03-27Fix submit handler testsKaren Arutyunov1-0/+40
2020-09-24Fix submission handler issues arising due to package archive name ambiguityKaren Arutyunov2-9/+58
Now we take into account the fact that the foo-bar-1.0.tar.gz archive may contain either foo-bar/1.0 or foo/bar-1.0 package.
2020-09-09Fix loader assertion failure for external repository without local cacheKaren Arutyunov3-13/+12
Now loader fetches external repositories into temporary local caches.
2020-09-03Initial support for private brep instance setupKaren Arutyunov2-3/+181
2020-06-26Adapt to merging of package external tests, examples, and benchmarks into ↵Karen Arutyunov1-1/+1
typed tests
2020-04-06Add support for test-exclude task manifest valueKaren Arutyunov4-6/+6
2020-03-27Implement brep-monitorKaren Arutyunov2-3/+3
2020-02-07Drop copyright notice from source codeKaren Arutyunov12-12/+0
2019-10-31Add support for tests, examples, and benchmark package manifest valuesKaren Arutyunov7-19/+48
2019-09-05Adapt to optional package revisionKaren Arutyunov3-18/+24
2019-08-26Move definitions of commonly used target types to root.buildKaren Arutyunov2-9/+3
2019-08-01Adapt to using butl::small_vector instead of std::vector for some manifest ↵Karen Arutyunov1-11/+15
values
2019-07-09Add support for marking internal repository as non-buildableKaren Arutyunov2-3/+45
2019-06-04Add support for topics and keywords package manifest valuesKaren Arutyunov6-36/+50
2019-05-29Adapt to making bpkg::url inheriting from butl::urlKaren Arutyunov4-23/+23
2019-05-29Add some page style improvementsKaren Arutyunov5-16/+18
2019-05-22Add support for package manifest upstream-version valueKaren Arutyunov3-2/+4
2019-05-15Add support for description-type package manifest valueKaren Arutyunov6-15/+20
2019-05-07Distribute missing files required for testsKaren Arutyunov1-1/+2
2019-03-23Cleanup some files replacing tabs with spacesKaren Arutyunov3-7/+7
2019-03-05Align with latest bdep-newKaren Arutyunov1-0/+1
2019-01-16Update copyright yearKaren Arutyunov12-12/+12
2018-12-11Add support for build configuration class inheritanceKaren Arutyunov6-15/+19
2018-12-03Fix to compile with g++ 4.9Karen Arutyunov1-1/+2
2018-12-02Match dash-separated components (build configuration names, etc.) as directoriesKaren Arutyunov3-2/+5
2018-11-30Match build configuration names, targets and machine names as pathsKaren Arutyunov3-6/+6
2018-11-29Add support for builds manifest valueKaren Arutyunov6-13/+17