Use a symlink to installed Microsoft.NETCore.App version
[sdk/tools/heaptrack.git] / tests /
2018-06-18 Dmitri BotcharnikovMerge branch 'managed-profiler' into tizen submit/tizen/20180620.112952 submit/tizen/20180620.151417
2018-02-15 Andrey Kvochko/SRR... Fix compile errors on Ubuntu 17.10 (#29)
2017-10-25 Andrey KvochkoTest for <future> support
2017-05-23 Milian WolffAdd missing license headers
2017-05-23 Milian WolffMake peak memory consumption easier to understand
2017-05-08 Milian WolffShow inlined frames
2017-05-03 Milian WolffForce the fill method to never get inlined
2017-05-02 Milian WolffClarify licenses
2017-04-17 Milian WolffCall libc and libstdc++ freeres functions in heaptrack_...
2017-04-07 Milian WolffDisable signal handling in timer thread
2017-04-06 Erwin JansenAdd missing include directory
2017-03-06 Kevin FunkFix -Wexpansion-to-defined warning from Clang 3.9
2017-02-26 Milian WolffMerge branch '1.0'
2017-02-26 Milian WolffImprove the bottom-up conversion to top-down and caller...
2017-01-28 Milian WolffAdd clang-format configuration and reformat src/ and...
2017-01-11 Milian WolffUpdate copyright year
2017-01-11 Milian WolffRestructure source code directory layout
2016-03-24 Milian WolffAdd an experimental perf->heaptrack data converter.
2016-02-26 Milian WolffAdd executable to measure malloc overhead.
2015-12-14 Milian WolffOptimize tracking of active allocations.
2015-12-09 Milian WolffFix compiler warning
2015-09-25 Milian WolffRestructure test code layout, import catch and use...
2015-09-06 Milian WolffAdd Top-Down tree model.
2015-08-10 Milian WolffFix compile of test when unwind.h is in non-standard...
2015-07-23 Milian WolffAdd first test to verify libunwind integration behaves...
2015-06-15 Milian WolffMerge branch 'gui'
2015-06-15 Milian WolffRun more stuff in parallel.
2015-05-18 Milian WolffMerge branch 'master' into gui
2015-04-30 Milian WolffDon't fail to compile when aligned alloc is not available.
2014-12-10 Milian WolffCompile in pedantic mode.
2014-11-27 Milian WolffProperly take cfree into account.
2014-11-17 Milian WolffTake each PT_LOAD dlpi_phdr as its own module.
2014-08-25 Milian WolffAdd a bit of recursion to the callgraph test debugee
2014-08-25 Milian WolffAdd test for call graphs, this should be merged better.
2014-08-25 Milian WolffDo not link directly to libheaptrack.
2014-08-06 Milian WolffRename to heaptrack and start cleaning up the code...
2014-06-05 Milian WolffUse named pipe to compress output data on the fly.
2014-06-05 Milian WolffFixup example code, use proper delete[].
2014-06-04 Milian WolffDirectly link malloctrace into test executables.
2014-05-30 Milian WolffAdd a threaded test application
2014-05-21 Milian WolffIntroduce a memleak in the test app.
2014-05-15 Milian WolffMove test files and compile them in debug mode.