]> granicus.if.org Git - apache/history - CMakeLists.txt
Fix a cmake compatiblity issue related to quoting with cmake 2.8.12
[apache] / CMakeLists.txt
2014-09-16 Jeff TrawickFix a cmake compatiblity issue related to quoting with...
2014-04-22 Jeff Trawickfollow-up to r1588987:
2014-04-15 Jeff Trawickmod_ssl: Add hooks to allow other modules to perform...
2014-03-29 Jeff TrawickReport OpenSSL directories in configuration summary
2013-11-18 Jeff TrawickWorkaround issue with defining a preprocessor symbol...
2013-11-18 Jeff Trawickfix versioninfo fields for abs.exe
2013-11-14 Jeff Trawickcmake build support for Windows is now in the 2.4.x...
2013-10-05 Jeff TrawickWhen building modules with prereqs, search httpd includ...
2013-10-05 Jeff Trawickskiplist is gone
2013-09-30 Jeff TrawickFollow up to r1527295:
2013-09-29 Kaspar BrandImprove ephemeral key handling (companion to r1526168):
2013-09-26 Jeff Trawickutil_fcgi.c now in 2.4.x branch too
2013-09-22 Jeff Trawickinstall libhttpd.exp
2013-09-20 Jeff Trawickrename EXTRA_INCLUDE_DIRS to EXTRA_INCLUDES, add EXTRA_...
2013-09-14 Jeff Trawickskiplist.c now in 2.4.x
2013-09-12 Jeff Trawickset binary attributes for remaining binaries via httpd...
2013-09-12 Jeff Trawickspecify base addresses for libhttpd.dll and modules...
2013-09-11 Jeff Trawickinstall .pdb files when available
2013-09-08 Jeff TrawickAdd a global ENABLE_MODULES setting to make it easy
2013-09-08 Jeff TrawickSince a couple of modules have module names that don't
2013-09-08 Jeff Trawickinstall cache_common.h; add notes on other files that...
2013-09-08 Jeff Trawickadd apreq and skiplist to libhttpd, support mod_apreq
2013-09-08 Jeff Trawickfix odd bug that prevented the manual from being installed
2013-09-08 Jeff Trawicksupport mod_lua; add some tweaks/disclaimers to the...
2013-09-07 Jeff Trawickhandle mod_ldap/mod_authnz_ldap, along with tiny infras...
2013-09-07 Jeff TrawickAdd macro for checking apr/apu defines like APR_HAS_fea...
2013-09-04 Jeff TrawickSet LONG_NAME and BIN_NAME to something reasonable...
2013-09-01 Jeff TrawickLet the location of APR[-Util] and PCRE libs and
2013-08-31 Jeff TrawickSimplify -DENABLE_MOD_foo to -DENABLE_FOO
2013-08-31 Jeff Trawickadd option EXTRA_INCLUDE_DIRS for pointing to outside...
2013-08-29 Jeff Trawickadjust default module enablement to kinda-sorta sync...
2013-08-29 Jeff Trawickmove cmake howto/buglist to a separate file, README...
2013-08-29 Jeff TrawickOnly minor adjustments were required to support 2.4...
2013-08-29 Jeff TrawickFix source path to error documents and icons.
2013-08-29 Jeff TrawickDon't forget to disable an optional module if the prere...
2013-08-28 Jeff TrawickSupport new configuration feature
2013-08-28 Jeff TrawickGenerate and install .conf files
2013-08-28 Jeff TrawickHandle the libxml2 prereq of some modules, including...
2013-08-28 Jeff TrawickFollow up to r1518041: zlib is found, deflate build...
2013-08-28 Jeff TrawickAdd mod_deflate build support, along with module enable...
2013-08-27 Jeff TrawickAdd experimental cmake-based build system for Windows.