- Jan 08, 2019
-
-
Ben Boeckel authored
-
-
-
-
-
-
-
-
-
-
-
-
Ben Boeckel authored
-
- Dec 20, 2018
-
-
Sean McBride authored
In 2 cases, made trivial use of NewInstance, so that it’s not unused.
-
- Nov 30, 2018
-
-
Sean McBride authored
-
- Nov 23, 2018
-
-
luz.paz authored
Found via `codespell`
-
- Sep 27, 2018
-
-
David Gobbi authored
The code for ChangeExtent would only call SetExtent() if the Y or Z values had changed. If the only change was to X, then Extent would not be modified.
-
David Gobbi authored
-
- Sep 14, 2018
-
-
Sean McBride authored
- Changed some to be const also. - Replaced others with call to ClampValue method. - Changed some from int to bool. - In a couple of cases the variable was unused, removed it.
-
- Aug 29, 2018
-
-
luz.paz authored
Found via `codespell`
-
- Aug 06, 2018
-
-
luz.paz authored
Found via `codespell`
-
- Aug 01, 2018
-
-
Shreeraj Jadhav authored
vtkImageBlend was not blending images correctly in compound mode for 2-channel (LA) and 1-channel images. Test case has been added to test the compound mode, which was previously missing.
-
- Jun 18, 2018
-
-
luz.paz authored
-
- Jun 17, 2018
- Jun 05, 2018
-
-
Todd Martin authored
Change array syntax from pointer to dynamic array Add size hints for dynamic arrays
-
- May 29, 2018
-
-
David Gobbi authored
This filter is most often to apply a Window/Level operation to grayscale input data, without a lookup table, so I have put that first in the description. The less-common use of modulating the color produced by a lookup table has been moved to the end.
-
- May 25, 2018
-
-
make image difference symmetric to catch some failures that were slipping through. This exposed a number of valid images that were no longer correct and needed to be replaced.
-
- May 18, 2018
-
-
Populate a script with `map_<md5>=<sha512>` variable settings and then run the following to convert the content link files: git ls-files -- '*.md5' | while read f; do md5="$(cat "$f")" sha512="$(eval echo \${map_$md5})" rm "$f" echo $sha512 > ${f%.md5}.sha512 done
-
- May 08, 2018
-
-
David Gobbi authored
The vtkImageResliceMapper was setting "Border" to 2, even though the API suggests that it is meant to be boolean. This commit adds a new method called SetBorderThickness().
-
- Apr 15, 2018
-
-
David Gobbi authored
This new code ensures that the number of threads created will not exceed the number of pieces that the data has been divided into, so each thread will have at least some work to do. It would probably be wise to go even further, and set a reasonable minimum piece size so that fewer threads are allocated for smaller images.
-
- Mar 20, 2018
-
-
Sean McBride authored
-
Sean McBride authored
154 occurances of ;;\n
-
Sean McBride authored
This required some clean up, because the automatic changes borked a couple of files, but mostly resulted in stupid whitespacing. A few find/replace fixed things up. There are now some duplicate semis because it did changes like: ~AMRIndexIterator() override{}; to ~AMRIndexIterator() override= default;; Note there was a pointless semi before, which clang-tidy didn’t expect / account for. My next commit will remove them.
-
- Mar 08, 2018
-
-
Sean McBride authored
I was surprised how many there were. But no bugs at least, as best as I could tell. Removed a few useless semi-colons that were nearby.
-
- Jan 29, 2018
-
-
luz.paz authored
Found via `codespell`
-
- Jan 19, 2018
-
-
Ben Boeckel authored
-
- Jan 04, 2018
-
-
luz.paz authored
Found via `codespell`
-
- Dec 27, 2017
-
-
Unknown authored
includes grammar and uniformity fixes as well.
-
- Dec 20, 2017
-
-
Ben Boeckel authored
-