18
I Use This!
Very High Activity

Commits : Listings

Analyzed 39 minutes ago. based on code collected about 21 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove logic to write configure translation lines and descriptions - management of building those components is now handled in bext More... 8 days ago
Add the step directories so we can store the file lists there. More... 8 days ago
Remove src/other references and logic More... 8 days ago
Update GitHub Actions workflows for bext building More... 9 days ago
Various source and build logic changes to support bext building More... 9 days ago
Remove the copies of the src/other licenses - these will now be provided by bext. More... 9 days ago
Repeat removal of src/other and misc/tools/ext More... 9 days ago
Few more static analyzer adjustments More... 9 days ago
Use the ae values (caught by clang static analyzer) More... 9 days ago
Set the values in the right canvas (caught by clang static analyzer) More... 9 days ago
If doing bext build we need find logic for Qt in these cases More... 9 days ago
Another ignore flag for OpenMesh+clang More... 9 days ago
Pull in some BEXT setup changes More... 9 days ago
Use one sentinel file for the tclscript generation More... 9 days ago
Make a stab at updating the pkgconfig templates - untested. More... 9 days ago
Ignore detria.hpp for regress repository checks More... 11 days ago
Update to latest upstream detria More... 11 days ago
Add ifdef guarded tessellation code using detria More... 11 days ago
Note OpenABF as a possible help for remeshing here (have cases where planar projection doesn't work, so we do need something more powerful to fall back on.) More... 11 days ago
Checkpoint experiment replacing poly2tri with https://github.com/Kimbatt/detria (not working yet) More... 12 days ago
When trying a C++20 std build, getting an error about a deleted function here. More... 12 days 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... 19 days 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... 19 days ago
OK, BRL-CAD's Github CI isn't ready for bext yet - revert More... 20 days ago
Remove the src/other and misc/tools/ext dirs More... 20 days ago
Initialize old_dbip in ctx More... 20 days ago
Revert "db_free_tree handles the nmg_kr calls" More... 20 days ago
Put back the pkgconfig file templates, with notes More... 20 days 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... 21 days ago
Note where to go to find the definition logic for the *_deps variables. More... 21 days ago