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

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