Brad King
d4e26b7e88
Remove useless include file filters
...
The commit "Cleanup regular expressions" removed real include filter
expressions and replaced them with lines like
INCLUDE_REGULAR_EXPRESSION("^.*$")
that do no filtering. We simplify the change by removing the lines
altogether.
2009-12-08 11:27:38 -05:00
Brad King
997fd839ed
curl: Hard-code HAVE_W* macros on UNIX for Cygwin
...
The curl library code assumes that HAVE_WINDOWS_H and similar macros are
not defined on Cygwin. Its CMake code achieved this by not even testing
for the corresponding headers on UNIX platforms. However, libarchive
does test HAVE_WINDOWS_H and confuses our curl build. We avoid the
conflict by hard-coding the macros to 0 for UNIX builds inside the curl
tree.
2009-12-01 12:03:32 -05:00
Brad King
9737ea074a
Install third-party utility copyright notices
...
Some of our third-party utilities have licenses that require their
copyright and license notices to be distributed with binary forms. This
commit adds installation rules to include these notices with installed
CMake documentation.
2009-09-28 11:36:17 -04:00
Brad King
6f109620b3
COMP: Fix cmcurl build on VMS
...
This defines IOCTL_3_ARGS in 'cmcurl/setup.h' to teach curl sources
about the three-argument ioctl() on VMS.
2009-06-10 11:49:23 -04:00
Bill Hoffman
5783d5aab1
ENH: allow for shared build of libcurl and fix build with openssl option (ssl tested on linux and windows
2009-04-10 11:59:31 -04:00
Bill Hoffman
4b879a7593
ENH: disable ftp check because it is no longer active on public
2008-12-02 16:40:04 -05:00
Bill Hoffman
7c39cdc80d
ENH: fix warning on HPUX
2008-11-26 16:19:27 -05:00
Bill Hoffman
0aa05cf714
ENH: missed this one, cmake now bootstraps on HAIKU
2008-09-15 18:23:37 -04:00
Bill Hoffman
64fc597de2
ENH: add initial support for HAIKU OS from bug# 7425
2008-09-15 17:53:28 -04:00
Brad King
129f3bef2d
COMP: Check for -Wno-long-double before using
...
Older GCC on the Mac warns for use of long double, so we use
-Wno-long-double. Newer GCC on the Mac does not have this flag and
gives an error. We now check for the flag before using it.
See bug #7357 .
2008-07-17 15:19:25 -04:00
Brad King
eb85676928
ENH: Avoid cmcurl CMake macro name conflicts
...
Utilities/cmcurl/CMake provides macros with the same file names and
macro names as others in Modules, but with different interfaces. We
rename the curl ones to avoid conflict.
2008-07-17 15:19:17 -04:00
Brad King
33c84b50e9
ENH: Set CMake Policy CMP0003 to NEW behavior to build without warnings with the upcoming CMake 2.6 release.
2008-03-17 16:22:28 -04:00
Bill Hoffman
4057ee6828
BUG: fix for bug 6054 remove some warnings
2007-12-14 11:00:56 -05:00
Bill Hoffman
333ff59c23
ENH: remove memdebug.c from list
2007-11-07 14:35:56 -05:00
Brad King
f410f8578e
COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697 .
2007-11-05 14:34:36 -05:00
Bill Hoffman
8edcbecb7a
ENH: add a check for basename to cmcurl
2007-09-27 08:53:19 -04:00
Bill Hoffman
a581b64330
ENH: add test for HAVE_BASENAME since it is used
2007-09-19 11:42:28 -04:00
Bill Hoffman
9cbb998737
ENH: add support for vs 2008 beta 2
2007-09-17 15:21:47 -04:00
Alexander Neundorf
330062c0ce
STYLE: HAVE_LONG_LONG_CONST was completely unused here (it was used in the
...
(unused) copy of curl under CMake/CTest/Curl/ )
Alex
2007-08-09 14:55:18 -04:00
Bill Hoffman
a6c86cbd04
ENH: change order so windows functions are found first since try compile is slow on windows
2007-07-20 12:25:44 -04:00
Brad King
58debfd6bd
ENH: Use IF(NOT DEFINED) check to short-circuit size test.
2007-05-17 15:17:45 -04:00
Brad King
aa4d7847ee
COMP: Fix code-not-reached warnings for SunCC.
2007-05-03 13:03:13 -04:00
Andy Cedilnik
925214e12f
ENH: Fix old api
2007-04-15 11:56:07 -04:00
Utkarsh Ayachit
0f6c76b780
ENH: Merging branch PVEE-ERDC-Setup-4-3-2007 to main tree. Changes between PVEE-ERDC-Setup-4-3-2007-bp and PVEE-ERDC-Setup-4-3-2007-mp1 are included.
2007-04-10 17:12:24 -04:00
Bill Hoffman
c98d6ad668
ENH: second try to fix qnx build problem
2007-03-20 15:51:42 -04:00
Bill Hoffman
c143513f82
ENH: try to fix qnx build problem
2007-03-20 15:49:11 -04:00
Ken Martin
2bd4301797
BUG: was not setting HAVE_PROCESS_H properly
2007-03-20 09:51:01 -04:00
Andy Cedilnik
a58b0d6856
COMP: Remove some warnings
2007-03-18 16:18:50 -04:00
Brad King
d7eeead8dc
COMP: Do not #include files inside extern "C" {} blocks.
2007-03-16 18:44:39 -04:00
Brad King
0a1d660242
COMP: Ignore windows sockets on cygwin. Remove duplicate source entry.
2007-03-16 14:28:54 -04:00
Andy Cedilnik
77da3d9b79
COMP: Fix support for old CMake (2.0 and 2.2)
2007-03-16 09:34:40 -04:00
Andy Cedilnik
9408e16704
ENH: Unify with the compile one
2007-03-15 17:22:33 -04:00
Andy Cedilnik
9314bb49e0
ENH: Update Curl to 7.16.1
2007-03-15 15:22:15 -04:00
Bill Hoffman
3a32cec969
ENH: merge in changes for beos support
2006-12-04 17:26:41 -05:00
Bill Hoffman
19892abbc5
ENH: save logs of passed try compile stuff as well
2006-11-27 10:42:45 -05:00
Brad King
ab61137eb1
COMP: Fix and/or disable warnings for Borland 5.6 build.
2006-08-01 11:38:42 -04:00
Andy Cedilnik
c944a60b17
COMP: Remove errors
2006-07-09 13:48:37 -04:00
Ken Martin
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
Bill Hoffman
a2ca478353
ENH: fix for uclibc
2006-05-19 15:51:05 -04:00
Bill Hoffman
bc649db7cc
ENH: remove c++ comment from c code
2006-03-31 08:46:56 -05:00
Bill Hoffman
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
2006-03-30 13:49:56 -05:00
Andy Cedilnik
8c11d31cc3
COMP: Remove win64 warnings
2006-03-09 08:20:31 -05:00
Ken Martin
46422c13b8
BUG: revert such that it should work
2006-01-17 16:22:09 -05:00
Bill Hoffman
9891260a6d
ENH: add support for watcom wmake and wcl386
2006-01-17 10:21:45 -05:00
Bill Hoffman
2622956159
ENH: fix for CMakeTmp move broken stuff
2006-01-13 11:44:39 -05:00
Ken Martin
4bdca3b404
ENH: put CmakeTmp into CMakeFiles
2006-01-12 13:49:32 -05:00
Andy Cedilnik
8b9512559d
COMP: Cleanup regular expressions
2005-12-30 14:50:15 -05:00
Andy Cedilnik
c3a5319a09
COMP: Fix build on uclibc
2005-12-20 14:07:02 -05:00
Ken Martin
c6b011e35e
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
2005-07-29 09:19:25 -04:00
Bill Hoffman
d938397b17
add -dl on unix
2005-07-12 17:23:44 -04:00