| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
c3f40f4f Help: Improve formatting of command documentation
|
| |
| |
| |
| |
| | |
Use inline reStructuredText markup and add cross-references in more
places.
|
|\ \
| | |
| | |
| | |
| | | |
7ab0806f Help: Document find_* command versioned/unversioned name ordering
|
| | |
| | |
| | |
| | |
| | | |
Suggest in the NAMES option that unversioned names go first to prefer
local builds over distro-provided files.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
3de3544f Help: Improve documentation formatting of find_* commands
8c64c478 Help: Document CMAKE_FIND_APPBUNDLE and CMAKE_FIND_FRAMEWORK
25b4483e Help: Document CMAKE_SYSTEM_APPBUNDLE_PATH variable
e2f34986 Help: Document CMAKE_SYSTEM_FRAMEWORK_PATH variable
|
| | |
| | |
| | |
| | |
| | | |
Use inline reStructuredText markup and add cross-references in more
places.
|
| | |
| | |
| | |
| | |
| | | |
Add dedicated documents for these and link to them instead of
duplicating their documentation in every find command.
|
| | | |
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
972853b1 Help: Drop incorrect advice from cmake-developer.7 manual
|
| | |
| | |
| | |
| | |
| | | |
Drop the comment on the purpose of PATH_SUFFIXES in our Find Module
example. It was incorrect.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
12436efc ctest: Disable CMake Cygwin legacy warning in dashboard client script
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In ctest -S mode we load the CTestScriptMode module to give the
configuration scripts access to the host system information.
CYGWIN.cmake warns unless we explicitly tell it not to warn
since there is no chance for a cmake_minimum_required(VERSION)
to be called.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | | | | |
|