aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/XBMC.vcxproj
AgeCommit message (Collapse)Author
2014-10-31videorefclock: refactoringRainer Hochecker
2014-10-26[win32] fix building and running Kodi-testmontellese
2014-10-17[win32] - sync projectMemphiz
2014-10-04[bluray][files] Add new BlurayFile class.ace20022
2014-10-03[settings] Rename DVDs category to Discs and add an option to specify the ↵ace20022
handling of Blu-rays.
2014-09-24[win32] Remove old WINFileSMB and WINSMBDirectoryKarlson2k
2014-09-24[win32][vfs] Add CWin32SMBFile class for files on SMB shares for win32Karlson2k
2014-09-19[win32][Fix] Adapt loading of ffmpeg dlls after the bump. For reference: b6fe3b8Martijn Kaijser
2014-09-16ffmpeg: adapt win32 dlls to major versions of 2.4Rainer Hochecker
2014-09-15Merge pull request #5185 from MartijnKaijser/win32_rebrandMartijn Kaijser
[win32] Rebrand win32 BuildSetup and installer files
2014-09-14[WIN32] Compile, install and run as Kodi. Move old XBMC portable_data and ↵Martijn Kaijser
%appdata%/userdata to Kodi locations
2014-09-13[win32] create .exe/.pdb files using $(ProjectName) set in VSMartijn Kaijser
2014-09-09[dxva] split decoder and renderer to different files and move renderers to ↵Anton Fedchin
cores/VideoRenderers
2014-09-04[markwatched] queue up mark watched jobs and process them without locking ↵Matthias Kortstiege
the main thread
2014-09-01[win32][vfs] FileFactory: switch to new CWin32File class; remove HDFile from ↵Karlson2k
win32 project
2014-09-01[win32][vfs] Implement new CWin32File class for local files on win32 platformsKarlson2k
* rewritten from scratch * added a lot of validity checks and results checks * correctly handle all over/under sizes of variables * automatically hide files in filesystem with name staring from dot * fixed bug - Write didn't update i/o pointer * always return real current file size instead of cached value * reimplemented Stat() better than common runtima stat() (more accurate time values, set real number of hard links, better set _S_IEXEC attribute etc.)
2014-08-22[win32] Add Win32Log with widestring loggingKarlson2k
2014-08-22[win32] Implement class CWin32InterfaceForCLogKarlson2k
2014-08-11[keyboard] adds code for loading keyboard layoutsJonathan Marshall
2014-08-09Merge pull request #5105 from fritsch/removecrystalhdMartijn Kaijser
Removecrystalhd
2014-08-06Merge pull request #5096 from Karlson2k/printf_format_check_01Karlson2k
StringUtils: add compiler parameters checking for Format()/FormatV()
2014-08-06Add helper header with definitions of macros for parameters checkingKarlson2k
2014-07-31[win32] fix custom build tool output of version.txt to include XBMC_PC.rcmontellese
2014-07-28CrystalHD: Rest in peacefritsch
2014-07-21[win32] XBMC main project file: fix indentationKarlson2k
2014-07-13[win32] update VS2010 project filesxhaggi
2014-07-10[win32] project changes for audioencodersJonathan Marshall
2014-07-02[win32][vfs] Implement Win32SMBDirectory similarly to Win32DirectoryKarlson2k
2014-07-02Move class auto_buffer to separate fileKarlson2k
2014-07-02Merge pull request #4866 from wsnipex/versioningjmarshallnz
automatic versioning
2014-07-02fixed: split non-template class in header/implementationArne Morten Kvarving
2014-07-01Merge pull request #4862 from ace20022/fix_dvdmessagetrackerAndreas Zelend
Remove CDVDMessageTracker
2014-06-30[WIN32] added automatic versioning (batch file done by wsnipex)wsoltys
and generate addons/xbmc.addon/addon.xml in CompileInfo.bat, thx Montellese
2014-06-10Merge pull request #4873 from Karlson2k/fix_sysinfo_test_01jmarshallnz
Fix SysInfo test
2014-06-10[win32] Use CSysInfo tests on win32Karlson2k
2014-06-10Merge pull request #4864 from Karlson2k/update_win32_vfs_01jmarshallnz
Implement CWin32Directory
2014-06-08VS Project - Adjust after removal codecs pcm/lpcmfritsch
2014-06-08Remove HDDirectory as not used nowKarlson2k
2014-06-08[win32] Implement class CWin32DirectoryKarlson2k
2014-06-07Remove unused DVDMessageTracker class.ace20022
2014-05-31Merge pull request #4818 from Karlson2k/remove_wingl_01Karlson2k
[win32] Drop OpenGL support for Win32
2014-05-30update VS project after removal of AEConvert and AERemapRainer Hochecker
2014-05-29[win32] Remove OpenGL files and configurations from projects VC projects and ↵Karlson2k
solution
2014-05-27[WIN32] compile XBMC with vs2013wsoltys
2014-05-20[win32] platinum: overwrite defines for default HTTP "User-Agent" and ↵montellese
"Server" header field values
2014-05-20[win32] update VS project files with NPT_CONFIG_ENABLE_LOGGINGmontellese
2014-05-09[win32] add JsonSchemaBuilder.bat to the windows specific build toolsmontellese
2014-05-09Merge pull request #4512 from Montellese/settings_guijmarshallnz
Unification of CGUIDialogSettings and CGUIWindowSettingsCategory
2014-05-08Remove libsamplerate from MSVC project filesDaniel Scheller
2014-05-08remove libsamplerate and related dead codeRainer Hochecker