summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix for bug id 27, add a signal handler for crashes in loaded commandsBill Hoffman2004-04-261-3/+49
|
* ENH: When source file is in subdirectory put object file in subdirectory. ↵Andy Cedilnik2004-04-262-9/+17
| | | | Fixes Bug #290 - Source files in subdirectories should produce object files in subdirectories
* BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still runningAndy Cedilnik2004-04-262-0/+8
|
* macros now support varargsKen Martin2004-04-262-3/+37
|
* BUG#682: Adding environment variable check to FIND_PACKAGE command.Brad King2004-04-261-0/+14
|
* STYLE: Removed trailing whitespace.Brad King2004-04-261-24/+24
|
* BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in idesBill Hoffman2004-04-232-2/+15
|
* ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can ↵Andy Cedilnik2004-04-236-0/+348
| | | | change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES
* ENH: add verbose make abilility to visual studio 7Bill Hoffman2004-04-231-2/+23
|
* ENH: add SUBDIR PREORDER and fix clean for non-relative pathsBill Hoffman2004-04-236-41/+124
|
* ENH: Unify with other variablesAndy Cedilnik2004-04-232-5/+6
|
* ENH: allow verbose makefile flag to remove nologo from all commands so you ↵Bill Hoffman2004-04-231-0/+5
| | | | can see them in visual studio 6
* ERR: Fixed unused variable assignment warning.Brad King2004-04-231-1/+1
|
* ENH: Add DynamicAnalisys support. The old Purify is still available through ↵Andy Cedilnik2004-04-221-20/+109
| | | | --compatibility-mode
* ENH: add support for static library property STATIC_LIBRARY_FLAGSBill Hoffman2004-04-223-5/+21
|
* 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
|