aboutsummaryrefslogtreecommitdiff
path: root/xbmc/win32
AgeCommit message (Collapse)Author
2013-09-17[win32] Use SysInfo::IsOS64bit instead of local analogKarlson2k
2013-09-07Merge pull request #3191 from wsoltys/remove_emu_socketMartijn Kaijser
removed the emu_socket directory and files as its not in use for windows
2013-09-05[win32] Move Add/RemoveExtraLongPathPrefix functions to WIN32Util classKarlson2k
2013-09-03removed the emu_socket directory and files as its not in use for windows and ↵wsoltys
I doubt that for other platforms as well.
2013-08-21[release] version bump to 13.0 alpha8 as we start new merge window.Martijn Kaijser
2013-08-05[win32] Refactoring of GetSpecialFolder in WIN32Util.cppKarlson2k
Avoid using big array in stack
2013-07-30[release] version bump to 13.0 alpha7 as we start new merge window.M. Kaijser
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-07-08Improve recompile speed: Don't include git_revision.h in system.h (leads to ↵Garrett Brown
excessive recompiles)
2013-07-06[WIN32] changed: check for sse2 and abort with a message if it isn't ↵wsoltys
supported by the cpu.
2013-06-30[release] version bump to 13.0 alpha6 as we start new merge window.Martijn Kaijser
2013-06-05Merge pull request #2756 from Karlson2k/no_old_msc_verwsoltys
Remove unneeded or outdated _MSC_VER macro #ifs
2013-06-02changed, use TARGET_xxx, die _LINUX diedavilla
2013-06-02[win32] Use CEnvironment in WIN32Util.cppKarlson2k
2013-06-02[win32] Finally remove win32env.cKarlson2k
2013-05-26[release] version bump to 13.0 alpha5 as we start new merge window.Martijn Kaijser
2013-05-20[win32] cosmetic change in WIN32Util.hmontellese
2013-05-17Remove unneeded or outdated _MSC_VER macro #ifsKarlson2k
2013-05-12[win32] replace usage of IsVistaOrHigher and IsWindows8OrHigher with unified ↵Karlson2k
function IsWindowsVersionAtLeast
2013-05-01settings: replace CSettings and CGUISettings with new CSettingsmontellese
2013-04-28[release] version bump to 13.0 alpha4 as we start new merge window.Martijn Kaijser
2013-04-10Merge pull request #2578 from a11599/hybridshutdowna11599
[win32][added] Hybrid shutdown on Windows 8
2013-04-10Add missing thread names, improve existing thread namesDag Wieers
This extends on the work of PR #2323. Since thread names are limited to 15 characters, we reduced the length of the name (removing starting C, get rid of spaces, remove trailing Thread, ...) where it made sense. ``` xbmc02:~ # pstree -p 715 xbmc.bin(715)-+-{EPGUpdater}(798) |-{EventServer}(790) |-{PeripheralBus}(778) |-{PeripheralBus}(779) |-{PVRAddon}(800) |-{PVRAddon}(932) |-{PVRGUIInfo}(933) |-{PVRManager}(799) |-{SoftAE}(777) |-{TCPServer}(791) |-{XBPython}(783) |-{XBPython}(784) |-{XBPython}(786) |-{XBPython}(787) |-{XBPython}(955) |-{XBPython}(972) `-{xbmc.bin}(792) ``` I would like to see more specific names for XBPython, PeripheralBus and PVRAddon. And also get rid of the remaining xbmc.bin thread name.
2013-04-09[win32][added] Hybrid shutdown on Windows 8a11599
2013-04-05[WIN32] replace old dirent emulation to a more complete one. Even though I ↵wsoltys
can't find where its still in use I feel better with a working solution.
2013-03-31Merge pull request #2510 from MartijnKaijser/version_aprilMartijn Kaijser
[release] version bump to 13.0 alpha3 as we start new merge window.
2013-03-31fixed: avoid spurious dependencies for utils/CharsetConverter.hspiff
from 200 files rebuilt to 56 (144 spurious)
2013-03-28[release] version bump to 13.0 alpha3 as we start new merge window.Martijn Kaijser
2013-03-07Merge pull request #2243 from MartijnKaijser/13.0alpha2_bumpdavilla
[release] version bump to 13.0 alpha2 as we start new merge window.
2013-03-03move AppParamParser.h/cpp from xbmc/settings/ to xbmc/montellese
2013-03-01[WIN32] fixed: first process OnSleep events before going into suspend (fixes ↵wsoltys
#14101)
2013-02-15[release] version bump to 13.0 alpha2 as we start new merge window.Martijn Kaijser
2013-02-09Merge pull request #2200 from MartijnKaijser/header_updateMartijn Kaijser
[cosmetics] update date in GPL header
2013-02-09[WIN32] catch exceptions also during Create(), CreateGUI() and Initialize().wsoltys
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2013-02-04[WIN32] implemented a poor man's stacktrace for windows.WiSo
2013-01-27[release] version bump to 13.0 alpha1 as we start new merge windows.Martijn Kaijser
2013-01-14fixed: system screensaver could kick in when playing video. We won't please ↵WiSo
everyone with this change but at least it brings somewhat the old behavior back without altering the registry.
2012-12-31[release] bump version to RC3Martijn Kaijser
2012-12-19[release] bump version to 12.0 RC2Martijn Kaijser
2012-12-10[release] bump version to 12.0rc1Martijn Kaijser
2012-12-07[release] bump version to beta3Martijn Kaijser
2012-12-02[release] bump version to beta2Martijn Kaijser
2012-11-13fix typo in beta version win32Martijn Kaijser
2012-11-13Bump XBMC version for beta1 releaseMartijn Kaijser
2012-11-09fix win32 build after 30edf45pieh
2012-10-02[WIN32] fixed: ClogInit would crash on smb:// paths (i.e. if appdata is on ↵WiSo
an unc share). Should handle #13366.
2012-09-30version bump for October merge windowMartijnKaijser
2012-09-23CUtil: add thread-safe GetRandomNumber()montellese
2012-09-09update date in GPL headermontellese