Skip to content
Snippets Groups Projects
  1. Oct 01, 2013
  2. Sep 29, 2013
  3. Sep 28, 2013
  4. Sep 16, 2013
  5. Sep 14, 2013
  6. Sep 13, 2013
  7. Sep 12, 2013
  8. Sep 11, 2013
  9. Sep 10, 2013
  10. Sep 09, 2013
  11. Sep 06, 2013
  12. Sep 05, 2013
  13. Aug 31, 2013
  14. Aug 29, 2013
  15. Aug 28, 2013
  16. Aug 26, 2013
  17. Aug 21, 2013
  18. Aug 12, 2013
  19. Aug 05, 2013
  20. Jul 30, 2013
  21. Jul 25, 2013
  22. Jul 23, 2013
  23. Jul 15, 2013
    • Ralph Giles's avatar
      Disable MSVC posix security warnings in the project file. · ecc81ee6
      Ralph Giles authored
      By default Visual Studio warns about various C stdlib calls,
      recommending non-portable replacements instead. We disable
      this warning in a number of places in the source.
      
      Since they're specific to the Visual Studio build, it's better
      to disable them just in the project files where they always
      apply to the correct toolchain.
      
      I have only added the disable setting to project files which
      need it currently: opus, test_opus_encode, and test_opus_decode.
      ecc81ee6
    • Ralph Giles's avatar
      Conditionalize #pragma warn for MSVC. · 25eca1c3
      Ralph Giles authored
      This warning disable was conditional on _WIN32, which mingw
      also defines, resulting in a warning about the unknown pragma
      on gcc. Instead make it depend on something only the Visual
      Studio compiler defines.
      25eca1c3
Loading