Implemented multi-threading for file analyzer. Now multiple files can be analyzed...
commit14492b9c497f5c2768c7c7ad98d839ab4562bb3b
authorlordmulder <mulder2@gmx.de>
Fri, 4 May 2012 02:01:10 +0000 (4 04:01 +0200)
committerlordmulder <mulder2@gmx.de>
Fri, 4 May 2012 02:01:10 +0000 (4 04:01 +0200)
tree7f74cb4a23b72e72ae0afb826cbfaad12f4e0586
parent1da4db95942b8e9cf9849fb14a89fef8571f15d6
Implemented multi-threading for file analyzer. Now multiple files can be analyzed in parallel. This should speed-up adding files quite a bit, especially when a huge number of files is added at once.
LameXP_VS2010.vcxproj
LameXP_VS2010.vcxproj.filters
doc/Changelog.html
src/Config.h
src/Thread_FileAnalyzer.cpp
src/Thread_FileAnalyzer.h
src/Thread_FileAnalyzer_Task.cpp [copied from src/Thread_FileAnalyzer.cpp with 71% similarity]
src/Thread_FileAnalyzer_Task.h [copied from src/Thread_FileAnalyzer.h with 66% similarity]
src/Thread_Initialization.cpp