sdk/tools/heaptrack.git
2017-04-07 Milian WolffDisable signal handling in timer thread
2017-04-06 Erwin JansenAdd missing include directory
2017-04-04 Milian WolffPrefer $lib.debug files over $lib files, if available
2017-04-04 Maxim GolovAdd a script to anonymize profiling data
2017-04-04 Milian WolffAdd .arcconfig file
2017-04-02 Milian WolffProperly fail to parse lines of two or one chars
2017-04-02 Milian WolffEnable rubber-band zooming in charts
2017-03-06 Kevin FunkFix -Wexpansion-to-defined warning from Clang 3.9
2017-03-06 Kevin FunkUpdate .gitignore with something more versatile
2017-03-06 Anton AnikinMerge remote-tracking branch 'origin/1.0'
2017-03-06 Anton AnikinAdd gitignore file
2017-03-06 Anton AnikinMerge remote-tracking branch 'origin/1.0'
2017-03-06 Anton AnikinFix "Uninitialized struct member" cppcheck error
2017-03-05 Milian WolffMerge branch '1.0'
2017-03-05 muo jpUpdate README.md
2017-03-05 Milian WolffOnly decrease leaked allocations counter for known...
2017-03-05 Milian WolffImprove cleanup after detaching heaptrack
2017-03-04 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-03-04 l10n daemon... GIT_SILENT made messages (after extraction)
2017-03-01 Montel LaurentTypo
2017-02-26 Milian WolffExclude unresolved functions from recursion detection.
2017-02-26 Milian WolffRemove now-dead code
2017-02-26 Milian WolffMerge branch '1.0'
2017-02-26 Milian WolffImprove the bottom-up conversion to top-down and caller...
2017-02-26 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-26 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-26 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-26 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-25 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-25 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-23 Milian WolffEnable alternating row colors for caller/callee view
2017-02-23 Milian WolffMove top-view properties to .ui file, enable alternatin...
2017-02-23 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-23 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-23 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-23 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-22 Milian WolffMerge branch '1.0'
2017-02-22 Milian WolffFix action enabled state
2017-02-22 Milian WolffFix compile with older KF5, as e.g. available on Ubuntu...
2017-02-21 Milian WolffMerge branch '1.0'
2017-02-21 Milian WolffEnable wordwrap in summary labels
2017-02-21 Milian WolffMerge branch '1.0'
2017-02-21 Milian WolffDocument how to contribute to heaptrack
2017-02-20 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-20 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-20 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-20 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-19 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-19 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-19 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-18 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-18 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-18 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-18 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-17 Milian WolffMerge branch '1.0'
2017-02-17 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-17 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-16 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-16 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-16 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-16 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-15 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-15 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-15 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-02-15 l10n daemon... GIT_SILENT made messages (after extraction)
2017-02-13 Milian WolffDon't build the flamegraph twice on initial load
2017-02-13 Milian WolffEnsure the brushes are properly initialized in a thread...
2017-02-13 Milian WolffSet context menu policy on flamegraph main widget
2017-02-13 Milian WolffUse KStandardAction for flamegraph forward/back actions.
2017-02-13 Milian WolffUse i18n in favor of QObject::tr
2017-02-13 Milian Wolffapply clang-format
2017-02-13 Milian WolffAdd open/open new/close/quit actions to file menu
2017-02-13 Milian WolffAdd .desktop and appdata files
2017-02-12 Milian WolffPass explicit parent to QAction ctor, fixes build on...
2017-01-30 Milian WolffOptimize aggregation of caller/callee data
2017-01-29 Milian WolffShow whether data comes from a runtime attached profile...
2017-01-29 Milian Wolffremove empty line
2017-01-29 Milian WolffAdd format_sources for use with KDevelop's reformat...
2017-01-29 Milian WolffCleanup: add Elf namespace with typedefs for ElfW types
2017-01-29 Milian WolffFix warning about undefined behavior when expanding...
2017-01-29 Milian Wolffremove dead code
2017-01-28 Milian WolffSet word-wrap-column to 120, like in clang-format config
2017-01-28 Milian WolffAdd clang-format configuration and reformat src/ and...
2017-01-28 Milian WolffRemove libunwind-specific defines from global config
2017-01-28 Milian WolffFix detection of unw_set_cache_size and adapt to upstre...
2017-01-28 Milian WolffMove code to setup caller/callee view into separate...
2017-01-28 Milian WolffShare code to setup the TreeModel views
2017-01-28 Milian WolffDecouple heaptrack version from file format version.
2017-01-22 Milian WolffNever show raw addresses in output.
2017-01-22 Milian WolffRemove empty lines
2017-01-22 Milian WolffSpeed up GUI analysis significantly by adding a locatio...
2017-01-22 Milian WolffFix CMake warning about minimum version when trying...
2017-01-21 Milian WolffUpdate copyright header in two more places
2017-01-21 Milian WolffElide text of flamegraph items
2017-01-21 Milian WolffUse new LocationData::Ptr typedef everywhere
2017-01-21 Milian WolffAdd context menu to open file location to model views
2017-01-21 Milian WolffProperly connect filters to corresponding view proxy...
2017-01-21 Burkhard Lückmove Messages.sh to follow code changes
2017-01-21 Milian WolffMake it possible to run heaptrack from the build folder
2017-01-21 Milian WolffMove libunwind CMake logic into FindLibunwind.cmake
next