summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* atomics: Disentangle 32bit and 64bit atomics configuration.Yann Ylavic2023-04-211-9/+20
* tests: Follow up to r1908616: Simplify epoll_wait() check.Yann Ylavic2023-03-211-10/+10
* tests: check whether epoll_wait() timeout is reliable and adjust justsleep().Yann Ylavic2023-03-211-2/+43
* Fix crosscompiling detection in apr-1-configRuediger Pluem2023-03-101-0/+12
* configure: atomic builtins might be implemented for i586 and i686.Yann Ylavic2023-03-021-5/+12
* Revert r1907986.Yann Ylavic2023-03-021-12/+5
* configure: atomic builtins might be implemented for i586 and i686.Yann Ylavic2023-03-021-5/+12
* configure: Test apr_uint64_t alignment for 64bit atomic builtins usability.Yann Ylavic2023-02-141-25/+43
* * Since r1901037 Posix shared mem is prefered over SysV shared mem.Ruediger Pluem2023-02-101-0/+7
* * configure.in: Fix variable-length-array detection for recent gccJoe Orton2023-01-231-1/+2
* Merge thread-name branch (PR 60587) [1]:Ivan Zhakov2023-01-211-0/+1
|\
| * crude check for pthread_setname_npEric Covener2022-06-281-0/+1
* | force USE_SHMEM_SHMGET on AIXEric Covener2023-01-191-0/+4
* | Further strict C99 configure fix:Joe Orton2023-01-171-1/+1
* | Fix further strict C99 compliance issue. (fixes #37)Joe Orton2023-01-111-3/+6
* | Revert r1904726: EXTRA_LIBS takes care of -lcrypt already in trunk.Yann Ylavic2022-10-201-2/+1
* | configure: Link to libcrypt (when available) for apr_password_validate.Yann Ylavic2022-10-201-1/+2
|/
* atomic: Detect 32bit and 64bit atomic builtins separately.Yann Ylavic2022-06-261-6/+95
* Prefer posix shared mem over SysV in all cases:Jim Jagielski2022-05-181-4/+4
* apr_sleep: use nanosleep() when available.Yann Ylavic2021-11-261-0/+4
* apr_atomic: Use __atomic builtins when available.Yann Ylavic2021-10-291-9/+36
* Revert r1894618.Yann Ylavic2021-10-291-36/+9
* apr_atomic: Use __atomic builtins when available.Yann Ylavic2021-10-291-9/+36
* apr_brigade_split_boundary: Provide a memmem implementation on platforms thatGraham Leggett2021-10-251-0/+2
* More revert of r1887500.Yann Ylavic2021-03-111-3/+0
* Follow up to r1887060: fix compilation on BEOS.Yann Ylavic2021-03-111-0/+3
* calls to exit() require stdlib.h or else we get -Werror,-Wimplicit-function-d...Jim Jagielski2020-10-291-1/+5
* * configure.in: Add --enable-thread-debug, which definesJoe Orton2020-06-011-0/+7
* Add a cache check with which users who cross-compile APRGraham Leggett2020-03-101-7/+5
* Don't try to use PROC_PTHREAD by default when cross compiling.Graham Leggett2020-02-051-2/+8
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>Graham Leggett2019-12-261-0/+5
* Use AC_CHECK_SIZEOF, so as to support cross compiling. PR 56053.Graham Leggett2019-12-261-7/+7
* Add --tag=CC to libtool invocations. PR 62640.Graham Leggett2019-08-171-2/+2
* Simplify avoiding the dirread_r deprecated and unwise invocations, by alwaysWilliam A. Rowe Jr2019-04-011-4/+2
* Revert r1789258, r1856189, r1856191 following discussion on list, in favorWilliam A. Rowe Jr2019-04-011-24/+1
* Follow up to r1856189: sys/types.h possibly needed.Yann Ylavic2019-03-251-0/+1
* Follow up to r1789258: configure to detect whether readdir() is thread-safe.Yann Ylavic2019-03-251-1/+23
* The string conversion to apr_off_t is strtoll when it's a long long.Yann Ylavic2019-03-221-1/+1
* Use stdint/inttypes 64bit types/formats when both available.Yann Ylavic2019-03-221-11/+34
* Use proc mutex pthread by default when robust[_np]Yann Ylavic2019-03-221-0/+8
* Replace generic off_t logic with APR_CHECK_TYPES_FMT_COMPATIBLE,William A. Rowe Jr2019-03-191-11/+18
* Deprecate APR_CHECK_TYPES_COMPATIBLE for new APR_CHECK_TYPES_FMT_COMPATIBLEWilliam A. Rowe Jr2019-03-191-4/+9
* Quit redundantly looking up shlibpath_varWilliam A. Rowe Jr2019-03-131-1/+4
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDWilliam A. Rowe Jr2018-08-301-3/+0
* Revert 1839699, this contained unintended, additional noise. Re-correcting.William A. Rowe Jr2018-08-301-0/+3
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDWilliam A. Rowe Jr2018-08-301-3/+0
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>William A. Rowe Jr2018-08-301-0/+3
* If --with-installbuilddir is not supplied, it unconditially overrides the valueRainer Jung2018-08-251-2/+2
* Provide APR_SIZEOF_OFF_T.Yann Ylavic2018-07-251-0/+7
* configure.in: match fallback apr_off_t type with the comment/format.Yann Ylavic2018-07-251-1/+1