1. 907a523 Replace WIN32 with _WIN32 everywhere by Nirbheek Chauhan · 3 years, 11 months ago
  2. bc4ecf1 win32: Add ambisonics sources to VS project by Joshua Bowman · 6 years ago
  3. 6db968e Rename SSE 4.1 files to match their targets. by Ralph Giles · 7 years ago
  4. c293ded VS2015: remove previously ignored C4146 in kiss_fft.c by Ricardo Constantino · 7 years ago
  5. b95c5e7 VS2015: Ignore LNK4221 and properly force SSE off for Win32 by Ricardo Constantino · 7 years ago
  6. 4d88328 VS2015: ignore C4244 warning in opus_compare.c by Ricardo Constantino · 7 years ago
  7. 6116892 VS2015: only compile fixed silk for appropriate configs by Ricardo Constantino · 7 years ago
  8. 9c2736d VS2015: Move back PreprocessorDefinitions to opus by Ricardo Constantino · 7 years ago
  9. daf1d12 VS2015: join common options in a properties file by Ricardo Constantino · 7 years ago
  10. 0335534 VS2015: remove dead options for linker in static configurations by Ricardo Constantino · 7 years ago
  11. 8fe210f genversion.bat: generate same version as update_version by Ricardo Constantino · 8 years ago
  12. ab14848 vs2015: reenable DebugDLL versions of opus_demo by Ricardo Constantino · 8 years ago
  13. e619ea7 vs2015: Add missing file to test_opus_encode. by Ricardo Constantino · 8 years ago
  14. 08eb1b8 vs2015: include files added in 76674fea by Ricardo Constantino (:RiCON) · 8 years ago
  15. eca752f VS2015: Ignore warning 4146 in celt/kiss_fft.c. by Ricardo Constantino (:RiCON) · 8 years ago
  16. 899348f win32/.gitignore: Add DebugDLL_fixed. by Ricardo Constantino (:RiCON) · 8 years ago
  17. 07a51eb VS2015: Disable building DebugDLL opus_demo. by Ricardo Constantino (:RiCON) · 8 years ago
  18. 385d49e vs2015: Merge opus dependencies into its project. by Ricardo Constantino (:RiCON) · 8 years ago
  19. 1aa8514 VS2015: Mirror changes in *.mk files from exp_lbr_tune merge. by Ricardo Constantino (:RiCON) · 8 years ago
  20. b6ac6ce VS2015: Suppress a few warnings. by Ricardo Constantino (:RiCON) · 8 years ago
  21. a79bf19 Create a simple project to create version.h. by Ricardo Constantino (:RiCON) · 8 years ago
  22. 97e4176 Move .exe back to root .gitignore for mingw builds by Ricardo Constantino (:RiCON) · 8 years ago
  23. a01b0ab Remove VS2010 project files. by Ralph Giles · 8 years ago
  24. 67fe2ad Move Visual Studio GitIgnores to own file by Orestes Zoupanos · 8 years ago
  25. d274f57 Fix DLL errors and Additional Library Directories by Orestes Zoupanos · 8 years ago
  26. 5ff11c0 Fix VS2015 dynamic builds by adding DLL_EXPORT to CFLAGS by Ricardo Constantino (:RiCON) · 8 years ago
  27. ae8fec4 fix build settings for DLL project, runtime library must be linked to DLL too to prevent heap deallocation error by uraymeiviar · 9 years ago
  28. 3aaddaf Added Visual Studio 2015 solution and added ReleaseDLL and DebugDLL Project settings to produce .dll file instead of .lib by uraymeiviar · 9 years ago
  29. a7c1ebf Use ProjectReference rather than AdditionalDependencies for test programs, so build dependencies are right. by Jonathan Lennox · 9 years ago
  30. fee0ed0 Add intrinsics support to Visual Studio build. by Jonathan Lennox · 9 years ago
  31. bb4b688 Add ~ to the arguments of genversion.bat by Joshua Milas · 10 years ago
  32. a1740d9 Drop the use of --always to git-describe by Ron · 11 years ago
  33. 7830cf1 Replace "inline" with OPUS_INLINE. by Gregory Maxwell · 11 years ago
  34. c9e2014 Don't use --dirty in genversion.bat. by Ralph Giles · 11 years ago
  35. c435f06 Pass --always to git describe. by Ralph Giles · 11 years ago
  36. 568de0a Fix more VS2010 header paths. by Ralph Giles · 11 years ago
  37. 2af12f3 Fix relative paths the header file in the VS2010 projects. by Ralph Giles · 11 years ago
  38. ecc81ee Disable MSVC posix security warnings in the project file. by Ralph Giles · 11 years ago
  39. 1975eea Big squashed commit of Garf's MSVC reorg: by Jean-Marc Valin · 11 years ago
  40. ff31b79 Enable SSE for MSVC by MuldeR · 11 years ago
  41. 80ad383 Convert quotes in license headers to ASCII. by Timothy B. Terriberry · 11 years ago
  42. 3593bbf missing comment in win32/config.h by Jean-Marc Valin · 11 years ago
  43. 22d8dcf Remove the obsolete CELT_BUILD define from win32/config.h. by Ralph Giles · 11 years ago
  44. 00898f2 Adds missing license headers on some scripts and test files by Jean-Marc Valin · 12 years ago
  45. 662ae9b Include process.h for _getpid on windows. by Ralph Giles · 12 years ago
  46. 2b14ac2 genversion now adds the header comment to version.mk by Chris Moeller · 12 years ago
  47. 9322362 Updated Win32 genversion.bat to generate version.mk if Git is found, use it if it isn't, and produce unknown version and leave it untouched if it isn't already found by Chris Moeller · 12 years ago
  48. 417679c Disable stack-protector for mingw32 and remove win32 restrict define. by Gregory Maxwell · 12 years ago
  49. b768c9b Fixes MSVC projects and adds git version generator tool by Chris Moeller · 12 years ago
  50. eeb7bd3 Make MSVC build work in parallel. by Gian-Carlo Pascutto · 12 years ago
  51. c0edd63 Make tests work on MSVC. by Gian-Carlo Pascutto · 12 years ago
  52. d2fa2ed Make compiler settings consistent. Actually produce the libary, remove the opus_demo for now. by Gian-Carlo Pascutto · 12 years ago
  53. bf75c8e SILK fixes following last codec WG meeting by Koen Vos · 12 years ago
  54. d6335ab Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. by Gregory Maxwell · 13 years ago
  55. 3e7c051 Removes // from win32/config.h by Jean-Marc Valin · 13 years ago
  56. ff5f722 Renamed celt_word* to opus_val* by Jean-Marc Valin · 13 years ago
  57. 494ce97 Squashed commit of the following: by Koen Vos · 13 years ago
  58. 83395d1 Win32 config.h by Jean-Marc Valin · 13 years ago