summaryrefslogtreecommitdiff
path: root/gprofng
Commit message (Expand)AuthorAgeFilesLines
* gprofng: no need to build version.texiVladimir Mezentsev2022-10-112-29/+4
* gprofng: use the --libdir path to find librariesVladimir Mezentsev2022-10-113-3/+9
* gprofng: run tests without installationVladimir Mezentsev2022-10-113-5/+6
* gprofng: fix build with --enable-pgo-build=ltoVladimir Mezentsev2022-10-045-28/+30
* gprofng: fix cppcheck warningsVladimir Mezentsev2022-09-293-3/+3
* gprofng: fix -Wduplicated-cond warningVladimir Mezentsev2022-09-211-1/+1
* gprofng: build documentation only if BUILD_MAN is trueVladimir Mezentsev2022-09-193-5/+8
* gprofng: fix build issues on muslVladimir Mezentsev2022-09-1422-245/+277
* gprofng: fix bug 29479 Collection fails when built without java supportVladimir Mezentsev2022-08-182-0/+4
* gprofng: fix bug 29410 - Argument " 0." isn't numeric in numeric gt (>)Ruud van der Pas2022-08-031-0/+6
* gprofng: check for the makeinfo versionVladimir Mezentsev2022-07-262-5/+81
* gprofng: fix bug 29356 - Execution fails if gprofng is not included in PATHRuud van der Pas2022-07-251-23/+284
* gprofng: fix bug 29392 - Unexpected line format in summary fileRuud van der Pas2022-07-251-21/+78
* gprofng: fix bug 29353 - Fix a lay-out issue in the html disassembly filesRuud van der Pas2022-07-251-8/+33
* gprofng: fix bug 29352 - Fix the message Hexadecimal number > 0xffffffff non-...Ruud van der Pas2022-07-251-13/+13
* gprofng: fix bug 29351 - Move dynamic loading of modules to a later stageRuud van der Pas2022-07-251-0/+9
* gprofng: link libgprofng.so against -lpthreadVladimir Mezentsev2022-07-182-4/+11
* gprofng: fix regression in build and a race condition in autoreconfVladimir Mezentsev2022-07-184-6/+102
* Regenerate with automake-1.15.1Alan Modra2022-07-0910-966/+656
* Update version to 2.39.50 and regenerate filesNick Clifton2022-07-0810-676/+986
* gprofng: fix regression in testing for not yet installed versionVladimir Mezentsev2022-07-073-19/+11
* gprofng: adjust GPROFNG_VARIANTVladimir Mezentsev2022-07-062-20/+26
* gprofng: implement a functional gp-display-htmlRuud van der Pas2022-07-061-125/+14430
* gprofng: fix build when BUILD_MAN is falseVladimir Mezentsev2022-06-284-25/+25
* gprofng: use $(sysconfdir) instead $(prefix)/etcVladimir Mezentsev2022-06-283-5/+14
* gprofng: fix build with -Werror=format-truncationVladimir Mezentsev2022-06-167-115/+27
* gprofng docs: provide help for <rate> == <interval>Vladimir Mezentsev2022-06-141-2/+18
* gprofng docs: mention HTML / PDF in the gprofng READMEVladimir Mezentsev2022-06-141-0/+20
* gprofng: fix build with -Werror=format-securityVladimir Mezentsev2022-06-145-726/+141
* gprofng: fix build with -mx32Vladimir Mezentsev2022-05-275-19/+21
* gprofng: fix build with --disable-sharedVladimir Mezentsev2022-05-262-2/+3
* gprofng: fix build with -mx32Vladimir Mezentsev2022-05-266-46/+39
* gprofng: include percentages in default metrics listVladimir Mezentsev2022-05-091-2/+2
* gprofng: use $host instead $targetVladimir Mezentsev2022-05-054-16/+6
* gprofng: assertion in gprofng/src/Expression.cc:139Vladimir Mezentsev2022-04-292-18/+18
* gprofng: test suite problemsVladimir Mezentsev2022-04-271-2/+2
* gprofng doesn't build with gcc 5.5Vladimir Mezentsev2022-04-1113-3586/+222
* gprofng: fprintf_styled_func not inizialized for disassemblerVladimir Mezentsev2022-04-082-0/+25
* gprofng: zlib handlingVladimir Mezentsev2022-04-087-23/+71
* libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock2022-03-251-7/+13
* Only .so files are used in libcollector. Remove the other files.Vladimir Mezentsev2022-03-232-2/+6
* Install gprofng libraries under $(pkglibdir)Vladimir Mezentsev2022-03-2111-98/+109
* Fix Build issues due to patch "gprofng: a new GNU profiler"Nick Clifton2022-03-1812-88/+99
* gprofng: Skip jsynprog with a broken javacH.J. Lu2022-03-175-3/+53
* gprofng configure target testsAlan Modra2022-03-179-164/+286
* gprofng: Use symver attribute if availableH.J. Lu2022-03-166-86/+72
* gprofng: Don't hardcode -Wno-format-truncation/-Wno-switchH.J. Lu2022-03-165-6/+134
* gprofng: Don't hardcode -Wno-nonnull-compareH.J. Lu2022-03-165-4/+69
* gprofng: Define ATTRIBUTE_FALLTHROUGHH.J. Lu2022-03-162-1/+9
* gprofng: avoid using `fallthrough' attributesJose E. Marchesi2022-03-151-1/+1