Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keyword | Alex Neundorf | 2011-07-17 | 2 | -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" field | Alex Neundorf | 2011-07-17 | 1 | -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 TYPE | Alex Neundorf | 2011-07-17 | 1 | -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 Stamp | KWSys Robot | 2011-07-17 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-16 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-15 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-12 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-09 | 1 | -1/+1 |
| | |||||
* | Begin post-2.8.5 development | David Cole | 2011-07-08 | 1 | -2/+2 |
| | |||||
* | CMake 2.8.5v2.8.5 | David Cole | 2011-07-08 | 2 | -1/+7 |
| | |||||
* | Merge branch 'release' | David Cole | 2011-07-08 | 2 | -3/+420 |
|\ | |||||
| * | CMake 2.8.5-rc3 include regression fix | David Cole | 2011-06-27 | 1 | -0/+6 |
| | | |||||
| * | Merge branch 'release' | David Cole | 2011-06-27 | 2 | -3/+414 |
| |\ | |||||
| | * | CMake 2.8.5-rc3 | David Cole | 2011-06-21 | 2 | -1/+22 |
| | | | |||||
| | * | Merge branch 'release' | David Cole | 2011-06-21 | 2 | -3/+393 |
| | |\ | |||||
| | | * | CMake 2.8.5-rc2 | David Cole | 2011-06-15 | 2 | -1/+83 |
| | | | | |||||
| | | * | Merge branch 'release' | David Cole | 2011-06-15 | 2 | -3/+311 |
| | | |\ | |||||
| | | | * | CMake 2.8.5-rc1 | David Cole | 2011-05-25 | 2 | -3/+311 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-08 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-06 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-04 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-03 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-02 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-01 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-06-30 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-06-29 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge topic 'revert-fixbug_0004147' | Brad King | 2011-06-28 | 1 | -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 King | 2011-06-27 | 1 | -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 Stamp | KWSys Robot | 2011-06-28 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-06-27 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-06-26 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-06-25 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge topic 'use_devenv_forvs2010' | Brad King | 2011-06-24 | 3 | -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 Hoffman | 2011-06-23 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Use relative paths for custom command inputs. | Bill Hoffman | 2011-06-22 | 1 | -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 Hoffman | 2011-06-21 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 945f2c2214bc80f513ed08ebe2c8003263a4ee56. | ||||
| * | | | | | Use devenv instead of msbuild for vs2010. | Bill Hoffman | 2011-06-21 | 1 | -9/+20 |
| | | | | | | |||||
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-06-24 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-06-23 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-06-22 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-06-21 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge topic 'libarchive-install-copyright-notice' | Brad King | 2011-06-20 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | d39aee4 libarchive: Install COPYING with CMake documentation | ||||
| * | | | | | libarchive: Install COPYING with CMake documentation | Brad King | 2011-06-20 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Merge topic 'FindJNI-Fedora-issue-12276' | Brad King | 2011-06-20 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 93fc629 FindJNI: Search in Fedora arch-specific JVM location (#12276) |