1. 6ff86ff bumped version to 2.4.91 for 2.5rc2 by Aliaksey Kandratsenka · 8 years ago
  2. 782165f build sized delete aliases even when sized-delete is disabled by Aliaksey Kandratsenka · 8 years ago
  3. 06811b3 disable dynamic sized delete support by default by Aliaksey Kandratsenka · 8 years ago
  4. 2804b7c bumped version to 2.5rc by Aliaksey Kandratsenka · 8 years ago
  5. 4f3410e enable emergency malloc by default on arm when using libunwind by Aliaksey Kandratsenka · 8 years ago
  6. 7f12051 implemented emergency malloc by Aliaksey Kandratsenka · 8 years ago
  7. 19903e6 drop detection of sys/malloc.h and malloc/malloc.h by Aliaksey Kandratsenka · 8 years ago
  8. 9095ed0 implemented stacktrace capturing via libgcc's C++ ABI function by Aliaksey Kandratsenka · 8 years ago
  9. 08e034a Detect working ifunc before enabling dynamic sized delete support by Aliaksey Kandratsenka · 8 years ago
  10. 644a6bd Add support for Linux s390x by Bryan Chan · 8 years ago
  11. 6b3e6ef don't retain compatibility with old docdir behavior by Aliaksey Kandratsenka · 8 years ago
  12. ccffcbd support use of configure --docdir argument by Chris Mayo · 9 years ago
  13. 6fdfc5a implemented enabling sized-delete support at runtime by Aliaksey Kandratsenka · 9 years ago
  14. a9db0ae implemented (disabled by default) sized delete support by Aliaksey Kandratsenka · 9 years ago
  15. 8868697 pass -fsized-deallocation to gcc 5 by Aliaksey Kandratsenka · 9 years ago
  16. 8cc75ac correctly test for -Wno-unused-result support by Aliaksey Kandratsenka · 9 years ago
  17. 689e4a5 bumped version to 2.4 by Aliaksey Kandratsenka · 9 years ago
  18. 3f5f1bb bumped version to 2.4rc by Aliaksey Kandratsenka · 10 years ago
  19. b8b027d Make PPC64 use 64K of internal page size for tcmalloc by default by Raphael Moreira Zinsly · 10 years ago
  20. 3f55d87 New configure flags to set the alignment and page size of tcmalloc by Raphael Moreira Zinsly · 10 years ago
  21. 463a619 bumped version to 2.3 by Aliaksey Kandratsenka · 10 years ago
  22. 8eb4ed7 Added option to disable libunwind linking by Raphael Moreira Zinsly · 10 years ago
  23. e7d5e51 bumped version to 2.3rc by Aliaksey Kandratsenka · 10 years ago
  24. 1108d83 implemented cpu-profiling mode that profiles threads separately by Aliaksey Kandratsenka · 10 years ago
  25. 714bd93 drop workaround for too old redhat 7 by Aliaksey Kandratsenka · 10 years ago
  26. 2e90b6f bumped version to 2.2.1 by Aliaksey Kandratsenka · 10 years ago
  27. 846b775 bumped version to 2.2 by Aliaksey Kandratsenka · 10 years ago
  28. facd7e8 bumped version to 2.1.90 by Aliaksey Kandratsenka · 10 years ago
  29. 125e5ed don't enable backtrace() for stacktrace capturing by default by Aliaksey Kandratsenka · 10 years ago
  30. 8b2e5ee issue-614: use tc_memalign in ReallocAfterMemalloc test by Aliaksey Kandratsenka · 10 years ago
  31. fe56631 unbreak building with libunwind by Aliaksey Kandratsenka · 10 years ago
  32. 9117996 Look for backtrace() in libexecinfo as well. by Thomas Klausner · 10 years ago
  33. fd3379a Fix unportable test(1) construct. by Thomas Klausner · 10 years ago
  34. a7223c2 Test for memalign in configure.ac. Disable a test that uses memalign if it is not found. by Thomas Klausner · 10 years ago
  35. 7be2edf issue-525: only warn if --enable-frame-pointers are not given by Aliaksey Kandratsenka · 10 years ago
  36. b5e584d issue-525: warn user on lack of libunwind but don't fail by Aliaksey Kandratsenka · 10 years ago
  37. 90ba15d issue-604: implement runtime-selectable stacktrace capturing by Aliaksey Kandratsenka · 10 years ago
  38. 6de1f38 chmod -x configure.ac by Aliaksey Kandratsenka · 10 years ago
  39. e983715 eliminated gcc warning on __thread configure snippet by Aliaksey Kandratsenka · 10 years ago
  40. 60b1217 fix GCC version detect for platforms other than X86/X64 by xiaoyur347 · 10 years ago
  41. 4c274b9 issue-592: handle recent mingw with C++11 threads by Aliaksey Kandratsenka · 10 years ago
  42. f8a2163 Added AM_MAINTAINER_MODE to disable Makefile rebuild rules by Aliaksey Kandratsenka · 11 years ago
  43. f216317 use AC_PROG_LIBTOOL to summon libtool by Aliaksey Kandratsenka · 11 years ago
  44. 819a2b0 issue-413: disable __thread usage on OSX by Aliaksey Kandratsenka · 11 years ago
  45. 4380908 lowered autoconf requirement by Aliaksey Kandratsenka · 11 years ago
  46. 674fcd9 bump version to 2.1 by alkondratenko@gmail.com · 11 years ago
  47. 60ab178 bump version number for 2.1rc by alkondratenko@gmail.com · 11 years ago
  48. d8e12e9 issue-549: handle most recent mingw that has sleep and nanosleep by alkondratenko@gmail.com · 11 years ago
  49. 7896dcb issue-504: disable tls on mingw by alkondratenko@gmail.com · 11 years ago
  50. 8bf4522 issue-504: do not define HAVE_MMAP on mingw by alkondratenko@gmail.com · 11 years ago
  51. 05b100d issue-503: removed checked in configure and other auto* products by alkondratenko@gmail.com · 11 years ago
  52. bd3b3a7 issue-496: Fixes an issue where tcmalloc might deadlock in a thread calling fork by chappedm@gmail.com · 11 years ago
  53. 84b983c issue-465: Adding automagic support for __builtin_expect by chappedm@gmail.com · 12 years ago
  54. 86a5531 issue-449: Disables mmap check when cross compiling since it is meaningless anyways by chappedm@gmail.com · 12 years ago
  55. 1363bc6 issue-475: Re-applying changes made originally for r150 and r151 by chappedm@gmail.com · 12 years ago
  56. 1243295 issue-475: Amend of r151 and r150 by chappedm@gmail.com · 12 years ago
  57. c566266 issue-480: duplicate of issue-385 fixed in r150 however some of the comments in the code by chappedm@gmail.com · 12 years ago
  58. cd723b4 issue-385: updates to automake to pick up the explicit setting of the -fno-omit-frame-pointer for i386 by chappedm@gmail.com · 12 years ago
  59. 4e9432c Fri Feb 03 15:40:45 2012 Google Inc. <google-perftools@googlegroups.com> by csilvers · 12 years ago
  60. 0afb078 Tue Jan 31 10:43:50 2012 Google Inc. <opensource@google.com> by csilvers · 12 years ago
  61. e0eaf59 * PORTING: Support for patching assembly on win x86_64! (scott.fr...) by csilvers · 12 years ago
  62. 4fa02db Ready to release perftools 1.9.1 :-/ by csilvers · 13 years ago
  63. 2a7b3b8 Thu Dec 22 16:22:45 2011 Google Inc. <opensource@google.com> by csilvers · 13 years ago
  64. a6076ed * Get the deallocation stack trace outside the lock (sean) by csilvers · 13 years ago
  65. c2eedce Fri Aug 26 13:29:25 2011 Google Inc. <opensource@google.com> by csilvers · 13 years ago
  66. f633b40 Thu Aug 11 15:01:47 2011 Google Inc. <opensource@google.com> by csilvers · 13 years ago
  67. d2faf46 Tue Jul 26 20:57:51 2011 Google Inc. <opensource@google.com> by csilvers · 13 years ago
  68. 100c38c Fri Jul 15 16:10:51 2011 Google Inc. <opensource@google.com> by csilvers · 13 years ago
  69. 8c7d228 * Fix typos in comment in profiler.h (nrhodes) by csilvers · 13 years ago
  70. 7558413 * Enhance cycleclock on ARM v6 and above (sanek) by csilvers · 13 years ago
  71. 7375b4f Fri Feb 04 15:54:31 2011 Google Inc. <opensource@google.com> by csilvers · 13 years ago
  72. 3014cf1 * Suppress all large allocs when report threshold==0 by csilvers · 14 years ago
  73. 682ff7d Thu Aug 5 12:48:03 PDT 2010 by csilvers · 14 years ago
  74. cb7393c * Default to not sampling in tcmalloc (csilvers) by csilvers · 14 years ago
  75. 92beff8 * Add new (std::nothrow) to debugallocation (corrado) by csilvers · 14 years ago
  76. fef86cf * google-perftools: version 1.5 release by csilvers · 14 years ago
  77. a94d5f7 * Prefer __environ to /proc/self/environ (csilvers) by csilvers · 15 years ago
  78. 5b80f01 * Replace usleep() and poll() with nanosleep() (glider) by csilvers · 15 years ago
  79. 25eed16 * Fix Symbolize() to call pprof once, rather than once/symbol (glider) by csilvers · 15 years ago
  80. 19dfa9e Thu Sep 10 13:51:15 2009 Google Inc. <opensource@google.com> by csilvers · 15 years ago
  81. 2197cc6 Tue Jun 9 18:19:06 2009 Google Inc. <opensource@google.com> by csilvers · 15 years ago
  82. beb6a9a Fri Apr 17 16:40:48 2009 Google Inc. <opensource@google.com> by csilvers · 15 years ago
  83. edd03a8 Wed Mar 11 11:25:34 2009 Google Inc. <opensource@google.com> by csilvers · 15 years ago
  84. c75de4d Tue Jan 6 13:58:56 2009 Google Inc. <opensource@google.com> by csilvers · 15 years ago
  85. 49b0273 Sun Dec 14 17:10:35 2008 Google Inc. <opensource@google.com> by csilvers · 16 years ago
  86. 6fa2a25 Thu Dec 11 16:01:32 2008 Google Inc. <opensource@google.com> by csilvers · 16 years ago
  87. 16191f8 Tue Sep 23 08:56:31 2008 Google Inc. <opensource@google.com> by csilvers · 16 years ago
  88. 8b2dd25 Sat Sep 20 09:37:18 2008 Google Inc. <opensource@google.com> by csilvers · 16 years ago
  89. 106aef8 Thu Sep 18 16:00:27 2008 Google Inc. <opensource@google.com> by csilvers · 16 years ago
  90. 100e657 Mon Jun 9 16:47:03 2008 Google Inc. <opensource@google.com> by csilvers · 16 years ago
  91. 7ec7190 Mon Apr 21 15:20:52 2008 Google Inc. <opensource@google.com> by csilvers · 16 years ago
  92. 97fdd4a Tue Mar 18 14:30:44 2008 Google Inc. <opensource@google.com> by csilvers · 16 years ago
  93. a644b4f Tue Feb 19 12:01:31 2008 Google Inc. <opensource@google.com> by csilvers · 16 years ago
  94. 8a0a310 Tue Feb 12 12:28:32 2008 Google Inc. <opensource@google.com> by csilvers · 16 years ago
  95. b43ba44 Mon Dec 3 23:51:54 2007 Google Inc. <opensource@google.com> by csilvers · 17 years ago
  96. 11b02f7 Thu Nov 29 07:59:43 2007 Google Inc. <opensource@google.com> by csilvers · 17 years ago
  97. 49b74b9 * google-perftools: version 0.93 release by csilvers · 17 years ago
  98. c437e1f Tue Jul 17 22:26:27 2007 Google Inc. <opensource@google.com> by csilvers · 17 years ago
  99. 6878379 Wed Apr 18 16:43:55 2007 Google Inc. <opensource@google.com> by csilvers · 17 years ago
  100. 74ad5d5 Fri Apr 13 14:50:51 2007 Google Inc. <opensource@google.com> by csilvers · 17 years ago