summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | cmGeneratorTarget: Use a method to access the definition file.Stephen Kelly2014-02-245-12/+20
| * | | | | | | | | | | | | cmTarget: Add GetTransitiveTargetClosure method.Stephen Kelly2014-02-243-26/+67
| * | | | | | | | | | | | | cmTarget: Create a temporary cmTarget in checkInterfacePropertyCompatibilityStephen Kelly2014-02-241-8/+9
| * | | | | | | | | | | | | cmTarget: Avoid computing languages when computing transitive targets.Stephen Kelly2014-02-243-12/+108
| * | | | | | | | | | | | | cmTarget: Move ComputeLinkInterface to the internal class.Stephen Kelly2014-02-242-24/+28
| * | | | | | | | | | | | | cmTarget: Extract a ComputeLinkInterfaceLibraries method.Stephen Kelly2014-02-242-72/+99
| * | | | | | | | | | | | | cmTarget: Re-arrange the ComputeLinkInterface method.Stephen Kelly2014-02-241-5/+15
| * | | | | | | | | | | | | cmTarget: Extract a ComputeLinkImplementationLanguages method.Stephen Kelly2014-02-242-0/+7
| * | | | | | | | | | | | | cmTarget: Change GetTransitivePropertyLinkLibraries to output targets.Stephen Kelly2014-02-244-42/+71
| * | | | | | | | | | | | | cmTarget: Find source files on request.Stephen Kelly2014-02-244-51/+4
| * | | | | | | | | | | | | cmTarget: Move SourceFileFlags to cmGeneratorTarget.Stephen Kelly2014-02-247-168/+166
* | | | | | | | | | | | | | Merge topic 'fix-find_dependency-macro'Brad King2014-02-251-13/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | find_dependency: Ensure that ARGV1 has valid local contentStephen Kelly2014-02-241-1/+4
| * | | | | | | | | | | | | find_dependency: Add namespacing for variables in the macro.Stephen Kelly2014-02-241-13/+17
* | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2014-02-251-1/+1
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'variable-expansion-tests'Brad King2014-02-2425-0/+130
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | tests: Add variable expansion testsBen Boeckel2014-02-2125-0/+130
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'ExternalProject-BUILD_ALWAYS'Brad King2014-02-244-0/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | ExternalProject: Add option to always run the build stepBrad King2014-02-214-0/+65
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge topic 'fix-find_dependency-macro'Brad King2014-02-241-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Always set version variable of find_dependency macroAlex Merry2014-02-231-3/+1
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'install-FILES-genex'Brad King2014-02-2412-178/+288
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | install: Support generator expressions in FILES and PROGRAMS modeBrad King2014-02-2112-7/+105
| * | | | | | | | | | cmInstallFilesGenerator: Add reference to calling cmMakefileBrad King2014-02-215-10/+21
| * | | | | | | | | | Help: Format install() command documentationBrad King2014-02-211-161/+162
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'doc-add_test-cleanup'Brad King2014-02-241-48/+38
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | Help: Revise and format add_test() command documentationBrad King2014-02-201-48/+38
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2014-02-241-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2014-02-231-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2014-02-221-1/+1
| |_|/ / / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2014-02-211-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2014-02-201-1/+1
* | | | | Begin post-3.0 developmentBrad King2014-02-193-2/+11
* | | | | Merge branch 'release'Brad King2014-02-1919-67/+59
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Change version scheme to use only two components for feature levelsBrad King2014-02-1913-42/+45
| * | | CMake 3.0.0-rc1 version updateBrad King2014-02-194-8/+8
| |/ /
| * | Help: Drop development topic notes to prepare releaseBrad King2014-02-192-9/+0
| |/
| * Help: Rename 3.0 release notes to 3.0.0Brad King2014-02-192-4/+4
| * Help: Consolidate remaining 3.0 release notesBrad King2014-02-192-5/+3
|/
* Merge topic 'doc-usage-requirements'Brad King2014-02-191-0/+6
|\
| * Help: Document the purpose of usage requirements clearly.Stephen Kelly2014-02-181-0/+6
* | Merge topic 'FindOpenSSL-prefer-root'Brad King2014-02-191-5/+5
|\ \
| * | FindOpenSSL: Prefer OPENSSL_ROOT_DIR first (#14764)Ho Cheung2014-02-181-5/+5
| |/
* | Merge topic 'FindJNI-ppc64le'Brad King2014-02-191-0/+2
|\ \
| * | FindJNI: Add ppc64le architectureDinar Valeev2014-02-181-0/+2
* | | Merge topic 'FindBoost-namespace'Brad King2014-02-192-25/+42
|\ \ \
| * | | FindBoost: Add suport for custom namespacesChuck Atkins2014-02-172-25/+42
| |/ /
* | | Merge topic 'doc-package-registry'Brad King2014-02-192-189/+300
|\ \ \
| * | | Help: Format find_package() command documentationBrad King2014-02-171-189/+171
| * | | Help: Document the package registry in cmake-packages.7Brad King2014-02-171-0/+129
| |/ /