summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add a way to force ctest to be a new processAndy Cedilnik2004-05-102-1/+8
|
* ENH: Added regex.Will Schroeder2004-05-101-0/+1
|
* BUG: Need to recognize -B linker options.Brad King2004-05-101-1/+1
|
* ENH: Adding native windows process tree kill to ProcessWin32.c. This ↵Brad King2004-05-104-506/+403
| | | | replaces the ProcessWin32Kill.c implementation.
* ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the ↵Brad King2004-05-102-10/+10
| | | | macro at the correct time.
* ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug.Brad King2004-05-101-4/+4
|
* ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the ↵Brad King2004-05-102-50/+50
| | | | macro at the correct time.
* ENH: remove extra include for compile with mingwBill Hoffman2004-05-101-1/+0
|
* ENH: change to c code so it can be built with mingwBill Hoffman2004-05-103-447/+455
|
* ENH: remove unused include file so it will build with mingwBill Hoffman2004-05-101-1/+0
|
* fix for config type passing between ctestsKen Martin2004-05-101-0/+1
|
* some cleanup and fix for PVLocalKen Martin2004-05-091-78/+70
|
* ERR: On Borland preprocessor goes into recursion which adds some weid spaces ↵Andy Cedilnik2004-05-074-57/+57
| | | | in the include name. This fixes it
* ENH: better documentationBill Hoffman2004-05-071-2/+29
|
* 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
|