Skip to content
Snippets Groups Projects
  1. Dec 04, 2012
  2. Dec 03, 2012
  3. Dec 02, 2012
  4. Dec 01, 2012
  5. Nov 30, 2012
  6. Nov 29, 2012
  7. 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
  8. Nov 22, 2012
  9. Nov 19, 2012
  10. 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
  11. Nov 13, 2012
  12. Nov 12, 2012
  13. Nov 11, 2012
  14. Nov 09, 2012
    • Ralph Giles's avatar
      Fix line endings on MSVC project files. · c55f4d8d
      Ralph Giles authored
      These files has unix line endings, while the other
      project files have dos line endings.
      
      I hoped this would fix the link error about corrupt
      or invalid files with these projects, but it doesn't.
      Running 'Update project files...' in the VS2012 IDE
      is a work around, but it just adds a <PlatformToolset>
      element to each <PropertyGroup> and a line ending at
      the end of the file.
      c55f4d8d
    • Ralph Giles's avatar
      Add the new source files to the MSVC projects. · c8231202
      Ralph Giles authored
      Commits ae0e2ca8 and 6906210c split encode and decode
      support into separate files to help reduce the footprint
      of decode-only builds.
      
      This commit adds the new source files to the MSVC
      project files, fixing that build.
      c8231202
Loading