| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
f5dbf00d Windows-GNU: Restore find_library treatment of '.dll' as linkable (#15409)
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | |
| | |
| | | |
d9b974b1 cmake-gui: Make command-line install help text selectable
|
| | |
| | |
| | |
| | |
| | | |
This will allow users to cut-n-paste the instructions over to a command
prompt.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
2c969743 FindwxWidgets: Fix find_program call for versioned names
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
...
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The compiler generated ones are fine. The existing implementations
here are incorrect as they omit some members.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 240 to 224 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 648 to 632 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 920 to 912 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 72 to 64 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 680 to 672 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove unused cmGeneratorTarget member.
Size goes from 238 to 232 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 296 to 288 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 272 to 264 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 1488 to 1480 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 224 to 216 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 232 to 216 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 1944 to 1920 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 536 to 528 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
2168 to 2152 bytes with GNU libstdc++-5.1.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 304 to 296 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size with GNU libstdc++-5.1 goes from 840 bytes to 808 bytes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
sizeof(cmTarget) goes from 856 to 840 with GNU libstdc++ 5.1.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | |
| | | | | |
The cmGetPropertyCommand already checks for this.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Size goes from 72 to 40 bytes with GNU libstdc++-5.1.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Might as well use the existing concept.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It is now unused.
|
| | | | | | |
|
| |/ / / / |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Provide a parent instead of requiring it to be computed through
the cmLocalGenerator.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Make it possible to group the various methods here a different way.
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
4ab7d407 cmExportTryCompileFileGenerator: Add newline between methods.
e133e409 cmExportTryCompileFileGenerator: Remove unused variable.
c197c692 cmDocumentation: Remove unused include.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
f573bd22 cmLocalGenerator: Add Feature API from cmMakefile.
ccbc2259 cmGeneratorTarget: Move Feature API from cmTarget.
|
| | | | | | | |
|