Brad King
|
65a71a5db2
Merge topic 'ctest-bad-generator'
|
11 years ago |
Brad King
|
5411128645
ctest_build: Do not crash on bad generator name
|
11 years ago |
Stephen Kelly
|
af8a1643c1
Remove c_str calls when using stream APIs.
|
11 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Ben Boeckel
|
1a1b737c99
stringapi: Use strings for generator names
|
11 years ago |
Ben Boeckel
|
b3bf31a548
stringapi: Miscellaneous char* parameters
|
11 years ago |
Ben Boeckel
|
fabf1fbabb
stringapi: Use strings in target name
|
11 years ago |
Brad King
|
2d072069e2
ctest_build: Use "cmake --build" to launch the native build tool
|
12 years ago |
Petr Kmoch
|
ac9a5f4d94
ctest_build: Pass projectDir to GenerateBuildCommand
|
12 years ago |
Petr Kmoch
|
de8be9ef7d
Add projectDir parameter to GenerateBuildCommand
|
12 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
David Cole
|
b0d5fa0bc7
Fix for issue #5041 - improve error messages that may occur during ctest_build and ctest_configure.
|
16 years ago |
David Cole
|
0b38bb4c53
Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts.
|
16 years ago |
Zach Mullen
|
85912a3777
Added TARGET, CONFIGURATION, PROJECT_NAME, and FLAGS arguments to ctest_build command
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
a0359d3c15
BUG: Fix CTEST_USE_LAUNCHERS in dashboard scripts
|
17 years ago |
Bill Hoffman
|
82c3afcf6f
ENH: allow ctest_build to return error and warning counts
|
17 years ago |
Bill Hoffman
|
267fd538d8
ENH: fix build issue with config type not being specified by ctest
|
18 years ago |
Bill Hoffman
|
21b5c7d2b4
ENH: add more verbose output
|
18 years ago |
Brad King
|
8f6b49f7b1
STYLE: Fixed line-too-long.
|
19 years ago |
Andy Cedilnik
|
7437ceab83
ENH: Allow to specify build target
|
19 years ago |
Brad King
|
87d4d0e039
BUG: cmGlobalGenerator::Build should not always use the /fast target name 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.
|
19 years ago |
Andy Cedilnik
|
337362dfcf
COMP: Return 0 instead of false
|
19 years ago |
Andy Cedilnik
|
386900bfdd
ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
Andy Cedilnik
|
862f5df25c
STYLE: Fix some style issues
|
20 years ago |
Andy Cedilnik
|
6503a0eecc
STYLE: Fix some style issues
|
20 years ago |
Andy Cedilnik
|
782bef7374
ENH: Add a way for the generated command to include extra flags. This is useful for CTest (or try compile) to add -j2
|
20 years ago |
Andy Cedilnik
|
1b578d3180
ENH: Several improvements with the way things are handled. Also, support multiple submited files
|
20 years ago |
Andy Cedilnik
|
2cc5ed49d1
ENH: Several improvements to CTest:
|
20 years ago |