Age | Commit message (Collapse) | Author |
|
[coverity] Some cleanup/fixes
|
|
|
|
|
|
Add TranslateSpecialPath to libAddon_helper interface
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to frostworx for fixing the peripheral add-ons build, notspiff for
helping with the rebrand and montellese for the windows installer fix and VS
solution fix.
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef's
|
|
IFile
|
|
|
|
|
|
Add CMakeLists.txt for the lib directory.
- lib/addons
- UnrarXLib
- libUPnP
- libexif
|
|
|
|
our addon libraries
|
|
fritsch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
callbacks
|
|
|
|
powershell, changed it to specify utf8 without bom
|
|
127663da0ed4cff015d9d0070ccacf543282dd82
|
|
|
|
|
|
char*' to fix compiler warnings (addon relevant part)"
This reverts commit db44ba5faf00cf29ac7a45ef49a933d1ef45366b.
|
|
|
|
fix compiler warnings (addon relevant part)
|
|
|
|
|
|
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
|
|
|
|
|
|
|
|
each project
|
|
|
|
|
|
[win32] mark debug/release configs with proper internal marks
|
|
This remove useless preprocessor definition "_VC80_UPGRADE=0x0710"
|
|
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.
|