Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | cmGeneratorTarget: Use a method to access the definition file. | Stephen Kelly | 2014-02-24 | 5 | -12/+20 | |
| * | | | | | | | | | | | | | cmTarget: Add GetTransitiveTargetClosure method. | Stephen Kelly | 2014-02-24 | 3 | -26/+67 | |
| * | | | | | | | | | | | | | cmTarget: Create a temporary cmTarget in checkInterfacePropertyCompatibility | Stephen Kelly | 2014-02-24 | 1 | -8/+9 | |
| * | | | | | | | | | | | | | cmTarget: Avoid computing languages when computing transitive targets. | Stephen Kelly | 2014-02-24 | 3 | -12/+108 | |
| * | | | | | | | | | | | | | cmTarget: Move ComputeLinkInterface to the internal class. | Stephen Kelly | 2014-02-24 | 2 | -24/+28 | |
| * | | | | | | | | | | | | | cmTarget: Extract a ComputeLinkInterfaceLibraries method. | Stephen Kelly | 2014-02-24 | 2 | -72/+99 | |
| * | | | | | | | | | | | | | cmTarget: Re-arrange the ComputeLinkInterface method. | Stephen Kelly | 2014-02-24 | 1 | -5/+15 | |
| * | | | | | | | | | | | | | cmTarget: Extract a ComputeLinkImplementationLanguages method. | Stephen Kelly | 2014-02-24 | 2 | -0/+7 | |
| * | | | | | | | | | | | | | cmTarget: Change GetTransitivePropertyLinkLibraries to output targets. | Stephen Kelly | 2014-02-24 | 4 | -42/+71 | |
| * | | | | | | | | | | | | | cmTarget: Find source files on request. | Stephen Kelly | 2014-02-24 | 4 | -51/+4 | |
| * | | | | | | | | | | | | | cmTarget: Move SourceFileFlags to cmGeneratorTarget. | Stephen Kelly | 2014-02-24 | 7 | -168/+166 | |
* | | | | | | | | | | | | | | Merge topic 'fix-find_dependency-macro' | Brad King | 2014-02-25 | 1 | -13/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | find_dependency: Ensure that ARGV1 has valid local content | Stephen Kelly | 2014-02-24 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | find_dependency: Add namespacing for variables in the macro. | Stephen Kelly | 2014-02-24 | 1 | -13/+17 | |
* | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-25 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge topic 'variable-expansion-tests' | Brad King | 2014-02-24 | 25 | -0/+130 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | tests: Add variable expansion tests | Ben Boeckel | 2014-02-21 | 25 | -0/+130 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge topic 'ExternalProject-BUILD_ALWAYS' | Brad King | 2014-02-24 | 4 | -0/+65 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | ExternalProject: Add option to always run the build step | Brad King | 2014-02-21 | 4 | -0/+65 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge topic 'fix-find_dependency-macro' | Brad King | 2014-02-24 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Always set version variable of find_dependency macro | Alex Merry | 2014-02-23 | 1 | -3/+1 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'install-FILES-genex' | Brad King | 2014-02-24 | 12 | -178/+288 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | install: Support generator expressions in FILES and PROGRAMS mode | Brad King | 2014-02-21 | 12 | -7/+105 | |
| * | | | | | | | | | | cmInstallFilesGenerator: Add reference to calling cmMakefile | Brad King | 2014-02-21 | 5 | -10/+21 | |
| * | | | | | | | | | | Help: Format install() command documentation | Brad King | 2014-02-21 | 1 | -161/+162 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'doc-add_test-cleanup' | Brad King | 2014-02-24 | 1 | -48/+38 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Help: Revise and format add_test() command documentation | Brad King | 2014-02-20 | 1 | -48/+38 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-24 | 1 | -1/+1 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-23 | 1 | -1/+1 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-22 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-21 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-20 | 1 | -1/+1 | |
* | | | | | Begin post-3.0 development | Brad King | 2014-02-19 | 3 | -2/+11 | |
* | | | | | Merge branch 'release' | Brad King | 2014-02-19 | 19 | -67/+59 | |
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | ||||||
| * | | | Change version scheme to use only two components for feature levels | Brad King | 2014-02-19 | 13 | -42/+45 | |
| * | | | CMake 3.0.0-rc1 version update | Brad King | 2014-02-19 | 4 | -8/+8 | |
| |/ / | ||||||
| * | | Help: Drop development topic notes to prepare release | Brad King | 2014-02-19 | 2 | -9/+0 | |
| |/ | ||||||
| * | Help: Rename 3.0 release notes to 3.0.0 | Brad King | 2014-02-19 | 2 | -4/+4 | |
| * | Help: Consolidate remaining 3.0 release notes | Brad King | 2014-02-19 | 2 | -5/+3 | |
|/ | ||||||
* | Merge topic 'doc-usage-requirements' | Brad King | 2014-02-19 | 1 | -0/+6 | |
|\ | ||||||
| * | Help: Document the purpose of usage requirements clearly. | Stephen Kelly | 2014-02-18 | 1 | -0/+6 | |
* | | Merge topic 'FindOpenSSL-prefer-root' | Brad King | 2014-02-19 | 1 | -5/+5 | |
|\ \ | ||||||
| * | | FindOpenSSL: Prefer OPENSSL_ROOT_DIR first (#14764) | Ho Cheung | 2014-02-18 | 1 | -5/+5 | |
| |/ | ||||||
* | | Merge topic 'FindJNI-ppc64le' | Brad King | 2014-02-19 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | FindJNI: Add ppc64le architecture | Dinar Valeev | 2014-02-18 | 1 | -0/+2 | |
* | | | Merge topic 'FindBoost-namespace' | Brad King | 2014-02-19 | 2 | -25/+42 | |
|\ \ \ | ||||||
| * | | | FindBoost: Add suport for custom namespaces | Chuck Atkins | 2014-02-17 | 2 | -25/+42 | |
| |/ / | ||||||
* | | | Merge topic 'doc-package-registry' | Brad King | 2014-02-19 | 2 | -189/+300 | |
|\ \ \ | ||||||
| * | | | Help: Format find_package() command documentation | Brad King | 2014-02-17 | 1 | -189/+171 | |
| * | | | Help: Document the package registry in cmake-packages.7 | Brad King | 2014-02-17 | 1 | -0/+129 | |
| |/ / |