index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xbmc
/
win32
Age
Commit message (
Expand
)
Author
2013-11-30
[release] version bump to 13.0 alpha11 as we start new merge window
Martijn Kaijser
2013-11-24
[WIN32] removed double include. replaced one CStdString by std::string and re...
wsoltys
2013-11-24
[WIN32] fixed crash when looking at the system storage info. fixes #14716
wsoltys
2013-11-16
[WIN32] removed unused methods and some CStdString occurrence.
WiSo
2013-11-16
[substr] ensure position is within range
Jonathan Marshall
2013-11-14
[cstdstring] removes Replace and Remove
Jonathan Marshall
2013-11-14
[cstdstring] remove Find/ReverseFind and replace with find/rfind or more appr...
night199uk
2013-11-14
[cstdstring] demise left/right and replace with other options
night199uk
2013-11-14
[cstdstring] removal of Trim/TrimLeft/TrimRight
Jonathan Marshall
2013-11-14
[cstdstring] adds CWIN32Util::WUSysMsg
Jonathan Marshall
2013-11-14
[cstdstring] remove IsEmpty() and replace with empty()
night199uk
2013-11-14
[cstdstring] demise Format, replacing with StringUtils::Format
night199uk
2013-10-31
Merge pull request #3500 from MartijnKaijser/november
Martijn Kaijser
2013-10-24
[win32] Remove CStdString from force included win32 precompiled header
Karlson2k
2013-10-23
[release] version bump to 13.0 alpha10 as we start new merge window
Martijn Kaijser
2013-10-12
[win32] WIN32Util: add "ConvertPathToWin32Form()" function
Karlson2k
2013-10-01
[win32] fix: use new function 'GetKernelBitness()' instead of 'IsOS64bit()'
Karlson2k
2013-09-30
Merge pull request #3286 from ace20022/tokenize
jmarshallnz
2013-09-30
Merge pull request #3290 from bavison/faster_substring_comparisons
jmarshallnz
2013-09-30
Merge pull request #3283 from Karlson2k/win32_small_cleanup_01
Martijn Kaijser
2013-09-30
Faster substring comparisons
Ben Avison
2013-09-27
[release] version bump to 13.0 alpha9 as we start new merge window.
Martijn Kaijser
2013-09-24
Move Tokenize from Util to StringUtils and replace CStdString by std::string.
ace20022
2013-09-17
[win32] Remove of WIN32Util::Is64Bit as duplicate of SysInfo::IsOS64bit
Karlson2k
2013-09-17
[win32] Use SysInfo::IsOS64bit instead of local analog
Karlson2k
2013-09-07
Merge pull request #3191 from wsoltys/remove_emu_socket
Martijn Kaijser
2013-09-05
[win32] Move Add/RemoveExtraLongPathPrefix functions to WIN32Util class
Karlson2k
2013-09-03
removed the emu_socket directory and files as its not in use for windows and ...
wsoltys
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.cpp
Karlson2k
2013-07-30
[release] version bump to 13.0 alpha7 as we start new merge window.
M. Kaijser
2013-07-25
[cosmetics] update copyright headers
M. Kaijser
2013-07-08
Improve recompile speed: Don't include git_revision.h in system.h (leads to e...
Garrett Brown
2013-07-06
[WIN32] changed: check for sse2 and abort with a message if it isn't supporte...
wsoltys
2013-06-30
[release] version bump to 13.0 alpha6 as we start new merge window.
Martijn Kaijser
2013-06-05
Merge pull request #2756 from Karlson2k/no_old_msc_ver
wsoltys
2013-06-02
changed, use TARGET_xxx, die _LINUX die
davilla
2013-06-02
[win32] Use CEnvironment in WIN32Util.cpp
Karlson2k
2013-06-02
[win32] Finally remove win32env.c
Karlson2k
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.h
montellese
2013-05-17
Remove unneeded or outdated _MSC_VER macro #ifs
Karlson2k
2013-05-12
[win32] replace usage of IsVistaOrHigher and IsWindows8OrHigher with unified ...
Karlson2k
2013-05-01
settings: replace CSettings and CGUISettings with new CSettings
montellese
2013-04-28
[release] version bump to 13.0 alpha4 as we start new merge window.
Martijn Kaijser
2013-04-10
Merge pull request #2578 from a11599/hybridshutdown
a11599
2013-04-10
Add missing thread names, improve existing thread names
Dag Wieers
2013-04-09
[win32][added] Hybrid shutdown on Windows 8
a11599
2013-04-05
[WIN32] replace old dirent emulation to a more complete one. Even though I ca...
wsoltys
2013-03-31
Merge pull request #2510 from MartijnKaijser/version_april
Martijn Kaijser
[next]