summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBuildCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix build issue with config type not being specified by ctestBill Hoffman2007-09-171-4/+18
|
* ENH: add more verbose outputBill Hoffman2007-06-141-0/+3
|
* STYLE: Fixed line-too-long.Brad King2007-02-021-1/+2
|
* ENH: Allow to specify build targetAndy Cedilnik2007-01-301-1/+3
|
* BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵Brad King2006-06-011-1/+1
| | | | because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
* COMP: Return 0 instead of falseAndy Cedilnik2006-03-291-2/+2
|
* ENH: Several cleanups and make sure things get propagated where they should. ↵Andy Cedilnik2006-03-291-62/+2
| | | | Also, allow to load CTest custom files to the actual ctest -S script
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-9/+9
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-16/+18
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-18/+32
|
* ENH: Add a way for the generated command to include extra flags. This is ↵Andy Cedilnik2005-12-011-1/+2
| | | | useful for CTest (or try compile) to add -j2
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-1/+1
| | | | multiple submited files
* ENH: Several improvements to CTest:Andy Cedilnik2005-06-161-1/+1
| | | | | | | | | 1. Support for showing line numbers when debugging ctest --show-line-numbers 2. Modify the ctest initialization code, so that it can be delayed 3. Handlers now have corresponding command if they were invoked from the command (so far only update actually use that) 4. Start command is simplified and the functionality is moved to CTest 5. Update can perform initial checkout if CTEST_CHECKOUT_COMMAND is set 6. Add test that checks out kwsys and perform tests on the fresh checkout
* ENH: Remove memory leak and remember global generator for next timeAndy Cedilnik2005-05-081-6/+35
|
* ENH: Improve syntaxAndy Cedilnik2005-05-041-10/+51
|
* ENH: CleanupsAndy Cedilnik2005-05-031-3/+3
|
* ENH: Make ctest build command workAndy Cedilnik2005-05-021-0/+39
|
* ENH: More commands. Start working on new style ctest configurationAndy Cedilnik2005-05-021-0/+48