summaryrefslogtreecommitdiffstats
path: root/Utilities
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add test for HAVE_BASENAME since it is usedBill Hoffman2007-09-191-0/+1
|
* COMP: use C-style comments in C codeAlexander Neundorf2007-09-171-1/+1
| | | | Alex
* ENH: add support for vs 2008 beta 2Bill Hoffman2007-09-173-7/+6
|
* COMP: add a check for makedev, which isn't available with the PGI compilerAlexander Neundorf2007-09-173-0/+12
| | | | | | on Cray XT3 Alex
* ENH: Update zlib to 1.2.3. Addresses bugs #5445 and #3473.David Cole2007-09-1138-3654/+6278
|
* ENH: add test that builds a nightly windows cmake binaryBill Hoffman2007-09-103-5/+14
|
* BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on ↵David Cole2007-09-061-0/+0
| | | | Windows. It was inadvertently removed.
* STYLE: disable header checkAlexander Neundorf2007-08-311-1/+1
| | | | Alex
* STYLE: add makefile target MoreStyleChecks, which runs KWStyle with moreAlexander Neundorf2007-08-312-0/+39
| | | | | | checks enabled and creates the html files. Alex
* STYLE: HAVE_LONG_LONG_CONST was completely unused here (it was used in theAlexander Neundorf2007-08-093-14/+13
| | | | | | (unused) copy of curl under CMake/CTest/Curl/ ) Alex
* ENH: add quotes around the file names, so kwstyle can handle it if there areAlexander Neundorf2007-07-201-12/+12
| | | | | | spaces in the path Alex
* ENH: change order so windows functions are found first since try compile is ↵Bill Hoffman2007-07-201-2/+2
| | | | slow on windows
* STYLE: better error message, name the new manpages cmakecommands,Alexander Neundorf2007-07-131-8/+8
| | | | | | cmakecompat, cmakeprops and cmakemodules Alex
* BUG: the cmake deps depend on cmakeAlexander Neundorf2007-07-061-1/+1
| | | | Alex
* BUG: fix build with cmake < 2.4Alexander Neundorf2007-07-021-16/+15
| | | | Alex
* ENH: generate separate documentation for the commands, compatiblityAlexander Neundorf2007-06-281-6/+40
| | | | | | | | commands, modules and properties as html, text and man pages. The names of the man pages are cmcommands, cmcompat, cmprops and cmmodules, so they are easy to type. Alex
* ENH:Alexander Neundorf2007-06-281-2/+2
| | | | | | | | | | | | -in the full documentation there is now an extra section for compatibility commands, so users see which commands they shouldn't use -cmake -h <command> now also works with lower case commands --help-fullm --help-command, --help-module and --help-property now determine the output format from the extension of the given filename Let me know if there are some things I overlooked. Alex
* ENH: remove old style release stuffBill Hoffman2007-06-2217-1484/+17
|
* STYLE: use a macro for generating the documentationAlexander Neundorf2007-06-151-97/+37
| | | | Alex
* STYLE: add man page for cpackAlexander Neundorf2007-06-141-0/+18
| | | | Alex
* STYLE: use GET_TARGET_PROPERTY(LOCATION) instead of manually building theAlexander Neundorf2007-06-071-13/+6
| | | | | | path to the executables (tested with cmake 2.2.3) Alex
* ENH: try to tone down kwstyleBill Hoffman2007-05-191-0/+2
|
* ENH: Use IF(NOT DEFINED) check to short-circuit size test.Brad King2007-05-171-0/+2
|
* ENH: add KWStyle supportBill Hoffman2007-05-106-1/+80
|
* COMP: Fix code-not-reached warnings for SunCC.Brad King2007-05-032-6/+9
|
* ENH: Fix old apiAndy Cedilnik2007-04-151-1/+1
|
* ENH: Merging branch PVEE-ERDC-Setup-4-3-2007 to main tree. Changes between ↵Utkarsh Ayachit2007-04-101-1/+1
| | | | PVEE-ERDC-Setup-4-3-2007-bp and PVEE-ERDC-Setup-4-3-2007-mp1 are included.
* STYLE: Do doxygen for CPackAndy Cedilnik2007-04-041-0/+1
|
* ENH: second try to fix qnx build problemBill Hoffman2007-03-201-1/+1
|
* ENH: try to fix qnx build problemBill Hoffman2007-03-201-0/+3
|
* BUG: was not setting HAVE_PROCESS_H properlyKen Martin2007-03-203-0/+6
|
* COMP: Remove some warningsAndy Cedilnik2007-03-182-5/+5
|
* COMP: Do not #include files inside extern "C" {} blocks.Brad King2007-03-161-0/+15
|
* COMP: Ignore windows sockets on cygwin. Remove duplicate source entry.Brad King2007-03-161-5/+11
|
* COMP: Fix support for old CMake (2.0 and 2.2)Andy Cedilnik2007-03-163-2/+4
|
* ENH: Unify with the compile oneAndy Cedilnik2007-03-151-13/+18
|
* ENH: Update Curl to 7.16.1Andy Cedilnik2007-03-15130-9841/+21531
|
* ENH: add cygwin cpack stuff to release scriptsBill Hoffman2007-02-122-3/+17
|
* ENH: add cygwin on vogonBill Hoffman2007-02-121-0/+10
|
* ENH: add support for cygwin source and binary packagingBill Hoffman2007-02-025-23/+108
|
* ENH: add support files for cpack cygwin setup package stuffBill Hoffman2007-01-315-0/+85
|
* ENH: merge in changes for beos supportBill Hoffman2006-12-046-7/+43
|
* ENH: use older os for AIX releaseBill Hoffman2006-11-282-1/+24
|
* ENH: save logs of passed try compile stuff as wellBill Hoffman2006-11-271-0/+3
|
* ENH: Remove old include dirs.Brad King2006-10-191-1/+0
|
* COMP: Fix for building without system xmlrpc installed.Brad King2006-10-191-1/+1
|
* ENH: Add options to build with system utility libraries. Organize inclusion ↵Brad King2006-10-1910-24/+159
| | | | of third party libraries into a single header per library. This addresses bug#3653.
* ENH: update for releaseBill Hoffman2006-10-165-1/+58
|
* ENH: fix possible free memory useBill Hoffman2006-08-311-1/+4
|
* ENH: reorder code to remove forward declarationsKen Martin2006-08-171-249/+249
|