summaryrefslogtreecommitdiff
path: root/include/apr.hwc
Commit message (Collapse)AuthorAgeFilesLines
* Windows platform: Provide a native XML parser implementation based onivan2019-05-271-0/+1
| | | | | | | | | | | | | | | | XmlLite [1]. Start using it by default if we weren't explicitly told to build with either libxml2 or expat. (This is a merge of the `xmllite` branch.) Doing so reduces the amount of dependencies required for building and using APR, which I believe to be a good thing in this particular case. And it also means that by default we would be relying on the native component of the OS rather than on a 3rd-party library. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1860150 13f79535-47bb-0310-9956-ffa450edef68
* Follow up to r1836616: Provide APR_SIZEOF_OFF_T on Windows/Netware too.ylavic2018-07-251-0/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1836619 13f79535-47bb-0310-9956-ffa450edef68
* Add signed type apr_intptr_t, because intptr_t is C99, and is not tdonovan2014-01-131-0/+2
| | | | | | | recognized by MSVC6. Changed ODBC dbd driver to use apr_intptr_t. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1557720 13f79535-47bb-0310-9956-ffa450edef68
* Allow control over the setting of _WINNT_WINNTtrawick2013-09-081-1/+1
| | | | | | | | Default minimum Windows version: 0x0600 (Vista/Windows Server 2008) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1520879 13f79535-47bb-0310-9956-ffa450edef68
* Add support for APU_HAVE_CRYPTO+APU_HAVE_OPENSSL.trawick2013-08-271-1/+1
| | | | | | | | | | | | | | | | | (Fully-qualifying the include file paths was implemented as part of specifying the include directories for apr_crypto_openssl-2; relative include paths don't work with SET_TARGET_PROPERTIES( ... INCLUDE_DIRECTORIES ... ) ) Update notes on what needs to be done: . OpenSSL flavor of APU_HAVE_CRYPTO is done as of this commit . COMMONCRYPTO is OS X/iOS, so that isn't applicable to Windows . APU_DSO_MODULE_BUILD is the style we have; static module builds is what is missing git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1518029 13f79535-47bb-0310-9956-ffa450edef68
* Support DBD ODBC driver as an optional feature, defaulting to ONtrawick2013-08-231-2/+3
| | | | | | | | | | | | | | since the libraries are always available on Windows. (A fair amount of this is from Tom Donovan's cmake list.) Enable the DBD test driver when the test suite is being built. Add/clarify a small amount of commentary about the lack of a test suite build for libapr-2 (the DLL) and the manner in which DBD driver are expected to be built. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1516863 13f79535-47bb-0310-9956-ffa450edef68
* Add experimental cmake-based build system for Windows.trawick2013-08-221-0/+739
include/apr.hwc is almost exactly the same as apr.hw; it uses variables for cmake-time feature selection so that cmake can easily generate apr.h. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1516542 13f79535-47bb-0310-9956-ffa450edef68