- 16 Jan, 2014 1 commit
-
-
Most callers already have a std::string, on which they called c_str() to pass it into these methods, which internally converted it back to std::string. Pass a std::string directly to these methods now, avoiding all these conversions. Those methods that only pass in a const char* will get the conversion to std::string now only once.
-
- 15 Jan, 2014 4 commits
-
-
b22a0f15 bootstrap: improve ld flag for Linux/HPPA builds
-
4608a260 Document the TARGET options in Qt4 macros.
-
Follow up commit ca63bb10 (bootstrap: try better workaround for builds on Linux/HPPA, 2013-09-12) with an improved ld flag. Suggested-by: Guy Martin
-
Kitware Robot authored
-
- 14 Jan, 2014 4 commits
-
-
f2b47197 CodeBlocks: fix unescaped command quotes when used with nmake
-
Stephen Kelly authored
Feature introduced in commit 9ce60ff5 (Qt4Macros: Allow specifying a TARGET in invokations of macros., 2013-02-26).
-
Kitware Robot authored
-
- 13 Jan, 2014 11 commits
-
-
Nils Gladitz authored
-
0c4e8c70 Add support for codelite IDE project fles
-
0bf6f13b AddDependencies: new policy requires dependencies to exist
-
2cbf0311 cmGlobalGenerator: Make SelectMakeProgram const. b4ff38a5 cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const 8aeddf1f cmGlobalGenerator: Make some API const. 8fd0f2a7 cmGeneratorTarget: Hold a const global generator. 46315320 cmComputeLinkDepends: Hold a const global generator.
-
a7f393dc cmake: Future-proof --find-package mode.
-
dea71aae Tests: Fix find-package mode test.
-
6fac24d7 Ninja: Avoid re-running CMake on next build after regeneration
-
In commit 4a6397a7 (Ninja: Track configured files so we can regenerate them, 2013-06-17) we accidentally started listing files generated by CMake as inputs to the configuration process instead of outputs from it. Move the list of files generated by CMake to the regeneration rule outputs section and tell Ninja to restat after running it.
-
Stephen Kelly authored
Create cmGeneratorTargets before generating generate-time information. C++ interfaces for querying build information is increasingly only available at generate time through the cmGeneratorTarget class. Ensure that the required cmGeneratorTarget instances are created. Use the cmGlobalGenerator access API to access the relevant cmGeneratorTarget instead of creating a temporary one on the stack.
-
Stephen Kelly authored
Commit 5bb53f6b (cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy., 2013-12-30) deprecated the config-specific COMPILE_DEFINITIONS_* properties in favour of using generator expressions. Set the directory property in UseQt4.cmake to match the INTERFACE_COMPILE_DEFINITIONS on the Qt4::QtCore and Qt5::Core IMPORTED targets. Setting QT_NO_DEBUG is sufficient because qglobal.h sets the corresponding QT_DEBUG definition if required.
-
Kitware Robot authored
-
- 12 Jan, 2014 7 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Nils Gladitz authored
Added new policy CMP0046 which requires dependencies added by add_dependencies() to actually exist.
-
Kitware Robot authored
-
- 11 Jan, 2014 2 commits
-
-
Stephen Kelly authored
The all target was depending on the clean and pngtest targets, but when running the tests with -jN, those can be executed out of order. Make the main.o target depend on the clean target instead to fix this.
-
Kitware Robot authored
-
- 10 Jan, 2014 8 commits
-
-
fcd55310 Tests: Remove .orig file.
-
e7a111f0 InterfaceLibrary: Add test requiring MAP_IMPORTED_CONFIG whitelisting
-
When the macro is invoked multiple times, the parsing variables were not unset and therefore used for all the following calls.
-
Stephen Kelly authored
Introduced in commit be0458c5 (InstallRules: added new variable to disable generation of install rules, 2013-12-25).
-
Eran Ifrah authored
-
Kitware Robot authored
-
- 09 Jan, 2014 3 commits
-
-
Stephen Kelly authored
The target properties with this prefix are whitelisted for INTERFACE_LIBRARY targets.