summaryrefslogtreecommitdiff
path: root/README.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup README.cmake 'experimental' claims. It works and builds perfectlyMladen Turk2021-12-071-43/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1895658 13f79535-47bb-0310-9956-ffa450edef68
* Clean up _WIN32_WINNTWilliam A. Rowe Jr2020-09-031-9/+0
| | | | | | | | | | | | | | | | | | | | | | - Fix _WIN32_WINNT for Windows.h to provide all type declarations, function prototypes and others from Windows 10 / Windows Server 2019. NOTE: This has nothing whatsoever to do with which functions APR chooses to use, chooses to load a runtime (apr_arch_misc.h) or which minimum version of Windows APR will require. - New in Windows 10/Server 2019 are case sensitive directory trees. The patch normalizes the case of the relevant Windows header file names in #include statements to the files shipping in the SDK's. - drops inaccurately mapped CMake flag MIN_WINDOWS_VER from apr 2.0 branch, which never not a feature toggle to APR itself. - drops winsock.h entirely. WINDOWS_WCE is ended entirely 2 years ago, and a later commit to trunk should remove WCE toggles throught the sources. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1881421 13f79535-47bb-0310-9956-ffa450edef68
* Fix the statement about OpenSSL and cmake 3.1.3. (Thanks, Bert)Jeff Trawick2015-04-051-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1671362 13f79535-47bb-0310-9956-ffa450edef68
* Add hint on a version of cmake that works with OpenSSL 1.0.2.Jeff Trawick2015-03-241-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1668865 13f79535-47bb-0310-9956-ffa450edef68
* mention generators expected to work, tweak todosJeff Trawick2014-01-181-3/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1559345 13f79535-47bb-0310-9956-ffa450edef68
* Fix build of aprapp/libaprapp (APR_DECLARE_STATIC was misplaced).Jeff Trawick2013-09-161-3/+7
| | | | | | | | | | | | | | | | | | | Support building test suite against either static or dynamic libs. (Requiring separate builds is ugly, but so is creating a more complex directory structure or naming convention in the build directory and possibly having to modify test program source to find child programs.) Build additional test programs. Add running the test suite to the build system. (Using the "NMake Makefiles" generator, use "nmake test" to run silently, with output logged to some files, or "nmake check" to run with test output logged to the console.) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1523604 13f79535-47bb-0310-9956-ffa450edef68
* build aprapp-2.lib and libaprapp-2Jeff Trawick2013-09-141-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1523355 13f79535-47bb-0310-9956-ffa450edef68
* Bring in APR-util's DLL_NAME feature, used to provide a specific nameJeff Trawick2013-09-141-3/+0
| | | | | | | | | | | | | for DSO modules as the Window's File Description. This was lost with the merge of APR-util into APR. Set DLL_NAME in the cmake-based build. (The Visual Studio build already sets it.) The APR-util 1.5.x cmake list already sets it. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1523277 13f79535-47bb-0310-9956-ffa450edef68
* mention libapr.rc/DLL_NAME issue affecting both Windows builds to some extentJeff Trawick2013-09-121-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1522659 13f79535-47bb-0310-9956-ffa450edef68
* install .pdb files unless requested otherwise, tweak todo listJeff Trawick2013-09-111-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1521957 13f79535-47bb-0310-9956-ffa450edef68
* remove the ability to suppress the build setting display, tweak the todo listJeff Trawick2013-09-101-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1521461 13f79535-47bb-0310-9956-ffa450edef68
* Allow control over the setting of _WINNT_WINNTJeff Trawick2013-09-081-0/+9
| | | | | | | | Default minimum Windows version: 0x0600 (Vista/Windows Server 2008) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1520879 13f79535-47bb-0310-9956-ffa450edef68
* APR_INSTALL_PRIVATE_H -- Subversion needs it tooJeff Trawick2013-09-051-3/+3
| | | | | | | (for now continue to default to off) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1520293 13f79535-47bb-0310-9956-ffa450edef68
* grab more scary text from httpdJeff Trawick2013-08-291-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1518767 13f79535-47bb-0310-9956-ffa450edef68
* move cmake howto/buglist to a separate file, README.cmakeJeff Trawick2013-08-291-0/+137
add license text to CMakeLists.txt git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1518749 13f79535-47bb-0310-9956-ffa450edef68