- Jul 09, 2021
-
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Sep 06, 2019
-
-
- Jul 16, 2019
-
-
Dmitri Naumov authored
Most of the current .clang-tidy contained checks: google-explicit-constructor google-readability-braces-around-statements modernize-loop-convert modernize-use-default-member-init modernize-use-emplace modernize-use-using readability-braces-around-statements readability-else-after-return readability-named-parameter *readability-namespace-comments *readability-inconsistent-* readability-redundant-member-init readability-simplify-boolean-expr readability-string-compare *explicit-conversions*
-
- Mar 05, 2019
-
-
Tom Fischer authored
cppcheck message: Prefer prefix ++/-- operators for non-primitive types.. Prefix ++/-- operators should be preferred for non-primitive types. Pre-increment/decrement can be more efficient than post-increment/decrement. Post-increment/decrement usually involves keeping a copy of the previous value around and adds a little extra code.
-
Tom Fischer authored
-
Tom Fischer authored
cppcheck message: class 'Raster' does not have a copy constructor which is recommended since the class contains a pointer to allocated memory.
-
Tom Fischer authored
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Nov 24, 2017
-
-
* reimplemented raster to mesh conversion * fixed index issues and added 3d index calculation * added necessary changes to gui dialogue * added tests * clang format * added ifdef for data explorer/vtk includes * modified dereferencing of unique pointers, formatting * changed pointer to vector in vtk prep * using const& for nodes vec * fixed remaining occurences of dereferencing raster object
-
- May 02, 2017
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This potentially saves a second copy compared to using const reference. See Effective Modern C++, Item 41.
-
- Jan 10, 2017
-
-
- Jan 09, 2017
-
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Feb 03, 2016
-
-
Karsten Rink authored
-
Karsten Rink authored
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Sep 21, 2015
-
-
Dmitri Naumov authored
-
- Jan 21, 2015
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jan 20, 2015
-
-
Lars Bilke authored
-
- Sep 11, 2014
-
-
Karsten Rink authored
-
- Sep 10, 2014
-
-
Karsten Rink authored
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
- Jun 02, 2014
-
-
Karsten Rink authored
-
- May 30, 2014
-
-
Karsten Rink authored
-
Karsten Rink authored
-
- Apr 10, 2014
-
-
Karsten Rink authored
-
- Jul 24, 2013
-
-
Dmitri Naumov authored
-
- Jan 11, 2013
-
-
Lars Bilke authored
-
- Jan 02, 2013
-
-
Lars Bilke authored
-
- Dec 19, 2012
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
changed signature of constructor, Raster::refineRaster(), added documentation compress vector of source properties
-
Tom Fischer authored
Revert "moved vtk-independent functionality from VtkRaster to Raster and modified existing functionality in Raster so that everything fits." This reverts commit eede3632.
-