summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
* | | | Merge topic 'check_include_files_output'David Cole2012-04-101-4/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 5adb6b7 CheckIncludeFiles: Shorten check description message
| * | | | CheckIncludeFiles: Shorten check description messageBrad King2012-04-091-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 44d007b6 (CheckIncludeFiles: fix status output, 2012-02-01) check_include_files reports the list of files tested instead of the name of the variable storing the result. Some projects incrementally test and concatenate very long lists leading to long messages that do not provide much information. Users report confusion especially when the lines wrap. For lists of more than two files produce messages of the format Looing for N include files first.h, ..., last.h where N is the list length and "..." is literal. Leave the log file entries and cache entry description unchanged as they should have the full detail of the check performed.
* | | | | Merge topic 'new-boost-versions'David Cole2012-04-101-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 63d4960 FindBoost: add support for 1.49 and 1.50
| * | | | | FindBoost: add support for 1.49 and 1.50Rolf Eike Beer2012-04-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Boost 1.49 has already be released. Add this and the next to come version number to the search list.
* | | | | | Merge topic 'osx-search-paths'David Cole2012-04-101-3/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6190415 OS X: Mark find_program results as advanced d9edf46 OS X: Use correct extra path when searching for applicaton bundles (#13066) 98b9a7f OS X: Use OSX_DEVELOPER_ROOT for app search path (#13066)
| * | | | | | OS X: Mark find_program results as advancedDavid Cole2012-04-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid cluttering the gui with variables nearly nobody needs to see.
| * | | | | | OS X: Use correct extra path when searching for applicaton bundles (#13066)David Cole2012-04-061-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The parent commit added a search path relative to OSX_DEVELOPER_ROOT. But with Xcode 4.3 the nested Applications folder is in a different relative location compared to that root. This commit makes the intent of the previous commit work with older and newer Xcode directory layouts. Furthermore, it only adds paths that exist to the search path.
| * | | | | | OS X: Use OSX_DEVELOPER_ROOT for app search path (#13066)Kashif Rasul2012-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 4693cf84 (Xcode: Detect new default locations of Xcode 4.3 bits and pieces) Darwin.cmake detects the developer application directory instead of hard-coding /Developer. Replace the hard-coded path in CMAKE_SYSTEM_APPBUNDLE_PATH using the computed result.
* | | | | | | Merge topic 'CPackNSIS-smallDocTypoFix'David Cole2012-04-101-3/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fcf265f CPackNSIS: Rewrite variable documentation to make it more readable. 8fe0da5 Fix some doc typo and add an undocumented var.
| * | | | | | | CPackNSIS: Rewrite variable documentation to make it more readable.David Cole2012-04-051-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And avoid parsing problems at the first "."