Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |