1. 12 Jul, 2021 3 commits
  2. 11 Jul, 2021 1 commit
  3. 10 Jul, 2021 1 commit
  4. 09 Jul, 2021 2 commits
  5. 08 Jul, 2021 1 commit
  6. 06 Jul, 2021 2 commits
  7. 04 Jul, 2021 1 commit
  8. 02 Jul, 2021 3 commits
  9. 01 Jul, 2021 2 commits
  10. 30 Jun, 2021 2 commits
  11. 26 Jun, 2021 1 commit
  12. 22 Jun, 2021 2 commits
  13. 21 Jun, 2021 1 commit
  14. 19 Jun, 2021 4 commits
  15. 18 Jun, 2021 2 commits
  16. 17 Jun, 2021 2 commits
  17. 08 Jun, 2021 1 commit
    • Add const T to docstring generation. (#3020) · 4c7697db
      * 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>
      Jack S. Hale committed
  18. 27 May, 2021 3 commits
  19. 14 May, 2021 2 commits
  20. 06 May, 2021 2 commits
  21. 04 May, 2021 1 commit
    • Fix Unicode support for ostream redirects (#2982) · 0c93a0f3
      * Crash when printing Unicode to redirected cout
      Add failing tests
      
      * Fix Unicode crashes redirected cout
      
      * pythonbuf::utf8_remainder check end iterator
      
      * Remove trailing whitespace and formatting iostream
      
      * Avoid buffer overflow if ostream redirect races
      This doesn't solve the actual race, but at least it now has a much lower
      probability of reading past the end of the buffer even when data races
      do occur.
      Pieter P committed
  22. 22 Apr, 2021 1 commit