Rearranged some things and added the visibility.m4 macros. Started to lay the
authorMonty Taylor <mordred@inaugust.com>
Mon, 6 Jul 2009 17:13:14 +0000 (12:13 -0500)
committerMonty Taylor <mordred@inaugust.com>
Mon, 6 Jul 2009 17:13:14 +0000 (12:13 -0500)
commit7425cb169f8318a1bfde88fdbf991934a690a970
treed32918214a1a36f7a60efbedb93ec28d9f617e64
parentd925ea150338a6ce7b04aa1efced0adcb5c62ba9
Rearranged some things and added the visibility.m4 macros. Started to lay the
groundwork for being able to turn on -fvisibility=hidden, which in this lib
will likely be a nice speed win. (At these speeds, the extra mem access might
even be noticed)
Moved code that was commented to only be private to private headers. Removed
the need for installation of any of the private headers.
15 files changed:
configure.ac
libmemcached/Makefile.am
libmemcached/common.h
libmemcached/memcached.h
libmemcached/memcached/protocol_binary.h
libmemcached/memcached_allocators.c
libmemcached/memcached_internal.h
libmemcached/memcached_io.h
libmemcached/memcached_watchpoint.h
libmemcached/visibility.h [new file with mode: 0644]
libmemcachedutil/memcached_pool.c
m4/visibility.m4 [new file with mode: 0644]
tests/function.c
tests/server.c
tests/test.h