index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build break for MSVC.
Jason Evans
2013-08-20
1
-0/+5
*
Allow toolchain to determine ar
Jory A. Pratt
2013-08-19
1
-3/+7
*
Fix quoting bug in --without-export implementation.
Jason Evans
2013-01-23
1
-1/+1
*
Fix AC_PATH_PROG() calls to specify default.
Jason Evans
2013-01-22
1
-4/+4
*
Fix build break on *BSD
Garrett Cooper
2012-12-24
1
-0/+1
*
Improve configure tests for ffsl
Garrett Cooper
2012-12-24
1
-2/+4
*
Allow to enable ivsalloc independently
Mike Hommey
2012-12-23
1
-2/+17
*
Allow to disable the zone allocator on Darwin
Mike Hommey
2012-12-23
1
-1/+20
*
Allow to build without exporting symbols
Mike Hommey
2012-11-25
1
-0/+7
*
Drop const from malloc_usable_size() argument on Linux.
Jason Evans
2012-10-09
1
-0/+3
*
Remove -fno-common compiler flag for OS X.
Mike Hommey
2012-05-09
1
-1/+1
*
Add the --enable-mremap option.
Jason Evans
2012-05-09
1
-10/+28
*
Use "hardcoded" dependencies when compiler doesn't support -MM
Mike Hommey
2012-05-02
1
-0/+3
*
Check for VALGRIND_RESIZEINPLACE_BLOCK support
Mike Hommey
2012-05-02
1
-4/+1
*
Add support for MSVC
Mike Hommey
2012-05-01
1
-5/+49
*
Few configure.ac adjustments
Mike Hommey
2012-05-01
1
-12/+6
*
Force use of TLS if heap profiling is enabled.
Jason Evans
2012-04-23
1
-0/+4
*
Fix jemalloc.sh code generation.
Jason Evans
2012-04-23
1
-0/+4
*
Fix intmax_t configure error message
Mike Hommey
2012-04-22
1
-1/+1
*
Add support for Mingw
Mike Hommey
2012-04-22
1
-15/+45
*
Refactor object and library build, and only build PIC libraries when PIC_CFLA...
Mike Hommey
2012-04-18
1
-0/+2
*
Make versioned shared library suffix configurable
Mike Hommey
2012-04-18
1
-0/+3
*
Add atomic(9) implementations of atomic operations.
Jason Evans
2012-04-17
1
-1/+24
*
Limit the number of flags directly given to the linker, and refactor rpath
Mike Hommey
2012-04-17
1
-6/+5
*
Add variables for library prefix, and static library, object and executable s...
Mike Hommey
2012-04-17
1
-0/+8
*
Add the --disable-munmap option.
Jason Evans
2012-04-17
1
-66/+19
*
Remove configure test cruft.
Jason Evans
2012-04-16
1
-1/+0
*
Disable munmap() if it causes VM map holes.
Jason Evans
2012-04-13
1
-0/+67
*
Use a stub replacement and disable dss when sbrk is not supported
Mike Hommey
2012-04-12
1
-0/+8
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-2/+36
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
1
-0/+29
*
Fix threaded initialization and enable it on Linux.
Jason Evans
2012-04-05
1
-0/+1
*
Add missing include for ffsl() test.
Jason Evans
2012-04-04
1
-0/+1
*
Add tls_model configuration.
Jason Evans
2012-04-04
1
-1/+16
*
Change AC_COMPILE_IFELSE into AC_LINK_IFELSE for the __sync_{add, sub}_and_fe...
Mike Hommey
2012-03-30
1
-14/+14
*
Force the lazy-lock feature on FreeBSD.
Jason Evans
2012-03-24
1
-0/+5
*
Use __sync_add_and_fetch and __sync_sub_and_fetch when they are available
Mike Hommey
2012-03-26
1
-0/+34
*
Port to FreeBSD.
Jason Evans
2012-02-03
1
-0/+11
*
Forcibly disable TLS on OS X.
Jason Evans
2012-03-23
1
-1/+5
*
Remove -no-cpp-precomp compiler flag for OS X.
Jason Evans
2012-03-23
1
-1/+1
*
Implement tsd.
Jason Evans
2012-03-23
1
-0/+20
*
Improve zone support for OSX
Mike Hommey
2012-03-20
1
-33/+26
*
Generalize dlsym() configuration.
Jason Evans
2012-03-19
1
-2/+4
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
1
-14/+14
*
Use AC_LINK_IFELSE() rather than AC_RUN_IFELSE() in JE_COMPILABLE().
Jason Evans
2012-03-19
1
-5/+5
*
Fix various documentation formatting regressions.
Jason Evans
2012-03-19
1
-4/+13
*
Look for pthreads functionality in libc.
Jason Evans
2012-03-16
1
-1/+4
*
Implement aligned_alloc().
Jason Evans
2012-03-13
1
-1/+1
*
Fix a regression in JE_COMPILABLE().
Jason Evans
2012-03-13
1
-14/+14
*
Fix --with-mangling/--with-jemalloc-prefix interaction.
Jason Evans
2012-03-12
1
-1/+4
[next]