summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2019-07-23Enable opt.retain by default on Windows.Qi Wang
2019-04-23configure.ac: Add an option to disable docFabrice Fontaine
2019-04-15Move extra size checks behind a config flag.David Goldblatt
2019-04-15Add an autoconf feature test for format_arg and a jemalloc-specificzoulasc
2019-03-09Detect if 8-bit atomics are available.Qi Wang
2019-03-04Fix a syntax error in configure.acQi Wang
2019-02-22Remove JE_FORCE_SYNC_COMPARE_AND_SWAP_[48].Jason Evans
2019-02-08Add build_doc by default.Qi Wang
2019-02-06Make background_thread not dependent on libdl.Qi Wang
2019-02-06Add configure option --disable-libdl.Qi Wang
2019-02-01Sanity check szind on tcache flush.Qi Wang
2019-01-09Replace -lpthread with -pthreadFaidon Liambotis
2018-12-19Add --{enable,disable}-{static,shared} to configure scriptJohn Ericson
2018-11-14Deprecate OSSpinLock.Qi Wang
2018-11-14Add a fastpath for arena_slab_reg_alloc_batchDave Watson
2018-10-17Make `smallocx` symbol name depend on the `JEMALLOC_VERSION_GID`gnzlbg
2018-10-17Add experimental API: smallocx_return_t smallocx(size, flags)gnzlbg
2018-08-03Allow the use of readlinkat over readlink.David Goldblatt
2018-07-12Remove the --with-lg-page-sizes configure option.David Goldblatt
2018-07-12Kill size_classes.sh.David Goldblatt
2018-07-09Clean compilation -Wextragnzlbg
2018-05-04configure: Add --with-lg-vaddr configure option.Christoph Muellner
2018-04-30aarch64: Add ILP32 support.Christoph Muellner
2018-04-17Add the --disable-initial-exec-tls configure option.David Goldblatt
2018-04-11Fix a typo.Qi Wang
2018-03-08Remove config.thp which wasn't in use.Qi Wang
2018-01-10Modify configure to determine return value of strerror_r.Christopher Ferris
2018-01-04Make sure JE_CXXFLAGS_ADD uses CPP compilerNehal J Wani
2018-01-04Disable JEMALLOC_HAVE_MADVISE_HUGE for arm* CPUs.marxin
2017-10-16Add configure-time detection for madvise(..., MADV_DO[NT]DUMP)David Goldblatt
2017-10-11Remove the default value for JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS.Qi Wang
2017-10-11Define MADV_FREE on our own when needed.Qi Wang
2017-10-04Power: disable the CPU_SPINWAIT macro.David Goldblatt
2017-09-21dumpbin doesn't exist in mingwTamir Duberstein
2017-09-21Allow toolchain to determine nmTamir Duberstein
2017-09-21whitespaceTamir Duberstein
2017-08-11Fix support for GNU/kFreeBSDFaidon Liambotis
2017-08-11Implement opt.metadata_thpQi Wang
2017-07-22Logging: allow logging with empty varargs.David Goldblatt
2017-07-20Add a logging facility.David T. Goldblatt
2017-06-29Enforce minimum autoconf version (currently 2.68).Jason Evans
2017-06-28Make sure LG_PAGE <= LG_HUGEPAGE.Jason Evans
2017-06-23Add thread name for background threads.Qi Wang
2017-06-08Normalize background thread configuration.Jason Evans
2017-05-30Add jemalloc prefix to allocator functions pruned by jeprof.Jason Evans
2017-05-30Add the --disable-thp option to support cross compiling.Jason Evans
2017-05-23Implementing opt.background_thread.Qi Wang
2017-05-11Automatically generate private symbol name mangling macros.Jason Evans
2017-05-11Remove unused private_unnamespace infrastructure.Jason Evans
2017-05-03Add --with-version=VERSION .Jason Evans