Skip to content
Snippets Groups Projects
  1. Dec 03, 2012
  2. Dec 02, 2012
  3. Dec 01, 2012
  4. Nov 30, 2012
  5. Nov 29, 2012
  6. Nov 27, 2012
    • Gregory Maxwell's avatar
      Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break. · 07418d9d
      Gregory Maxwell authored
      This also adds some extra casts to shut up compiler warnings
       reported on MSVC 6 where there is implicit truncation for the
       arguments of bitexact_cos().
      Lacking access to CLZ/BSR will make the code a fair bit slower but
       that is better than failing to compile.
      07418d9d
  7. Nov 22, 2012
  8. Nov 19, 2012
  9. Nov 14, 2012
    • Ralph Giles's avatar
      Enable maintainer mode by default on automake 1.11 · 14454c49
      Ralph Giles authored
      Passing 'enable' as an argument to AM_MAINTAINER_MODE flips the
      default to enabled, rather than disabled until automake 1.11.
      This is a safer default for a developer-oriented library.
      
      ./configure --disable-maintainer-mode is still available for
      packagers who what to preserve the upstream build distribution.
      
      On earlier automake versions, the argument appears to have no
      effect, so there is no behaviour change for developers using
      older autotools.
      
      Based on a patch for opusfile by ron@debian.org.
      14454c49
  10. Nov 13, 2012
  11. Nov 12, 2012
  12. Nov 11, 2012
  13. Nov 09, 2012
Loading