1. f829009 Add --with-malloc-conf. by Jason Evans · 9 years ago
  2. 3a92319 Use AC_CONFIG_AUX_DIR([build-aux]). by Jason Evans · 9 years ago
  3. 345c1b0 Link test to librt if it contains clock_gettime(2). by Jason Evans · 9 years ago
  4. 6d91929 Address portability issues on Solaris. by Jason Evans · 9 years ago
  5. c0f43b6 Fix TLS configuration. by Jason Evans · 9 years ago
  6. 2662ba5 Stop forcing --enable-munmap on MinGW. by Jason Evans · 9 years ago
  7. ac5db02 Make --enable-tls and --enable-lazy-lock take precedence over configure.ac-hardcoded defaults by Mike Hommey · 9 years ago
  8. d059b9d Implement support for non-coalescing maps on MinGW. by Jason Evans · 9 years ago
  9. 13473c7 Force lazy_lock on MinGW. by Jason Evans · 9 years ago
  10. e42c309 Add JEMALLOC_FORMAT_PRINTF(). by Jason Evans · 9 years ago
  11. 92d72ee Fix alloc_size configure test. by Jason Evans · 9 years ago
  12. 0b8f0bc Add configure test for alloc_size attribute. by Jason Evans · 9 years ago
  13. ae93d6b Avoid function prototype incompatibilities. by Jason Evans · 9 years ago
  14. 241abc6 Fix size class overflow handling when profiling is enabled. by Jason Evans · 9 years ago
  15. 8a03cf0 Implement cache index randomization for large allocations. by Jason Evans · 9 years ago
  16. 7041720 Rename pprof to jeprof. by Jason Evans · 9 years ago
  17. f1f2b45 Embed full library install when running ld on OS X. by Jason Evans · 9 years ago
  18. b80fbcb OpenBSD don't support TLS by Sébastien Marie · 9 years ago
  19. e0a08a1 Restore --enable-ivsalloc. by Jason Evans · 9 years ago
  20. 970fcfb adding support for bitrig by Dave Huseby · 10 years ago
  21. 02e5dcf Fix --enable-debug regression. by Jason Evans · 9 years ago
  22. f888031 Put VERSION file in object directory by Dan McGregor · 10 years ago
  23. cbf3a6d Move centralized chunk management into arenas. by Jason Evans · 10 years ago
  24. b0808d5 Fix shell test to use = instead of ==. by Jason Evans · 10 years ago
  25. 41f2e69 Fix quoting for CONFIG-related sed expression. by Jason Evans · 10 years ago
  26. 77d597e add openbsd support by Sébastien Marie · 10 years ago
  27. bec6a8d Implement the jemalloc-config script. by Jason Evans · 10 years ago
  28. b7b44df Make mixed declarations an error by Mike Hommey · 10 years ago
  29. b74041f Ignore MALLOC_CONF in set{uid,gid,cap} binaries. by Daniel Micay · 10 years ago
  30. 59cd80e Add a C11 atomics-based implementation of atomic.h API. by Chih-hung Hsieh · 10 years ago
  31. 79725aa Fix variable declaration with no type in the configure script. by Guilherme Goncalves · 10 years ago
  32. 81e5475 Add --with-lg-tiny-min, generalize --with-lg-quantum. by Jason Evans · 10 years ago
  33. 2eb941a Add AC_CACHE_CHECK() for pause instruction. by Jason Evans · 10 years ago
  34. fc0b3b7 Add configure options. by Jason Evans · 10 years ago
  35. b123ddc Don't configure HAVE_SSE2. by Jason Evans · 10 years ago
  36. 29146e9 Don't force TLS on behalf of heap profiling. by Jason Evans · 10 years ago
  37. 4dcf04b correctly detect adaptive mutexes in pthreads by Eric Wong · 10 years ago
  38. 70bdee0 autoconf: Support cygwin in addition to mingw by Dave Rigby · 10 years ago
  39. 913e9a8 Generate a pkg-config file by Nick White · 10 years ago
  40. f1cf3ea fix tls_model autoconf test by Daniel Micay · 10 years ago
  41. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  42. 82e88d1 Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in. by Jason Evans · 10 years ago
  43. a5a658a Make VERSION generation more robust. by Jason Evans · 10 years ago
  44. 3e24afa Test for availability of malloc hooks via autoconf by Sara Golemon · 10 years ago
  45. 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
  46. 095819f Merge pull request #102 from mneumann/dfly by Jason Evans · 10 years ago
  47. cf6032d Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configure by Mike Hommey · 10 years ago
  48. 1aa25a3 Support DragonFlyBSD by Michael Neumann · 10 years ago
  49. 79230fe Fix unportable == operator in configure scripts by Steven Stewart-Gallus · 10 years ago
  50. 5921ba7 Support for iOS compilation by Valerii Hiora · 10 years ago
  51. 8f50ec8 Use JEMALLOC_INTERNAL_FFSL in STATIC_PAGE_SHIFT test by Mike Hommey · 10 years ago
  52. 1a3eafd Check for __builtin_ffsl before ffsl. by Mike Hommey · 10 years ago
  53. 994fad9 Add check for madvise(2) to configure.ac. by Richard Diamond · 10 years ago
  54. 9c3a10f Try to use __builtin_ffsl if ffsl is unavailable. by Richard Diamond · 10 years ago
  55. 6f6704c Make in-tree MSVC builds work by Mike Hommey · 10 years ago
  56. 8c61575 Add -FS flag to support parallel builds with MSVC 2013 by Mike Hommey · 10 years ago
  57. ff2e999 Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 support by Mike Hommey · 10 years ago
  58. d04047c Add size class computation capability. by Jason Evans · 10 years ago
  59. ccf0466 STATIC_PAGE_SHIFT for cross-compiling jemalloc by Daniel Micay · 10 years ago
  60. affe009 Use a configure test to detect the form of malloc_usable_size in malloc.h by Mike Hommey · 10 years ago
  61. e2deab7 Refactor huge allocation to be managed by arenas. by Jason Evans · 10 years ago
  62. 05125b8 Update libunwind configuration check to look for unw_backtrace(). by Jason Evans · 10 years ago
  63. 4d434ad Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. by Jason Evans · 10 years ago
  64. 644d414 Reverse the cc-silence default. by Jason Evans · 10 years ago
  65. 9790b96 Remove the *allocm() API, which is superceded by the *allocx() API. by Jason Evans · 10 years ago
  66. 82abf6f Allow libgcc-based backtracing on x86. by Jason Evans · 10 years ago
  67. e181f5a Keep frame pointers if using gcc frame intrinsics. by Jason Evans · 10 years ago
  68. df3f270 Adapt hash tests to big-endian systems. by Jason Evans · 10 years ago
  69. cb657e3 Add configure test to verify SSE2 code compiles. by Jason Evans · 10 years ago
  70. 99b0fbb Add workaround for missing 'restrict' keyword. by Jason Evans · 10 years ago
  71. ddd6bd4 Using MADV_FREE on Solaris/Illumos by George Kola · 11 years ago
  72. f234dc5 Fix name mangling for stress tests. by Jason Evans · 11 years ago
  73. d82a5e6 Implement the *allocx() API. by Jason Evans · 11 years ago
  74. 80061b6 Integrate SFMT 1.3.3 into test infrastructure. by Jason Evans · 11 years ago
  75. a4f124f Normalize #define whitespace. by Jason Evans · 11 years ago
  76. 748dfac Add test code coverage analysis. by Jason Evans · 11 years ago
  77. d37d5ad Disable floating point code/linking when possible. by Jason Evans · 11 years ago
  78. dc1bed6 Fix more test refactoring issues. by Jason Evans · 11 years ago
  79. 86abd0d Refactor to support more varied testing. by Jason Evans · 11 years ago
  80. 6668853 Avoid deprecated sbrk(2) on OS X. by Jason Evans · 11 years ago
  81. 80ddf49 Fix build break for MSVC. by Jason Evans · 11 years ago
  82. ad505e0 Allow toolchain to determine ar by Jory A. Pratt · 11 years ago
  83. 2625c89 Fix quoting bug in --without-export implementation. by Jason Evans · 12 years ago
  84. 7329a4f Fix AC_PATH_PROG() calls to specify default. by Jason Evans · 12 years ago
  85. 13e4e24 Fix build break on *BSD by Garrett Cooper · 12 years ago
  86. 72c1e59 Improve configure tests for ffsl by Garrett Cooper · 12 years ago
  87. 5135e34 Allow to enable ivsalloc independently by Mike Hommey · 12 years ago
  88. d0357f7 Allow to disable the zone allocator on Darwin by Mike Hommey · 12 years ago
  89. 9906660 Allow to build without exporting symbols by Mike Hommey · 12 years ago
  90. 247d124 Drop const from malloc_usable_size() argument on Linux. by Jason Evans · 12 years ago
  91. a6770a7 Remove -fno-common compiler flag for OS X. by Mike Hommey · 12 years ago
  92. 2e671ff Add the --enable-mremap option. by Jason Evans · 12 years ago
  93. 79c4bca Use "hardcoded" dependencies when compiler doesn't support -MM by Mike Hommey · 12 years ago
  94. 7bfecf4 Check for VALGRIND_RESIZEINPLACE_BLOCK support by Mike Hommey · 12 years ago
  95. fd97b1d Add support for MSVC by Mike Hommey · 12 years ago
  96. 7cdea39 Few configure.ac adjustments by Mike Hommey · 12 years ago
  97. 6716aa8 Force use of TLS if heap profiling is enabled. by Jason Evans · 12 years ago
  98. a4936ce Fix jemalloc.sh code generation. by Jason Evans · 12 years ago
  99. 14103d3 Fix intmax_t configure error message by Mike Hommey · 12 years ago
  100. a19e87f Add support for Mingw by Mike Hommey · 12 years ago