summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'CodeBlocks-quoting'David Cole2011-10-111-1/+3
|\ | | | | | | | | 240d39a Fix XML safety issue with adding preprocessor defines in CodeBlocks project.
| * Fix XML safety issue with adding preprocessor defines in CodeBlocks project.Clinton Stimpson2011-10-051-1/+3
| |
* | Merge topic 'libarchive-CheckFileOffsetBits-typo'David Cole2011-10-111-3/+3
|\ \ | | | | | | | | | | | | 41719b7 libarchive: fix typo in CheckFileOffsetBits.cmake
| * | libarchive: fix typo in CheckFileOffsetBits.cmakeRolf Eike Beer2011-10-051-3/+3
| | | | | | | | | | | | s/Cheking/Checking/
* | | Merge topic 'HandleCMAKE_CXX_COMPILER_ARG1InEclipse'David Cole2011-10-112-3/+14
|\ \ \ | | | | | | | | | | | | | | | | 3df49dc fix #12392: handle CMAKE_CXX_COMPILER_ARG1 for Eclipse projects
| * | | fix #12392: handle CMAKE_CXX_COMPILER_ARG1 for Eclipse projectsAlex Neundorf2011-10-012-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | CMAKE_CXX/C_COMPILER_ARG1 have to be used for finding the include dirs and builtin macros, so Eclipse can do code completion Alex
* | | | Merge topic 'refactor-find-search-paths'David Cole2011-10-115-22/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | b0cd630 Refactor find_* command final path list computation
| * | | | Refactor find_* command final path list computationBrad King2011-09-235-22/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All find_* commands re-root the list of paths and then add trailing slashes. Factor this pair of calls out into a dedicated method. The new method would be the only caller to AddTrailingSlashes, so subsume that method into it.
* | | | | Merge topic 'qt_dbus_interface_args'David Cole2011-10-111-3/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 648c454 Add features from KDE for arguments to qdbusxml2cpp.
| * | | | | Add features from KDE for arguments to qdbusxml2cpp.Stephen Kelly2011-09-051-3/+16
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-10-111-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-10-101-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-10-091-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-10-081-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-10-071-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-10-061-1/+1
| |_|_|/ / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-10-051-1/+1
| | | | |
* | | | | Begin post-2.8.6 developmentDavid Cole2011-10-041-2/+2
| | | | |
* | | | | CMake 2.8.6v2.8.6David Cole2011-10-042-1/+30
| | | | |
* | | | | Merge branch 'release'David Cole2011-10-042-3/+408
|\ \ \ \ \
| * | | | | CMake 2.8.6-rc4David Cole2011-09-222-1/+44
| | | | | |
| * | | | | Merge branch 'release'David Cole2011-09-222-3/+365
| |\ \ \ \ \
| | * | | | | CMake 2.8.6-rc3David Cole2011-09-092-1/+59
| | | | | | |
| | * | | | | Merge branch 'release'David Cole2011-09-092-3/+307
| | |\ \ \ \ \
| | | * | | | | CMake 2.8.6-rc2David Cole2011-09-022-1/+98
| | | | | | | |
| | | * | | | | Merge branch 'release'David Cole2011-09-022-3/+210
| | | |\ \ \ \ \
| | | | * | | | | CMake 2.8.6-rc1David Cole2011-08-262-3/+210
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-10-041-1/+1
| | | | | | | | |
* | | | | | | | | Merge topic 'fix_intel_vs_version'David Cole2011-10-031-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8f1ee51 Also, check for 11.x as an intel fortran version. 0cd3606 Use version 11.0 for 12.x and 9.10 for 10.x intel versions to fix 12.1 vsIDE.
| * | | | | | | | | Also, check for 11.x as an intel fortran version.Bill Hoffman2011-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As Dave Cole pointed out the previous commit only checked for 10.x and 12.x. 11.0 was accounted for, but 11.1, 11.2 and 11.3 were not. This patch should make it work for those versions as well. I did a web check and there are 11.0, 11.1, 11.2 and 11.3 versions from Intel. I assume if 12.x uses 11.0 as the version in the .vfproj file, then all of the 11.x versions would as well.
| * | | | | | | | | Use version 11.0 for 12.x and 9.10 for 10.x intel versions to fix 12.1 vsIDE.Bill Hoffman2011-09-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The intel compiler for 12.0 and 12.1 are known to expect the file version to be 11.0 in the .vfproj file. For 10.x it should be 9.10. Prior to this fix 12.0 and 10.1 were the only values checked. If those did not match the actual version of intel was put in the vfproj file causing an error about future version load attempt in the IDE.
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-10-031-1/+1
| | | | | | | | | |
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-10-021-1/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-10-011-2/+2
| | | | | | | | |
* | | | | | | | | Merge topic 'really-eliminate-clang-warnings'David Cole2011-09-301-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ad6fa0c CTestCustom.cmake: Ignore clang's summary warning
| * | | | | | | | | CTestCustom.cmake: Ignore clang's summary warningDavid Cole2011-09-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assuming prior text has matched some other warning expression...
* | | | | | | | | | Merge topic 'PkgConfigTypoFix'David Cole2011-09-301-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9cbbea3 Fix typo in UsePkgConfig.cmake
| * | | | | | | | | | Fix typo in UsePkgConfig.cmakeRolf Eike Beer2011-09-291-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'ImproveFindPackageModeWithTryCompile'David Cole2011-09-304-50/+65
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f15945e Use makefile->IssueMessage() for better error messages c886e31 Improve behaviour of --find-package mode with try_run/try_compile 31f43fd Remove trailing whitespace
| * | | | | | | | | | Use makefile->IssueMessage() for better error messagesAlex Neundorf2011-09-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
| * | | | | | | | | | Improve behaviour of --find-package mode with try_run/try_compileAlex Neundorf2011-09-152-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of failing with an error message which says things have not been setup correctly, it now says that try_compile/try_run() are not supported in find_package mode (#12426). Alex
| * | | | | | | | | | Remove trailing whitespaceAlex Neundorf2011-09-153-49/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
* | | | | | | | | | | Merge topic 'vs11-generator'David Cole2011-09-3011-4/+232
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3b5256e Teach our tests about special cases for VS 11 3d5632e Add Visual Studio 11 generator for x86 and x64 tools
| * | | | | | | | | | Teach our tests about special cases for VS 11Brad King2011-09-233-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teach the CheckCompilerRelatedVariables test to verify MSVC11. Update the special cases already in the Preprocess and VSExternalInclude tests for VS 10 to work for VS 11 too.
| * | | | | | | | | | Add Visual Studio 11 generator for x86 and x64 toolsBrad King2011-09-238-1/+222
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-09-301-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-09-291-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-09-281-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-09-271-1/+1
| | | | | | | | |
* | | | | | | | | Merge topic 'FindBulletLibRenames'Brad King2011-09-261-5/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6f935d7 FindBullet: Also search for _Debug postfixed library names