Skip to content
Snippets Groups Projects
  1. Jul 03, 2014
    • Joshua Milas's avatar
      Add ~ to the arguments of genversion.bat · bb4b6885
      Joshua Milas authored
      
      genversion.bat would fail if an argument was passed with quotations.
      This is because the quotations were not being stripped before using
      them as variables, causing the _temp files not being created.
      
      Adding ~ to the arguments causes windows to strip the quotations,
      enabling it to be used with path names containing spaces and the
      MSVS pre-build event.
      
      Signed-off-by: default avatarRalph Giles <giles@mozilla.com>
      bb4b6885
  2. Jul 01, 2014
  3. Jun 30, 2014
  4. Jun 21, 2014
  5. Jun 20, 2014
  6. Jun 19, 2014
  7. Jun 18, 2014
  8. May 14, 2014
    • Ralph Giles's avatar
      Fix type conversion warning. · 3996642c
      Ralph Giles authored
      Use abs(sweep_bps) instead of fabs(). "sweep_bps" is an integer,
      and on some compilers this line generates a warning.
      
      Patch from Tina le Grand.
      Reviewed by Jean-Marc Valin
      3996642c
  9. Apr 17, 2014
  10. Mar 26, 2014
    • Timothy B. Terriberry's avatar
      Fix iOS builds with assembly. · 4ae4bc61
      Timothy B. Terriberry authored
      The patch in 76e831d9 got us most of the way there, but
       out-of-tree builds required a second Makefile.am rule, which was
       missing @ARM2GNU_PARAMS@.
      Also, the arm2gnu.pl was terminating argument processing on any
       argument beginning with --, rather than an argument that was just
       -- by itself (as is the normal convention in GNU programs).
      That meant it never saw the --apple flag even when it was passed.
      
      Thanks to Jonathan Lennox for the report and for testing.
      4ae4bc61
  11. Mar 19, 2014
  12. Feb 24, 2014
  13. Feb 07, 2014
  14. Feb 06, 2014
  15. Jan 31, 2014
  16. Jan 30, 2014
  17. Jan 29, 2014
  18. Jan 27, 2014
  19. Jan 23, 2014
  20. Jan 21, 2014
  21. Jan 20, 2014
Loading