summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* * Add missing test/memcachedmock.crpluem2023-05-031-0/+1
* By default use XmlLite on Windows.ivan2022-11-241-13/+3
* * CMakeLists.txt: Make CMAKE_MINIMUM_REQUIRED the first directive asivan2022-11-231-2/+4
* CMakeLists.txt: Enable support for MSVC runtime library selection byivan2022-11-201-0/+6
* * CMakeLists.txt: Add APR_BUILD_SHARED and APR_BUILD_STATIC options to controlivan2022-09-071-19/+39
* * CMakeLists.txt: Define _CRT_NONSTDC_NO_WARNINGS instead of ignoringivan2022-07-101-2/+1
* win32: Move warning settings to CMakeLists.txt compile options instead ofivan2022-07-101-0/+7
* * CMakeLists.txt: Add simple support CMAKE_WARNING_AS_ERROR if CMake doesn'tivan2022-07-071-0/+8
* * CMakeLists.txt: Pass '-v' to testall.exe when running tests.ivan2022-06-191-1/+1
* * CMakeLists.txt: Set BINPATH for test executables.ivan2022-06-191-0/+2
* * CMakeLists.txt: Use full path to gen_test_char.exe in CUSTOM_COMMAND.ivan2022-06-191-2/+2
* CMakeLists: Make testall test suites separate tests in terms of CMake/CTest.ivan2022-06-171-76/+86
* Followup to r1901212; Normalize ucs-4 to utf-32wrowe2022-05-241-3/+3
* Merge 'win32-pollset-wakeup-no-file-socket-emulation' branch to trunk.ivan2022-02-091-0/+1
* Do not install import libraries for DSO modulesmturk2021-12-031-3/+8
* Ensure that APR_HAVE_MODULAR_DSO is defined with valuemturk2021-12-031-4/+7
* Use the correct location for installing apr-2 headers (same layout as on nixes)mturk2021-12-031-3/+3
* libapr.rc already appends -2 suffix to DLL_NAMEmturk2021-12-031-3/+3
* Add support for building sqlite3 dbd module ... It compiles and pass testsmturk2021-12-031-2/+25
* Use standard configure options for dbd ODBCmturk2021-12-031-1/+4
* Change rest of variable append directivesmturk2021-12-031-2/+2
* Fix module names and use CMake's LIST APPEND instead using SET(foo ${foo} ...mturk2021-12-031-17/+17
* Add option to create 'minimal' build without any third-party library dependen...mturk2021-12-021-6/+10
* Fix message; The LOCATION property should not be read from target gen_test_charmturk2021-12-021-1/+1
* Add missing config directories returned by findIconv modulemturk2021-12-021-6/+13
* Add support for APU_HAS_ICONV optionmturk2021-12-021-6/+15
* Copy missing file so that testfnmatch passmturk2021-12-021-0/+3
* Use global variable instead repeating the same name throgh CMakeLists.txtmturk2021-12-011-27/+30
* Fix find package. Cmake has findEXPAT not findExpatmturk2021-12-011-1/+1
* Print if OpenSSL was found and use the same dll prefix for modules as for apr...mturk2021-12-011-6/+7
* Use the same dll prefix for modules as for apr itselfmturk2021-12-011-7/+7
* Clean up _WIN32_WINNTwrowe2020-09-031-13/+0
* apr_proc_create(): Properly escape arguments containing whitespace charactersivan2019-10-151-0/+1
* win32: Do not use TransmitFile directly. According to documentationivan2019-09-141-1/+0
* Revert r1833421 et al:minfrin2019-06-231-1/+0
* Windows platform: Provide a native XML parser implementation based onivan2019-05-271-12/+32
* apr_generate_random_bytes: Use BCryptGenRandom() instead of CryptGenRandom()ivan2019-05-211-0/+1
* * CMakeLists.txt: Error if MIN_WINDOWS_VER set to Vista.ivan2019-05-191-1/+1
* * CMakeLists.txt: Set MIN_WINDOWS_VER to Windows 7 by default.ivan2019-05-191-1/+1
* * CMakeLists.txt: Define _WIN32_WINNT to 0x0601 by default, since Windows 7ivan2019-05-191-1/+1
* Register test/testjson.c and test/testjose.c in CMake build.ivan2019-04-281-0/+2
* Follow-up to r1835348: Register json/*.c in CMake build.ivan2019-04-281-0/+3
* Follow-up to r1839819: Register jose/*.c in CMake build.ivan2019-04-281-0/+3
* Follow-up to r1834371: Register encoding/apr_encode.c and test/testencode.civan2019-04-281-0/+2
* Follow-up to r1838375: Register util-misc/apr_error.c in CMake build.ivan2019-04-281-0/+1
* Follow-up to r1841078: Register atomic/win32/apr_atomic64.c in CMake build.ivan2019-04-281-0/+1
* Purely cosmetic change for list of features following CMake configurewrowe2019-03-221-3/+2
* Drop _EXPORT, as _IMPORT is assumed,, for loadable modulewrowe2018-11-221-1/+1
* apr_crypto: follow up to r1833359.ylavic2018-06-121-0/+1
* Cryptographic Pseudo Random Number Generator (CPRNG).ylavic2018-06-111-0/+1