summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* target_link_libraries: Add LINK_(PUBLIC|PRIVATE) optionsStephen Kelly2011-11-2211-11/+191
| | | | | Makes it possible to specify the link dependencies and link interfaces in one command without repetition.
* target_link_libraries: Trim trailing whitespaceStephen Kelly2011-11-221-6/+6
|
* 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
| * | | | | | | FindBullet: Also search for _Debug postfixed library namesPhilip Lowman2011-09-231-5/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'MinorPkgConfigDocImprovement'Brad King2011-09-261-11/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 59ccf38 Minor improvements to the UsePkgConfig.cmake docs ad11118 Remove trailing whitespace
| * | | | | | | Minor improvements to the UsePkgConfig.cmake docsAlex Neundorf2011-09-221-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
| * | | | | | | Remove trailing whitespaceAlex Neundorf2011-09-221-7/+7
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Alex
* | | | | | | Merge topic 'doc-set_target_properties-typo'Brad King2011-09-261-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f8c77fa Fix typo in set_target_properties' documentation.
| * | | | | | | Fix typo in set_target_properties' documentation.Raphael Kubo da Costa2011-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | our -> or
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-09-261-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-09-251-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-09-241-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-09-231-1/+1
| |/ / / / / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-09-221-1/+1
| | | | | |
* | | | | | Merge topic 'revert-fix-for-11333'David Cole2011-09-211-28/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 98c49a4 Revert "FindThreads: Try pthreads with no special option first (#11333)"
| * | | | | | Revert "FindThreads: Try pthreads with no special option first (#11333)"David Cole2011-09-201-28/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit fd61be71401ef9e0a241562fc31539273084deff.