| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'target_compile_features' | Brad King | 2014-04-15 | 1 | -0/+39 |
|\ |
|
| * | cmTarget: Transitively evaluate compiler features. | Stephen Kelly | 2014-04-07 | 1 | -1/+1 |
|
|
| * | cmTarget: Allow populating COMPILE_FEATURES using generator expressions. | Stephen Kelly | 2014-04-07 | 1 | -9/+6 |
|
|
| * | cmTarget: Add COMPILE_FEATURES target property. | Stephen Kelly | 2014-04-07 | 1 | -0/+13 |
|
|
| * | cmTarget: Add CXX_STANDARD and CXX_EXTENSION target properties. | Stephen Kelly | 2014-04-07 | 1 | -0/+29 |
|
|
* | | Watcom: Use single quote for all file/path items in wlink command | Jiri Malak | 2014-04-08 | 1 | -13/+21 |
|/ |
|
* | Remove default labels from fully covered switch statements. | Stephen Kelly | 2014-04-03 | 1 | -1/+0 |
|
|
* | Merge topic 'target-transitive-sources' | Brad King | 2014-04-03 | 1 | -3/+4 |
|\ |
|
| * | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -3/+4 |
|
|
* | | Merge topic 'target-sources-refactor' | Brad King | 2014-04-03 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | cmTarget: Use string API to add sources to cmTarget objects. | Stephen Kelly | 2014-03-31 | 1 | -2/+2 |
|
|
* | | Simplify multiple config handling. | Stephen Kelly | 2014-04-02 | 1 | -11/+8 |
|/ |
|
* | Merge topic 'add_custom_command-no-INTERFACE-lib' | Brad King | 2014-03-20 | 1 | -1/+2 |
|\ |
|
| * | Disallow INTERFACE libraries with add_custom_command(TARGET). | Stephen Kelly | 2014-03-19 | 1 | -1/+2 |
|
|
* | | cmLocalGenerator: Add ComputeObjectFilenames interface. | Stephen Kelly | 2014-03-13 | 1 | -0/+8 |
|
|
* | | Generalize cmCustomCommandGenerator to more fields | Brad King | 2014-03-12 | 1 | -6/+7 |
|
|
* | | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
|
|
* | | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -82/+82 |
|
|
* | | stringapi: Use strings for dependency information | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -19/+19 |
|
|
* | | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -10/+10 |
|
|
* | | stringapi: Take strings in escaping functions | Ben Boeckel | 2014-03-08 | 1 | -26/+28 |
|
|
* | | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -10/+10 |
|
|
* | | stringapi: Use strings in Convert methods in LocalGenerator | Ben Boeckel | 2014-03-08 | 1 | -17/+19 |
|
|
* | | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -26/+29 |
|
|
* | | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Use strings for property names | Ben Boeckel | 2014-03-08 | 1 | -6/+10 |
|
|
* | | cmLocalGenerator: Add response file option to OutputLinkLibraries | Brad King | 2014-03-04 | 1 | -9/+14 |
|
|
* | | cmLocalGenerator: Simplify GetIncludeFlags output formatting | Brad King | 2014-03-04 | 1 | -12/+4 |
|
|
* | | cmLocalGenerator: Add format option to ConvertToLinkReference | Brad King | 2014-03-04 | 1 | -3/+4 |
|
|
* | | cmLocalGenerator: Add format option to ConvertToIncludeReference | Brad King | 2014-03-04 | 1 | -2/+3 |
|
|
* | | cmLocalGenerator: Add format option to ConvertToOutputForExisting | Brad King | 2014-03-04 | 1 | -8/+11 |
|
|
* | | MSVC: Add properties to configure compiler PDB files (#14762) | Brad King | 2014-02-26 | 1 | -0/+7 |
|/ |
|
* | OS X: Escape path given to -isysroot flag | Brad King | 2014-02-12 | 1 | -1/+1 |
|
|
* | cmVersion: Fix CMake_VERSION_ENCODE for date in patch level | Brad King | 2014-02-10 | 1 | -2/+2 |
|
|
* | VisibilityInlinesHidden: only apply -fvisibility-inlines-hidden to C++ sources | Nils Gladitz | 2014-02-01 | 1 | -1/+5 |
|
|
* | Allow projects to specify extra inputs to CMake | Brad King | 2014-01-21 | 1 | -0/+2 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -1/+1 |
|
|
* | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -2/+4 |
|
|
* | cmLocalGenerator: Remove VTK include hack (#11338). | Stephen Kelly | 2013-12-20 | 1 | -21/+0 |
|
|
* | Merge topic 'minor-cleanup' | Brad King | 2013-12-19 | 1 | -0/+8 |
|\ |
|
| * | Avoid certain actions on IMPORTED targets. | Stephen Kelly | 2013-12-11 | 1 | -0/+8 |
|
|
* | | cmLocalGenerator: Constify target definitions access | Stephen Kelly | 2013-12-11 | 1 | -1/+1 |
|/ |
|
* | CTest: filter /showIncludes output from ninja compile launcher | Nils Gladitz | 2013-12-03 | 1 | -0/+1 |
|
|
* | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. | Stephen Kelly | 2013-11-25 | 1 | -0/+9 |
|
|
* | Introduce CMAKE_STAGING_PREFIX variable. | Stephen Kelly | 2013-11-21 | 1 | -0/+5 |
|
|
* | Add CMAKE_SYSROOT variable to set --sysroot when cross compiling. | Stephen Kelly | 2013-11-19 | 1 | -1/+19 |
|
|
* | Allow toolchain files to specify an external toolchain. | Stephen Kelly | 2013-11-19 | 1 | -0/+16 |
|
|
* | Add compiler target compile options. | Stephen Kelly | 2013-11-19 | 1 | -0/+15 |
|
|
* | Move TraceDependencies to cmGeneratorTarget. | Stephen Kelly | 2013-10-30 | 1 | -3/+4 |
|
|