summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'revert-mingw-no-find_library-dll'Brad King2015-06-092-7/+1
|\ | | | | | | | | f5dbf00d Windows-GNU: Restore find_library treatment of '.dll' as linkable (#15409)
| * Windows-GNU: Restore find_library treatment of '.dll' as linkable (#15409)Brad King2015-06-082-7/+1
| | | | | | | | | | | | | | Revert commit v3.3.0-rc1~435^2 (Windows-GNU: Do not tell find_library to treat '.dll' as linkable, 2015-02-18). MinGW tools support linking to '.dll' files directly and many non-CMake build systems still do not provide a separate '.dll.a' file.
* | Merge topic 'cmake-gui-osx-install-command-line'Brad King2015-06-091-0/+1
|\ \ | | | | | | | | | | | | d9b974b1 cmake-gui: Make command-line install help text selectable
| * | cmake-gui: Make command-line install help text selectableClinton Stimpson2015-06-081-0/+1
| | | | | | | | | | | | | | | This will allow users to cut-n-paste the instructions over to a command prompt.
* | | Merge topic 'FindwxWidgets-versioned-executable'Brad King2015-06-091-1/+2
|\ \ \ | | | | | | | | | | | | | | | | 2c969743 FindwxWidgets: Fix find_program call for versioned names
| * | | FindwxWidgets: Fix find_program call for versioned namesBrad King2015-06-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit v3.3.0-rc1~132^2 (FindwxWidgets: Search for wx-config-3.0 in addition to wx-config, 2015-04-29) we added a second (versioned) name to the find_program call. Specifying multiple names requires use of the NAMES option. Add it now. While at it, also add versioned names for 2.9 and 2.8.
* | | | CMake Nightly Date StampKitware Robot2015-06-091-1/+1
| | | |
* | | | Merge topic 'data-layout'Brad King2015-06-0845-385/+272
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8174e5cd cmCustomCommand: Remove special member functions. 34e1d6db cmCustomCommand: Re-arrange data layout. 54cb76f2 cmComputeLinkDepends: Re-arrange data layout. b661d6c6 cmQtAutoGenerators: Re-arrange data layout. 40844a14 cmProcessTools: Re-arrange data layout. b1ff32af cmOrderDirectories: Re-arrange data layout. dd0417c7 cmInstallTargetGenerator: Re-arrange data layout. 125c4866 cmInstallFilesGenerator: Re-arrange data layout. 92b8b1fc cmGraphVizWriter: Re-arrange data layout. 7f3e1623 cmGlobalGenerator: Re-arrange data layout. d9df7fa7 cmComputeComponentGraph: Re-arrange data layout. db24e41b cmCommandArgumentParserHelper: Re-arrange data. 4cd13e80 cmComputeLinkInformation: Re-arrange data layout. 3e087a40 cmLocalUnixMakefileGenerator: Re-arrange data layout. e0421701 cmMakefile: Re-arrange data layout. c26696eb cmSourceFile: Re-arrange data. ...
| * | | | cmCustomCommand: Remove special member functions.Stephen Kelly2015-06-072-49/+0
| | | | | | | | | | | | | | | | | | | | | | | | | The compiler generated ones are fine. The existing implementations here are incorrect as they omit some members.
| * | | | cmCustomCommand: Re-arrange data layout.Stephen Kelly2015-06-072-10/+8
| | | | | | | | | | | | | | | | | | | | Size goes from 240 to 224 bytes.
| * | | | cmComputeLinkDepends: Re-arrange data layout.Stephen Kelly2015-06-071-11/+7
| | | | | | | | | | | | | | | | | | | | Size goes from 648 to 632 bytes.
| * | | | cmQtAutoGenerators: Re-arrange data layout.Stephen Kelly2015-06-071-2/+1
| | | | | | | | | | | | | | | | | | | | Size goes from 920 to 912 bytes.
| * | | | cmProcessTools: Re-arrange data layout.Stephen Kelly2015-06-072-4/+4
| | | | | | | | | | | | | | | | | | | | Size goes from 72 to 64 bytes.
| * | | | cmOrderDirectories: Re-arrange data layout.Stephen Kelly2015-06-071-3/+2
| | | | | | | | | | | | | | | | | | | | Size goes from 680 to 672 bytes.
| * | | | cmInstallTargetGenerator: Re-arrange data layout.Stephen Kelly2015-06-072-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused cmGeneratorTarget member. Size goes from 238 to 232 bytes.
| * | | | cmInstallFilesGenerator: Re-arrange data layout.Stephen Kelly2015-06-072-3/+5
| | | | | | | | | | | | | | | | | | | | Size goes from 296 to 288 bytes.
| * | | | cmGraphVizWriter: Re-arrange data layout.Stephen Kelly2015-06-072-9/+8
| | | | | | | | | | | | | | | | | | | | Size goes from 272 to 264 bytes.
| * | | | cmGlobalGenerator: Re-arrange data layout.Stephen Kelly2015-06-071-6/+8
| | | | | | | | | | | | | | | | | | | | Size goes from 1488 to 1480 bytes.
| * | | | cmComputeComponentGraph: Re-arrange data layout.Stephen Kelly2015-06-071-2/+2
| | | | | | | | | | | | | | | | | | | | Size goes from 224 to 216 bytes.
| * | | | cmCommandArgumentParserHelper: Re-arrange data.Stephen Kelly2015-06-071-4/+4
| | | | | | | | | | | | | | | | | | | | Size goes from 232 to 216 bytes.
| * | | | cmComputeLinkInformation: Re-arrange data layout.Stephen Kelly2015-06-071-18/+17
| | | | | | | | | | | | | | | | | | | | Size goes from 1944 to 1920 bytes.
| * | | | cmLocalUnixMakefileGenerator: Re-arrange data layout.Stephen Kelly2015-06-071-16/+7
| | | | | | | | | | | | | | | | | | | | Size goes from 536 to 528 bytes.
| * | | | cmMakefile: Re-arrange data layout.Stephen Kelly2015-06-071-9/+7
| | | | | | | | | | | | | | | | | | | | 2168 to 2152 bytes with GNU libstdc++-5.1.
| * | | | cmSourceFile: Re-arrange data.Stephen Kelly2015-06-071-2/+2
| | | | | | | | | | | | | | | | | | | | Size goes from 304 to 296 bytes.
| * | | | cmTarget: Re-arrange data layout.Stephen Kelly2015-06-071-29/+23
| | | | | | | | | | | | | | | | | | | | Size with GNU libstdc++-5.1 goes from 840 bytes to 808 bytes.
| * | | | cmTarget: Replace PolicyStatus members with PolicyMap.Stephen Kelly2015-06-072-24/+4
| | | | | | | | | | | | | | | | | | | | sizeof(cmTarget) goes from 856 to 840 with GNU libstdc++ 5.1.
| * | | | cmTarget: Use method abstraction for policy status.Stephen Kelly2015-06-071-9/+9
| | | | |
| * | | | cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-0712-73/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The chaining logic doesn't belong to the container, and the CMakeInstance pointer doesn't need to be in cmPropertyMap. Size goes from 56 to 48 bytes with GNU libstdc++-5.1.
| * | | | cmPropertyMap: Require a non-empty name parameter.Stephen Kelly2015-06-076-11/+28
| | | | | | | | | | | | | | | | | | | | The cmGetPropertyCommand already checks for this.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | Size goes from 72 to 40 bytes with GNU libstdc++-5.1.
| * | | | cmPolicies: Store all statuses in a single bitset.Stephen Kelly2015-06-072-18/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently there are an optimal number of policies (64) such that there are no wasted bits. When another policy is added, the cmPolicyMap will grow from 40 bytes to 80, and occupy 45. By storing all in a single bitset, we stay under the cache line size of 64 bytes until there are 512 policies in a range.
| * | | | cmPolicies: Replace UNDEFINED bitset with WARN bitset.Stephen Kelly2015-06-062-10/+6
| | | | | | | | | | | | | | | | | | | | Might as well use the existing concept.
* | | | | Merge topic 'clean-up-cmMakefile'Brad King2015-06-086-63/+141
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4c192fb5 cmMakefile: Remove cacheOnly option from GetDefinitions. 046aafff cmGetCMakePropertyCommand: Don't explicitly specify default param. 021c4b6f cmMakefile: Simplify handling of CACHE_VARIABLES property. 1981c971 cmMakefile: Simplify InitializeFromParent method. 353e422b cmMakefile: Remove unused GetPolicies method. 00bfa047 cmMakefile: Out-of-line the cmMakefileCall. db74ce58 cmMakefile: Inline PushScope into PushFunctionScope. ca140c2e cmMakefile: Create a unified raii for macro scopes. d5dc4169 cmMakefile: Create a unified raii for function scopes.
| * | | | | cmMakefile: Remove cacheOnly option from GetDefinitions.Stephen Kelly2015-06-072-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | It is now unused.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | Provide a parent instead of requiring it to be computed through the cmLocalGenerator.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | Make it possible to group the various methods here a different way.
| * | | | 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
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4ab7d407 cmExportTryCompileFileGenerator: Add newline between methods. e133e409 cmExportTryCompileFileGenerator: Remove unused variable. c197c692 cmDocumentation: Remove unused include.
| * | | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f573bd22 cmLocalGenerator: Add Feature API from cmMakefile. ccbc2259 cmGeneratorTarget: Move Feature API from cmTarget.
| * | | | | | cmLocalGenerator: Add Feature API from cmMakefile.Stephen Kelly2015-06-065-31/+31
| | | | | | |