summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-14Update IntroductionDmitry Krivoschekov1-12/+21
2018-05-13Update building instructions for GBSAleksei Vereshchagin1-3/+3
2018-05-13Add 'Running' chapter to READMEDmitry Krivoschekov10-1/+61
2018-05-13Add new READMEDmitry Krivoschekov1-0/+125
2018-05-13Rename original README of Tizen dotnet memory profilerDmitry Krivoschekov1-0/+0
2018-05-08Windows GUI build instruction updated.Alexey Chernobaev1-0/+4
2018-05-08File|Close menu item removed because it generally duplicated the functionalit...Alexey Chernobaev2-7/+0
2018-05-08copy required dll files to destination directory on build (in Release configu...Alexey Chernobaev1-2/+42
2018-04-28Merge branch 'rtsoft_msvc_port' into deliveryAlexey Chernobaev2-25/+110
2018-04-27Windows GUI build instruction updatedAlexey Chernobaev1-1/+1
2018-04-27Tizen i686 target build fixIgor Oblakov2-1/+33
2018-04-25add packaging for ARMIgor Oblakov3-0/+147
2018-04-12fixed stack overflow in case of too big flame graphs (now the maximum depth o...Alexey Chernobaev2-25/+110
2018-04-09"How to build" instruction updatedAlexey Chernobaev2-6/+33
2018-04-04fix build on LinuxAlexey Chernobaev3-5/+10
2018-04-04"Building Tizen .NET Memory Profiler GUI on Windows" document addedAlexey Chernobaev1-0/+106
2018-04-04fixing build errors in some environments (Qt 5.11.0 MSVC2017 64bit, Release b...Alexey Chernobaev5-55/+81
2018-04-03"Samsung Electronics Co." - added " Co."Alexey Chernobaev1-2/+2
2018-04-03- 'quick_exit' called on closing the application to avoid possible crashes in...Alexey Chernobaev2-14/+32
2018-04-03show "Nothing to display" if chart is empty to avoid user frustration (QWT)Alexey Chernobaev6-31/+95
2018-04-02some tricks for flame graph:Alexey Chernobaev8-16/+87
2018-03-30pro file fixAlexey Chernobaev1-1/+1
2018-03-30more possible build options (use / don't use such libraries as QWT, KChart, T...Alexey Chernobaev5-49/+67
2018-03-30about dialog text changedAlexey Chernobaev2-20/+28
2018-03-30ThreadWeaver library (helper for multithreaded programming) use in heaptrack_...Alexey Chernobaev5-19/+195
2018-03-28minor Linux fixesAlexey Chernobaev5-17/+27
2018-03-28saving and restoring main window position and sizeAlexey Chernobaev2-16/+27
2018-03-28better quality when saving charts to JPEG (Qwt)Alexey Chernobaev1-1/+1
2018-03-28conditional "rebranding" from Heaptrack to Tizen Memory Profiler (controlled ...Alexey Chernobaev9-33/+72
2018-03-28minor fixAlexey Chernobaev1-0/+1
2018-03-28about dialog improvedAlexey Chernobaev2-12/+25
2018-03-28about dialog corrected, application icon added (Windows)Alexey Chernobaev5-4/+24
2018-03-28using boost::iostreams::newline_filter to fix possible new line issues when r...Alexey Chernobaev1-0/+2
2018-03-27save charts to files fix (QWT)Alexey Chernobaev1-2/+2
2018-03-27saving and restoring chart options (QWT)Alexey Chernobaev4-11/+55
2018-03-27AboutData class addedAlexey Chernobaev5-7/+49
2018-03-26minor fixesAlexey Chernobaev4-3/+4
2018-03-26open file dialog added for selecting a profile data file and an optional "com...Alexey Chernobaev6-29/+107
2018-03-26pro file updated after adding the about dialogAlexey Chernobaev1-2/+7
2018-03-26about dialog added (NO_K_LIB mode) - need to change the dialog text!Alexey Chernobaev6-6/+156
2018-03-26minor fixAlexey Chernobaev1-0/+1
2018-03-26Merge branch 'rtsoft_msvc_port' of https://git-s.dev.rtsoft.ru/tizen-tools/he...Alexey Chernobaev1-6/+12
2018-03-26automatically detect the size of help window for charts (QWT)Alexey Chernobaev1-5/+11
2018-03-26Fix heaptrack i686 target problemIgor Oblakov1-6/+12
2018-03-25minor fix to be able to build without QWTAlexey Chernobaev3-4/+4
2018-03-25added a context menu to histogram (QWT)Alexey Chernobaev16-123/+330
2018-03-23refactoring to prepare adding a context menu to histogram (QWT)Alexey Chernobaev7-177/+320
2018-03-23fix file name suffix when exporting charts to files on Linux (QWT)Alexey Chernobaev1-2/+22
2018-03-22help window for charts (QWT) added; export charts (QWT) to files implementedAlexey Chernobaev6-35/+197
2018-03-20"Show Unresolved" and "Show Curve Borders" options implemented for charts, to...Alexey Chernobaev5-49/+107