Reconnect to 'upstream/master' history (as of 70a58c5)#62
Merged
EricCousineau-TRI merged 232 commits intoRobotLocomotion:drakefrom EricCousineau-TRI:feature-reconnect-upstreamNov 2, 2023
Commits
Commits on Mar 5, 2021
Shuffling code in test_multiple_inheritance.cpp to separate struct/class definitions from bindings code. (pybind#2890)
authoredRalf W. Grosse-Kunstleve
Commits on Mar 8, 2021
Commits on Mar 9, 2021
Commits on Apr 2, 2021
- authored
- authored
- authored
- authored
Commits on Apr 3, 2021
- authoredRalf W. Grosse-Kunstleve
Commits on Apr 10, 2021
Commits on Apr 13, 2021
Commits on Apr 14, 2021
Commits on Apr 15, 2021
Commits on Apr 19, 2021
Commits on Apr 21, 2021
Commits on Apr 22, 2021
Commits on May 4, 2021
Commits on May 6, 2021
Commits on May 27, 2021
- authored
- authored
Adjusting valgrind suppression for pypocketfft to resolve systematic failures that started to appear on 2020-05-27. (pybind#3022)
authoredRalf W. Grosse-Kunstleve
Commits on Jun 8, 2021
Commits on Jun 17, 2021
Commits on Jun 18, 2021
- authoredRalf W. Grosse-Kunstleve
- authored
Commits on Jun 19, 2021
- authored
- authored
- authored
- authored
Commits on Jun 21, 2021
Commits on Jun 22, 2021
Commits on Jun 26, 2021
Commits on Jun 30, 2021
- authoredRalf W. Grosse-Kunstleve
- authoredRalf W. Grosse-Kunstleve
Commits on Jul 1, 2021
Commits on Jul 2, 2021
Commits on Jul 4, 2021
Commits on Jul 6, 2021
- authoredRalf W. Grosse-Kunstleve
Commits on Jul 8, 2021
- authoredRalf W. Grosse-Kunstleve
Commits on Jul 9, 2021
Commits on Jul 10, 2021
- authoredJan Iwaszkiewicz
Commits on Jul 11, 2021
- authoredRalf W. Grosse-Kunstleve
Commits on Jul 12, 2021
- authored
- authoredRalf W. Grosse-Kunstleve
- authoredRalf W. Grosse-Kunstleve
- committed
Fixing spelling errors that went undetected because the pre-commit spell check was added after the CI for PR pybind#2995 last ran. (pybind#3103)
authoredRalf W. Grosse-Kunstleve- authored
- authoredRalf W. Grosse-Kunstleve
Commits on Jul 13, 2021
- committed
- committed
- committed
- authored
fix(clang-tidy): Add cppcoreguidelines-init-vars,slicing, and throw-by-value-catch-by-reference checks (pybind#3094)
authored
Commits on Jul 14, 2021
* Removing stray semicolons (discovered by running clang-format v12 followed by tools/check-style.sh). (pybind#3087)
authoredRalf W. Grosse-Kunstleve- authored
- authored
Commits on Jul 15, 2021
- authored
- authored
- authored
- authored
- authoredRalf W. Grosse-Kunstleve
Commits on Jul 16, 2021
Commits on Jul 17, 2021
- authored
- authoredRalf W. Grosse-Kunstleve
Commits on Jul 20, 2021
Commits on Jul 21, 2021
- authored
Commits on Jul 26, 2021
- authoredRalf W. Grosse-Kunstleve
- authoredRalf W. Grosse-Kunstleve
- authored
- authoredRalf W. Grosse-Kunstleve
Commits on Jul 27, 2021
- authored
- authored
- authoredRalf W. Grosse-Kunstleve
Commits on Jul 28, 2021
Commits on Jul 29, 2021
- authoredRalf W. Grosse-Kunstleve
- authored
- authored
Commits on Jul 30, 2021
- authoredRalf W. Grosse-Kunstleve
Moving pragma for MSVC warning C4505 from pybind11.h to existing list in detail/common.h (pybind#3160)
authoredRalf W. Grosse-Kunstleve- authoredRalf W. Grosse-Kunstleve
Commits on Aug 3, 2021
- authored
- authored
- authored
- committed
- committed
- committed
- committed
Commits on Aug 6, 2021
- committed
- committed
- authored
Commits on Aug 7, 2021
- authoredRalf W. Grosse-Kunstleve
Commits on Aug 9, 2021
Commits on Aug 12, 2021
- authoredRalf W. Grosse-Kunstleve
Commits on Aug 13, 2021
Commits on Aug 14, 2021
- authored
Commits on Aug 17, 2021
- authoredRalf W. Grosse-Kunstleve
Commits on Aug 19, 2021
Commits on Aug 24, 2021
Commits on Aug 26, 2021
- authored
Fix enum value's __int__ returning non-int when underlying type is bool or of char type (pybind#1334)
Commits on Aug 28, 2021
Adding
ssize_t_cast
to support passingsize_t
orssize_t
values wheressize_t
is needed. (pybind#3219)authoredRalf W. Grosse-Kunstleve
Commits on Aug 30, 2021
Commits on Aug 31, 2021
- authoredRalf W. Grosse-Kunstleve
Minor follow-on to PR pybind#1334 (Fix enum value's __int__ returning non-int when underlying type is bool or of char type) (pybind#3232)
authoredRalf W. Grosse-Kunstleve
Commits on Sep 2, 2021
Commits on Sep 8, 2021
Commits on Sep 9, 2021
Commits on Sep 10, 2021
- authored
- authoredRalf W. Grosse-Kunstleve
- authored
Commits on Sep 13, 2021
- authoredRalf W. Grosse-Kunstleve
- authored
Commits on Sep 15, 2021
Commits on Sep 17, 2021
Commits on Sep 20, 2021
- authored
- authored
- authored
Commits on Sep 21, 2021
Commits on Sep 22, 2021
Commits on Sep 23, 2021
- authored
- committed
- authored
- authored
- authored
Commits on Sep 24, 2021
Commits on Sep 25, 2021
Commits on Sep 28, 2021
Commits on Sep 29, 2021
Commits on Sep 30, 2021
Commits on Oct 1, 2021
Commits on Oct 4, 2021
- authored
- committed
- committed
- committed
- authored
- authored
- committed
Commits on Oct 9, 2021
Commits on Oct 11, 2021
- authored
- authored
Correct options on Eigen::MappedSparseMatrix & adding MSVC C4127 suppression around Eigen includes. (pybind#3352)
authoredRalf W. Grosse-Kunstleve
Commits on Oct 18, 2021
Commits on Oct 19, 2021
Commits on Oct 21, 2021
Commits on Oct 22, 2021
Commits on Oct 23, 2021
Commits on Oct 25, 2021
Commits on Oct 26, 2021
Commits on Oct 27, 2021
- authored
- authoredRalf W. Grosse-Kunstleve
- committedRalf W. Grosse-Kunstleve
Commits on Oct 29, 2021
Commits on Nov 1, 2021
Commits on Nov 6, 2021
Commits on Nov 7, 2021
Commits on Nov 8, 2021
Commits on Nov 10, 2021
Commits on Nov 12, 2021
Commits on Nov 14, 2021
Commits on Nov 15, 2021
Commits on Nov 17, 2021
Commits on Nov 18, 2021
Commits on Nov 21, 2021
Commits on Nov 22, 2021
- authoredRalf W. Grosse-Kunstleve