Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2020-08-22Replace WIN32 with _WIN32 everywhereNirbheek Chauhan
2018-07-27win32: Add ambisonics sources to VS projectJoshua Bowman
2017-09-11Rename SSE 4.1 files to match their targets.Ralph Giles
2017-03-03VS2015: remove previously ignored C4146 in kiss_fft.cRicardo Constantino
2017-03-03VS2015: Ignore LNK4221 and properly force SSE off for Win32Ricardo Constantino
2017-03-03VS2015: ignore C4244 warning in opus_compare.cRicardo Constantino
2017-02-21VS2015: only compile fixed silk for appropriate configsRicardo Constantino
2017-02-21VS2015: Move back PreprocessorDefinitions to opusRicardo Constantino
2017-02-21VS2015: join common options in a properties fileRicardo Constantino
2017-02-21VS2015: remove dead options for linker in static configurationsRicardo Constantino
2016-11-18genversion.bat: generate same version as update_versionRicardo Constantino
2016-11-11vs2015: reenable DebugDLL versions of opus_demoRicardo Constantino
2016-11-04vs2015: Add missing file to test_opus_encode.Ricardo Constantino
2016-09-01vs2015: include files added in 76674feaRicardo Constantino (:RiCON)
2016-07-27VS2015: Ignore warning 4146 in celt/kiss_fft.c.Ricardo Constantino (:RiCON)
2016-07-27win32/.gitignore: Add DebugDLL_fixed.Ricardo Constantino (:RiCON)
2016-07-27VS2015: Disable building DebugDLL opus_demo.Ricardo Constantino (:RiCON)
2016-07-27vs2015: Merge opus dependencies into its project.Ricardo Constantino (:RiCON)
2016-07-26VS2015: Mirror changes in *.mk files from exp_lbr_tune merge.Ricardo Constantino (:RiCON)
2016-07-26VS2015: Suppress a few warnings.Ricardo Constantino (:RiCON)
2016-07-26Create a simple project to create version.h.Ricardo Constantino (:RiCON)
2016-05-18Move .exe back to root .gitignore for mingw buildsRicardo Constantino (:RiCON)
2016-05-18Remove VS2010 project files.Ralph Giles
2016-05-18Move Visual Studio GitIgnores to own fileOrestes Zoupanos
2016-05-18Fix DLL errors and Additional Library DirectoriesOrestes Zoupanos
2016-05-12Fix VS2015 dynamic builds by adding DLL_EXPORT to CFLAGSRicardo Constantino (:RiCON)
2016-05-12fix build settings for DLL project, runtime library must be linked to DLL too...uraymeiviar
2016-05-12Added Visual Studio 2015 solution and added ReleaseDLL and DebugDLL Project s...uraymeiviar
2015-09-02Use ProjectReference rather than AdditionalDependencies for test programs, so...Jonathan Lennox
2015-09-02Add intrinsics support to Visual Studio build.Jonathan Lennox
2014-07-03Add ~ to the arguments of genversion.batJoshua Milas
2013-11-27Drop the use of --always to git-describeRon
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-10-02Don't use --dirty in genversion.bat.Ralph Giles
2013-10-02Pass --always to git describe.Ralph Giles
2013-08-22Fix more VS2010 header paths.Ralph Giles
2013-08-22Fix relative paths the header file in the VS2010 projects.Ralph Giles
2013-07-16Disable MSVC posix security warnings in the project file.Ralph Giles
2013-06-27Big squashed commit of Garf's MSVC reorg:Jean-Marc Valin
2013-06-17Enable SSE for MSVCMuldeR
2013-05-20Convert quotes in license headers to ASCII.Timothy B. Terriberry
2012-12-21missing comment in win32/config.hJean-Marc Valin
2012-12-07Remove the obsolete CELT_BUILD define from win32/config.h.Ralph Giles
2012-10-30Adds missing license headers on some scripts and test filesJean-Marc Valin
2012-10-24Include process.h for _getpid on windows.Ralph Giles
2012-08-17genversion now adds the header comment to version.mkChris Moeller
2012-08-16Updated Win32 genversion.bat to generate version.mk if Git is found, use it i...Chris Moeller
2012-08-09Disable stack-protector for mingw32 and remove win32 restrict define.Gregory Maxwell
2012-07-20Fixes MSVC projects and adds git version generator toolChris Moeller
2012-07-17Make MSVC build work in parallel.Gian-Carlo Pascutto