Skip to content
Snippets Groups Projects
  1. May 29, 2023
  2. May 23, 2023
  3. May 15, 2023
    • Mike Hommey's avatar
      Bug 1832708 - Disable std::__throw_* wrapping on libc++ >= 14.0.... · 025602a7
      Mike Hommey authored
      Bug 1832708 - Disable std::__throw_* wrapping on libc++ >= 14.0. r=firefox-build-system-reviewers,andi
      
      As of libc++ 14, the functions are defined in the std namespace rather
      than std::<something>, which makes them conflict with our wrapping. This
      is not a problem on libstdc++ because the functions are defined in the
      library itself rather than the headers.
      
      This was the real reason behind the addition of #ifndef __wasm__ ; this
      is a more generic fix for the same problem.
      
      Differential Revision: https://phabricator.services.mozilla.com/D177841
      025602a7
  4. May 09, 2023
  5. May 08, 2023
  6. May 04, 2023
  7. May 03, 2023
  8. Apr 21, 2023
  9. Apr 19, 2023
  10. Apr 05, 2023
  11. Mar 31, 2023
  12. Mar 29, 2023
  13. Mar 30, 2023
  14. Mar 29, 2023
  15. Mar 16, 2023
  16. Mar 15, 2023
  17. Mar 09, 2023
  18. Mar 02, 2023
  19. Feb 22, 2023
  20. Feb 17, 2023
  21. Feb 15, 2023
  22. Feb 14, 2023
  23. Jan 20, 2023
Loading