Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install third-party utility copyright notices | Brad King | 2009-09-28 | 2 | -5/+2 |
| | | | | | | | 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. | ||||
* | COMP: Fix cmcurl build on VMS | Brad King | 2009-06-10 | 1 | -0/+4 |
| | | | | | This defines IOCTL_3_ARGS in 'cmcurl/setup.h' to teach curl sources about the three-argument ioctl() on VMS. | ||||
* | ENH: allow for shared build of libcurl and fix build with openssl option ↵ | Bill Hoffman | 2009-04-10 | 1 | -6/+35 |
| | | | | (ssl tested on linux and windows | ||||
* | ENH: disable ftp check because it is no longer active on public | Bill Hoffman | 2008-12-02 | 1 | -1/+2 |
| | |||||
* | ENH: fix warning on HPUX | Bill Hoffman | 2008-11-26 | 1 | -1/+4 |
| | |||||
* | ENH: missed this one, cmake now bootstraps on HAIKU | Bill Hoffman | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | ENH: add initial support for HAIKU OS from bug# 7425 | Bill Hoffman | 2008-09-15 | 3 | -2/+4 |
| | |||||
* | COMP: Check for -Wno-long-double before using | Brad King | 2008-07-17 | 1 | -9/+13 |
| | | | | | | | 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. | ||||
* | ENH: Avoid cmcurl CMake macro name conflicts | Brad King | 2008-07-17 | 3 | -28/+28 |
| | | | | | | 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. | ||||
* | ENH: Set CMake Policy CMP0003 to NEW behavior to build without warnings with ↵ | Brad King | 2008-03-17 | 1 | -1/+4 |
| | | | | the upcoming CMake 2.6 release. | ||||
* | BUG: fix for bug 6054 remove some warnings | Bill Hoffman | 2007-12-14 | 1 | -0/+10 |
| | |||||
* | ENH: remove memdebug.c from list | Bill Hoffman | 2007-11-07 | 1 | -1/+1 |
| | |||||
* | COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. | Brad King | 2007-11-05 | 1 | -2/+3 |
| | |||||
* | ENH: add a check for basename to cmcurl | Bill Hoffman | 2007-09-27 | 1 | -0/+1 |
| | |||||
* | ENH: add test for HAVE_BASENAME since it is used | Bill Hoffman | 2007-09-19 | 1 | -0/+1 |
| | |||||
* | ENH: add support for vs 2008 beta 2 | Bill Hoffman | 2007-09-17 | 3 | -7/+6 |
| | |||||
* | STYLE: HAVE_LONG_LONG_CONST was completely unused here (it was used in the | Alexander Neundorf | 2007-08-09 | 3 | -14/+13 |
| | | | | | | (unused) copy of curl under CMake/CTest/Curl/ ) Alex | ||||
* | ENH: change order so windows functions are found first since try compile is ↵ | Bill Hoffman | 2007-07-20 | 1 | -2/+2 |
| | | | | slow on windows | ||||
* | ENH: Use IF(NOT DEFINED) check to short-circuit size test. | Brad King | 2007-05-17 | 1 | -0/+2 |
| | |||||
* | COMP: Fix code-not-reached warnings for SunCC. | Brad King | 2007-05-03 | 1 | -1/+1 |
| | |||||
* | ENH: Fix old api | Andy Cedilnik | 2007-04-15 | 1 | -1/+1 |
| | |||||
* | ENH: Merging branch PVEE-ERDC-Setup-4-3-2007 to main tree. Changes between ↵ | Utkarsh Ayachit | 2007-04-10 | 1 | -1/+1 |
| | | | | PVEE-ERDC-Setup-4-3-2007-bp and PVEE-ERDC-Setup-4-3-2007-mp1 are included. | ||||
* | ENH: second try to fix qnx build problem | Bill Hoffman | 2007-03-20 | 1 | -1/+1 |
| | |||||
* | ENH: try to fix qnx build problem | Bill Hoffman | 2007-03-20 | 1 | -0/+3 |
| | |||||
* | BUG: was not setting HAVE_PROCESS_H properly | Ken Martin | 2007-03-20 | 3 | -0/+6 |
| | |||||
* | COMP: Remove some warnings | Andy Cedilnik | 2007-03-18 | 2 | -5/+5 |
| | |||||
* | COMP: Do not #include files inside extern "C" {} blocks. | Brad King | 2007-03-16 | 1 | -0/+15 |
| | |||||
* | COMP: Ignore windows sockets on cygwin. Remove duplicate source entry. | Brad King | 2007-03-16 | 1 | -5/+11 |
| | |||||
* | COMP: Fix support for old CMake (2.0 and 2.2) | Andy Cedilnik | 2007-03-16 | 3 | -2/+4 |
| | |||||
* | ENH: Unify with the compile one | Andy Cedilnik | 2007-03-15 | 1 | -13/+18 |
| | |||||
* | ENH: Update Curl to 7.16.1 | Andy Cedilnik | 2007-03-15 | 130 | -9841/+21531 |
| | |||||
* | ENH: merge in changes for beos support | Bill Hoffman | 2006-12-04 | 1 | -0/+7 |
| | |||||
* | ENH: save logs of passed try compile stuff as well | Bill Hoffman | 2006-11-27 | 1 | -0/+3 |
| | |||||
* | COMP: Fix and/or disable warnings for Borland 5.6 build. | Brad King | 2006-08-01 | 1 | -0/+5 |
| | |||||
* | COMP: Remove errors | Andy Cedilnik | 2006-07-09 | 3 | -0/+3 |
| | |||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 2 | -10/+14 |
| | |||||
* | ENH: fix for uclibc | Bill Hoffman | 2006-05-19 | 1 | -1/+1 |
| | |||||
* | ENH: remove c++ comment from c code | Bill Hoffman | 2006-03-31 | 1 | -1/+1 |
| | |||||
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 5 | -8/+16 |
| | | | | warnings produced by building for win64 | ||||
* | COMP: Remove win64 warnings | Andy Cedilnik | 2006-03-09 | 1 | -1/+1 |
| | |||||
* | BUG: revert such that it should work | Ken Martin | 2006-01-17 | 1 | -2/+2 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 5 | -14/+12 |
| | |||||
* | ENH: fix for CMakeTmp move broken stuff | Bill Hoffman | 2006-01-13 | 1 | -1/+1 |
| | |||||
* | ENH: put CmakeTmp into CMakeFiles | Ken Martin | 2006-01-12 | 1 | -3/+3 |
| | |||||
* | COMP: Cleanup regular expressions | Andy Cedilnik | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | COMP: Fix build on uclibc | Andy Cedilnik | 2005-12-20 | 1 | -1/+1 |
| | |||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -4/+4 |
| | |||||
* | add -dl on unix | Bill Hoffman | 2005-07-12 | 1 | -1/+1 |
| | |||||
* | ENH: Initial import | Andy Cedilnik | 2005-06-24 | 135 | -0/+42825 |