1. 18 Nov, 2020 1 commit
  2. 17 Nov, 2020 1 commit
    • Adding test_unique_ptr_member (for desired PyCLIF behavior). · 7caf5821
      See also: https://github.com/pybind/pybind11/issues/2583
      
      Does not build with upstream master or
      https://github.com/pybind/pybind11/pull/2047, but builds with
      https://github.com/RobotLocomotion/pybind11 and almost runs:
      
      ```
      Running tests in directory "/usr/local/google/home/rwgk/forked/EricCousineau-TRI/pybind11/tests":
      ================================================================================= test session starts =================================================================================
      platform linux -- Python 3.8.5, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
      rootdir: /usr/local/google/home/rwgk/forked/EricCousineau-TRI/pybind11/tests, inifile: pytest.ini
      collected 2 items
      
      test_unique_ptr_member.py .F                                                                                                                                                    [100%]
      
      ====================================================================================== FAILURES =======================================================================================
      _____________________________________________________________________________ test_pointee_and_ptr_owner ______________________________________________________________________________
      
          def test_pointee_and_ptr_owner():
              obj = m.pointee()
              assert obj.get_int() == 213
              m.ptr_owner(obj)
              with pytest.raises(ValueError) as exc_info:
      >           obj.get_int()
      E           Failed: DID NOT RAISE <class 'ValueError'>
      
      test_unique_ptr_member.py:17: Failed
      ============================================================================= 1 failed, 1 passed in 0.06s =============================================================================
      ```
      Ralf W. Grosse-Kunstleve committed
  3. 16 Nov, 2020 2 commits
  4. 15 Nov, 2020 2 commits
  5. 12 Nov, 2020 2 commits
  6. 11 Nov, 2020 2 commits
  7. 10 Nov, 2020 1 commit
  8. 09 Nov, 2020 1 commit
  9. 05 Nov, 2020 2 commits
  10. 03 Nov, 2020 3 commits
  11. 02 Nov, 2020 1 commit
  12. 29 Oct, 2020 4 commits
  13. 27 Oct, 2020 1 commit
  14. 23 Oct, 2020 1 commit
  15. 21 Oct, 2020 5 commits
  16. 20 Oct, 2020 3 commits
  17. 19 Oct, 2020 2 commits
  18. 18 Oct, 2020 3 commits
  19. 16 Oct, 2020 3 commits