18
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When trying a C++20 std build, getting an error about a deleted function here. More... about 2 months ago
Merge branch 'main' into facetize More... about 2 months ago
Make sure the clone is in the binary directory - if cmake is run from somewhere else and specifying the build directory via options, we need to be explicit about this. Not doing so resulted in a bext configure attempt finding the top level CMakeLists.txt file from brlcad again and re-running that configure. Noticed it in CI testing when we were losing a setting, but consequences were probably wilder than just that... More... about 2 months ago
Looks like firing off the bext builds in parallel is a bad idea on the Github runners. Make this configurable, with the default value the same as what we were using before. More... about 2 months ago
OK, BRL-CAD's Github CI isn't ready for bext yet - revert More... about 2 months ago
Merge branch 'main' into facetize More... about 2 months ago
Remove the src/other and misc/tools/ext dirs More... about 2 months ago
Merge branch 'main' into facetize More... about 2 months ago
Initialize old_dbip in ctx More... about 2 months ago
Merge branch 'main' into facetize More... about 2 months ago
Revert "db_free_tree handles the nmg_kr calls" More... about 2 months ago
Put back the pkgconfig file templates, with notes More... about 2 months ago
Looks like pc.h structs are present at least one or two places in librt. Untangle that later - for now, just put it back. More... about 2 months ago
Merge main into facetize More... about 2 months ago
Note where to go to find the definition logic for the *_deps variables. More... about 2 months ago
List file for CMake More... about 2 months ago
Consoliate find_package resets into BRLCAD_Find_Package More... about 2 months ago
Try a different approach to tclIndex/pkgIndex More... about 2 months ago
Right - without the whole-directory list, the regression tests will need to assemble their own list of what's in the license directories. More... about 2 months ago
Correct filename More... about 2 months ago
Avoid target name collision More... about 2 months ago
Disable some more directories and targets if we're doing a minimalist build. More... about 2 months ago
Remove the old autotools pc.in files More... about 2 months ago
Don't process the terra.bin file unless we've got at least gcv enabled More... about 2 months ago
With a bext build, these are coming from the bext repo More... about 2 months ago
Correct name in comment More... about 2 months ago
Install license files based on whether they are in use per the targets. REQUIRED target should be the lowest level target that can activate the component. May have to make this more powerful if we need to list multiple activating targets - REQUIRED needs all the listed targets to be active, and what we would need in that case is 'at least one active. More... about 2 months ago
Need the attribute_DEPS dependencies to be listed More... about 2 months ago
Need to stash this in the cache for the summary printing, or we get a NotFound report even when it's there for the build. More... about 2 months ago
Adjust Eigen includes More... about 2 months ago