- Jun 23, 2021
-
-
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
-
Aaron Gokaslan authored
* Apply performance fixes from clang-tidy * 2nd Round of Perf Optimizations * 3rd round of fixes & handle false-positive * Apply missing fix and clang-format * Apply reviewer comment
-
- Jun 19, 2021
-
-
Aaron Gokaslan authored
* Apply clang-tidy performance fixes * Fix bug introduced by double insert * Revert all non-smart-holder changes
-
- Jun 18, 2021
-
-
jbarlow83 authored
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
* Experiment using -DCMAKE_BUILD_TYPE=Debug for Centos 8. * Moving comment because the current placement seems to mess up the cmake command. * Using `echo > VAR_XXX` and `$(cat VAR_XXX)` trick to emulate using variables (https://github.com/actions/starter-workflows/issues/68#issuecomment-524937002).
-
Ralf W. Grosse-Kunstleve authored
-
Aaron Gokaslan authored
-
Aaron Gokaslan authored
-
Ralf W. Grosse-Kunstleve authored
Removing `std::get_deleter` `const_cast` to retest because the code has changed significantly. (#3045)
-
- Jun 17, 2021
-
-
Ralf W. Grosse-Kunstleve authored
-
- Jun 09, 2021
-
-
Ralf W. Grosse-Kunstleve authored
-
-
Ralf W. Grosse-Kunstleve authored
-
Jack S. Hale authored
* Add const T to docstring generation. * Change order. * See if existing test triggers for a const type. * Add tests. * Fix test. * Remove experiment. * Reformat. * More tests, checks run. * Adding `test_fmt_desc_` prefix to new test functions. * Using pytest.mark.parametrize to 1. condense test; 2. exercise all functions even if one fails; 3. be less platform-specific (e.g. C++ float is not necessarily float32). Co-authored-by:Ralf W. Grosse-Kunstleve <rwgk@google.com>
-
- May 28, 2021
-
-
Robert Haschke authored
* Drop constraints on casting of std::shared_ptr std::shared_ptrs can be shared across python and C++ by design. * Correctly report casting error It is important to return an empty handle. Simply returning None, would skip the error handling in simple_collector / unpacking_collector, although a python exception is set. A function call would then be processed with a (wrong) None argument! * Return None for nullptr * Revert "Drop constraints on casting of std::shared_ptr" This reverts commit 7cf53ae8b4f99c0382845acf8bc63b64924dc891.
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
Adjusting valgrind suppression for pypocketfft to resolve systematic failures that started to appear on 2020-05-27. (#3022)
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
-
- May 27, 2021
-
-
Yichen authored
* Set visibility of exceptions to default. Co-authored-by:XZiar <czktc2007@gmail.com> * add test * update docs * Skip failed test.
-
dependabot[bot] authored
-
- May 22, 2021
-
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
-
- May 14, 2021
-
-
dependabot[bot] authored
-
dependabot[bot] authored
-
- May 07, 2021
-
-
Ralf W. Grosse-Kunstleve authored
-