Skip to content
Snippets Groups Projects
  1. May 22, 2023
  2. May 12, 2023
  3. May 11, 2023
    • Chris Peterson's avatar
      Bug 1832219 - Define _USE_MATH_DEFINES and M_PI on both regular and mingw... · 03f125ad
      Chris Peterson authored
      Bug 1832219 - Define _USE_MATH_DEFINES and M_PI on both regular and mingw Windows builds. r=firefox-build-system-reviewers,cubeb-reviewers,glandium,padenot
      
      Without _USE_MATH_DEFINES, Windows' math.h doesn't define M_PI. Since _USE_MATH_DEFINES is defined globally, redundant definitions of _USE_MATH_DEFINES in moz.build files can be removed.
      
      obj-build/dist/include/mozilla/ServoStyleConstsInlines.h:396:32: error: use of undeclared identifier 'M_PI'
      obj-build/dist/include/mozilla/StaticPrefList_apz.h:133:22: error: use of undeclared identifier 'M_PI'
      obj-build/dist/include/mozilla/gfx/PathHelpers.h:139:33: error: use of undeclared identifier 'M_PI'
      
      Differential Revision: https://phabricator.services.mozilla.com/D177590
      03f125ad
  4. May 10, 2023
  5. May 09, 2023
  6. Apr 28, 2023
  7. Apr 27, 2023
  8. Apr 26, 2023
  9. Apr 22, 2023
  10. Apr 21, 2023
  11. Apr 20, 2023
  12. Apr 19, 2023
  13. Apr 18, 2023
  14. Apr 17, 2023
  15. Apr 12, 2023
  16. Apr 11, 2023
  17. Apr 01, 2023
  18. Mar 31, 2023
  19. Mar 30, 2023
Loading