Age | Commit message (Collapse) | Author |
|
|
|
[coverity] Some cleanup/fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add CMakeLists.txt for the lib directory.
- lib/addons
- UnrarXLib
- libUPnP
- libexif
|
|
|
|
|
|
specification.
|
|
|
|
|
|
|
|
fix a few coverity warnings
|
|
|
|
|
|
to buffer overflow with special value FFFFFF
|
|
|
|
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
|
|
|
|
could result in a buffer overflow.
|
|
each project
|
|
same now
|
|
|
|
[win32] mark debug/release configs with proper internal marks
|
|
This remove useless preprocessor definition "_VC80_UPGRADE=0x0710"
|
|
Win32 projects cleanup 02
|
|
VS project wizard generate project with such marks, should help MSBuild to correctly configure internal staff.
Seems that correct XBMC marks was lost on conversion from old projects.
|
|
* debug config was broken and not used
* target subsystem was "Console" instead of "Windows"
|
|
|
|
|
|
|
|
closes #12628
|
|
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
|
|
instead of constant, replaced sizeof(short) by 2 (might cause toubles on future platforms)
|
|
|
|
accessible through slideshow.exifdescription.
|
|
|
|
Fix several linking concerns that are usually masked in one way or another.
To see, add -Wl,--unresolved-symbols=ignore-in-shared-libs to LDFLAGS
1. The 3rd party libs that we build can't resolve our wrapped functions until
runtime, so tell the linker not to expect them.
2. Various vis and screensavers were relying on XBMC bringing in GL libs.
With these fixes, linking opts like --unresolved-symbols=ignore-in-shared-libs
now work properly. This is useful for annoying libs like gles or egl which
may depend on other libs that cannot resolve at link-time.
TODO: ProjectM still neeeds attention
|
|
when processing gps information (fixes #8427)
|
|
|
|
|
|
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
|