"vscode:/vscode.git/clone" did not exist on "367d723a541f8d2f06ad74d40c425e6ea2aa5242"
  1. 13 Jul, 2021 1 commit
  2. 12 Jul, 2021 3 commits
  3. 09 Jul, 2021 2 commits
  4. 08 Jul, 2021 1 commit
  5. 06 Jul, 2021 1 commit
  6. 04 Jul, 2021 1 commit
  7. 02 Jul, 2021 1 commit
  8. 30 Jun, 2021 2 commits
  9. 26 Jun, 2021 1 commit
  10. 22 Jun, 2021 1 commit
    • Aaron Gokaslan's avatar
      fix(clang-tidy): performance fixes applied in tests and CI (#3051) · dac74ebd
      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
      dac74ebd
  11. 21 Jun, 2021 1 commit
  12. 19 Jun, 2021 1 commit
  13. 08 Jun, 2021 1 commit
    • Jack S. Hale's avatar
      Add const T to docstring generation. (#3020) · 4c7697db
      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: default avatarRalf W. Grosse-Kunstleve <rwgk@google.com>
      4c7697db
  14. 27 May, 2021 2 commits
  15. 06 May, 2021 1 commit
  16. 04 May, 2021 1 commit
    • Pieter P's avatar
      Fix Unicode support for ostream redirects (#2982) · 0c93a0f3
      Pieter P authored
      * 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.
      0c93a0f3
  17. 21 Apr, 2021 1 commit
  18. 14 Apr, 2021 1 commit
  19. 13 Apr, 2021 1 commit
  20. 03 Apr, 2021 1 commit
  21. 02 Apr, 2021 2 commits
  22. 09 Mar, 2021 1 commit
  23. 08 Mar, 2021 1 commit
  24. 05 Mar, 2021 1 commit
  25. 25 Feb, 2021 1 commit
  26. 23 Feb, 2021 3 commits
  27. 14 Feb, 2021 1 commit
    • Vikram Pal's avatar
      Add pybind11::bytearray (#2799) · 417067ee
      Vikram Pal authored
      * Add initial implementation
      
      * Add few more methods
      
      * Add tests
      
      * Fix a typo
      
      * Use std::string constructor which takes size
      
      * Fix implicit sign conversion error
      
      * Add size method and test
      
      * Remove implicit conversion
      
      * Fix bytearray constructors and operator std::string()
      
      * Make implicit bytearray constructor explicit
      
      * Rerun tests
      
      * Add null check
      
      * Rerun tests
      
      * Rerun tests - 2
      
      * Remove NULL check
      417067ee
  28. 12 Feb, 2021 1 commit
  29. 01 Feb, 2021 1 commit
  30. 31 Jan, 2021 2 commits
  31. 29 Jan, 2021 1 commit