TriBITS icon indicating copy to clipboard operation
TriBITS copied to clipboard

TriBITS: Tribal Build, Integrate, and Test System,

Results 109 TriBITS issues
Sort by recently updated
recently updated
newest added

**Blocked by:** * * trilinos/Trilinos#10355 With CMake 3.23, the [`string(TIMESTAMP ...)` command](https://cmake.org/cmake/help/v3.23/command/string.html#timestamp) now supports microseconds `%f`: ``` %f The microsecond of the current second (000000-999999). ``` This would allow us...

type: enhancement
component: core

The current snapshot-dir.py script can delete all of the files in a badly chosen destination directory. This is because the `rsync -cav --delete` command will delete everything in targeted dest-dir...

type: enhancement
component: python_utils

### Description I followed the steps described in the README of TriBITS and had errors. This is the [CDASH](https://testing.sandia.gov/cdash/viewTest.php?onlyfailed&buildid=10391570) report.

type: question
component: testing

This story is to capture a design discussion about the refactoring target for TriBITS and projects/packages that use TriBITS. **Blocks:** #63, #299 Related to: * SEPW-214

## Description This story is to scope out and possibly the following new `cdash_analyze_and_report.py` arguments: * `--cdash-builds-filter-fields=field=&compare=&value=&...`: * Takes in unique query fields for `cdash/index.php` and `cdash/queryTests.php` to select the...

type: enhancement
component: ci_support

**Blocked by:** #386 **Blocking:** #400 ## Description Sphinx-generated forms of the TriBITS documentation was put together in #386 and is used to auto-deploy Sphix-generated forms of the TriBITS reStructuredText documents...

type: bug
type: enhancement
component: documentation

**Blocked by:** #399 ## Description With the completion of #399, the ReStructuredText-based documentation for TriBITS will be switched over to use Sphinx generation and with Read-the Docs theme and the...

type: enhancement
component: documentation

Currently the function `tribits_configure_file()` contains code for generating the macro `TEUCHOS_FUNC_TIME_MONITOR_DIFF()`. And there is no tests for this code in TriBITS. This code should not be in TriBITS. It should...

type: enhancement
component: core

CC: @keitat Part of modernizing TriBITS and CMake build systems based on TriBITS is the handling of compiler and linker options. This story is to probe the issues at hand...