2020-12-16 20:22:18 by Juraj Lutter | Files touched by this commit (1) |
Log message:
gperftools: Revert previous commit (r1.5)
Fixes to PLIST were invalid. Build on SmartOS needs to be fixed
in different way:
libprofiler.pc is not being built because of unknown method how
to access PC (program counter) register. A more apropriate way needs to be
find.
|
2020-12-16 18:28:00 by Juraj Lutter | Files touched by this commit (1) |
Log message:
gperftools: Fix PLIST
Fix stale entries in PLIST
|
2020-10-03 08:49:48 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
gperftools: updated to 2.8
gperftools 2.8 is out!
Here are notable changes:
* ProfilerGetStackTrace is now officially supported API for
libprofiler. Contributed by Kirill Müller.
* Build failures on mingw were fixed. This fixed issue 1108.
* Build failure of page_heap_test on MSVC was fixed.
* Ryan Macnak contributed fix for compiling linux syscall support on
i386 and recent GCCs. This fixed issue 1076.
* test failures caused by new gcc 10 optimizations were fixed. Same
change also fixed tests on clang.
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-11-28 13:19:58 by Manuel Bouyer | Files touched by this commit (4) |
Log message:
Use /proc/../maps to get shared library information on NetBSD.
use sysctl kern.proc to get the executable's name on NetBSD.
Add --enable-stacktrace-via-backtrace to configure
tested on x86_64 and earmv7hf; stacktrace doesn't work on earmv7hf (this
seems to be a problem in our _Unwind_Backtrace implementation).
Bump PKGREVISION
|
2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274) |
Log message:
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-05-10 09:28:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
gperftools: updated to 2.7
Changes 2.7:
bug in span stats printing introduced by new scalable page heap change was fixed.
Christoph Müllner has contributed couple warnings fixes and initial support for \
aarch64_ilp32 architecture.
Ben Dang contributed documentation fix for heap checker.
Fabrice Fontaine contributed fixed for linking benchmarks with --disable-static.
Holy Wu has added sized deallocation unit tests.
Holy Wu has enabled support of sized deallocation (c++14) on recent MSVC.
Holy Wu has fixed MSVC build in WIN32_OVERRIDE_ALLOCATORS mode.
Holy Wu has contributed cleanup of config.h used on windows.
Mao Huang has contributed couple simple tcmalloc changes from chromium code \
base. Making our tcmalloc forks a tiny bit closer.
issue 946 that caused compilation failures on some Linux clang installations has \
been fixed. Much thanks to github user htuch for helping to diagnose issue and \
proposing a fix.
Tulio Magno Quites Machado Filho has contributed build-time fix for PPC (for \
problem introduced in one of commits since RC).
|
2017-12-10 18:26:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
gperftools: updated to 2.6.3
gperftools 2.6.3:
Just two fixes were made in this release:
* a build fix for some recent XCode versions
* assertion failure on some windows builds introduced by 2.6.2 was fixed
|