1. 07 Oct, 2024 1 commit
  2. 04 Sep, 2024 1 commit
  3. 15 Aug, 2024 1 commit
  4. 09 Aug, 2024 1 commit
  5. 06 Aug, 2024 1 commit
  6. 05 Aug, 2024 2 commits
  7. 27 Jul, 2024 2 commits
  8. 18 Jun, 2024 1 commit
  9. 17 Jun, 2024 1 commit
  10. 01 Apr, 2024 1 commit
    • `type_caster<absl::Cord>`: return Python `str` when given `return_value_policy::_clif_automatic`. · 01171e9d
      Compared to other string-kind `type_caster`s in pybind11, `type_caster<absl::Cord>` is unusual in that it returns `bytes`. All other string-kind `type_caster`s return `str` and can be directed to use `bytes` instead via `return_value_policy::_return_as_bytes`. There is no `return_value_policy::return_as_str` that we could use here. Introducing such a policy just for `type_caster<absl::Cord>` seems heavy-handed. The existing `return_value_policy::_clif_automatic` fits this niche case organically and is fully sufficient for the purposes of PyCLIF-pybind11.
      
      PiperOrigin-RevId: 620916112
      Ralf W. Grosse-Kunstleve committed
  11. 21 Mar, 2024 1 commit
  12. 20 Mar, 2024 1 commit
  13. 29 Feb, 2024 1 commit
  14. 28 Feb, 2024 2 commits
  15. 23 Feb, 2024 1 commit
  16. 22 Feb, 2024 1 commit
  17. 20 Feb, 2024 2 commits
  18. 16 Feb, 2024 2 commits
  19. 15 Feb, 2024 2 commits
  20. 24 Jan, 2024 2 commits
  21. 10 Jan, 2024 1 commit
  22. 09 Jan, 2024 5 commits
  23. 08 Jan, 2024 1 commit
  24. 03 Jan, 2024 1 commit
  25. 12 Dec, 2023 1 commit
  26. 06 Nov, 2023 1 commit
  27. 31 Oct, 2023 1 commit
  28. 20 Oct, 2023 2 commits