- 30 Aug, 2016 7 commits
-
-
Brad King authored
The Linux distro we've been using for this is so old that it limits our ability to import newer third-party software. Until a new machine can be configured to provide this binary we can simply drop it. Users will still be able to build from source or use a distro-provided version.
-
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 ...
-
1f4aeb17 VS: Fix out-of-bounds write on empty Nsight Tegra version
-
38995d19 CodeBlocks: List C++ includes 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
-
Kitware Robot authored
-
- 29 Aug, 2016 1 commit
-
-
Kitware Robot authored
-
- 28 Aug, 2016 1 commit
-
-
Kitware Robot authored
-
- 27 Aug, 2016 29 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
It is no longer used.
-
Stephen Kelly authored
It is no longer used.
-
Stephen Kelly authored
This is more explicit than funnelling everything through the Convert method.
-
Stephen Kelly authored
On principle of segregating the interface.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
Convert() does some kind of relative conversion, followed by a conversion to 'output format'. Make it possible to do the former without the latter.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
It is no longer used.
-
Stephen Kelly authored
These are equivalent to ConvertToOutputFormat.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
Bonus NRVO.
-
Stephen Kelly authored
Make it easier to inline into the caller.
-
Stephen Kelly authored
Convert with NONE and UNCHANGED is a no-op.
-
Stephen Kelly authored
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_
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
Avoid the RelativeRoot enum. Supply the HOME_OUTPUT string at each callsite to make the parameter non-defaulted.
-
Stephen Kelly authored
The RelativeRoot parameter will become non-default.
-
Stephen Kelly authored
-
Stephen Kelly authored
It is no longer used.
-
Stephen Kelly authored
The string is already determined so, no need to call the overload to determine it again.
-
Stephen Kelly authored
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.
-
Stephen Kelly authored
-
Kitware Robot authored
-
- 26 Aug, 2016 2 commits
-
-
Brad King authored
-
In cmVisualStudio10TargetGenerator::cmVisualStudio10TargetGenerator, wrote 0 to this->NsightTegraVersion[-1] if sscanf returns -1 which is the case of GetNsightTegraVersion is empty.
-