summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keywordAlex Neundorf2011-07-172-34/+46
| | | | | | | | | Now found packages are not stored in ENABLED/DISABLED_FEATURES anymore, but always in PACKAGES_FOUND/NOT_FOUND. ENABLED/DISABLED_FEATURES is now only used via ADD_FEATURE_INFO(), e.g. for stuff set via option(). Alex
* FeatureSummary.cmake: remove "comment" fieldAlex Neundorf2011-07-171-12/+8
| | | | | | | | What was given as comment to set_package_info(), now goes into the PURPOSE field. It was not clear what the comment should contain, with the PURPOSE this is much clearer now. Alex
* Extend FeatureSummary: add PURPOSE of package and TYPEAlex Neundorf2011-07-171-29/+167
| | | | | | | | | | | | | | With the PURPOSE a project can state what the package in question is used for in the project (as opposed to describing what the package does in general). TYPE can be one of OPTIONAL (default) RUNTIME - not needed for building, only at runtime RECOMMENDED - as OPTIONAL, but you should really have it REQUIRED - cmake will fail if one of these is not found This can be set using the new function set_package_properties() Alex
* KWSys Nightly Date StampKWSys Robot2011-07-171-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-161-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-151-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-141-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-131-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-121-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-111-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-101-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-091-1/+1
|
* Begin post-2.8.5 developmentDavid Cole2011-07-081-2/+2
|
* CMake 2.8.5v2.8.5David Cole2011-07-082-1/+7
|
* Merge branch 'release'David Cole2011-07-082-3/+420
|\
| * CMake 2.8.5-rc3 include regression fixDavid Cole2011-06-271-0/+6
| |
| * Merge branch 'release'David Cole2011-06-272-3/+414
| |\
| | * CMake 2.8.5-rc3David Cole2011-06-212-1/+22
| | |
| | * Merge branch 'release'David Cole2011-06-212-3/+393
| | |\
| | | * CMake 2.8.5-rc2David Cole2011-06-152-1/+83
| | | |
| | | * Merge branch 'release'David Cole2011-06-152-3/+311
| | | |\
| | | | * CMake 2.8.5-rc1David Cole2011-05-252-3/+311
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-081-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-071-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-061-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-051-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-041-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-031-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-021-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-011-2/+2
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-06-301-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-06-291-1/+1
| | | | |
* | | | | Merge topic 'revert-fixbug_0004147'Brad King2011-06-281-59/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fc04531 Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"
| * | | | | Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"Brad King2011-06-271-59/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1088b0278e74526298d0821589973918da33c44b. Wrapper dependency scanning (fix for #4147) does not work at CMake configuration time if an input file is provided by a custom command (regression #12307). Revert to original behavior until a solution is found.
* | | | | | KWSys Nightly Date StampKWSys Robot2011-06-281-1/+1
| |/ / / / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-06-271-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-06-261-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-06-251-1/+1
| | | | |
* | | | | Merge topic 'use_devenv_forvs2010'Brad King2011-06-243-11/+37
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8555c2b Look for VCExpress as a possible build tool as well as devenv. ed0075b Use relative paths for custom command inputs. 38368d5 Revert "With very long file names, VS 2010 was unable to compile files." 8cd66dc Use devenv instead of msbuild for vs2010.
| * | | | | Look for VCExpress as a possible build tool as well as devenv.Bill Hoffman2011-06-231-1/+2
| | | | | |
| * | | | | Use relative paths for custom command inputs.Bill Hoffman2011-06-221-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For source files we use full paths. This allows for longer directory names with VS2010. However, the use of full paths causes the GUI to not display the custom commands.
| * | | | | Revert "With very long file names, VS 2010 was unable to compile files."Bill Hoffman2011-06-211-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 945f2c2214bc80f513ed08ebe2c8003263a4ee56.
| * | | | | Use devenv instead of msbuild for vs2010.Bill Hoffman2011-06-211-9/+20
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-06-241-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-06-231-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-06-221-1/+1
| |_|/ / / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-06-211-1/+1
| | | | |
* | | | | Merge topic 'libarchive-install-copyright-notice'Brad King2011-06-201-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d39aee4 libarchive: Install COPYING with CMake documentation
| * | | | | libarchive: Install COPYING with CMake documentationBrad King2011-06-201-0/+2
| | | | | |
* | | | | | Merge topic 'FindJNI-Fedora-issue-12276'Brad King2011-06-201-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 93fc629 FindJNI: Search in Fedora arch-specific JVM location (#12276)