Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
headers we need from wdk as a package to simplify setup
|
|
lzo in lib folder
make lzo non-optional (thanks Stefan Saraev)
Packaged a new build of texturepacker
|
|
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
|
|
|
|
Missing include of iterator
Don't wait on addon update job when no repositories are found
whitespace changes
naming collisions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gtest and XBMC
|
|
libs and builds a xbmc-test.exe console application.
|
|
There're still some users which uses XBMC with an Athlon XP :)
enabled SSE for the debug target to have it equally to release.
|
|
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
|
|
at reasonable speed is feasible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit ddaf3ea72771d5b3c172d31be7ccb4a44c437e31.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dyloaded/unloaded on demand.
|
|
|
|
|
|
|
|
|
|
|
|
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
|