forked from InsightSoftwareConsortium/ITK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'upstream-eigen3' into update_eigen3.3.8
Changes from last update: ``` git shortlog --no-merges 89449a0821676c5af96cc51973de^..0fd6b4f71dd85b20 | cat ``` ``` Alexander Grund (1): Make relative path variables of type STRING Christoph Hertzberg (7): Remove .hgignore and copy .gitignore from master branch Bug InsightSoftwareConsortium#1788: Fix rule-of-three violations inside the stable modules. This fixes deprecated-copy warnings when compiling with GCC>=9 Also protect some additional Base-constructors from getting called by user code code (InsightSoftwareConsortium#1587) Fix some maybe-uninitialized warnings Bug InsightSoftwareConsortium#2036 make sure find_standard_math_library_test_program actually compiles (and is guaranteed to call math functions) bug InsightSoftwareConsortium#1746: Removed implementation of standard copy-constructor and standard copy-assign-operator from PermutationMatrix and Transpositions to allow malloc-less std::move. Added unit-test to rvalue_types Remove unused variable Fix doxygen class block that was wrongly named. David Tellenbach (9): Fix StlDeque for GCC 10 Bump to 3.3.8-rc1 Fix failure in GEBP kernel when compiling with OpenMP and FMA Fix undefined behaviour caused by uncaught exceptions in OMP section Bump to 3.3.8 Define coeff-wise binary array operators for base class Mention problems when using potentially throwing scalars and OpenMP Rename test/array.cpp to test/array_cwise.cpp Bump to 3.3.9 Eugene Zhulenev (1): Change typedefs from private to protected to fix MSVC compilation Florian Maurin (1): Fix typo in doc Gael Guennebaud (11): Add missing footer declaration remove piwik tracker add a banner to advertise the survey Fix compilation with AVX512 Fix compilation with AVX512 and AVX/SSE packet-math functions Backport AVX512 implementation from devel branch to 3.3 (the 3.3 version had many issues) Fix InsightSoftwareConsortium#1974: assertion when reserving an empty sparse matrix Relaxed fastmath unit test: if std::foo fails, then let's only trigger a warning is numext::foo fails too. A true error will triggered only if std::foo works but our numext::foo fails. fix InsightSoftwareConsortium#1901: warning in Mode==(Upper|Lower) relax number of iterations checks to avoid false negatives check two ctors Janek Kozicki (1): Fix Yade high precision Real compilation Jim Lersch (1): Workaround for doxygen class template titles in which the template part of the class signature is lost due to a problem with forward declarations. The problem is probably caused by doxygen bug #7689. It is confirmed to be fixed in doxygen >= 1.8.19. Karl Ljungkvist (1): Fix typo in Tutorial_BlockOperations_block_assignment.cpp Luke Peterson (1): Remove error counting in OpenMP parallelize_gemm Martin Vonheim Larsen (1): Enable MathJax in Doxygen.in Rasmus Munk Larsen (1): Fix incorrect use of std::abs reported in InsightSoftwareConsortium#1823. Simon Pfreundschuh (1): Replaced call to deprecated 'load' function with appropriate call to 'on'. Tobias Bosch (1): Include <sstream> explicitly, and don't rely on the implicit include via <complex>. nluehr (1): Fix incorrect integer cast in predux<half2>(). szczepaniak bartek (1): Fix Paradiso. ```
- Loading branch information
Showing
32 changed files
with
503 additions
and
507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.