1. 79725aa Fix variable declaration with no type in the configure script. by Guilherme Goncalves · 10 years ago
  2. 81e5475 Add --with-lg-tiny-min, generalize --with-lg-quantum. by Jason Evans · 10 years ago
  3. 2eb941a Add AC_CACHE_CHECK() for pause instruction. by Jason Evans · 10 years ago
  4. fc0b3b7 Add configure options. by Jason Evans · 10 years ago
  5. b123ddc Don't configure HAVE_SSE2. by Jason Evans · 10 years ago
  6. 29146e9 Don't force TLS on behalf of heap profiling. by Jason Evans · 10 years ago
  7. 4dcf04b correctly detect adaptive mutexes in pthreads by Eric Wong · 10 years ago
  8. 70bdee0 autoconf: Support cygwin in addition to mingw by Dave Rigby · 10 years ago
  9. 913e9a8 Generate a pkg-config file by Nick White · 10 years ago
  10. f1cf3ea fix tls_model autoconf test by Daniel Micay · 10 years ago
  11. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  12. 82e88d1 Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in. by Jason Evans · 10 years ago
  13. a5a658a Make VERSION generation more robust. by Jason Evans · 10 years ago
  14. 3e24afa Test for availability of malloc hooks via autoconf by Sara Golemon · 10 years ago
  15. 011dde9 Set VERSION also when the source directory is a git submodule using a ".git" file pointing to the repo. directory. by Psi Mankoski · 10 years ago
  16. 095819f Merge pull request #102 from mneumann/dfly by Jason Evans · 10 years ago
  17. cf6032d Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configure by Mike Hommey · 10 years ago
  18. 1aa25a3 Support DragonFlyBSD by Michael Neumann · 10 years ago
  19. 79230fe Fix unportable == operator in configure scripts by Steven Stewart-Gallus · 10 years ago
  20. 5921ba7 Support for iOS compilation by Valerii Hiora · 10 years ago
  21. 8f50ec8 Use JEMALLOC_INTERNAL_FFSL in STATIC_PAGE_SHIFT test by Mike Hommey · 10 years ago
  22. 1a3eafd Check for __builtin_ffsl before ffsl. by Mike Hommey · 10 years ago
  23. 994fad9 Add check for madvise(2) to configure.ac. by Richard Diamond · 10 years ago
  24. 9c3a10f Try to use __builtin_ffsl if ffsl is unavailable. by Richard Diamond · 10 years ago
  25. 6f6704c Make in-tree MSVC builds work by Mike Hommey · 10 years ago
  26. 8c61575 Add -FS flag to support parallel builds with MSVC 2013 by Mike Hommey · 10 years ago
  27. ff2e999 Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 support by Mike Hommey · 10 years ago
  28. d04047c Add size class computation capability. by Jason Evans · 10 years ago
  29. ccf0466 STATIC_PAGE_SHIFT for cross-compiling jemalloc by Daniel Micay · 10 years ago
  30. affe009 Use a configure test to detect the form of malloc_usable_size in malloc.h by Mike Hommey · 10 years ago
  31. e2deab7 Refactor huge allocation to be managed by arenas. by Jason Evans · 10 years ago
  32. 05125b8 Update libunwind configuration check to look for unw_backtrace(). by Jason Evans · 10 years ago
  33. 4d434ad Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. by Jason Evans · 10 years ago
  34. 644d414 Reverse the cc-silence default. by Jason Evans · 10 years ago
  35. 9790b96 Remove the *allocm() API, which is superceded by the *allocx() API. by Jason Evans · 10 years ago
  36. 82abf6f Allow libgcc-based backtracing on x86. by Jason Evans · 10 years ago
  37. e181f5a Keep frame pointers if using gcc frame intrinsics. by Jason Evans · 10 years ago
  38. df3f270 Adapt hash tests to big-endian systems. by Jason Evans · 10 years ago
  39. cb657e3 Add configure test to verify SSE2 code compiles. by Jason Evans · 10 years ago
  40. 99b0fbb Add workaround for missing 'restrict' keyword. by Jason Evans · 10 years ago
  41. ddd6bd4 Using MADV_FREE on Solaris/Illumos by George Kola · 11 years ago
  42. f234dc5 Fix name mangling for stress tests. by Jason Evans · 11 years ago
  43. d82a5e6 Implement the *allocx() API. by Jason Evans · 11 years ago
  44. 80061b6 Integrate SFMT 1.3.3 into test infrastructure. by Jason Evans · 11 years ago
  45. a4f124f Normalize #define whitespace. by Jason Evans · 11 years ago
  46. 748dfac Add test code coverage analysis. by Jason Evans · 11 years ago
  47. d37d5ad Disable floating point code/linking when possible. by Jason Evans · 11 years ago
  48. dc1bed6 Fix more test refactoring issues. by Jason Evans · 11 years ago
  49. 86abd0d Refactor to support more varied testing. by Jason Evans · 11 years ago
  50. 6668853 Avoid deprecated sbrk(2) on OS X. by Jason Evans · 11 years ago
  51. 80ddf49 Fix build break for MSVC. by Jason Evans · 11 years ago
  52. ad505e0 Allow toolchain to determine ar by Jory A. Pratt · 11 years ago
  53. 2625c89 Fix quoting bug in --without-export implementation. by Jason Evans · 12 years ago
  54. 7329a4f Fix AC_PATH_PROG() calls to specify default. by Jason Evans · 12 years ago
  55. 13e4e24 Fix build break on *BSD by Garrett Cooper · 12 years ago
  56. 72c1e59 Improve configure tests for ffsl by Garrett Cooper · 12 years ago
  57. 5135e34 Allow to enable ivsalloc independently by Mike Hommey · 12 years ago
  58. d0357f7 Allow to disable the zone allocator on Darwin by Mike Hommey · 12 years ago
  59. 9906660 Allow to build without exporting symbols by Mike Hommey · 12 years ago
  60. 247d124 Drop const from malloc_usable_size() argument on Linux. by Jason Evans · 12 years ago
  61. a6770a7 Remove -fno-common compiler flag for OS X. by Mike Hommey · 12 years ago
  62. 2e671ff Add the --enable-mremap option. by Jason Evans · 12 years ago
  63. 79c4bca Use "hardcoded" dependencies when compiler doesn't support -MM by Mike Hommey · 12 years ago
  64. 7bfecf4 Check for VALGRIND_RESIZEINPLACE_BLOCK support by Mike Hommey · 12 years ago
  65. fd97b1d Add support for MSVC by Mike Hommey · 12 years ago
  66. 7cdea39 Few configure.ac adjustments by Mike Hommey · 12 years ago
  67. 6716aa8 Force use of TLS if heap profiling is enabled. by Jason Evans · 12 years ago
  68. a4936ce Fix jemalloc.sh code generation. by Jason Evans · 12 years ago
  69. 14103d3 Fix intmax_t configure error message by Mike Hommey · 12 years ago
  70. a19e87f Add support for Mingw by Mike Hommey · 12 years ago
  71. 188da7c Refactor object and library build, and only build PIC libraries when PIC_CFLAGS is defined by Mike Hommey · 12 years ago
  72. 85221d5 Make versioned shared library suffix configurable by Mike Hommey · 12 years ago
  73. b57d3ec Add atomic(9) implementations of atomic operations. by Jason Evans · 12 years ago
  74. fa08da7 Limit the number of flags directly given to the linker, and refactor rpath by Mike Hommey · 12 years ago
  75. 5bee66d Add variables for library prefix, and static library, object and executable suffixes by Mike Hommey · 12 years ago
  76. 59ae276 Add the --disable-munmap option. by Jason Evans · 12 years ago
  77. a398a6b Remove configure test cruft. by Jason Evans · 12 years ago
  78. 7ca0fdf Disable munmap() if it causes VM map holes. by Jason Evans · 12 years ago
  79. 83c324a Use a stub replacement and disable dss when sbrk is not supported by Mike Hommey · 12 years ago
  80. 122449b Implement Valgrind support, redzones, and quarantine. by Jason Evans · 12 years ago
  81. b147611 Add utrace(2)-based tracing (--enable-utrace). by Jason Evans · 12 years ago
  82. 02b2312 Fix threaded initialization and enable it on Linux. by Jason Evans · 12 years ago
  83. 382132e Add missing include for ffsl() test. by Jason Evans · 12 years ago
  84. 3cc1f1a Add tls_model configuration. by Jason Evans · 12 years ago
  85. 2cfe6d6 Change AC_COMPILE_IFELSE into AC_LINK_IFELSE for the __sync_{add, sub}_and_fetch() test by Mike Hommey · 12 years ago
  86. fd4fcef Force the lazy-lock feature on FreeBSD. by Jason Evans · 12 years ago
  87. c1e567b Use __sync_add_and_fetch and __sync_sub_and_fetch when they are available by Mike Hommey · 12 years ago
  88. 41b6afb Port to FreeBSD. by Jason Evans · 13 years ago
  89. b80581d Forcibly disable TLS on OS X. by Jason Evans · 12 years ago
  90. 9022bf9 Remove -no-cpp-precomp compiler flag for OS X. by Jason Evans · 12 years ago
  91. cd9a134 Implement tsd. by Jason Evans · 12 years ago
  92. 154829d Improve zone support for OSX by Mike Hommey · 12 years ago
  93. 650285d Generalize dlsym() configuration. by Jason Evans · 12 years ago
  94. e24c7af Invert NO_TLS to JEMALLOC_TLS. by Jason Evans · 12 years ago
  95. f3e139a Use AC_LINK_IFELSE() rather than AC_RUN_IFELSE() in JE_COMPILABLE(). by Jason Evans · 12 years ago
  96. 7091b41 Fix various documentation formatting regressions. by Jason Evans · 12 years ago
  97. 39006f9 Look for pthreads functionality in libc. by Jason Evans · 12 years ago
  98. 0a0bbf6 Implement aligned_alloc(). by Jason Evans · 12 years ago
  99. 4c2faa8 Fix a regression in JE_COMPILABLE(). by Jason Evans · 12 years ago
  100. 08fc3b2 Fix --with-mangling/--with-jemalloc-prefix interaction. by Jason Evans · 12 years ago