- 28 Jun, 2021 1 commit
-
-
David Thompson authored
-
- 23 Jun, 2021 1 commit
-
-
chart3388 authored
Fixes a crash that occurs when SMTK is initialized without creating a main window. This is mostly applicable when creating unit tests.
-
- 18 Jun, 2021 1 commit
-
-
David Thompson authored
CMP0115 requires test names passed to `smtk_add_test` to include the filetype extension. The `smtk_add_test` macro was not properly escaping labels so if developers specified multiple labels they were not passed to `set_tests_properties(LABELS ...)` properly. A lot of test labels in SMTK were not consistently named (bad capitalization and other variations).
-
- 14 Jun, 2021 1 commit
-
-
chart3388 authored
Provide a method to mark a resources as enabled/disabled so that we can hide it in certain contexts
-
- 10 Jun, 2021 2 commits
-
-
John Tourtellott authored
-
Ryan Krattiger authored
-
- 07 Jun, 2021 1 commit
-
-
chart3388 authored
Ability to cache the active attribute in the attribute view, the active tab, and the active advance level.
-
- 04 Jun, 2021 1 commit
-
-
chart3388 authored
Filter advance attribute definitions from the attribute view. This enables the attribute view not to display itself if all of the defitions should be hiddent from the user (advanced)
-
- 03 Jun, 2021 1 commit
-
-
chart3388 authored
Prevent race conditon in attribute panel when multiple attribute resources are being created or read in that leads to a crash.
-
- 19 May, 2021 2 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
Without `inline`, if the header is included multiple times, it is subject to ODR violations.
-
- 18 May, 2021 15 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
These should all be: - Public because if they are declared private, the error is first that the method is private, not that it is deleted. - Match the expected signature.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
They're not useful anymore.
-
Ben Boeckel authored
Removes duplicates and uses variables instead of direct setting to match other usage patterns.
-
- 17 May, 2021 1 commit
-
-
Ben Boeckel authored
-
- 25 Apr, 2021 2 commits
-
-
John Tourtellott authored
-
John Tourtellott authored
-
- 21 Apr, 2021 9 commits
-
-
John Tourtellott authored
-
John Tourtellott authored
-
-
-
David Thompson authored
While VisibilityBadge and pqSMTKOperationPanel would create pqSMTKResource instances that were fully initialized, they would sometimes create duplicate pipelines which lead to confusing visibility behavior. Have pqSMTKRenderResourceBehavior create pipelines as well as destroy them. See the release note in this commit for details.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 17 Apr, 2021 1 commit
-
-
Ben Boeckel authored
This variable ends up dropping the leading zero in the new version numbering scheme which confuses the superbuild. CMake fixed this in CMake 3.16 with CMP0096, but this fix is easier than bumping the minimum CMake version.
-
- 13 Apr, 2021 1 commit
-
-