- 15 Feb, 2022 1 commit
-
-
Philipp Schäfer authored
-
- 04 Feb, 2022 1 commit
-
-
Pascal Palenda authored
-
- 01 Feb, 2022 6 commits
-
-
Pascal Palenda authored
-
Pascal Palenda authored
-
Pascal Palenda authored
C++17 adds the std::byte. However, there are name collisions between std::byte and the preprocessor definition of byte defined in rpcndr.h which is included in the windows header. Currently there is no good fix for this. The best option is to disable std::byte. https://developercommunity.visualstudio.com/t/error-c2872-byte-ambiguous-symbol/93889
-
Pascal Palenda authored
std::unary_function was deprecated in C++11 and removed in C++17. Apply a patch to vista to remove it and remove it from ITABase code. Here, a simple removal is enough since the added functionality of std::unary_function was never used.
-
Pascal Palenda authored
-
Pascal Palenda authored
The ITAProfiler was moved to the IHTAUtilityLibs.
-
- 11 Jan, 2022 1 commit
-
-
Pascal Palenda authored
-
- 06 Jan, 2022 5 commits
-
-
Pascal Palenda authored
-
Pascal Palenda authored
-
Pascal Palenda authored
-
Pascal Palenda authored
This was done to bring develop to the state of master, after the multiple reverting.
-
https://git.rwth-aachen.de/ita/ITABase"Pascal Palenda authored
This reverts commit 2289247b. The reverted commit was a wrongly reverted merge. This was probably caused by an old local version. With this revert, the master branch should be again at the state of v2021.a.
-
- 05 Jan, 2022 2 commits
-
-
Pascal Palenda authored
-
Pascal Palenda authored
-
- 04 Jan, 2022 1 commit
-
-
Pascal Palenda authored
-
- 03 Jan, 2022 2 commits
-
-
Pascal Palenda authored
-
Pascal Palenda authored
-
- 20 Dec, 2021 3 commits
-
-
Pascal Palenda authored
-
Pascal Palenda authored
-
Pascal Palenda authored
-
- 17 Dec, 2021 2 commits
-
-
Pascal Palenda authored
-
Philipp Schäfer authored
-
- 16 Dec, 2021 2 commits
-
-
Philipp Schäfer authored
-
Lukas Vollmer authored
Pulling changes from develop into features/delaunay_triangulation
-
- 15 Dec, 2021 1 commit
-
-
Philipp Schäfer authored
-
- 30 Nov, 2021 1 commit
-
-
Pascal Palenda authored
If the CPM package names are too long, depending on the path to the base folder, MSBuild throws the error MSB4023. Meaning, the path is too long. This reduces the risk of this happening.
-
- 23 Nov, 2021 4 commits
-
-
Pascal Palenda authored
Delay the inclusion of the helper function to after the patch is applied. Otherwise in the initial CMake run, the unpatched version will be used. This in turn may lead to issues.
-
Pascal Palenda authored
-
Pascal Palenda authored
When the source files get added in the same CMakeLists.txt where the target gets defined, the path to the source files is relative (If not explicitly done in the CMakeLists.txt). This patch fixes this issue, as these relative paths are already what is needed for the folders.
-
Pascal Palenda authored
-
- 11 Nov, 2021 2 commits
-
-
Philipp Schäfer authored
-
Philipp Schäfer authored
-
- 09 Nov, 2021 2 commits
-
-
Philipp Schäfer authored
-
Philipp Schäfer authored
-
- 04 Oct, 2021 2 commits
-
-
- 30 Sep, 2021 2 commits
-
-
Philipp Schäfer authored
-
Philipp Schäfer authored
-