aboutsummaryrefslogtreecommitdiff
path: root/lib/win32
AgeCommit message (Collapse)Author
2016-08-09[cmake/win32] Build Effects11 with CMakeChristian Fetzer
2016-08-09Update to latest effects11, august 2 2016 releasePär Björklund
2016-07-30remove win32 win10sdk dependencymapfau
2016-07-19Bump sdk to Win 10 as cmake defaults to that for addons anyway. Add the few ↵Pär Björklund
headers we need from wdk as a package to simplify setup
2016-05-30Updated texturepacker to vs2015 and all libs with it, remove dependency on ↵Pär Björklund
lzo in lib folder make lzo non-optional (thanks Stefan Saraev) Packaged a new build of texturepacker
2016-04-09This should resolve the python issues caused by vs2015 upgrade.Pär Björklund
Fixed copying of dll during build to avoid risking using python27.dll from system32 Rebuilt all statically linked libs with _ITERATOR_DEBUG_LEVEL=0 because of performance issues, especially during video development Curl should once again be linked against openssl switched all projects to use /MD or /MDd because it enables sharing of env between the loaded modules making our environment hacks less needed. Added curl and openssl to ignore list to avoid them being hooked by our crt emulation. This needs a proper fix and is likely resolved by Voyager's PR
2016-04-01Visual studio 2015 fixesPär Björklund
2016-02-02Fixes that have come from the migration to vs2015Pär Björklund
Missing include of iterator Don't wait on addon update job when no repositories are found whitespace changes naming collisions
2015-07-04[win32] Added Effects11 project to solution.Anton Fedchin
2015-03-09[dxva] hevc: add compat header for mingw.Anton Fedchin
2014-07-28CrystalHD: Rest in peacefritsch
2014-04-27[WIN32] download and compile ffmpeg from remote source.WiSo
2013-10-01[win32] Remove win32 PCRE lib source filesKarlson2k
2013-06-18[win32] Enable SSE2 everywhereKarlson2k
2012-09-05[win32] remove "Debug Testsuite" configuration from all projects except ↵montellese
gtest and XBMC
2012-09-05[WIN32] added a new target called Debug Testsuite which includes the gtest ↵WiSo
libs and builds a xbmc-test.exe console application.
2012-08-09[WIN32] changed from SSE2 to SSE for the XBMC main project and libsquash. ↵WiSo
There're still some users which uses XBMC with an Athlon XP :) enabled SSE for the debug target to have it equally to release.
2012-07-08Total cleanup of all VS projects + fix for OpenGL buildEvgeny Grin
Fix for OpenGL builds + Cleanup of XBMC.vcxproj Remove a lot of unused paths, libs and so on. Reflect general settings from DirectX builds to OpenGL builds. Fix for OpenGL builds that seems to be broken for more than month. Cleanup of XbmcThreads.vcxproj Removed extra includes and libs paths Cleanup of XbmcCommons.vcxproj Removed extra include dir from Release config Cleanup of Waveform.vcxproj Removed extra include dirs Cleanup of Milkdrop/Plugin.vcxproj Cleanup of directx_spectrum.vcxproj Removed extra libs from linker Cleanup of UnrarXLib.vcxproj Removed extra and outdated include paths Cleanup of squish_2010.vcxproj Cleanup of libXDAAP_win32.vcxproj Cleanup of StSoundLibrary.vcxproj Removed extra include dirs Cleanup of libsidplay.vcxproj Removed extra include dirs Cleanup of libRTV.vcxproj Cleanup of libpcre.vcxproj Cleanup of vc10_libmp3lame_dll.vcxproj + Fix linker warning Sync general settings of configs Cleanup of libmodplug_2010.vcxproj Cleanup of libmad.vcxproj Cleanup of hdhomerun.vcxproj Cleanup of libid3tag.vcxproj Cleanup of libhts_2010.vcxproj Cleanup of libexif.vcxproj Reflect optimization setting from Release(DLL) to Release Cleanup of libcmyth.vcproj Cleanup of libass_win32_vs2010.vcxproj Reflect general settings (not debug related) form Debug to Release configuration Cleanup of libapetag.vcxproj Cleanup of zlib.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Remove unneeded DXSDK include path Cleanup of Tiff.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of png.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of mng.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of libdcr.vcxproj Update outdated precompiled header path Cleanup of Jpeg.vcxproj Update outdated precompiled header path Cleanup of jbig.vcxproj Update outdated precompiled header path Cleanup of jasper.vcxproj and sync Unicode & non-Unicode settings Cleanup of ImageLib.vcxproj and sync Debug & Unicode Debug, Release & Unicode Release Cleanup of cpluff.vcxproj
2012-05-25switch VS2010 debug project to disable STL iterator checks so that debugging ↵Jonathan Marshall
at reasonable speed is feasible
2011-06-24[WIN32] deleted: old libmicrohttpd binaries 0.4.5WiSo
2011-06-07changed: removed libwavpack as it's fully supported by ffmpeg (fixes #11615)vdrfan
2011-05-14[WIN32] deleted old boost in our repoWiSo
2011-05-12[WIN32] removed libcionv from our repoWiSo
2011-05-07[WIN32] enable sse for all projects in release targetWiSo
2011-05-07[WIN32] deleted libcdio 0.72WiSo
2011-05-04[WIN32] moved libcrystalhd to /lib/win32 and adapted pathsWiSo
2011-04-16WIN32: add missing boost dependencies to fix b6efc55e8690da2304a6montellese
2011-04-10Revert "[WIN32] removed the pcre sources from our repo"WiSo
This reverts commit ddaf3ea72771d5b3c172d31be7ccb4a44c437e31.
2011-04-09[WIN32] removed internal zlibWiSo
2011-04-09[WIN32] removed the pcre sources from our repoWiSo
2011-04-09[WIN32] removed ogg/vorbis sources and binaries from our repoWiSo
2011-04-04[WIN32] removed sqlite sources in favor of external libWiSo
2011-04-04[WIN32] removed libsamplerate from the repoWiSo
2011-04-04[WIN32] removed "internal" libsshWiSo
2011-03-23[osx/ios] changed libwavpack from static link to xbmc binary to ↵S. Davilla
dyloaded/unloaded on demand.
2011-03-09[darwin] changed, replace wrapping with wrapper.rb with linker alias_listS. Davilla
2011-03-05[WIN32] removed libbluray_win32 and libbluray.dllWiSo
2011-03-02[WIN32] removed internal fribidi 0.10.9WiSo
2011-02-06removed: glib now that libmms doesn't need itelupus
2011-02-06removed: libmms from win32 buildelupus
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp