Skip to content
Snippets Groups Projects
  1. Jan 10, 2025
  2. Dec 27, 2024
  3. Dec 24, 2024
  4. Jul 05, 2024
  5. Jun 14, 2024
  6. Jun 12, 2024
  7. Jun 03, 2024
  8. Feb 09, 2024
  9. Jan 23, 2024
  10. Jan 22, 2024
  11. Jan 10, 2024
  12. Jan 08, 2024
  13. Jan 06, 2024
    • Ryan Prichard's avatar
      [windows] Fix std::stringstream error after upgrading libc++ · 81243c9d
      Ryan Prichard authored
      Upgrading libc++ adds a deleted overload for operator<< when writing a
      wchar_t* to a std::stringstream, because it surprisingly prints an
      address rather than the string content. See the proposal in
      wg21.link/p1423r3. Converting to a UTF-8 string is tedious, and I don't
      know how to test this code, so make the surprising behavior explicit to
      fix the compiler error.
      
      Bug: 175635923
      Test: m adb adbd
      Change-Id: I50ee7087d2e8fcd6a7dae9c8ffb99563be34051b
      81243c9d
  14. May 19, 2022
  15. Mar 11, 2022
  16. Feb 15, 2022
  17. Feb 12, 2022
  18. Feb 11, 2022
  19. Oct 06, 2021
  20. Aug 27, 2021
  21. Aug 26, 2021
  22. Aug 24, 2021
  23. Aug 23, 2021
  24. Aug 20, 2021
  25. Aug 17, 2021
Loading