summaryrefslogtreecommitdiff
path: root/win32/VS2015
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
* 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
* 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-2716-3419/+2362
* 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
* 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