summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add a property for HAS_CXX to a target that will force the use of a c++ ↵Bill Hoffman2004-04-221-0/+4
| | | | compiler in the linking of an executable that contains only c code
* ERR: Verify that getenv returned something before using itAndy Cedilnik2004-04-221-1/+8
|
* update docsKen Martin2004-04-221-1/+4
|
* BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ↵Bill Hoffman2004-04-226-7/+15
| | | | in FIND_LIBRARY and FIND_PATH in addtion to and before PATH
* BUG 178: make top level cmakelist file a source in ALL_BUILDBill Hoffman2004-04-222-8/+0
|
* ERR: Fix install on VS71Andy Cedilnik2004-04-211-3/+14
|
* ENH: Added cmListFileLexer_SetString method to allow a string to be parsed ↵Brad King2004-04-213-40/+207
| | | | as input.
* BUG: Put all files to manifestAndy Cedilnik2004-04-211-1/+1
|
* BUG: Fixed check of number of arguments.Brad King2004-04-211-1/+1
|
* ENH: Do preinstall and postinstall script even if the target is not installedAndy Cedilnik2004-04-211-10/+10
|
* ENH: Report error and exit when the current directory is not specifiedAndy Cedilnik2004-04-212-2/+19
|
* BUG: Prevent crash when the current working directory cannot be establishedAndy Cedilnik2004-04-211-1/+6
|
* BUG: If the line ends without new-line character, Split should still return ↵Andy Cedilnik2004-04-201-5/+2
| | | | something
* RNH: Support NoDartCoverage in the binary directororyAndy Cedilnik2004-04-191-2/+27
|
* ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate ↵Brad King2004-04-192-6/+29
| | | | the cmake configure step if the package is not found.
* ENH: Add check for infinite loops. Make sure that files written using ↵Andy Cedilnik2004-04-189-2/+64
| | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
* ENH: Add support for adding object files and sources. This way you can use ↵Andy Cedilnik2004-04-182-9/+48
| | | | external program such as assembler or fortran to generate object files. Also star of fixing: Bug #757 - add .o file as a source file
* better args handling for -I optionsKen Martin2004-04-161-0/+5
|
* better args handling for -I optionKen Martin2004-04-162-15/+36
|
* ENH: Better reporting of what tests failed and write a file with failed testsAndy Cedilnik2004-04-161-4/+16
|
* BUG: fix for bug 91Bill Hoffman2004-04-161-2/+23
|
* ENH: Add support for HOME and END keys. Also fix Bug #666 - In CCMake when ↵Andy Cedilnik2004-04-151-3/+6
| | | | deleting something, it does not stop at the beginning of line
* BUG: Prevent deleting not existing variables and therefore prevent crash. ↵Andy Cedilnik2004-04-151-1/+1
| | | | Fixes: Bug #750 - CCMake crashes when deleting all variables
* ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add ↵Andy Cedilnik2004-04-155-0/+125
| | | | opposite to ADD_DEFINITIONS
* BUG: fix for 282Bill Hoffman2004-04-151-0/+1
|
* ENH: Handle make install target on Visual Studio 6 and 7 and install templatesAndy Cedilnik2004-04-152-0/+34
|
* ENH: Ok, that is it. Remove old install and replace it with newAndy Cedilnik2004-04-152-166/+4
|
* BUG: fix for bug 689Bill Hoffman2004-04-151-1/+1
|
* BUG: fix external projects for vc7Bill Hoffman2004-04-141-8/+12
|
* ENH: Renamed --help-list-commands to --help-command-list and split --help ↵Brad King2004-04-142-43/+101
| | | | [command] into separate --help and --help-command cmd options.
* ENH: Added --help-list-commands option.Brad King2004-04-142-3/+26
|
* ENH: remove warningBill Hoffman2004-04-141-1/+1
|
* ENH: fix warningBill Hoffman2004-04-131-1/+1
|
* ENH: add the ability to run a limited sub-set of the testsBill Hoffman2004-04-133-0/+127
|
* ERR: Fix warningAndy Cedilnik2004-04-131-0/+3
|
* BUG: Display string not some weird pointerAndy Cedilnik2004-04-091-1/+1
|
* BUG: add full path libraries to the depend informationBill Hoffman2004-04-091-0/+13
|
* ENH: Improve Mac OSX bundle supportAndy Cedilnik2004-04-082-4/+18
|
* fix problem with custom commandKen Martin2004-04-071-1/+2
|
* ENH: remove warnings on sgiBill Hoffman2004-04-071-3/+5
|
* BUG: _LINK_TYPE cache variable should never be switched from optimized to ↵Brad King2004-04-021-7/+34
| | | | debug or vice versa.
* ENH: fix for appleBill Hoffman2004-04-021-0/+1
|
* BUG: fix warning and shadow variableBill Hoffman2004-04-021-1/+0
|
* fix for missing valid imagesKen Martin2004-04-011-25/+51
|
* ENH: Added comment for future work to make forwarding executable always ↵Brad King2004-04-011-0/+9
| | | | statically linked.
* BUG: Fix bug on windows. You cannot cout std::string directlyAndy Cedilnik2004-04-011-1/+1
|
* ENH: Add logging of submittingAndy Cedilnik2004-04-013-6/+55
|
* BUG: fix non relative pathsBill Hoffman2004-04-011-6/+12
|
* BUG: fix for non relative paths with spaces in the pathBill Hoffman2004-04-011-2/+19
|
* ENH: Reduce number of GetCurrentWorkingDirectoryAndy Cedilnik2004-03-311-1/+1
|