| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable irrelevant Cray compiler warnings if cc-silence is enabled | Elliot Ronaghan | 2016-07-07 | 1 | -0/+6 |
|
|
* | Add Cray compiler's equivalent of -Werror before __attribute__ checks | Elliot Ronaghan | 2016-07-07 | 1 | -0/+4 |
|
|
* | Disable automatic dependency generation for the Cray compiler | Elliot Ronaghan | 2016-07-07 | 1 | -0/+4 |
|
|
* | Add initial support for building with the cray compiler | Elliot Ronaghan | 2016-07-07 | 1 | -0/+32 |
|
|
* | Check for __builtin_unreachable at configure time | Elliot Ronaghan | 2016-07-07 | 1 | -0/+17 |
|
|
* | Fix librt detection when using a Cray compiler wrapper | Elliot Ronaghan | 2016-07-07 | 1 | -0/+14 |
|
|
* | Add -dynamic for integration and stress tests with Cray compiler wrappers | Elliot Ronaghan | 2016-07-07 | 1 | -0/+18 |
|
|
* | Remove redzone support. | Jason Evans | 2016-05-13 | 1 | -2/+1 |
|
|
* | Remove quarantine support. | Jason Evans | 2016-05-13 | 1 | -1/+1 |
|
|
* | Remove Valgrind support. | Jason Evans | 2016-05-13 | 1 | -30/+0 |
|
|
* | Modify pages_map() to support mapping uncommitted virtual memory. | Jason Evans | 2016-05-06 | 1 | -0/+2 |
|
|
* | Link against librt for clock_gettime(2) if glibc < 2.17. | Jason Evans | 2016-05-04 | 1 | -8/+2 |
|
|
* | Enable -Wsign-compare warnings. | Chris Peterson | 2016-03-15 | 1 | -0/+1 |
|
|
* | Add --with-version. | Jason Evans | 2016-03-15 | 1 | -20/+29 |
|
|
* | Compile with -Wshorten-64-to-32. | Jason Evans | 2016-02-24 | 1 | -0/+1 |
|
|
* | Fix overflow in prng_range(). | Jason Evans | 2016-02-21 | 1 | -1/+13 |
|
|
* | Add CPU "pause" intrinsic for MSVC | rustyx | 2016-02-20 | 1 | -6/+16 |
|
|
* | Fix error "+ 2")syntax error: invalid arithmetic operator (error token is " i... | rustyx | 2016-02-20 | 1 | -1/+1 |
|
|
* | Detect LG_SIZEOF_PTR depending on MSVC platform target | rustyx | 2016-02-20 | 1 | -6/+11 |
|
|
* | Add --with-malloc-conf. | Jason Evans | 2016-02-20 | 1 | -0/+10 |
|
|
* | Use AC_CONFIG_AUX_DIR([build-aux]). | Jason Evans | 2015-11-12 | 1 | -0/+2 |
|
|
* | Link test to librt if it contains clock_gettime(2). | Jason Evans | 2015-09-15 | 1 | -0/+9 |
|
|
* | Address portability issues on Solaris. | Jason Evans | 2015-09-15 | 1 | -1/+2 |
|
|
* | Fix TLS configuration. | Jason Evans | 2015-09-02 | 1 | -8/+14 |
|
|
* | Stop forcing --enable-munmap on MinGW. | Jason Evans | 2015-08-12 | 1 | -4/+0 |
|
|
* | Make --enable-tls and --enable-lazy-lock take precedence over configure.ac-ha... | Mike Hommey | 2015-08-11 | 1 | -5/+9 |
|
|
* | Implement support for non-coalescing maps on MinGW. | Jason Evans | 2015-07-25 | 1 | -0/+12 |
|
|
* | Force lazy_lock on MinGW. | Jason Evans | 2015-07-23 | 1 | -0/+1 |
|
|
* | Add JEMALLOC_FORMAT_PRINTF(). | Jason Evans | 2015-07-22 | 1 | -0/+20 |
|
|
* | Fix alloc_size configure test. | Jason Evans | 2015-07-10 | 1 | -3/+2 |
|
|
* | Add configure test for alloc_size attribute. | Jason Evans | 2015-07-10 | 1 | -0/+11 |
|
|
* | Avoid function prototype incompatibilities. | Jason Evans | 2015-07-10 | 1 | -0/+1 |
|
|
* | Fix size class overflow handling when profiling is enabled. | Jason Evans | 2015-06-24 | 1 | -0/+1 |
|
|
* | Implement cache index randomization for large allocations. | Jason Evans | 2015-05-06 | 1 | -0/+18 |
|
|
* | Rename pprof to jeprof. | Jason Evans | 2015-05-01 | 1 | -1/+1 |
|
|
* | Embed full library install when running ld on OS X. | Jason Evans | 2015-05-01 | 1 | -1/+1 |
|
|
* | OpenBSD don't support TLS | Sébastien Marie | 2015-04-07 | 1 | -1/+7 |
|
|
* | Restore --enable-ivsalloc. | Jason Evans | 2015-03-19 | 1 | -1/+22 |
|
|
* | adding support for bitrig | Dave Huseby | 2015-02-26 | 1 | -1/+1 |
|
|
* | Fix --enable-debug regression. | Jason Evans | 2015-02-16 | 1 | -0/+3 |
|
|
* | Put VERSION file in object directory | Dan McGregor | 2015-02-13 | 1 | -11/+15 |
|
|
* | Move centralized chunk management into arenas. | Jason Evans | 2015-02-12 | 1 | -21/+1 |
|
|
* | Fix shell test to use = instead of ==. | Jason Evans | 2015-02-05 | 1 | -1/+1 |
|
|
* | Fix quoting for CONFIG-related sed expression. | Jason Evans | 2015-01-26 | 1 | -1/+1 |
|
|
* | add openbsd support | Sébastien Marie | 2015-01-25 | 1 | -0/+5 |
|
|
* | Implement the jemalloc-config script. | Jason Evans | 2015-01-23 | 1 | -3/+7 |
|
|
* | Make mixed declarations an error | Mike Hommey | 2014-12-18 | 1 | -0/+1 |
|
|
* | Ignore MALLOC_CONF in set{uid,gid,cap} binaries. | Daniel Micay | 2014-12-14 | 1 | -0/+18 |
|
|
* | Add a C11 atomics-based implementation of atomic.h API. | Chih-hung Hsieh | 2014-12-07 | 1 | -0/+21 |
|
|
* | Fix variable declaration with no type in the configure script. | Guilherme Goncalves | 2014-10-20 | 1 | -1/+1 |
|
|