OSDN Git Service

Refactored the "LockedFile" class + moved hash computation to a separate class, for...
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 30 Aug 2015 11:47:08 +0000 (13:47 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 30 Aug 2015 11:47:08 +0000 (13:47 +0200)
commit1714af0a4d978405b1c839c93e68aea5bd8ebf25
tree0a06b8174e629767097ad9352d2d3658c660ab30
parent9a00f1ce230d5eb316352ba2ba0b1c01a9d1073d
Refactored the "LockedFile" class + moved hash computation to a separate class, for clarity.
15 files changed:
LameXP_VS2013.vcxproj
LameXP_VS2013.vcxproj.filters
LameXP_VS2015.vcxproj
LameXP_VS2015.vcxproj.filters
doc/Changelog.html
doc/Changelog.md
etc/NSIS/setup.nsi
src/Config.h
src/Dialog_About.cpp
src/FileHash.cpp [new file with mode: 0644]
src/FileHash.h [new file with mode: 0644]
src/Global_Tools.cpp
src/LockedFile.cpp
src/LockedFile.h
src/Thread_Initialization.cpp