| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This moves the initial checkout code from the monolithic
cmCTestUpdateHandler::ProcessHandler to a separate method
cmCTestUpdateHandler::InitialCheckout.
|
|
|
|
|
|
|
|
| |
We use a custom command to run 'cmake-gui --help...' to generate the
documentation for the application. Since this is a Qt application, the
executable must find the Qt DLLs in order to run. As a convenience, if
QtCore4.dll appears next to qmake.exe, we put its location in the PATH
environment variable when running the custom command on Windows.
|
|
|
|
| |
and Intel/Windows compilers.
|
| |
|
|
|
|
|
| |
This fixes the tests to allow windows slashes in reported file names in
the generated Update.xml file.
|
|
|
|
|
|
| |
Previously we pre-quoted the command line tool path. This avoids it by
quoting the command everywhere it is used, thus preserving access to the
original, unquoted command.
|
|
|
|
|
| |
This enhances the CTest.UpdateSVN test with a space in the test author
name. It will check that author name parsing works correctly.
|
|
|
|
|
| |
This adds a source tree subdirectory to the content of the test
projects. It also smoke tests more than one revision worth of changes.
|
|
|
|
|
| |
This teaches CTestUpdateCommon to report the process exit condition from
failed child processes executed during tests.
|
|
|
|
| |
generator. Fixes issue #8442. Thanks to Clinton Stimpson for the patch.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This adds documentation of the APPEND option to the configure, build,
test, memcheck, and coverage commands. The docs leave specific
semantics for the dashboard server to define.
|
|
|
|
|
|
| |
This corrects the terse documentation and adds detail to the full
documentation of some commands. It also normalizes the layout of the
documentation string endings to make adding lines easier.
|
|
|
|
| |
This clarifies the terse documentation and lists valid values for PARTS.
|
|
|
|
|
| |
This clarifies the documentation of EXECUTABLE_OUTPUT_PATH and
LIBRARY_OUTPUT_PATH to sound less like deprecation.
|
| |
|
| |
|
|
|
|
| |
See bug #8542.
|
|
|
|
| |
See bug #8542.
|
| |
|
| |
|
|
|
|
| |
double clicking on xib files opens them up in Interface Builder. Thanks to baron_roberts for the patch.
|
|
|
|
| |
DragNDropGenerator. See issue #8556. Thanks for Clinton Stimpson for the patch.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
10.5 was recently reinstalled on dashmacmini3 and pointed out the fact that this expression is faulty when the reported version is simply 10.5 rather than 10.5.x... for example. This fixes it.
|
|
|
|
|
|
|
| |
This converts uses of 'char' as an array subscript to 'unsigned char' to
heed the warning from gcc. The subscript must be an unsigned type to
avoid indexing before the beginning of the array. This change avoids a
potential crash if input text contains a byte value beyond 0x7f.
|
|
|
|
|
|
|
|
|
|
| |
This removes generation of some Update.xml content that is not used by
any Dart1, Dart2, or CDash servers:
- Revisions elements
- Directory attribute of File elements
- File elements within Author elements
The content was generated only because the original Dart1 Tcl client
generated it, but the content was never used.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This mentions the COMPONENTS option of find_package in the module author
documentation file "Modules/readme.txt". See issue #8539.
|
|
|
|
|
|
|
|
|
| |
The main svn update parsing loop in cmCTestUpdateHandler previously had
a logic error because the variable 'res' was not reset for each
iteration. For a locally modified file it would report the update info
for the previous non-modified file, or nothing if there was no previous
file. This fixes the logic by setting variable 'res' in both control
paths for each iteration. See issue #8168.
|
|
|
|
|
|
|
| |
This renames the variable 'numModiefied' to 'numModified' to fix its
spelling. It also renames 'modifiedOrConflict' to 'notLocallyModified'
to describe its purpose (rather than the opposite of its purpose).
See issue #8168.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
to override the hardcoded paths in qmake.
Fixes #8532.
|
| |
|
| |
|
|
|
|
|
| |
This provides an API for parent projects to use to specify values to be
set in the LABELS properties of KWSys libraries, executables, and tests.
|
|
|
|
|
| |
This adds the configured KWSys header files to the library targets that
implement their APIs so that they show up in IDE project files.
|
|
|
|
|
|
| |
This teaches CTest to include source file labels in coverage dashboard
submissions. The labels for each source are the union of the LABELS
property from the source file and all the targets in which it is built.
|