summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add the ability to block popup error dialogs in tests on windowsBill Hoffman2004-05-072-5/+31
|
* BUG: make sure the correct state is set for expired processesBill Hoffman2004-05-071-0/+1
|
* missing header for unixKen Martin2004-05-071-0/+5
|
* updated testingoptions for continuous dashboardsKen Martin2004-05-072-5/+56
|
* BUG: make sure install works with spaces in the pathBill Hoffman2004-05-061-2/+2
|
* ENH: Adding process tree killing for Win32 process execution.Brad King2004-05-064-3/+502
|
* ERR: Added units to SetTimeout documentation.Brad King2004-05-061-4/+4
|
* BUG: fix ctest so that the search path for test executables produces better ↵Bill Hoffman2004-05-061-5/+15
| | | | output and does not use config dir when it is not set
* BUG: fix collapse full path to handle a file in the root directoryBill Hoffman2004-05-061-2/+11
|
* horrible hackKen Martin2004-05-061-0/+16
|
* fix for in source testingKen Martin2004-05-051-2/+2
|
* ENH: move version to 2.1 for cvs because 2.0 has been branchedBill Hoffman2004-05-051-2/+2
|
* ENH: Remove memory leakAndy Cedilnik2004-05-052-5/+13
|
* ENH: fix tests to work with in source buildsBill Hoffman2004-05-041-4/+4
|
* support in source builds and arg passingKen Martin2004-05-041-3/+50
|
* ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ↵Andy Cedilnik2004-05-041-27/+34
| | | | on borland for now.
* fix warningKen Martin2004-05-041-1/+1
|
* ENH: After running test clear results for memory checkingAndy Cedilnik2004-05-031-0/+1
|
* ENH: Skip tests that do not have defectsAndy Cedilnik2004-05-031-2/+19
|
* minor backwards fixKen Martin2004-05-031-0/+7
|
* BUG: fix to make spaces in paths work for jump over with borland and nmake ↵Bill Hoffman2004-05-031-1/+1
| | | | on second build
* ENH: Documented use of \1 syntax in replace expression.Brad King2004-05-031-1/+4
|
* BUG: putenv syntax was wrong and caused a crash on the SGIBill Hoffman2004-05-021-2/+2
|
* better if expression supportKen Martin2004-05-012-122/+286
|
* ERR: Remove warning about shadow variablesAndy Cedilnik2004-05-011-3/+3
|
* ENH: Add environment variable that Dart sets so that tests can know they are ↵Andy Cedilnik2004-04-301-0/+2
| | | | being tested from Dart/CTest
* ENH: Report filename of the noteAndy Cedilnik2004-04-301-1/+1
|
* ENH: Add support for notes in Testing/Notes subdirectory. This way test can ↵Andy Cedilnik2004-04-301-0/+25
| | | | write notes that will be reported
* BUG: remove duplicate depend on cache file and use of make variable in make ↵Bill Hoffman2004-04-301-4/+4
| | | | target
* ENH: remove warningsBill Hoffman2004-04-301-7/+11
|
* ENH: Added automatic adjustment of C++ flags to include -timplicit_local and ↵Brad King2004-04-291-0/+17
| | | | -no_implicit_include for the Compaq compiler on OSF.
* ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all ↵Andy Cedilnik2004-04-292-1/+42
| | | | arguments and ARGN is the list of all nonexpected arguments
* ENH: Add RANGE support to FOREACHAndy Cedilnik2004-04-292-2/+84
|
* BUG: Add a safety check so that you cannot send cmOStringStream.str() to ↵Andy Cedilnik2004-04-292-5/+8
| | | | other stream and produce the funky hex number. This makes it impossible to compile such a code. Adding that exposed a whole bunch of places in CMake where streams were used wrongly
* BUG: Most of time when asking if file exists, we actually want to read it... ↵Andy Cedilnik2004-04-291-3/+3
| | | | Should fix Bug #809 - FIND_INCLUDE should check readability
* ENH: remove warningBill Hoffman2004-04-291-0/+1
|
* ENH: remove warningsBill Hoffman2004-04-292-3/+2
|
* BUG: fix crash from bug id 806Bill Hoffman2004-04-291-0/+3
|
* ENH: remove warningBill Hoffman2004-04-281-1/+1
|
* BUG: fix for bug 121 add some docs for MFC flagBill Hoffman2004-04-282-1/+12
|
* BUG: fix for bug 116 platform files can now specify directories that should ↵Bill Hoffman2004-04-281-1/+14
| | | | not be added by CMAKE
* ENH: make test driver more flexible by using a configured file instead of ↵Bill Hoffman2004-04-282-156/+33
| | | | generating all the code. fixes bug 28
* ENH: Add support for automatically preloaded cmake file. Closes Bug #802 - ↵Andy Cedilnik2004-04-281-0/+7
| | | | Add auto preload file support in CMake
* ENH: Encode object files with funny characters in the name. It should fix ↵Andy Cedilnik2004-04-282-4/+53
| | | | Bug #418 - Borland 5.5.1, Templates/*.cxx files with '+' chars used in execs
* BUG: fix logic in EQUAL if testBill Hoffman2004-04-281-1/+1
|
* ENH: add a numeric EQUAL to the IF statment, very useful for variable ↵Bill Hoffman2004-04-282-1/+14
| | | | arguments in MACROS
* ENH: Add LOCATION to GET_TARGET_PROPERTY. Closes Bug #34 - Add to ↵Andy Cedilnik2004-04-271-3/+44
| | | | GET_TARGET_PROPERTY location of target
* ENH: GetSafeDefinition is now in cmMakefileAndy Cedilnik2004-04-274-77/+54
|
* ENH: Add method to get definition even if it does not existsAndy Cedilnik2004-04-272-0/+11
|
* BUG: Fix aus source dir and add better testing of itAndy Cedilnik2004-04-271-7/+9
|