Kathleen Biagas
Kathleen Biagas
The header 'regex.h' doesn't exist on Windows (at least with MSVC). I can comment out the inclusion of the header and the file compiles on Windows with MSVC. Is the...
This would create import targets like SILO::silo for the library. Would need to add 'NAMESPACE` arg to: `install(EXPORT ${silo_targets_name} DESTINATION cmake)` making it: `install(EXPORT ${silo_targets_name} NAMESPACE SILO:: DESTINATION cmake)`
### Description Remove VTK 8 support from build_visit, xml2cmake, source and CMake . Resolves #19450 ### Type of change * ~~[ ] Bug fix~~ * ~~[ ] New feature~~ *...
Fixes builds with compilers whose default is c++17. ### Description See #19526 ### Type of change * [X] Bug fix * ~~[ ] New feature~~ * ~~[ ] Documentation update~~...
### Is your feature request related to a problem? The vtk files in the OpenFOAM reader are based off VTK's, but are much older and VTK has made a number...
### Description Demonstrate use of BLT, and export of VisIt targets. BLT: requires SOURCES to be passed to `blt_add_library`, so VisIt libraries whose sources live in subdirectories must have the...
The OpenEXR writer lives in visit_vtk, and introduces a third-party IO library dependence on the OpenEXR library/ Can this source code be moved to the plugin and used in an...
### Is your feature request related to a problem? I tried using visit-build-open. It hard-codes a path for result_dir, for which I did not have write permissions. Could we make...
### Describe the bug Debug log from cli shows segv: Loading flatten data from shared memory. signalhandler_core: SIGSEGV! (Segmentation fault) It is being added to skip list until this is...