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

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