summaryrefslogtreecommitdiff
path: root/status
Commit message (Collapse)AuthorAgeFilesLines
* Update explicit-failures-markup.xmlAutomated Commit2018-02-251-13/+11
| | | | [skip ci]
* Update explicit-failures-markup.xmlAutomated Commit2018-02-251-4/+15
| | | | [skip ci]
* Update explicit-failures-markup.xmlAutomated Commit2018-02-201-0/+13
| | | | [skip ci]
* Update explicit-failures-markup.xmlAutomated Commit2018-02-081-3/+3
| | | | [skip ci]
* Update explicit-failures-markup.xmlAutomated Commit2018-02-061-16/+14
| | | | [skip ci]
* Update explicit-failures-markup.xmlAutomated Commit2018-01-201-17/+5
| | | | [skip ci]
* Update explicit-failures-markup.xmlAutomated Commit2018-01-131-16/+265
| | | | [skip ci]
* Add quickbook to status/JamfilePeter Dimov2018-01-031-1/+1
|
* Update explicit-failures-markup.xmlAutomated Commit2018-01-011-0/+87
|
* Add tools/check_build to status/JamfilePeter Dimov2017-12-221-1/+1
|
* Remove quickbook from status as it breaks --dump-testsPeter Dimov2017-12-211-2/+2
|
* Add quickbook to status/Jamfile (#174)Peter Dimov2017-12-211-8/+9
|
* Remove Wave special case from status/Jamfile (#173)Peter Dimov2017-12-211-3/+0
| | | Add an optional extended description…
* Update explicit-failures-markup.xmlAutomated Commit2017-11-061-49/+40
|
* Update explicit-failures-markup.xmlAutomated Commit2017-10-311-30/+15
|
* Update explicit-failures-markup.xmlAutomated Commit2017-10-271-1/+1
|
* Update explicit-failures-markup.xmlAutomated Commit2017-10-261-0/+43
|
* Make all elements optionalDaniel James2017-10-201-3/+3
| | | This is so that this schema can be used to validate module markup (such as https://github.com/boostorg/functional/blob/develop/meta/explicit-failures-markup.xml). An alternative solution would be to have a separate schema file for submodules, espcially if the reporting scripts require these elements to be present.
* Remove --valid flag from xmllintDaniel James2017-10-201-1/+1
| | | | | | | | The existing call to xmllint returns an error status, the error message is obscured by the output, but it writes to stderr: explicit-failures-markup.xml:3: validity error : Validation failed: no DTD found ! xsi:noNamespaceSchemaLocation="explicit-failures.xsd"> According to the xmllint man page the `--valid` flag is used for validating using a DTD, and we don't have a DTD. The `--schema` flag is sufficient for validation, so I think the solution is just to remove the `--valid` flag.
* Add contract failure markupDaniel James2017-10-051-0/+23
|
* Update explicit-failures-markup.xmlAutomated Commit2017-10-021-0/+10
|
* enabled GCC 4.8+ for poly_collectionjoaquintides2017-09-081-5/+26
|
* Add quick, minimal targets to status/JamfilePeter Dimov2017-09-081-0/+26
|
* Add --no-check-libs option to `b2 status`Peter Dimov2017-09-081-1/+5
|
* Less greedy about declaring tests.Rene Rivera2017-09-081-4/+4
| | | Only declared tests that are filtered in for actual testing.
* list of excludedd compilers for boost.fiberOliver Kowalke2017-06-241-0/+25
|
* added qcc unusable toolsets to poly_collectionjoaquintides2017-06-241-0/+2
|
* marked unusable toolsets for poly_collectionjoaquintides2017-06-181-0/+27
|
* Don't use non-existent test projects.Rene Rivera2017-05-261-1/+4
|
* Copy geometry explicit failures markup from developDaniel James2017-03-081-22/+24
|
* Remove some more special cases.Daniel James2016-09-291-3/+0
|
* Add ability to exclude tests with options. And make the filtering as toRene Rivera2016-08-111-10/+70
| | | | | which tests to run from status dir composable. This hopefully goes a long way towards easier control of running limited set of tests.
* Require that the library check targets use to host OS as the target OS.Rene Rivera2016-07-161-0/+6
| | | | | This has the effect of only using the host OS python interpreter when running the tests.
* Add support for parent lib meta data to include sublib meta data.Rene Rivera2016-07-071-3/+48
|
* Remove custom libraries from test list that are now automaticallyRene Rivera2016-06-281-25/+1
| | | | | | handled by sublibs trigger file. Also remove etraneous example and other extra test targets, authors will need to add them into their libs if truly needed.
* Add support for "sublibs" trigger file for automatic testing ofRene Rivera2016-06-281-16/+22
| | | | sub-libraries.
* Add debug option for library checking to get some output of what pathsRene Rivera2016-06-171-30/+52
| | | | | the script checks. Also add keys for each check to eventually use for filtering.
* Remove debug-commented code.Rene Rivera2016-06-171-0/+6
|
* Fix header check error that was supposed to be a warning.Rene Rivera2016-06-151-2/+2
|
* Remove inadvertant test addition that doesn't exist in master.Rene Rivera2016-06-101-1/+0
|
* Automate core way of testing libraries (i.e. root/lib/test requirement)Rene Rivera2016-06-101-112/+15
| | | | for most current tests.
* Add testing to check initial set of library requirements.Rene Rivera2016-06-102-5/+273
|
* Add qvm to status/Jamfile.v2Peter Dimov2016-05-201-0/+1
|
* Add metaparse to regression testsAbel Sinkovics2016-01-151-0/+1
|
* Add missing compute tests.Rene Rivera2016-01-121-0/+1
|
* Merged upstream changesAntony Polukhin2016-01-081-0/+1
|\
| * Add Hana as a submodule of the master repositoryLouis Dionne2016-01-071-0/+1
| | | | | | | | | | | | | | Specifically: - Adds Hana's test suite to the regression tests - Add Hana as the libs/hana submodule - Add entry for Hana to libs/maintainers.txt and libs/libraries.htm
* | Boost.DLL library integrationAntony Polukhin2015-12-291-0/+1
|/ | | | | Conflicts merged: doc/Jamfile.v2
* Merge pull request #92 from Lastique/patch-4Rene Rivera2015-09-091-0/+1
|\ | | | | Add tests for winapi submodule (master branch)
| * Add tests for winapi submoduleAndrey Semashev2015-08-151-0/+1
| |