Add TIZEN building option and remove 0001-Target-build patch
[sdk/tools/heaptrack.git] / CMakeLists.txt
2018-09-25 Aleksei VereshchaginAdd TIZEN building option and remove 0001-Target-build...
2018-06-18 Dmitri BotcharnikovMerge branch 'managed-profiler' into tizen submit/tizen/20180620.112952 submit/tizen/20180620.151417
2018-06-01 Maria Guseva/AI... Merge pull request #36 from dotnet/delivery
2018-05-18 Aleksei VereshchaginUpdate versions for P3 delivery
2018-02-15 Andrey Kvochko/SRR... Fix compile errors on Ubuntu 17.10 (#29)
2017-10-25 Andrey KvochkoTest for <future> support
2017-10-25 Andrey KvochkoWIP: docker build and run
2017-09-14 Ruben Ayrapetyan... Merge pull request #6 from dotnet/fix-backtraces-on...
2017-08-18 Milian WolffWIP: Include the build-id in the heaptrack output and...
2017-05-09 Kevin FunkMake sure KF5_FOUND is FALSE when not all components...
2017-05-08 Milian WolffShow inlined frames
2017-01-28 Milian WolffDecouple heaptrack version from file format version.
2017-01-22 Milian WolffFix CMake warning about minimum version when trying...
2017-01-21 Milian WolffMove libunwind CMake logic into FindLibunwind.cmake
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 WolffMake dependency on KChart optional
2016-11-15 Milian WolffLink against libunwind directly, we don't need to link...
2016-06-20 Milian WolffAdd pool-allocator API for heaptrack.
2016-06-17 Milian WolffMerge branch 'wip/diffing'
2016-06-17 Milian WolffLoad diff base data in parallel to primary data file.
2016-06-17 Milian WolffMake it possible to easily diff between files from...
2016-06-08 Milian WolffMake it possible to skip building of heaptrack_gui.
2016-06-04 Milian WolffTrack temporary allocations by their AllocationInfo...
2016-02-25 Milian WolffInclude total system memory and peak RSS usage in output.
2015-12-14 Milian WolffOptimize tracking of active allocations.
2015-11-15 Milian WolffRemove duplicate component
2015-11-15 Milian WolffDefault CMAKE_BUILD_TYPE to RelWithDebInfo.
2015-09-06 Milian WolffMerge branch 'flamegraph'
2015-09-03 Kevin FunkCMake: set_package_properties for KChart
2015-07-23 Milian WolffAdd first test to verify libunwind integration behaves...
2015-07-21 Milian WolffMake GUI/Chart optional.
2015-07-02 Milian WolffProperly link against zlib where required.
2015-06-15 Milian WolffShow total leaked data in graph.
2015-06-15 Milian WolffMerge branch 'gui'
2015-06-15 Milian WolffSkip one more level in backtraces in debug builds.
2015-06-07 Milian WolffCopy the massif-visualizer GUI pattern with open/load...
2015-06-07 Milian WolffLink against KF5, use KRecursiveFilterProxyModel, fix...
2015-06-07 Milian WolffMerge branch 'master' into gui
2015-05-30 Milian WolffSet version to 0.1.0 and include it in the tools.
2015-05-18 Milian WolffMerge branch 'master' into gui
2015-05-18 Milian WolffStart a simple Qt GUI and share some code with the...
2015-04-30 Milian WolffStay backwards compatible to old Boost 1.41 for RHEL...
2015-04-30 Milian WolffSet CMAKE_INSTALL_RPATH_USE_LINK_PATH to true.
2015-04-15 Milian WolffLink against pthread in the heaptrack libraries.
2014-12-11 Milian WolffSet cmake requirement to 2.8.9 and use LINK_PRIVATE.
2014-12-11 Milian WolffAdapt to libunwind changes with unw_set_cache_size.
2014-12-10 Milian WolffCompile in pedantic mode.
2014-12-10 Milian WolffRemove dead code and enable more warnings when building.
2014-12-10 Milian WolffMark Boost and Threads as required dependencies.
2014-12-09 Milian WolffAdd compile-check around unw_set_cache_log_size.
2014-12-09 Milian WolffMerge branch 'inject'
2014-12-09 Milian WolffAdd -p/--pid option to attach heaptrack to a running...
2014-12-05 Milian WolffMake runtime-patching work!
2014-12-05 Milian WolffRemove spurious define, only required on some faulty...
2014-12-02 Milian WolffAdd some platform checks to give better error messages...
2014-11-27 Milian WolffCleanup: get rid of obsolete isExe member in module.
2014-11-27 Milian WolffAdd seconds elapsed to heaptrack log for future evaluation.
2014-11-25 Milian WolffSupport building against libunwind from different inclu...
2014-09-06 David FaureFix compilation when passing flags on the command line...
2014-08-25 Milian WolffUse boost::program_options and make output configurable.
2014-08-10 Milian WolffInstall heaptrack shell script and use the proper paths...
2014-08-06 Milian WolffSome more cleanup and restructuring.
2014-08-06 Milian WolffRename to heaptrack and start cleaning up the code...
2014-08-06 Milian WolffRemove mallocinfo code, it's in the old repo.
2014-08-03 Milian WolffDirectly evaluate the backtrace data.
2014-06-05 Milian WolffUse named pipe to compress output data on the fly.
2014-05-19 Milian WolffAdd start of a malloc trace evaluation executable.
2014-05-19 Milian WolffGet proper dwarf-based backtraces with filename and...
2014-05-15 Milian WolffMove test files and compile them in debug mode.
2014-05-15 Milian WolffOnly local unwind is required
2014-05-15 Milian Wolffadd c++ example
2014-05-15 Milian WolffAdd simple malloc/free tracer
2013-05-31 Milian WolffOnly enable c++11 for c++ files
2013-05-31 Milian WolffAdd test binary to verify that this trick also works...
2013-05-29 Milian WolffInitial import of dumpmallocinfo.