Anthony Minessale d7f3c5a721 FS-7969: Freeswitch segfaults due to pthread_setschedparam() on a thread that has exited] #comment please test this fix which was verified working 9 سال پیش
..
atomic bb53175526 FS-6010 --resolve 11 سال پیش
build 2513388d8a clean up some bootstrap warnings 10 سال پیش
docs 0488a5109a add apr to in tree libs 18 سال پیش
dso 4b89516bce hack for now until we ditch apr dso code completely 16 سال پیش
file_io 0488a5109a add apr to in tree libs 18 سال پیش
helpers 0488a5109a add apr to in tree libs 18 سال پیش
images 0488a5109a add apr to in tree libs 18 سال پیش
include d7f3c5a721 FS-7969: Freeswitch segfaults due to pthread_setschedparam() on a thread that has exited] #comment please test this fix which was verified working 9 سال پیش
locks f8f91362f0 FSCORE-606 (Win) bridge fails because session read lock failure 14 سال پیش
memory 932dccd475 Return const char* from apr_pool_tag 12 سال پیش
misc 0488a5109a add apr to in tree libs 18 سال پیش
mmap 0488a5109a add apr to in tree libs 18 سال پیش
network_io 7c5b5ce8a4 fix some close on -1 issues 11 سال پیش
passwd 0488a5109a add apr to in tree libs 18 سال پیش
poll 0488a5109a add apr to in tree libs 18 سال پیش
random a973fb6347 Fix memset calls in APR sha2 implementation 12 سال پیش
shmem 0488a5109a add apr to in tree libs 18 سال پیش
strings 3fee704d66 FS-2738 14 سال پیش
support 0488a5109a add apr to in tree libs 18 سال پیش
tables 65bfe506e2 add new apr functions/macros needed by unimrcp update 15 سال پیش
test 0488a5109a add apr to in tree libs 18 سال پیش
threadproc d7f3c5a721 FS-7969: Freeswitch segfaults due to pthread_setschedparam() on a thread that has exited] #comment please test this fix which was verified working 9 سال پیش
time 0488a5109a add apr to in tree libs 18 سال پیش
user 0488a5109a add apr to in tree libs 18 سال پیش
.update d7f3c5a721 FS-7969: Freeswitch segfaults due to pthread_setschedparam() on a thread that has exited] #comment please test this fix which was verified working 9 سال پیش
CHANGES 0488a5109a add apr to in tree libs 18 سال پیش
CMakeLists.txt 3031715ec4 apr cmake files 16 سال پیش
LICENSE 0488a5109a add apr to in tree libs 18 سال پیش
Makefile.in 2513388d8a clean up some bootstrap warnings 10 سال پیش
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 0488a5109a add apr to in tree libs 18 سال پیش
apr.dsw 0488a5109a add apr to in tree libs 18 سال پیش
apr.pc.in 0488a5109a add apr to in tree libs 18 سال پیش
apr.spec 0488a5109a add apr to in tree libs 18 سال پیش
build-outputs.mk 0488a5109a add apr to in tree libs 18 سال پیش
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 c4c0f38aab FS-6294 FS-6308 NetBSD support should work test and report back please. 10 سال پیش
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 0488a5109a add apr to in tree libs 18 سال پیش
libapr.rc 0488a5109a add apr to in tree libs 18 سال پیش
libaprnw.mcp.zip 0488a5109a add apr to in tree libs 18 سال پیش
renames_pending 0488a5109a add apr to in tree libs 18 سال پیش

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