Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | exclude warnings from cmbzip2 | Bill Hoffman | 2009-11-14 | 1 | -0/+1 |
| | |||||
* | get rid of the rest of the libarchive warnings by not seeing them.. | Bill Hoffman | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | Exclude Qt source files from coverage results. | David Cole | 2009-10-24 | 1 | -0/+3 |
| | |||||
* | Fix warnings in CMake source code. Suppress rampant warnings emanating from ↵ | David Cole | 2009-10-01 | 1 | -0/+1 |
| | | | | Qt files. | ||||
* | Fix warnings in CMake source code. Suppress warnings in Lexer and Parser ↵ | David Cole | 2009-09-30 | 1 | -0/+1 |
| | | | | files that are 'too hard' to fix. | ||||
* | COMP: Mask out shadowed declaration warnings that always follow already ↵ | David Cole | 2009-07-10 | 1 | -2/+3 |
| | | | | masked Utilities/cmtar warnings. | ||||
* | COMP: Suppress warnings from the Utilities/cmtar code in dashboard results. | David Cole | 2009-07-08 | 1 | -0/+1 |
| | |||||
* | ENH: Disable the xmlrpc drop method by default | Brad King | 2009-06-11 | 1 | -1/+0 |
| | | | | | | | We've chosen to drop our default dependence on xmlrpc. Thus we disable the corresponding CTest submission method and remove the sources for building xmlrpc locally. Users can re-enable the method by setting the CTEST_USE_XMLRPC option to use a system-installed xmlrpc library. | ||||
* | COMP: Ignore warning LNK4204 for CMake dashboard | Brad King | 2009-01-06 | 1 | -0/+1 |
| | | | | | | | | This warning appears for libtar.obj, curltest.obj, and synch_client.obj regularly on CMake dashboard submissions from VS builds. They seem to occur due to some kind of race condition for objects in small targets. There is nothing wrong with the code, so this just suppresses the warnings. | ||||
* | BUG: Exclude try_compile sources and kwsys files from CMake coverage results. | David Cole | 2008-02-25 | 1 | -0/+11 |
| | |||||
* | COMP: exclude some warnings on hp | Bill Hoffman | 2007-09-24 | 1 | -0/+1 |
| | |||||
* | ENH: Avoid prompting for admin privileges when running CMakeSetup.exe on ↵ | David Cole | 2007-09-11 | 1 | -2/+1 |
| | | | | Vista by adding a requestedExecutionLevel element to its manifest. | ||||
* | ENH: Create CTestCustom.cmake instead of CTestCustom.ctest. Create the old ↵ | Brad King | 2007-08-31 | 1 | -0/+41 |
file to include the new one for compatibility. This should prevent the long delays of CTest traversing the whole tree looking for CTestCustom.ctest files. |