summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added cmDocumentation class to generate various forms of documentation. ↵Brad King2003-02-1411-9/+663
| | | | Each executable will be able to generate its own documentation.
* spelling errorsBill Hoffman2003-02-1410-20/+20
|
* ENH: Centralized setting of CMake version number to top-level CMake listfile.Brad King2003-02-147-11/+30
|
* Try to fix updateAndy Cedilnik2003-02-122-2/+5
|
* Write individual tooAndy Cedilnik2003-02-121-4/+11
|
* Fix commentAndy Cedilnik2003-02-111-1/+1
|
* Fix cont and remove commentsAndy Cedilnik2003-02-112-6/+6
|
* Start working on contAndy Cedilnik2003-02-113-16/+30
|
* Fix date issues with different modelsAndy Cedilnik2003-02-113-14/+134
|
* ENH: add a new test for TRY_COMPILEBill Hoffman2003-02-101-0/+5
|
* 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
|