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

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