Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTest: Submit author email in Update.xml | Brad King | 2010-05-07 | 6 | -2/+12 |
| | | | | | | | Add the <Email>...</Email> element in Update.xml for each commit reported. This field was defined by Dart but never really used. Distributed version control systems use author name and email instead of a user id, so now it makes sense to use this field. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-05-07 | 1 | -1/+1 |
| | |||||
* | -add support for QtMultimedia in UseQt4.cmake (#10675) | Alex Neundorf | 2010-05-06 | 1 | -2/+3 |
| | | | | Alex | ||||
* | Fix 'Architecture' test for more Mac linkers | Brad King | 2010-05-06 | 1 | -1/+1 |
| | | | | | | | | | Some Mac linkers produce the message "file was built for unsupported file format which is not the architecture being linked" for this test. Update the test output regex to match it. | ||||
* | Load compiler information after configuring it | Brad King | 2010-05-06 | 4 | -2/+3 |
| | | | | | | | | | | | After configuring CMakeFiles/CMake<lang>Compiler.cmake in the build tree the second time (to store ABI information), include it immediately. This allows any logic and settings in the compiler information files to be used without duplicating it in CMakeDetermineCompilerABI.cmake. The change in commit "Use Fortran ABI detection results conservatively" (2010-05-05) needs this to use the same logic to set CMAKE_SIZEOF_VOID_P during first and later runs of CMake. | ||||
* | Fix build on borland windows, by adding back typedef for pid_t. | Bill Hoffman | 2010-05-06 | 1 | -2/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-05-06 | 1 | -1/+1 |
| | |||||
* | Use Fortran ABI detection results conservatively | Brad King | 2010-05-05 | 1 | -2/+2 |
| | | | | | | | | | | We set CMAKE_Fortran_SIZEOF_DATA_PTR in the Fortran compiler information file after detecting the compiler ABI. However, since Fortran does not really have pointers, the preprocessor-based detection is unreliable. The result is needed to set CMAKE_SIZEOF_VOID_P only for Fortran-only projects because the value can come from C or C++ compilers otherwise. Therefore when CMAKE_SIZEOF_VOID_P is available from another language we should defer to it. | ||||
* | Win64 fixes for mingw-w64 compilation | Ruben Van Boxem | 2010-05-05 | 2 | -3/+11 |
| | |||||
* | Fix Windows-cl.cmake so that at most one MSVC** variable is defined. | David Cole | 2010-05-05 | 2 | -23/+5 |
| | | | | | | | | | | | | | The expectation of users of the MSVC60, MSVC70, MSVC71, MSVC80, MSVC90 and the new MSVC10 variables is that at most one of them will be set for any given build tree. This change enforces that expectation for build trees using Makefile generators. It also fixes the one mismatch in that expectation to be found in the Visual Studio generator world: previously, the VS 7.1 generator would set *both* MSVC70 and MSVC71; now, it only sets MSVC71. With these changes, user expectations are now met, and the recently introduced CheckCompilerRelatedVariables test should pass everywhere. | ||||
* | Do not list file names during 'cmake -E tar xz' | Brad King | 2010-05-05 | 1 | -1/+2 |
| | | | | | | | Since commit "Switch to using libarchive from libtar" (2009-10-30) the the implementation of "tar xz" has printed all paths from the tarball as a single line with no separator. This fixes the logic to extract silently as expected. | ||||
* | Fix prototype to match header, for bug # 10543. | Bill Hoffman | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | BUG: Fix Bug #9975 when softlinks are used. | Clinton Stimpson | 2010-05-05 | 1 | -8/+11 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | For HP, preprocessor if on multiple lines not allowed, make a long line. | Bill Hoffman | 2010-05-04 | 1 | -2/+1 |
| | |||||
* | Fixes for bug # 10543, build on older sunpro now works. | Bill Hoffman | 2010-05-04 | 2 | -5/+7 |
| | |||||
* | Fix for bug #10542, allow this to build on Tru64 | Bill Hoffman | 2010-05-04 | 1 | -0/+7 |
| | |||||
* | Fix FindCurses.cmake for new cygwin releases. | Bill Hoffman | 2010-05-04 | 1 | -0/+9 |
| | |||||
* | Fix for bug #10670, add another location to find MSBuild. | Bill Hoffman | 2010-05-04 | 1 | -0/+1 |
| | |||||
* | Teach ctest_update about Git submodules | Brad King | 2010-05-04 | 3 | -4/+82 |
| | | | | | | | | | | | Git does not automatically checkout the matching version of a submodule when it checks out a new version of the parent project in the work tree. If the submodule reference changed in the parent project then we were reporting the submodule path as a local modification. Work around the problem in ctest_update using "git submodule update" after "git pull". For projects with no submodules this is a no-op. See issue #10662. Also add a submodule to the test project for CTest.UpdateGIT to test the work-around. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | -fix GetFrameworkFlags() for Mac, which was broken with my last commit | Alex Neundorf | 2010-05-03 | 1 | -2/+1 |
| | | | | Alex | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-05-03 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-05-02 | 1 | -1/+1 |
| | |||||
* | -remove trailing whitespace | Alex Neundorf | 2010-05-01 | 0 | -0/+0 |
| | | | | Alex | ||||
* | -improve crosscompiling from Linux to iphone (#10526) | Alex Neundorf | 2010-05-01 | 7 | -19/+33 |
| | | | | | | Patch by Karol Krizka Alex | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-05-01 | 1 | -2/+2 |
| | |||||
* | Fix missing set of MSVC10 and add CheckCompilerRelatedVariables test. | David Cole | 2010-04-30 | 3 | -0/+88 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | Make get_stl_prime_list an inline function to avoid duplicate copies of it. | Bill Hoffman | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Fix for for bug #10550, fix some errors for an old Sun compiler. | Bill Hoffman | 2010-04-28 | 2 | -0/+2 |
| | |||||
* | Fix for bug #10550, work around instantiation out of scope | Bill Hoffman | 2010-04-28 | 2 | -4/+10 |
| | |||||
* | Fix .pdb name attribute in VS project files | Brad King | 2010-04-28 | 1 | -2/+2 |
| | | | | | | | The PDB file name for VCLinkerTool is specified by the xml attribute "ProgramDatabaseFile", not "ProgramDataBaseFile" (note the lower-case character 'b'). VS seems to cope with the incorrect capitalization but the combination of VS 7.1 and Incredibuild does not. See issue #10614. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | Remove another c++ comment from the c code. | Bill Hoffman | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | Get rid of c++ style comments in C code. | Bill Hoffman | 2010-04-27 | 4 | -16/+12 |
| | |||||
* | Add more excludes for the borland compiler. | Bill Hoffman | 2010-04-27 | 1 | -0/+1 |
| | |||||
* | -fix bad check for Apple in AddDirectoryItem() introduced recently | Alex Neundorf | 2010-04-27 | 1 | -4/+2 |
| | | | | Alex | ||||
* | ctest_update: Report failure in Update.xml | Brad King | 2010-04-27 | 1 | -0/+1 |
| | | | | | | Report in <UpdateReturnStatus> when the update command line returns non-zero. Otherwise the failure may be silently ignored since the error was previously recorded only in the local log file. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | ENH: Add simple grouped view. | Clinton Stimpson | 2010-04-26 | 3 | -151/+134 |
| | |||||
* | Remove unused cmData and cmMakefile::DataMap | Brad King | 2010-04-26 | 3 | -103/+0 |
| | | | | | | | | | These were implementation details of the unused methods cmMakefile::RegisterData cmMakefile::LookupData We simply remove the methods, members, and class cmData. | ||||
* | Detect PathScale Fortran compiler tools | C. Bergström | 2010-04-26 | 1 | -2/+5 |
| | | | | | Include names pathf(90|95|2003) in the search for a Fortran compiler. Also associate the names with PathScale for the vendor-specific search. | ||||
* | Another pass at removing borland warnings. | Bill Hoffman | 2010-04-26 | 1 | -11/+4 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-26 | 1 | -1/+1 |
| | |||||
* | Do not error out if the java version is not found, if java is not required. | Bill Hoffman | 2010-04-25 | 1 | -1/+5 |
| | |||||
* | Try to remove borland warnings again. | Bill Hoffman | 2010-04-25 | 1 | -0/+5 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-25 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-24 | 1 | -1/+1 |
| |