summaryrefslogtreecommitdiffstats
path: root/Utilities
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Fix warning about tolower by making sure ctype.h is included in cmtar.Brad King2008-01-301-1/+1
|
* BUG: fix for bug 5837, libtar and long path namesBill Hoffman2007-12-171-3/+3
|
* BUG: fix for bug 6054 remove some warningsBill Hoffman2007-12-141-0/+10
|
* ENH: add support for the Syllable OS (http://www.syllable.org)Alexander Neundorf2007-11-241-0/+5
| | | | | | | | | | | major issues: -access() doesn't return false for an empty string (#ifdefed in cmake) -dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable) -the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow -RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed -the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable Alex
* ENH: add a try compile for va_copyBill Hoffman2007-11-163-3/+11
|
* ENH: Put black outline around all resolutions of the new ico files. Looks ↵David Cole2007-11-081-0/+0
| | | | better on a dark background than the lighter outline...
* ENH: add mt to vogon releaseBill Hoffman2007-11-071-0/+1
|
* ENH: remove memdebug.c from listBill Hoffman2007-11-071-1/+1
|
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-051-2/+3
|
* ENH: Add more resolutions for CMake icons to avoid that bloated chunky blown ↵David Cole2007-11-011-0/+0
| | | | up icon look...
* ENH: add icon for installerBill Hoffman2007-10-311-0/+0
|
* ENH: some more cleanup, fixes, and patch for HTML outputKen Martin2007-10-241-1/+7
|
* COMP: Attempt to fix warning about pointer->integer cast.Brad King2007-10-171-1/+1
|
* ENH: add more exclusions for kwstyleBill Hoffman2007-10-051-0/+2
|
* COMP: remove warningsBill Hoffman2007-09-271-2/+2
|
* ENH: add a check for basename to cmcurlBill Hoffman2007-09-271-0/+1
|
* 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
|