Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suppress erroneous warnings from Intel compiler | David Cole | 2010-12-31 | 1 | -0/+1 |
| | | | | | | | | | | | Googling for "warning #980: wrong number of actual arguments to intrinsic function" yields: http://software.intel.com/en-us/articles/cdiag980/ http://software.intel.com/en-us/articles/diagnostic-980-wrong-number-of-actual-arguments-to-intrinsic-function/ Since the compiler is at fault for issuing the warnings incorrectly, simply suppress them from CMake dashboard results. | ||||
* | Suppress "loop was vectorized" "warnings." | David Cole | 2010-11-08 | 1 | -0/+1 |
| | | | | Eliminate appearance on dashboard results from Intel compilers. | ||||
* | Suppress SGI MIPSpro warning 3968 | Brad King | 2010-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The warning appears everywhere we use static_cast to explicitly truncate an integer width. It appears in the form cc-3968 CC: WARNING File = ..., Line = ... implicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem) static_cast<...>(...); ^ which is strange because a "static_cast" is not implicit. It also appears in system library code. | ||||
* | Mask out warnings on ferrari dashboard. | David Cole | 2010-06-08 | 1 | -0/+1 |
| | |||||
* | Add more ignore stuff for OpenBSD | Bill Hoffman | 2010-05-14 | 1 | -1/+2 |
| | |||||
* | Ignore OpenBSD warnings for use of strcpy, etc. | Bill Hoffman | 2010-05-13 | 1 | -0/+1 |
| | |||||
* | Expand the regular expression for ignoring xcode missing directories. | Bill Hoffman | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Exclude warnings for Xcode | Bill Hoffman | 2010-05-12 | 1 | -0/+1 |
| | |||||
* | Add more excludes for the borland compiler. | Bill Hoffman | 2010-04-27 | 1 | -0/+1 |
| | |||||
* | Another pass at removing borland warnings. | Bill Hoffman | 2010-04-26 | 1 | -11/+4 |
| | |||||
* | Try to remove borland warnings again. | Bill Hoffman | 2010-04-25 | 1 | -0/+5 |
| | |||||
* | Coverage glob should search in Source dir | Zach Mullen | 2010-04-23 | 1 | -5/+0 |
| | |||||
* | Implement extra coverage globbing | Zach Mullen | 2010-04-23 | 1 | -0/+5 |
| | |||||
* | Exclude new warnings that showed up with ctest launcher. | Bill Hoffman | 2010-04-06 | 1 | -0/+8 |
| | |||||
* | 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. |