summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Replace WIN32 with _WIN32 everywhereNirbheek Chauhan2020-08-211-1/+1
* win32: Add ambisonics sources to VS projectJoshua Bowman2018-07-262-0/+20
* Rename SSE 4.1 files to match their targets.Ralph Giles2017-09-112-12/+12
* VS2015: remove previously ignored C4146 in kiss_fft.cRicardo Constantino2017-03-021-3/+1
* VS2015: Ignore LNK4221 and properly force SSE off for Win32Ricardo Constantino2017-03-021-0/+4
* VS2015: ignore C4244 warning in opus_compare.cRicardo Constantino2017-03-021-1/+3
* VS2015: only compile fixed silk for appropriate configsRicardo Constantino2017-02-202-324/+28
* VS2015: Move back PreprocessorDefinitions to opusRicardo Constantino2017-02-202-2/+2
* VS2015: join common options in a properties fileRicardo Constantino2017-02-206-2903/+204
* VS2015: remove dead options for linker in static configurationsRicardo Constantino2017-02-201-19/+2
* genversion.bat: generate same version as update_versionRicardo Constantino2016-11-171-16/+7
* vs2015: reenable DebugDLL versions of opus_demoRicardo Constantino2016-11-101-0/+4
* vs2015: Add missing file to test_opus_encode.Ricardo Constantino2016-11-032-0/+4
* vs2015: include files added in 76674feaRicardo Constantino (:RiCON)2016-09-012-0/+8
* VS2015: Ignore warning 4146 in celt/kiss_fft.c.Ricardo Constantino (:RiCON)2016-07-271-1/+4
* win32/.gitignore: Add DebugDLL_fixed.Ricardo Constantino (:RiCON)2016-07-271-0/+1
* VS2015: Disable building DebugDLL opus_demo.Ricardo Constantino (:RiCON)2016-07-271-5/+1
* vs2015: Merge opus dependencies into its project.Ricardo Constantino (:RiCON)2016-07-2717-3419/+2363
* VS2015: Mirror changes in *.mk files from exp_lbr_tune merge.Ricardo Constantino (:RiCON)2016-07-266-24/+4
* VS2015: Suppress a few warnings.Ricardo Constantino (:RiCON)2016-07-269-54/+8
* Create a simple project to create version.h.Ricardo Constantino (:RiCON)2016-07-267-67/+260
* Move .exe back to root .gitignore for mingw buildsRicardo Constantino (:RiCON)2016-05-181-1/+0
* Remove VS2010 project files.Ralph Giles2016-05-1819-3030/+0
* Move Visual Studio GitIgnores to own fileOrestes Zoupanos2016-05-171-0/+25
* Fix DLL errors and Additional Library DirectoriesOrestes Zoupanos2016-05-172-8/+8
* Fix VS2015 dynamic builds by adding DLL_EXPORT to CFLAGSRicardo Constantino (:RiCON)2016-05-111-4/+4
* fix build settings for DLL project, runtime library must be linked to DLL too...uraymeiviar2016-05-119-90/+90
* Added Visual Studio 2015 solution and added ReleaseDLL and DebugDLL Project s...uraymeiviar2016-05-1119-0/+5889
* Use ProjectReference rather than AdditionalDependencies for test programs, so...Jonathan Lennox2015-09-015-20/+68
* Add intrinsics support to Visual Studio build.Jonathan Lennox2015-09-017-19/+114
* Add ~ to the arguments of genversion.batJoshua Milas2014-07-031-6/+6
* Drop the use of --always to git-describeRon2013-11-281-1/+1
* Replace "inline" with OPUS_INLINE.Gregory Maxwell2013-10-281-2/+0
* Don't use --dirty in genversion.bat.Ralph Giles2013-10-011-1/+1
* Pass --always to git describe.Ralph Giles2013-10-011-2/+2
* Fix more VS2010 header paths.Ralph Giles2013-08-213-41/+41
* Fix relative paths the header file in the VS2010 projects.Ralph Giles2013-08-214-46/+46
* Disable MSVC posix security warnings in the project file.Ralph Giles2013-07-154-8/+15
* Big squashed commit of Garf's MSVC reorg:Jean-Marc Valin2013-06-2720-6/+2900
* Enable SSE for MSVCMuldeR2013-06-171-0/+5
* Convert quotes in license headers to ASCII.Timothy B. Terriberry2013-05-191-1/+1
* missing comment in win32/config.hJean-Marc Valin2012-12-211-1/+1
* Remove the obsolete CELT_BUILD define from win32/config.h.Ralph Giles2012-12-071-2/+0
* Adds missing license headers on some scripts and test filesJean-Marc Valin2012-10-301-0/+27
* Include process.h for _getpid on windows.Ralph Giles2012-10-231-1/+0
* genversion now adds the header comment to version.mkChris Moeller2012-08-161-1/+2
* Updated Win32 genversion.bat to generate version.mk if Git is found, use it i...Chris Moeller2012-08-161-1/+29
* Disable stack-protector for mingw32 and remove win32 restrict define.Gregory Maxwell2012-08-091-1/+0
* Fixes MSVC projects and adds git version generator toolChris Moeller2012-07-202-1/+18
* Make MSVC build work in parallel.Gian-Carlo Pascutto2012-07-161-1/+1