[MassifVisualizer] [massif-visualizer] [Bug 316307] it's just crash on data opening
Milian Wolff
mail at milianw.de
Sat Mar 16 16:24:59 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=316307
Milian Wolff <mail at milianw.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/mass
| |if-visualizer/5938f3459e2d2
| |e29d99b225008fcb6f8c3ff7998
--- Comment #11 from Milian Wolff <mail at milianw.de> ---
Git commit 5938f3459e2d2e29d99b225008fcb6f8c3ff7998 by Milian Wolff.
Committed on 16/03/2013 at 17:23.
Pushed by mwolff into branch 'master'.
Refactor threaded parsing, use long lived worker pattern.
Not only is the code much cleaner, we also have the added advantage
of not spinning up new threads whenever we parse a new file.
Furthermore the signals have been cleaned up to remove the unsafe
accessal of the old ParseThread once it has finished parsing.
M +29 -31 app/mainwindow.cpp
M +4 -3 app/mainwindow.h
M +1 -1 massifdata/CMakeLists.txt
D +0 -117 massifdata/parsethread.cpp
A +100 -0 massifdata/parseworker.cpp [License: GPL (v2/3)]
R +15 -21 massifdata/parseworker.h [from: massifdata/parsethread.h - 071%
similarity]
http://commits.kde.org/massif-visualizer/5938f3459e2d2e29d99b225008fcb6f8c3ff7998
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Massif-visualizer
mailing list