| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
e5b70ed0 CPackDEB: added config file optional Source field
f2d98e2d CPackDEB: minor documentation and debug logging fixes
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
a3c5ca96 cmGlobalNinjaGenerator: Save 'ninja' version very early
ed67f405 cmGlobalNinjaGenerator: Save path to 'ninja' tool very early
|
| | |
| | |
| | |
| | |
| | | |
Keep it in a member variable for convenient reference. Store the
value as soon as it is known.
|
| | |
| | |
| | |
| | |
| | | |
Keep it in a member variable for convenient reference. Set the
value as soon as it is known.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
73f255e2 cmFortranLexer: Populate empty doxygen @param comments
ba819f49 cmFortranParser: Parse #line directives
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Re-apply the change from commit v3.0.0-rc1~554^2~2 (cm*Lexer: Populate
empty doxygen @param comment, 2013-09-19) after recent lexer generation.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Teach the lexer to extract the #line directive prefix and line number as
a new token type. Teach the parser to recognize this token followed by
a string as the file name (plus possibly other content). Report the
named file as included by the source file.
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
341cd934 CPackDeb: ctest tests for compression scheme leak
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Test that changing compression of debian package
content does not affect DEBIAN/ files which must
be gzipped
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
b1efb023 FindCUDA: drop CUDA_dl_LIBRARY
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
There is the global CMAKE_DL_LIBS setting which can be used instead. There are
even platforms where this is either empty because those functions are part of
the libc or is called entirely different, so this code wouldn't work reliable
anyway.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
e7e713cc VS: Add module definition `.def` files to .vcxproj files (#15313)
247c168b Refactor `.def` file lookup
adfc8a67 cmGeneratorTarget: Fix IMPLEMENT_VISIT_IMPL for template data types
|
| | | |
| | | |
| | | |
| | | | |
Make them appear in the IDE project tree for reference by developers.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Return a `cmSourceFile const*` from GetModuleDefinitionFile so that
callers can get more information than just the path to the file.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Update spacing near the DATATYPE reference to prevent construction
of `>>` as a preprocessing token if DATATYPE is a template type.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
2098e8e8 Help: Add notes for topic 'add-armcc-toolchain'
035a658f Add support for the ARM Compiler (arm.com)
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Create an `ARMCC` compiler id corresponding to compilers identified and
versioned by the `__ARMCC_VERSION` predefined macro. See documentation
for the compilers at
http://infocenter.arm.com/help/topic/com.arm.doc.set.swdev/index.html
|
| |/ /
|/| | |
|
| |/
|/| |
|
|\ \
| |/
|/| |
|
| | |
|
|\ \
| |/ |
|
| |\ |
|
| |\ \ |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
f8eb72fe Help: Clarify documentation for MACOSX_RPATH variable.
|
| | | | | |
|
|\ \ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
9a7f042a Help: Document target properties setting Info.plist fields (#15820)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Format the documentation of MACOSX_{BUNDLE,FRAMEWORK}_INFO_PLIST and
specify for each property what field in the Info.plist file it sets.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
13610474 Xcode: Set LastUpgradeCheck to current Xcode version (#15817)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This prevents the project settings upgrade warning.
|
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
31e6571c find_program: Fix regression in finding an already-known path
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Changes in commit v3.4.0-rc1~124^2~1 (cmFindProgramCommand: Re-implement
search using more flexible approach, 2015-09-01) did not preserve the
behavior of looking for the given name with no search path at all.
Fix this and add a test case covering finding an absolute path with
no search directories.
|
| | | | | | |
|
| | | | | | |
|
| |/ / / /
|/| | | | |
|
| | | | | |
|
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| |\ \ \ \ |
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
77be366c Intel: Recognize MSVC version for Intel Fortran 2016 (#15809)
|