Andrey Volk fe68e3aff4 [Build-System] Fix NSIG redefinition issue. vor 1 Jahr
..
atomic 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
build 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
docs 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
dso 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
file_io 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
helpers 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
images 0488a5109a add apr to in tree libs vor 18 Jahren
include fe68e3aff4 [Build-System] Fix NSIG redefinition issue. vor 1 Jahr
locks 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
memory 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
misc 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
mmap 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
network_io 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
passwd 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
poll 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
random 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
shmem 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
strings 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
support 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
tables 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
test 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
threadproc 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
time 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
user 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
.update da31fac5a0 [Core, mod_commands] Add switch_core_pool_stats API and pool_stats command with corresponding --enable-pool-debug configure flag. vor 4 Jahren
CHANGES 0488a5109a add apr to in tree libs vor 18 Jahren
CMakeLists.txt 3031715ec4 apr cmake files vor 15 Jahren
LICENSE 0488a5109a add apr to in tree libs vor 18 Jahren
Makefile.in 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
NOTICE 0488a5109a add apr to in tree libs vor 18 Jahren
NWGNUmakefile 0488a5109a add apr to in tree libs vor 18 Jahren
README.dev 0488a5109a add apr to in tree libs vor 18 Jahren
apr-config.in 0488a5109a add apr to in tree libs vor 18 Jahren
apr.dsp 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
apr.dsw 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
apr.pc.in 0488a5109a add apr to in tree libs vor 18 Jahren
apr.spec 0488a5109a add apr to in tree libs vor 18 Jahren
build-outputs.mk 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
build.conf 0488a5109a add apr to in tree libs vor 18 Jahren
buildconf 0488a5109a add apr to in tree libs vor 18 Jahren
config.layout 0488a5109a add apr to in tree libs vor 18 Jahren
configure.ac 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
configure.gnu ee1dd4f37f fix srcdir for libs/apr/configure.gnu (FSBUILD-211) vor 15 Jahren
emacs-mode 0488a5109a add apr to in tree libs vor 18 Jahren
libapr.dsp 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren
libapr.rc dd3075a203 [Core] Fix Windows build after apr-util removal vor 2 Jahren
libaprnw.mcp.zip 0488a5109a add apr to in tree libs vor 18 Jahren
renames_pending 5c2726f413 [core] rename lib apr symbols to fspr vor 2 Jahren

README.dev

Apache Portable Runtime
=======================

If you are building APR from SVN, you need to use a slightly non-standard
build process. You must have autoconf and libtool installed for this to
work. There are three steps:

1) ./buildconf
2) ./configure
3) make

If you are building APR from a distribution tarball, buildconf will have
already been run for you, and you therefore do not need to have either
autoconf or libtool installed, and you do not need to run buildconf. Skip
step one above and just run configure then make.

Generating Test Coverage information
====================================

If you want to generate test coverage data, use the following steps:

1) ./buildconf
2) CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
3) make
4) cd test
5) make
6) ./testall
7) cd ..
8) make gcov