Skip to content
Snippets Groups Projects
  1. Aug 21, 2012
  2. Aug 19, 2012
  3. Aug 17, 2012
    • Ralph Giles's avatar
      Fix an MSVC warning. · 3a9b3545
      Ralph Giles authored
      Microsoft Visual Studio 2010 warns about 'C4146: unary minus
      operator applied to unsigned type, result still unsigned'
      because of the '&-sizeof(void*)' in align().
      
      This commit works around the warning by casting the size_t
      to int before negation.
      
      Patch by Hauke, who reported the issue on the opus mailing
      list. Reviewed by derf.
      3a9b3545
  4. Aug 16, 2012
  5. Aug 15, 2012
  6. Aug 12, 2012
    • Gregory Maxwell's avatar
      More doc fixes. · 31cf4e1d
      Gregory Maxwell authored
      In particular we no longer document the default complexity because
      we're not guaranteeing to keep the default value constant.  In the
      future the default may be lowered in order to keep the default
      speed constant.
      31cf4e1d
  7. Aug 10, 2012
    • Ralph Giles's avatar
      Only install opus_*.3 manpages. Fixes 'make distcheck'. · 0e232490
      Ralph Giles authored
      We were installing every readable file in man/man3, but
      only unstalling files matching opus_*.3. Some doxygen
      versions construct manpage versions of the marked up
      header files and directory index, which got left on the
      system after 'make uninstall'.
      
      I don't think the 'uninstall' target is widely used, it's
      often broken and can easily break other software. However,
      we rely on 'make distcheck' which does verify this issue.
      
      Instead, only install the opus_*.3 manpages, which are the
      core api documentation.
      0e232490
    • Gregory Maxwell's avatar
      8d2e9ade
  8. Aug 09, 2012
  9. Aug 08, 2012
  10. Aug 06, 2012
  11. Jul 30, 2012
  12. Jul 27, 2012
  13. Jul 26, 2012
  14. Jul 24, 2012
  15. Jul 21, 2012
  16. Jul 20, 2012
  17. Jul 18, 2012
Loading