History log of /external/jemalloc/bin/jemalloc.sh.in
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7cdea3973cab8640d1f44c7638ed5e30ed18be24 30-Apr-2012 Mike Hommey <mh@glandium.org> Few configure.ac adjustments

- Use the extensions autoconf finds for object and executable files.
- Remove the sorev variable, and replace SOREV definition with sorev's.
- Default to je_ prefix on win32.
/external/jemalloc/bin/jemalloc.sh.in
a4936ce4d635ef129be201f53cdc0786315ac3b6 23-Apr-2012 Jason Evans <je@fb.com> Fix jemalloc.sh code generation.

Fix jemalloc.sh code generation by adding @sorev@ and using it instead
of @SOREV@ (which contains Makefile-specific variables).
/external/jemalloc/bin/jemalloc.sh.in
85221d5d75be26ce8941cc08a798e69ecdd0a57c 18-Apr-2012 Mike Hommey <mh@glandium.org> Make versioned shared library suffix configurable

This allows for different patterns for file names:
- lib.so.version for e.g. Linux
- lib.version.dylib for OSX (which is much more common than
lib.dylib.version)
- lib.dll for Windows (no version at all).
/external/jemalloc/bin/jemalloc.sh.in
f576c63f1eb29ce32e930501f65c541ff344e912 02-Nov-2011 Jason Evans <je@fb.com> Refactor SO and REV make variables.

Refactor the SO and REV such that they are set via autoconf variables,
@so@ and @rev@. These variables are both needed by the jemalloc.sh
script, so this unifies their definitions.
/external/jemalloc/bin/jemalloc.sh.in
2bd3cbc5c68bb9b097c382108ae1aed793e08062 13-Oct-2011 Antony Dovgal <tony@daylessday.org> add autogenerated jemalloc.sh wrapper script
/external/jemalloc/bin/jemalloc.sh.in