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

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