summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CDash now supports lots of files in coverage. So, show all files.Bill Hoffman2012-05-114-18/+5
| | | | | | Prior to this commit the mumps coverage only showed files that had at least one line of coverage. Now 0% covered files are shown as well.
* Do not try to run bullseye coverage if COVFILE env is empty.Bill Hoffman2012-05-081-1/+1
|
* Update test data to match new coverage format.Bill Hoffman2012-05-071-1441/+1441
|
* Change GT.M Coverage Parser globalJoseph Snyder2012-05-071-1/+1
| | | | | | The coverage global should be in the local namespace. This means the global will be ^ZZCOVERAGE instead of ^COVERAGE. Change the parser to look for ^ZZCOVERAGE instead of the old ^COVERAGE
* Disable bullseye coverage for mumps coverage test.Bill Hoffman2012-05-041-2/+4
|
* Remove uncovered files from cache coverage data.Bill Hoffman2012-05-022-0/+38
| | | | | | Cache coverage data currently contains files with 0 coverage on each line. This change will remove those files from the coverage sent to CDash.
* Add ability to specify more than one package directory or coverage directory.Bill Hoffman2012-05-021-16/+24
|
* Use <TARGET_FILE> expression to run ctest so it works with Xcode and VS IDE.Bill Hoffman2012-05-023-26/+10
| | | | Also add -crlf to the .gitconfig to handle the coverage data.
* Use a script to run the test because WORKING_DIRECTORY is not in 2.8.2.Bill Hoffman2012-05-022-8/+24
| | | | | add_test with WORKING_DIRECTORY is too new to use in cmake. This change uses a configured script to run the command in the right directory.
* Fix some warnings and a bug where it went past the length of a vector.Bill Hoffman2012-05-011-3/+10
| | | | | | Fix a kwstyle warning and an unused variable warning. Also fix a case where it could crash because a vector was referenced passed its end.
* Add support for Cache coverage.Bill Hoffman2012-05-0112-30/+616
| | | | | This adds support for Cache coverage parsing. A test is added that does a basic run of the coverage on a small bit of data.
* Add virutal destructor to silence warning.Bill Hoffman2012-05-012-0/+5
|
* Add test for mumps coverage. Also refactor code to prepare for cache coverage.Bill Hoffman2012-05-0112-228/+1928
| | | | | Add a simple test to make sure the GTM mumps coverage is working. Also refactor the code so that cache coverage can be added.
* Fix line length.Bill Hoffman2012-04-261-1/+2
|
* Fix warning about char* instead of const char*.Bill Hoffman2012-04-261-1/+1
|
* Add support to ctest for GTM mumps coverage.Bill Hoffman2012-04-256-3/+472
|
* CMake Nightly Date StampKitware Robot2012-04-231-1/+1
|
* CMake Nightly Date StampKitware Robot2012-04-221-1/+1
|
* CMake Nightly Date StampKitware Robot2012-04-211-1/+1
|
* Refactor CMake version handlingBrad King2012-04-204-27/+17
| | | | | | | | Move the CMake version number components out of "CMakeLists.txt" into dedicated file "Source/CMakeVersion.cmake". Set the TWEAK level to the date explicitly. Add a "Source/CMakeVersion.bash" script to update the date, thus replacing KWSys DateStamp for CMake. Teach the bootstrap script to extract the version components from their new location.
* KWSys Nightly Date StampKWSys Robot2012-04-201-1/+1
|
* Merge branch 'developer-setup'Brad King2012-04-1914-0/+803
|\
| * Exclude from CMake source archives files specific to Git work treeBrad King2012-03-021-0/+2
| | | | | | | | | | Add the "export-ignore" attribute to SetupForDevelopment.sh and the Git/ hooks directory.
| * Merge branch 'setup' into developer-setupBrad King2012-03-022-7/+3
| |\
| | * Exclude from source archives files specific to Git work treeBrad King2012-03-022-7/+3
| | | | | | | | | | | | | | | | | | Add the "export-ignore" attribute to all such files. Remove the suggestion from the README since this should not be a responsibility of the including project.
| * | Add and configure developer setup helper scriptsBrad King2012-03-022-0/+22
| | | | | | | | | | | | | | | Configure GitSetup scripts for CMake. Run them from a single Utilities/SetupForDevelopment.sh script.
| * | Merge branch 'setup' into developer-setupBrad King2012-03-0211-0/+783
| |\ \ | | |/ | | | | | | | | | Add Utilities/GitSetup/ directory using subtree merge from the general GitSetup repository "setup" branch.
| | * Add README instructions and sample configurationBrad King2012-02-092-0/+109
| | |
| | * Add 'setup-ssh' script to configure ssh push accessBrad King2012-02-091-0/+111
| | | | | | | | | | | | Interactively prompt the user for ~/.ssh/config setup.
| | * Add 'setup-stage' script to configure topic stage remoteBrad King2012-02-091-0/+53
| | |
| | * Add 'setup-gerrit' script to configure Gerrit accessBrad King2012-02-091-0/+142
| | | | | | | | | | | | Interactively prompt the user with Gerrit setup instructions.
| | * Add 'setup-hooks' script to install local hooksBrad King2012-02-091-0/+63
| | | | | | | | | | | | | | | Fetch the hooks right out of the local clone if possible. Otherwise fall back to a project-configured remote repository.
| | * Add 'setup-user' script to configure authorship informationBrad King2012-02-092-0/+40
| | | | | | | | | | | | Prompt the user to configure user.name and user.email interactively.
| | * Add 'tips' script to suggest local configurationBrad King2012-02-092-0/+57
| | |
| | * Add LICENSE and NOTICEBrad King2012-02-083-0/+208
| |
* | KWSys Nightly Date StampKWSys Robot2012-04-191-1/+1
| |
* | Begin post-2.8.8 developmentDavid Cole2012-04-181-2/+2
| |
* | CMake 2.8.8v2.8.8David Cole2012-04-182-1/+20
| |
* | Merge branch 'release'David Cole2012-04-182-3/+576
|\ \
| * | CMake 2.8.8-rc2David Cole2012-04-052-1/+37
| | |
| * | Merge branch 'release'David Cole2012-04-052-3/+540
| |\ \
| | * | CMake 2.8.8-rc1David Cole2012-03-222-3/+540
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-04-181-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-04-171-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-04-161-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-04-151-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-04-141-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-04-131-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-04-121-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-04-111-1/+1
| | | |