- Jun 30, 2021
-
-
Ralf W. Grosse-Kunstleve authored
Breaking up test_shared_ptr_from_this_and_references into smaller subtests. Skipping the only test that generates an ASAN heap-use-after-free.
-
Ralf W. Grosse-Kunstleve authored
Experiments: 1. disabling enable_shared_from_this, 2. using smart_holder in test_class_sh_shared_from_this.cpp
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
-
- Jun 29, 2021
-
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
Jakob Lykke Andersen authored
-
- Jun 26, 2021
-
-
Ralf W. Grosse-Kunstleve authored
-
Cris Luengo authored
* Allow casting from None to a custom object, closes #2778 * ci.yml patch from the smart_holder branch for full CI coverage.
-
- Jun 25, 2021
-
-
Ralf W. Grosse-Kunstleve authored
This also disables catch for some other builds that happen to be in the same matrix. But there are still plenty of builds running with DOWNLOAD_CATCH=ON. Workaround for a windows-only download issue that started yesterday (2020-06-23): -- Downloading catch v2.13.2... CMake Error at tools/FindCatch.cmake:40 (message): Could not download https://github.com/philsquared/Catch/releases/download/v2.13.2/catch.hpp Call Stack (most recent call first): tools/FindCatch.cmake:59 (_download_catch) tests/pure_cpp/CMakeLists.txt:1 (find_package)
-
- Jun 23, 2021
-
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
* Updating and slightly enhancing instructions for running clang-tidy. * Making documented commands identical to workflow commands. Adding comment in workflow file pointing to documentation.
-
Ralf W. Grosse-Kunstleve authored
More clang-tidy fixes. These escaped before because `-DDOWNLOAD_EIGEN=ON -DDOWNLOAD_CATCH=ON -DCMAKE_CXX_STANDARD=17`, as used in the GitHub Actions, were missing in the interactive run.
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
-
Aaron Gokaslan authored
* Initial fixes * Whoops * Finish clang-tidy manual fixes * Add two missing fixes * Revert * Update clang-tidy * Try to fix unreachable code error * Move nolint comment * Apply missing fix * Don't override clang-tidy config * Does this fix clang-tidy? * Make all clang-tidy errors visible * Add comments about NOLINTs and remove a few * Fix typo
-
- Jun 22, 2021
-
-
Ralf W. Grosse-Kunstleve authored
* clang-tidy fixes (related to recent clang-tidy changes on master). * More clang-tidy fixes.
-
- Jun 21, 2021
-
-
Ralf W. Grosse-Kunstleve authored
-
Aaron Gokaslan authored
* Enable and apply clang-tidy readability and misc fixes. * Revert deprecated tester * add space to tests/test_constants_and_functions.cpp
-
- Jun 20, 2021
-
-
Ralf W. Grosse-Kunstleve authored
Example: ``` test_class_sh_unique_ptr_member.cpp:17:5: error: deleted member function should be public [modernize-use-equals-delete,-warnings-as-errors] pointee(const pointee &) = delete; ^ ``` -
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
-
Robert Schütz authored
-
dependabot[bot] authored
-
Aaron Gokaslan authored
* Add more modernize clang-tidy checks * Enable a few more
-
Ralf W. Grosse-Kunstleve authored
-