Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-22 | 1 | -1/+1 |
| | |||||
* | Split SunPro compiler information files | Brad King | 2009-08-21 | 8 | -111/+71 |
| | | | | | | This moves platform-independent SunPro compiler flags into separate "Compiler/SunPro-<lang>.cmake" modules. Platform-specific flags are left untouched. | ||||
* | Split Intel compiler information files | Brad King | 2009-08-21 | 7 | -45/+63 |
| | | | | | | This moves platform-independent Intel compiler flags into separate "Compiler/Intel-<lang>.cmake" modules. Platform-specific flags are left untouched. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-21 | 1 | -1/+1 |
| | |||||
* | Teach FortranCInterface to verify languages | Brad King | 2009-08-20 | 1 | -0/+9 |
| | | | | | This module requires both C and Fortran to be enabled, so error-out if they are not. | ||||
* | Document CMAKE_<LANG>_COMPILER_LOADED variable | Brad King | 2009-08-20 | 1 | -2/+7 |
| | |||||
* | Fixed line length over 80 | Zach Mullen | 2009-08-20 | 1 | -5/+6 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-20 | 1 | -1/+1 |
| | |||||
* | Add Boost 1.39 & 1.40. Move ${Boost_INCLUDE_DIR}/lib to front of library ↵ | Philip Lowman | 2009-08-20 | 1 | -3/+4 |
| | | | | search. | ||||
* | Remove DownloadFile.cmake and UntarFile.cmake from the Modules directory. ↵ | David Cole | 2009-08-19 | 3 | -117/+130 |
| | | | | Put functionality directly into ExternalProject.cmake itself so that these modules do not end up in the upcoming release of CMake. | ||||
* | Fixed overwriting of a previous change set | Zach Mullen | 2009-08-19 | 3 | -2/+53 |
| | |||||
* | ENH: Refactored CTest test execution code into an object | Zach Mullen | 2009-08-19 | 7 | -65/+652 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Add test times to log file as well as the stdout. | Bill Hoffman | 2009-08-18 | 1 | -2/+14 |
| | |||||
* | If labels are found on the tests, then print a time summary for all the ↵ | Bill Hoffman | 2009-08-18 | 2 | -1/+49 |
| | | | | tests run with each label. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-18 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-17 | 1 | -1/+1 |
| | |||||
* | Find module for the Bullet physics engine | Philip Lowman | 2009-08-17 | 1 | -0/+75 |
| | |||||
* | A find module for the Google C++ Testing Framework | Philip Lowman | 2009-08-17 | 1 | -0/+69 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-16 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-15 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Checking in the FindFLEX.cmake & FindBISON.cmake attached to Issue #4018 ↵ | Philip Lowman | 2009-08-13 | 2 | -0/+321 |
| | | | | | | | | | after some minor improvements * Improved examples * Switched to FindPackageHandleStandardArgs * Cleaned up indentation * Sanitized else()/endif() blocks | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | Fixes Issue #8994 | Philip Lowman | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | Find module for GnuTLS, the GNU Transport Layer Security library (Issue #9228) | Philip Lowman | 2009-08-13 | 1 | -0/+58 |
| | |||||
* | Improved error output and documentation | Philip Lowman | 2009-08-13 | 1 | -15/+32 |
| | | | | | | * Fixed errant output when version number not found * Improved error output when REQUIRED is passed * Improved docs and example | ||||
* | Quote the target name for Borland tlib tool | Brad King | 2009-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | The Borland librarian tool "tlib" requires that the output target name be quoted if it contains the character '-' (and perhaps a few others). This commit restores the use of the TARGET_QUOTED rule variable replacement for this purpose. Otherwise no static library can have a '-' in its name. This problem was exposed by the 'Testing' test when it builds the pcStatic library with the '-dbg' suffix. | ||||
* | Fix classification of externals in svn status | Brad King | 2009-08-12 | 1 | -2/+2 |
| | | | | | | | CTest runs 'svn status' to identify modified and conflicting files in the working directory. This commit fixes the interpretation of the 'X' status, which corresponds to svn eXternals. This status should be ignored rather than treated as a local modification. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | Output total time when using -j N | Bill Hoffman | 2009-08-12 | 3 | -2/+3 |
| | |||||
* | Output command that failed, if it fails. | Bill Hoffman | 2009-08-12 | 1 | -1/+2 |
| | |||||
* | Fix failing test on release build for VS 10 cmSystemTools::GetLineFromStream ↵ | Bill Hoffman | 2009-08-11 | 1 | -1/+1 |
| | | | | crashes if the stream is not open in that case. | ||||
* | Test add_test() generator expressions | Brad King | 2009-08-11 | 6 | -0/+96 |
| | | | | | | | This teaches the 'testing' test to try generator expressions in arguments to add_test(NAME). This test case mimics a common use-case of passing executables to test driver scripts. We excercise the syntax for per-configuration target file names. | ||||
* | Introduce "generator expressions" to add_test() | Brad King | 2009-08-11 | 6 | -2/+284 |
| | | | | | | | | This introduces a new syntax called "generator expressions" to the test COMMAND option of the add_test(NAME) command mode. These expressions have a syntax like $<TARGET_FILE:mytarget> and are evaluated during build system generation. This syntax allows per-configuration target output files to be referenced in test commands and arguments. | ||||
* | Create cmTarget DLL query methods | Brad King | 2009-08-11 | 2 | -3/+15 |
| | | | | | | | We creates methods IsDLLPlatform() and HasImportLibrary(). The former returns true on Windows. The latter returns whether the target has a DLL import library. It is true on Windows for shared libraries and executables with exports. | ||||
* | Record backtrace for every add_test command | Brad King | 2009-08-11 | 3 | -17/+21 |
| | | | | | | We teach cmTest to hold a backtrace for the add_test command that created it. This will be used later to report context for errors at generate time. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | ENH: Patch from Alexander Neundorf to remove "KDevelop3" from list of ↵ | Clinton Stimpson | 2009-08-10 | 1 | -0/+9 |
| | | | | generators. "KDevelop3 - Unix Makefiles" should be used instead. | ||||
* | ENH: Allow edit on single click. Fixes #9393. Also fix row heights to be ↵ | Clinton Stimpson | 2009-08-10 | 2 | -4/+18 |
| | | | | consistent. | ||||
* | Cleanup test property script code generation | Brad King | 2009-08-10 | 1 | -30/+4 |
| | | | | | | | We teach cmTestGenerator::GenerateScriptConfigs to use the general cmLocalGenerator::EscapeForCMake method to write escaped test property values into test scripts. This eliminates the previous hand-coded escaping implementation. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-09 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-08 | 1 | -1/+1 |
| | |||||
* | Teach compiler id about VisualAge -> XL rebranding | Brad King | 2009-08-07 | 13 | -11/+34 |
| | | | | | | | IBM rebranded its VisualAge compiler to XL starting at version 8.0. We use the compiler id "XL" for newer versions and "VisualAge" for older versions. We now also recognize the "z/OS" compiler, which is distinct from XL. | ||||
* | Move flag to Compiler/VisualAge-Fortran module | Brad King | 2009-08-07 | 4 | -3/+1 |
| | | | | | | The CMAKE_Fortran_DEFINE_FLAG value applies to the IBM Fortran compilers on all platforms. This moves the setting to the platform-independent compiler information file. | ||||
* | Use NetBSD to initialize OpenBSD configuration | Brad King | 2009-08-07 | 1 | -2/+1 |
| | | | | | We teach Modules/Platform/OpenBSD.cmake to load NetBSD first since the platforms are so similar. This enables RPATH support on OpenBSD. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-07 | 1 | -1/+1 |
| | |||||
* | COMP: attempt to fix more 'hidden by' warnings. | Dave Partyka | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | Teach FortranCInterface about g77 mangling | Brad King | 2009-08-06 | 1 | -0/+1 |
| | | | | | The old GNU g77 Fortran compiler uses the suffix '__' for symbols containing an underscore in their name. |