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 há 9 anos atrás
..
atomic bb53175526 FS-6010 --resolve há 11 anos atrás
build 2513388d8a clean up some bootstrap warnings há 10 anos atrás
docs 0488a5109a add apr to in tree libs há 18 anos atrás
dso 4b89516bce hack for now until we ditch apr dso code completely há 16 anos atrás
file_io 0488a5109a add apr to in tree libs há 18 anos atrás
helpers 0488a5109a add apr to in tree libs há 18 anos atrás
images 0488a5109a add apr to in tree libs há 18 anos atrás
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 há 9 anos atrás
locks f8f91362f0 FSCORE-606 (Win) bridge fails because session read lock failure há 14 anos atrás
memory 932dccd475 Return const char* from apr_pool_tag há 12 anos atrás
misc 0488a5109a add apr to in tree libs há 18 anos atrás
mmap 0488a5109a add apr to in tree libs há 18 anos atrás
network_io 7c5b5ce8a4 fix some close on -1 issues há 11 anos atrás
passwd 0488a5109a add apr to in tree libs há 18 anos atrás
poll 0488a5109a add apr to in tree libs há 18 anos atrás
random a973fb6347 Fix memset calls in APR sha2 implementation há 12 anos atrás
shmem 0488a5109a add apr to in tree libs há 18 anos atrás
strings 3fee704d66 FS-2738 há 14 anos atrás
support 0488a5109a add apr to in tree libs há 18 anos atrás
tables 65bfe506e2 add new apr functions/macros needed by unimrcp update há 15 anos atrás
test 0488a5109a add apr to in tree libs há 18 anos atrás
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 há 9 anos atrás
time 0488a5109a add apr to in tree libs há 18 anos atrás
user 0488a5109a add apr to in tree libs há 18 anos atrás
.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 há 9 anos atrás
CHANGES 0488a5109a add apr to in tree libs há 18 anos atrás
CMakeLists.txt 3031715ec4 apr cmake files há 16 anos atrás
LICENSE 0488a5109a add apr to in tree libs há 18 anos atrás
Makefile.in 2513388d8a clean up some bootstrap warnings há 10 anos atrás
NOTICE 0488a5109a add apr to in tree libs há 18 anos atrás
NWGNUmakefile 0488a5109a add apr to in tree libs há 18 anos atrás
README.dev 0488a5109a add apr to in tree libs há 18 anos atrás
apr-config.in 0488a5109a add apr to in tree libs há 18 anos atrás
apr.dsp 0488a5109a add apr to in tree libs há 18 anos atrás
apr.dsw 0488a5109a add apr to in tree libs há 18 anos atrás
apr.pc.in 0488a5109a add apr to in tree libs há 18 anos atrás
apr.spec 0488a5109a add apr to in tree libs há 18 anos atrás
build-outputs.mk 0488a5109a add apr to in tree libs há 18 anos atrás
build.conf 0488a5109a add apr to in tree libs há 18 anos atrás
buildconf 0488a5109a add apr to in tree libs há 18 anos atrás
config.layout 0488a5109a add apr to in tree libs há 18 anos atrás
configure.ac c4c0f38aab FS-6294 FS-6308 NetBSD support should work test and report back please. há 10 anos atrás
configure.gnu ee1dd4f37f fix srcdir for libs/apr/configure.gnu (FSBUILD-211) há 15 anos atrás
emacs-mode 0488a5109a add apr to in tree libs há 18 anos atrás
libapr.dsp 0488a5109a add apr to in tree libs há 18 anos atrás
libapr.rc 0488a5109a add apr to in tree libs há 18 anos atrás
libaprnw.mcp.zip 0488a5109a add apr to in tree libs há 18 anos atrás
renames_pending 0488a5109a add apr to in tree libs há 18 anos atrás

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