summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge topic 'revert-mingw-no-find_library-dll'Brad King2015-06-092-7/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Windows-GNU: Restore find_library treatment of '.dll' as linkable (#15409)Brad King2015-06-082-7/+1
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'cmake-gui-osx-install-command-line'Brad King2015-06-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | cmake-gui: Make command-line install help text selectableClinton Stimpson2015-06-081-0/+1
* | | | | | | | | | | Merge topic 'FindwxWidgets-versioned-executable'Brad King2015-06-091-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | FindwxWidgets: Fix find_program call for versioned namesBrad King2015-06-081-1/+2
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2015-06-091-1/+1
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge topic 'data-layout'Brad King2015-06-0845-385/+272
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmCustomCommand: Remove special member functions.Stephen Kelly2015-06-072-49/+0
| * | | | | | | | | | cmCustomCommand: Re-arrange data layout.Stephen Kelly2015-06-072-10/+8
| * | | | | | | | | | cmComputeLinkDepends: Re-arrange data layout.Stephen Kelly2015-06-071-11/+7
| * | | | | | | | | | cmQtAutoGenerators: Re-arrange data layout.Stephen Kelly2015-06-071-2/+1
| * | | | | | | | | | cmProcessTools: Re-arrange data layout.Stephen Kelly2015-06-072-4/+4
| * | | | | | | | | | cmOrderDirectories: Re-arrange data layout.Stephen Kelly2015-06-071-3/+2
| * | | | | | | | | | cmInstallTargetGenerator: Re-arrange data layout.Stephen Kelly2015-06-072-5/+5
| * | | | | | | | | | cmInstallFilesGenerator: Re-arrange data layout.Stephen Kelly2015-06-072-3/+5
| * | | | | | | | | | cmGraphVizWriter: Re-arrange data layout.Stephen Kelly2015-06-072-9/+8
| * | | | | | | | | | cmGlobalGenerator: Re-arrange data layout.Stephen Kelly2015-06-071-6/+8
| * | | | | | | | | | cmComputeComponentGraph: Re-arrange data layout.Stephen Kelly2015-06-071-2/+2
| * | | | | | | | | | cmCommandArgumentParserHelper: Re-arrange data.Stephen Kelly2015-06-071-4/+4
| * | | | | | | | | | cmComputeLinkInformation: Re-arrange data layout.Stephen Kelly2015-06-071-18/+17
| * | | | | | | | | | cmLocalUnixMakefileGenerator: Re-arrange data layout.Stephen Kelly2015-06-071-16/+7
| * | | | | | | | | | cmMakefile: Re-arrange data layout.Stephen Kelly2015-06-071-9/+7
| * | | | | | | | | | cmSourceFile: Re-arrange data.Stephen Kelly2015-06-071-2/+2
| * | | | | | | | | | cmTarget: Re-arrange data layout.Stephen Kelly2015-06-071-29/+23
| * | | | | | | | | | cmTarget: Replace PolicyStatus members with PolicyMap.Stephen Kelly2015-06-072-24/+4
| * | | | | | | | | | cmTarget: Use method abstraction for policy status.Stephen Kelly2015-06-071-9/+9
| * | | | | | | | | | cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-0712-73/+42
| * | | | | | | | | | cmPropertyMap: Require a non-empty name parameter.Stephen Kelly2015-06-076-11/+28
| * | | | | | | | | | cmPropertyMap: Remove scope parameter from API where not used.Stephen Kelly2015-06-079-35/+22
| * | | | | | | | | | Constify property definition API.Stephen Kelly2015-06-075-21/+35
| * | | | | | | | | | cmProperty: Remove needless Name member.Stephen Kelly2015-06-073-11/+6
| * | | | | | | | | | cmPolicies: Store all statuses in a single bitset.Stephen Kelly2015-06-072-18/+19
| * | | | | | | | | | cmPolicies: Replace UNDEFINED bitset with WARN bitset.Stephen Kelly2015-06-062-10/+6
* | | | | | | | | | | Merge topic 'clean-up-cmMakefile'Brad King2015-06-086-63/+141
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmMakefile: Remove cacheOnly option from GetDefinitions.Stephen Kelly2015-06-072-11/+4
| * | | | | | | | | | | cmGetCMakePropertyCommand: Don't explicitly specify default param.Stephen Kelly2015-06-071-2/+1
| * | | | | | | | | | | cmMakefile: Simplify handling of CACHE_VARIABLES property.Stephen Kelly2015-06-071-7/+7
| |/ / / / / / / / / /
| * | | | | | | | | | cmMakefile: Simplify InitializeFromParent method.Stephen Kelly2015-06-062-5/+3
| * | | | | | | | | | cmMakefile: Remove unused GetPolicies method.Stephen Kelly2015-06-062-9/+0
| * | | | | | | | | | cmMakefile: Out-of-line the cmMakefileCall.Stephen Kelly2015-06-062-9/+14
| * | | | | | | | | | cmMakefile: Inline PushScope into PushFunctionScope.Stephen Kelly2015-06-061-2/+16
| * | | | | | | | | | cmMakefile: Create a unified raii for macro scopes.Stephen Kelly2015-06-043-8/+47
| * | | | | | | | | | cmMakefile: Create a unified raii for function scopes.Stephen Kelly2015-06-043-12/+51
* | | | | | | | | | | Merge topic 'minor-cleanups'Brad King2015-06-082-3/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmExportTryCompileFileGenerator: Add newline between methods.Stephen Kelly2015-06-071-0/+1
| * | | | | | | | | | | cmExportTryCompileFileGenerator: Remove unused variable.Stephen Kelly2015-06-071-2/+0
| * | | | | | | | | | | cmDocumentation: Remove unused include.Stephen Kelly2015-06-071-1/+0
* | | | | | | | | | | | Merge topic 'move-Feature-API'Brad King2015-06-0811-69/+71
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cmLocalGenerator: Add Feature API from cmMakefile.Stephen Kelly2015-06-065-31/+31