summaryrefslogtreecommitdiffstats
path: root/external/apr
Commit message (Collapse)AuthorAgeFilesLines
* Fix apr build with current Xcode: Include <stdlib.h> for exit()Tor Lillqvist2020-11-042-0/+27
| | | | | | | | | (Or whatever it is that had broken it.) Change-Id: I72bc42e618f011518c05a2cdb875cfe64515b4d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105269 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
* GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák2020-02-162-0/+8
| | | | | | | | | | See instructions in solenv/gbuild/Trace.mk . This generates a file than can be viewed e.g. in the Chromium tracing view. Change-Id: I5f90647c58ca729375525b6daed2d4918adc8188 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88754 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
* Don't use the non-public fdatasync() API when sandboxed on macOSTor Lillqvist2019-02-211-0/+1
| | | | Change-Id: I9e36cb78e3e945f6531a31e0ddf73d9c8d655f7d
* external/apr: Avoid dependency on system uuid libStephan Bergmann2015-08-172-0/+247
| | | | | | | | ...which isn't even needed, as apr only uses APR_HAS_OS_UUID for apr_os_uuid_get (apr_portable.h), which is neither used internally in apr nor by either of the two clients of apr in LO, external/serf and ucb/source/ucp/webdav Change-Id: I2e9d1f2640df0a8125ae2840f54488e77656c3ec
* apr external: add --with-picMatúš Kukan2014-04-022-0/+2
| | | | Change-Id: Ica3b1207a2847917d82b3c82d14479fb58a7aaa2
* Add apr and serf externals for alternative webdav implementation.Matúš Kukan2014-03-068-0/+197
Change-Id: I5e93bb6fb53537b889c6ba9888f0f32a0d6f8050