| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Suggested-by: Stephen Kelly <steveire@gmail.com>
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
4332131d Convert: Make variables a bit more clear
5aca066c Convert: Remove UNCHANGED enum value
146bf926 Convert: Remove 'FULL' conversion
58ba87f8 Convert: Replace Convert(FULL) with equivalent
e80314d7 Ninja: Replace ternary with if()
563ac22a Convert: Replace trivial conversion with new method
08be47cf Convert: Replace UNCHANGED conversions with new API call
564d3a1d Convert: Extract ConvertToRelativePath from Convert()
95a659f1 Convert: Replace FULL conversions with equivalent
a8c7ccb1 VS: Replace FULL/UNCHANGED conversion with equivalent
5ad25ef4 Convert: Remove NONE conversion
ac463841 Convert: Replace uses of Convert(NONE)
998d9ee9 VS: Replace variable with an if()
ee49f006 Makefiles: Replace ternaries with if()s
51f7dcb0 Makefiles: Inline MakeLauncher into only caller
ba4ba7c3 Makefiles: Simplify MakeLauncher return value
...
|
| | |
|
| |
| |
| |
| | |
It is no longer used.
|
| |
| |
| |
| | |
It is no longer used.
|
| |
| |
| |
| |
| | |
This is more explicit than funnelling everything through the Convert
method.
|
| |
| |
| |
| | |
On principle of segregating the interface.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Convert() does some kind of relative conversion, followed by a
conversion to 'output format'.
Make it possible to do the former without the latter.
|
| | |
|
| | |
|
| |
| |
| |
| | |
It is no longer used.
|
| |
| |
| |
| | |
These are equivalent to ConvertToOutputFormat.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Bonus NRVO.
|
| |
| |
| |
| | |
Make it easier to inline into the caller.
|
| |
| |
| |
| | |
Convert with NONE and UNCHANGED is a no-op.
|
| |
| |
| |
| |
| |
| |
| |
| | |
The existing method uses RelativeRoot NONE and FULL values. In
principle, those should be segregated interfaces. Mixing
NONE and FULL into the RelativeRoot enum is a case of
http://thedailywtf.com/articles/What_Is_Truth_0x3f_
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Avoid the RelativeRoot enum. Supply the HOME_OUTPUT string at each
callsite to make the parameter non-defaulted.
|
| |
| |
| |
| | |
The RelativeRoot parameter will become non-default.
|
| | |
|
| |
| |
| |
| | |
It is no longer used.
|
| |
| |
| |
| |
| | |
The string is already determined so, no need to call the overload to
determine it again.
|
| |
| |
| |
| |
| |
| | |
In this context, 'ret' means 'return', but I don't really know what that
means. It is not consistent with types and other variables used in the
vicinity for these things.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
1f4aeb17 VS: Fix out-of-bounds write on empty Nsight Tegra version
|
| | |
| | |
| | |
| | |
| | |
| | | |
In cmVisualStudio10TargetGenerator::cmVisualStudio10TargetGenerator,
wrote 0 to this->NsightTegraVersion[-1] if sscanf returns -1 which is
the case of GetNsightTegraVersion is empty.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
38995d19 CodeBlocks: List C++ includes first
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
When using the Clang Code Model in QtCreator, it turned out that having
the C system include dirs can make it report false positives for most
uses of the STL. This is due to the order the Clang Code Model looks at
the include directories and some C includes in /usr/include could be
incompatible with the used STL if found first.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
048d1adb add_custom_command: Add DEPFILE option for Ninja
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Provide a way for custom commands to inform the ninja build tool about
their implicit dependencies. For now simply make use of the option an
error on other generators.
Closes: #15479
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
f325ae18 VS: Use target-specific directory for `resources.pri`
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Set the `ProjectPriFullPath` field to a value that is unique to each
target and not shared with others in order to avoid collisions.
Closes: #16106
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
38491644 CTest: fix include-what-you-use violations
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1462576b Parser: Port away from cmMakefile
421012a3 cmMessenger: Extract from cmake class
14a8d61f cmMakefile: Port nested error logic away from cmExecutionStatus
2af853de cmMakefile: Simplify IssueMessage implementation
33bb9cfa Parser: Issue messages through cmake, not cmSystemTools
db7de303 Parser: Store the Backtrace for use in issuing messages
|
| | | | |
| | | | |
| | | | |
| | | | | |
It is an unneeded dependency.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This way messages can be issued independent of the cmake instance.
It is now possible to make DisplayMessage a virtual interface and
override it to handle messages in the cmake-gui or future IDE
interaction interfaces.
|
| | | | |
| | | | |
| | | | |
| | | | | |
It is no longer needed.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It is only called during configure time when the execution stack is
non-empty.
|