sdk/tools/heaptrack.git
2017-03-06 Anton AnikinAdd gitignore file
2017-03-06 Anton AnikinFix "Uninitialized struct member" cppcheck error
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-02-26 Milian WolffExclude unresolved functions from recursion detection.
2017-02-26 Milian WolffRemove now-dead code
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-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-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 WolffEnable wordwrap in summary labels
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-19 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
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 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-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
2017-01-21 Milian WolffCollapse recursive frames by default in flame graph
2017-01-21 Milian WolffReorder caller/callee columns
2017-01-21 Milian WolffDon't increment caller/callee cost multiple times for...
2017-01-21 Milian WolffRemove extra ';'
2017-01-20 Fabrizio OddoneInclude cinttypes where required.
2017-01-11 Milian WolffUpdate copyright year
2017-01-11 Milian WolffRestructure source code directory layout
2017-01-08 Milian WolffMerge remote-tracking branch 'paulmenzel/improve-readme.md'
2017-01-08 Milian WolffFix flamegraph tooltip for top-level item
2017-01-08 Milian WolffAdd screenshots to README.md file
2017-01-08 Milian WolffUse the internal `__libc_dlopen_mode` symbol instead...
2017-01-08 Milian WolffDocument that you need gdb for runtime-attaching.
2017-01-08 Milian WolffMake dependency on KChart optional
2017-01-08 Milian WolffAdd basic documentation on how to build heaptrack
2016-11-15 Milian WolffLink against libunwind directly, we don't need to link...
2016-11-15 Milian WolffFix use-after-free in usage of libbacktrace.
2016-09-01 Paul MenzelREADME: Remove trailing whitespace
2016-09-01 Paul MenzelREADME: Add newline to end of file
2016-08-16 Milian WolffExtend error message.
2016-06-20 Milian WolffAdd pool-allocator API for heaptrack.
2016-06-20 Milian WolffMake libheaptrack.h C-compliant.
2016-06-20 Milian WolffSkip top rows without cost.
2016-06-17 Milian WolffRemove rows without cost from caller/callee data.
2016-06-17 Milian WolffMerge branch 'wip/diffing'
2016-06-17 Milian WolffAlso disable flame graphs in diff mode.
2016-06-17 Milian WolffDisable charts in diff mode.
2016-06-17 Milian WolffLoad diff base data in parallel to primary data file.
2016-06-17 Milian WolffReword --diff CLI help text, add -d, for heaptrack_gui.
2016-06-17 Milian WolffMake it possible to easily diff between files from...
2016-06-17 Milian WolffAdd some more code comments for the diffing method.
2016-06-14 Milian WolffConvert more data types to signed integers.
2016-06-14 Milian WolffAdd diff support between files to heaptrack_{print...
2016-06-14 Milian WolffDon't crash when switching the call-stack direction.
2016-06-13 Milian WolffAdd basic README.md
next