Skip to content
Snippets Groups Projects
  1. Oct 02, 2023
  2. Sep 27, 2023
  3. Sep 14, 2023
  4. Sep 12, 2023
  5. Aug 08, 2023
  6. Aug 01, 2023
  7. Jul 27, 2023
  8. Jul 12, 2023
    • Mike Hommey's avatar
      Bug 1842933 - Use NEON_FLAGS instead of VPX_ASFLAGS for libaom neon code.... · b1b3110b
      Mike Hommey authored
      Bug 1842933 - Use NEON_FLAGS instead of VPX_ASFLAGS for libaom neon code. r=firefox-build-system-reviewers,andi a=RyanVM
      
      Back when libaom was added, VPX_ASFLAGS was more or less the only
      variable that had the right set of flags for NEON support, which
      justified its use. However, it's not set when building against system
      libvpx.
      
      Bug 1791482 improved things, though, and VPX_ASFLAGS, as far as NEON is
      concerned, is now only re-exporting NEON_FLAGS, with the same caveat that
      VPX_ASFLAGS is empty when building against system libvpx.
      
      So we should use NEON_FLAGS instead of VPX_ASFLAGS.
      
      Differential Revision: https://phabricator.services.mozilla.com/D183310
      b1b3110b
  9. May 22, 2023
  10. May 12, 2023
  11. 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
  12. May 10, 2023
  13. May 09, 2023
  14. Apr 28, 2023
  15. Apr 27, 2023
  16. Apr 26, 2023
  17. Apr 22, 2023
  18. Apr 21, 2023
  19. Apr 20, 2023
  20. Apr 19, 2023
  21. Apr 18, 2023
  22. Apr 17, 2023
Loading