OSDN Git Service

Happy new year 2017!
authorLoRd_MuldeR <mulder2@gmx.de>
Fri, 6 Jan 2017 22:17:56 +0000 (23:17 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Fri, 6 Jan 2017 22:17:56 +0000 (23:17 +0100)
commitf36c83c25ecaa34b339f506f82088956f2c4808b
tree870ecf5dd824d906eebe0cb4aaa0e4e4d2c902a3
parentc7a859c64cc0e87f694ca8663f4fe86de1aafabb
Happy new year 2017!
51 files changed:
README.html
README.md
include/MUtils/CPUFeatures.h
include/MUtils/ErrorHandler.h
include/MUtils/Exception.h
include/MUtils/GUI.h
include/MUtils/Global.h
include/MUtils/Hash.h
include/MUtils/IPCChannel.h
include/MUtils/JobObject.h
include/MUtils/OSSupport.h
include/MUtils/Registry.h
include/MUtils/Sound.h
include/MUtils/Startup.h
include/MUtils/Taskbar7.h
include/MUtils/Terminal.h
include/MUtils/Translation.h
include/MUtils/UpdateChecker.h
include/MUtils/Version.h
include/MUtilsInfo.dox
src/CPUFeatures_Win32.cpp
src/Config.h
src/CriticalSection_Win32.h
src/DLLMain.cpp
src/DirLocker.h
src/ErrorHandler_Win32.cpp
src/GUI.cpp
src/GUI_Win32.cpp
src/Global.cpp
src/Hash.cpp
src/Hash_Blake2.cpp
src/Hash_Blake2.h
src/Hash_Keccak.cpp
src/Hash_Keccak.h
src/IPCChannel.cpp
src/JobObject_Win32.cpp
src/OSSupport_Win32.cpp
src/Registry_Win32.cpp
src/Sound_Win32.cpp
src/Startup.cpp
src/Taskbar7_Win32.cpp
src/Terminal_Win32.cpp
src/Translation.cpp
src/UpdateChecker.cpp
src/Utils_Win32.cpp
src/Utils_Win32.h
src/Version.cpp
test/src/GlobalTest.cpp
test/src/HashTest.cpp
test/src/MUtilsTest.h
test/src/Main.cpp