summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Running "make test" can now have ARGS specified on the command line. ↵Brad King2003-02-101-1/+4
| | | | These ARGS are passed to ctest.
* Fix for include optionalBill Hoffman2003-02-082-6/+12
|
* BUG: fix for spaces in paths in library pathBill Hoffman2003-02-081-1/+1
|
* Several fixes/improvements:Brad King2003-02-0712-39/+207
| | | | | | | | | | | | | - Fixed CollapseFullPath to work on relative paths with base paths not in the current working directory. - INCLUDE command now supports relative paths (using above fix). - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to unwind symlinks and relative paths. - Fixed libName_EXPORTS macro definition to be valid C identifier. - Added DEFINE_SYMBOL target propterty for customizing the export symbol. - Implemented LINK_FLAGS target propterty for libraries in VC6 and VC7. Several of these fixes were contributed by Gareth Jones.
* Remove warnings on AIXBill Hoffman2003-02-071-1/+8
|
* Do not reuse connection as that feature seems to be brokenAndy Cedilnik2003-02-071-26/+26
|
* Fix update return statusAndy Cedilnik2003-02-071-2/+6
|
* ENH: spelling error fixBill Hoffman2003-02-071-1/+1
|
* BUG: use IsNOTFOUNDBill Hoffman2003-02-071-1/+1
|
* Add updating supportAndy Cedilnik2003-02-072-1/+272
|
* added option to shut off automatic rebuildingKen Martin2003-02-062-13/+28
|
* ENH: Comeau C++ has been added for nightly testing. It does not support ↵Brad King2003-02-061-11/+18
| | | | shared libraries, so we cannot run the complex tests.
* add better testing for unlinkBill Hoffman2003-02-063-2/+19
|
* BUG: Generate 0 into test driver instead of NULL.Brad King2003-02-051-1/+1
|
* BUG: Don't include prototype in test for gethostbyname_r.Brad King2003-02-051-0/+18
|
* BUG: AppleInfo.plist should come from build tree.Brad King2003-02-051-1/+1
|
* ENH: Better error checking for cache iterator.Brad King2003-02-052-3/+40
|
* ENH: add a check for -NOTFOUNDBill Hoffman2003-02-051-1/+1
|
* BUG: add better testing for notfoundBill Hoffman2003-02-041-2/+4
|
* BUG: don't let the messages get too bigBill Hoffman2003-02-041-1/+1
|
* Oops, std namespaceAndy Cedilnik2003-02-041-1/+1
|
* Generate java dependency filesAndy Cedilnik2003-02-041-0/+16
|
* BUG: Removed generation of stray paren.Brad King2003-02-031-2/+0
|
* ENH: Cleaned up sgi unreferenced warning hack.Brad King2003-02-031-13/+11
|
* fix warningBill Hoffman2003-02-021-4/+4
|
* ENH: fix warningBill Hoffman2003-02-011-1/+0
|
* ENH: fix doc lineBill Hoffman2003-02-011-2/+2
|
* BUG: add missing ;Bill Hoffman2003-02-011-2/+2
|
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-4/+4
|
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-3117-36/+95
|
* BUG: Change install location of cmCPluginAPI header.Brad King2003-01-311-1/+1
|
* fixed warningsKen Martin2003-01-311-0/+2
|
* Add some error checking for missing include directories and link librariesAndy Cedilnik2003-01-303-0/+16
|
* BUG: can not mix cout and fgets on hpBill Hoffman2003-01-301-7/+7
|
* ERR: Fixing attempt to remove warnings.Brad King2003-01-301-5/+3
|
* ERR: Another attempt to get rid of unreferenced inline function warnings on SGI.Brad King2003-01-291-0/+9
|
* ENH: better docsBill Hoffman2003-01-281-1/+3
|
* Fix output variable and remove this->m_ to be only m_Andy Cedilnik2003-01-271-25/+28
|
* Move errors to output variableAndy Cedilnik2003-01-271-13/+37
|
* ERR: Fixed unreferenced termios declaration warning.Brad King2003-01-241-8/+19
|
* FIX: this command was not processing its arg to expand registery valuesSebastien Barre2003-01-231-0/+1
|
* fixed spelling mistakeKen Martin2003-01-221-1/+1
|
* spelling fixKen Martin2003-01-221-1/+1
|
* ENH: Added support for looking through CMAKE_MODULE_PATH to locate ↵Brad King2003-01-221-10/+31
| | | | Find<name>.cmake modules.
* BUG: Fixed crash when CMAKE_ROOT cannot be found.Brad King2003-01-224-5/+22
|
* BUG: fix command line to take -G onlyBill Hoffman2003-01-221-1/+1
|
* BUG: CMake 1.4 configured projects did not build with new CMake.Brad King2003-01-221-3/+17
|
* ENH: Added FIND_PACKAGE command prototyp.Brad King2003-01-213-0/+320
|
* BUG: Use CMakeDefaultMakeRuleVariables.cmake to locate modules directory ↵Brad King2003-01-211-7/+7
| | | | instead of FindVTK.cmake.
* Attempt to cleanup CMake and try to fix build on some systemsAndy Cedilnik2003-01-211-131/+117
|