aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/XbmcThreads.vcxproj
AgeCommit message (Expand)Author
2014-12-16Revert "change xbmc/ path to src/ in all files"Rainer Hochecker
2014-12-15change xbmc/ path to src/ in all filesFneufneu
2013-11-10[win32] Add "core-defaults" with basic project settings, include file in each...Karlson2k
2013-11-10[win32] XBMC, XbmcCommons and XbmcThreads projects: remove custom settings as...Karlson2k
2013-11-10[win32] rename project defaults file, update paths to defaults file in projectsKarlson2k
2013-11-01Merge pull request #3485 from Karlson2k/win32_projects_update_01wsoltys
2013-11-01Merge pull request #3528 from Karlson2k/win32_projects_update_02Martijn Kaijser
2013-10-30[win32] cleanup: remove leftover from old project conversionKarlson2k
2013-10-30[win32] mark debug/release configs with proper internal marksKarlson2k
2013-10-24[win32] Use more VC optimizations for important XBMC parts for 'Release' configKarlson2k
2013-08-24Remove the Xp specific threading code.Jim Carroll
2013-06-18[win32] Enable SSE2 everywhereKarlson2k
2012-10-22[win32] add Timer.h/cpp to VS project filesmontellese
2012-09-05[win32] remove "Debug Testsuite" configuration from all projects except gtest...montellese
2012-09-05[WIN32] added a new target called Debug Testsuite which includes the gtest li...WiSo
2012-07-08Total cleanup of all VS projects + fix for OpenGL buildEvgeny Grin
2012-06-17XbmcThreads: forgot to set /EHa switch for the release build in a5ce6b6montellese
2012-06-13[win32] use /EHa instead of /EHsc in XbmcThreads project (enables SEH excepti...montellese
2012-06-10Merge pull request #961 from jimfcarroll/thread-cleanupJim Carroll
2012-05-25switch VS2010 debug project to disable STL iterator checks so that debugging ...Jonathan Marshall
2012-05-12Adds back signal handling and windows translated exception handling in a less...FernetMenta
2012-04-21Tests working under windows.Jim Carroll