Commit Graph

68 Commits

Author SHA1 Message Date
Bill Hoffman c4277b6132 Another pass at removing borland warnings. 2010-04-26 09:22:13 -04:00
Bill Hoffman 70f9078780 Try to remove borland warnings again. 2010-04-25 15:56:10 -04:00
Zach Mullen 6ea9213244 Coverage glob should search in Source dir 2010-04-23 11:22:54 -04:00
Zach Mullen 7049dff85a Implement extra coverage globbing 2010-04-23 09:20:53 -04:00
Bill Hoffman 7b4afe1cec Exclude new warnings that showed up with ctest launcher. 2010-04-06 11:32:43 -04:00
Bill Hoffman b5cbafe273 exclude warnings from cmbzip2 2009-11-13 22:47:26 -05:00
Bill Hoffman 6db9f9b483 get rid of the rest of the libarchive warnings by not seeing them.. 2009-11-13 08:46:56 -05:00
David Cole f3a197cc18 Exclude Qt source files from coverage results. 2009-10-24 13:11:03 -04:00
David Cole 44bcba7461 Fix warnings in CMake source code. Suppress rampant warnings emanating from Qt files. 2009-10-01 16:47:08 -04:00
David Cole a9dcc7fd47 Fix warnings in CMake source code. Suppress warnings in Lexer and Parser files that are 'too hard' to fix. 2009-09-30 11:41:34 -04:00
David Cole f673294a36 COMP: Mask out shadowed declaration warnings that always follow already masked Utilities/cmtar warnings. 2009-07-10 09:53:50 -04:00
David Cole f1b3142a2e COMP: Suppress warnings from the Utilities/cmtar code in dashboard results. 2009-07-08 14:43:43 -04:00
Brad King 8f5af6172a ENH: Disable the xmlrpc drop method by default
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.
2009-06-11 11:24:56 -04:00
Brad King 276fa3d5e0 COMP: Ignore warning LNK4204 for CMake dashboard
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.
2009-01-06 15:05:01 -05:00
David Cole cba1ad5603 BUG: Exclude try_compile sources and kwsys files from CMake coverage results. 2008-02-25 10:17:17 -05:00
Bill Hoffman e10a354d7e COMP: exclude some warnings on hp 2007-09-24 11:18:22 -04:00
David Cole a54169789d ENH: Avoid prompting for admin privileges when running CMakeSetup.exe on Vista by adding a requestedExecutionLevel element to its manifest. 2007-09-11 15:21:37 -04:00
Brad King b8ac3158ce ENH: Create CTestCustom.cmake instead of CTestCustom.ctest. Create the old 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. 2007-08-31 14:51:09 -04:00