| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -0/+1 |
|
|
* | Convert cmIDEFlagTable to use owned strings | Stephan Szabo | 2018-11-28 | 1 | -4/+4 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget::GetExportMacro: return const std::string* | Vitaly Stakhovsky | 2018-10-16 | 1 | -2/+2 |
|
|
* | Merge topic 'provide_explicit_source_and_build_command_line_options' | Brad King | 2018-09-19 | 1 | -1/+1 |
|\ |
|
| * | CMake: Internally uses -S instead of -H to specify source directory | Robert Maynard | 2018-09-15 | 1 | -1/+1 |
|
|
* | | cmMakefile: Make GetSafeDefinition return std::string const& | Vitaly Stakhovsky | 2018-09-18 | 1 | -2/+2 |
|
|
* | | genex: Simplify cmGeneratorExpressionInterpreter | Brad King | 2018-09-07 | 1 | -2/+1 |
|
|
* | | cmMakefile: Make GetRequiredDefinition return std::string | Vitaly Stakhovsky | 2018-09-05 | 1 | -4/+3 |
|/ |
|
* | Merge topic 'lg-directory' | Brad King | 2018-08-28 | 1 | -1/+1 |
|\ |
|
| * | cmLocalGenerator: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -1/+1 |
|
|
* | | static library: add property STATIC_LIBRARY_OPTIONS | Marc Chevrier | 2018-08-15 | 1 | -1/+3 |
|/ |
|
* | cmVisualStudioGeneratorOptions::Parse(): const std::string& argument | Vitaly Stakhovsky | 2018-08-13 | 1 | -4/+4 |
|
|
* | VS: extended OutputDeploymentDebuggerTool for AdditionalFiles | Frank Goyens | 2018-07-09 | 1 | -18/+32 |
|
|
* | VS: moved EscapeForXML function higher up and made static | Frank Goyens | 2018-07-06 | 1 | -11/+12 |
|
|
* | LINK_OPTIONS: Add new family of properties | Marc Chevrier | 2018-06-06 | 1 | -0/+7 |
|
|
* | cmVisualStudioGeneratorOptions: specify indentation with integer | Vitaly Stakhovsky | 2018-04-25 | 1 | -20/+21 |
|
|
* | Merge branch 'backport-fix-explicit-CMakeLists.txt' | Brad King | 2018-04-13 | 1 | -1/+12 |
|\ |
|
| * | Restore support for explicitly referenced CMakeLists.txt sources | Brad King | 2018-04-13 | 1 | -1/+12 |
|
|
* | | Merge topic 'glob_configure_depends' | Brad King | 2018-04-06 | 1 | -9/+29 |
|\ \ |
|
| * | | Add glob verify support to XCode, VS, Ninja, and Makefile generators | Shane Parris | 2018-04-02 | 1 | -9/+29 |
|
|
* | | | VS: Simplify XML code | Vitaly Stakhovsky | 2018-03-27 | 1 | -15/+11 |
|/ / |
|
* | | cmVisualStudioGeneratorOptions: Move XML code to subclasses | Vitaly Stakhovsky | 2018-03-26 | 1 | -0/+9 |
|
|
* | | cmIDEOptions: use std::string | Vitaly Stakhovsky | 2018-02-26 | 1 | -2/+2 |
|
|
* | | Document and extend the CMAKE_SUPPRESS_REGENERATION variable | Shane Parris | 2018-02-23 | 1 | -1/+2 |
|/ |
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -2/+1 |
|
|
* | Merge topic 'sourceFile-new-properties' | Brad King | 2018-01-25 | 1 | -63/+39 |
|\ |
|
| * | sourceFile properties: add property INCLUDE_DIRECTORIES | Marc Chevrier | 2018-01-24 | 1 | -1/+12 |
|
|
| * | VisualStudio generators: refactoring | Marc Chevrier | 2018-01-23 | 1 | -62/+21 |
|
|
| * | sourceFile properties: add property COMPILE_OPTIONS | Marc Chevrier | 2018-01-23 | 1 | -0/+6 |
|
|
* | | cmMakefile: use std::string in more methods; cleanup c_str()s | Vitaly Stakhovsky | 2018-01-23 | 1 | -1/+1 |
|/ |
|
* | Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and Xcode | Brad King | 2018-01-12 | 1 | -7/+17 |
|
|
* | Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and Xcode | Brad King | 2018-01-12 | 1 | -2/+5 |
|
|
* | cmLocalVisualStudio7Generator: Clarify variable name of compiled language | Brad King | 2018-01-11 | 1 | -4/+6 |
|
|
* | cmLocalVisualStudio7Generator: Clarify condition for target that compiles | Brad King | 2018-01-11 | 1 | -1/+1 |
|
|
* | VS: Use range-based 'for' loops in generator code | Vitaly Stakhovsky | 2017-12-21 | 1 | -15/+12 |
|
|
* | Merge topic 'per-source-COMPILE_LANGUAGE-genex-support' | Brad King | 2017-12-14 | 1 | -15/+22 |
|\ |
|
| * | Genex: Per-source $<COMPILE_LANGUAGE:...> support | Marc Chevrier | 2017-12-13 | 1 | -15/+22 |
|
|
* | | cmIDEOptions: use std::string instead of const char* | Vitaly Stakhovsky | 2017-12-09 | 1 | -2/+2 |
|/ |
|
* | Add generator expression support to per-source COMPILE_DEFINITIONS | Marc Chevrier | 2017-12-05 | 1 | -3/+3 |
|
|
* | Merge topic 'src-genex-refactoring' | Brad King | 2017-12-05 | 1 | -3/+2 |
|\ |
|
| * | Refactor per-source generator expression evaluation | Marc Chevrier | 2017-12-04 | 1 | -3/+2 |
|
|
* | | Use CM_FALLTHROUGH in Windows-specific code | Brad King | 2017-12-04 | 1 | -0/+2 |
|/ |
|
* | cmSourceGroup: Return strings from GetName and GetFullName | Brad King | 2017-11-15 | 1 | -1/+1 |
|
|
* | VS,Xcode: Add CMakeLists.txt sources without mutating targets | Brad King | 2017-10-18 | 1 | -46/+54 |
|
|
* | VS,Xcode: Fix TARGET_PROPERTY genex in source COMPILE_FLAGS property | Brad King | 2017-10-03 | 1 | -1/+1 |
|
|
* | Merge topic 'auto_ptr' | Brad King | 2017-09-27 | 1 | -2/+2 |
|\ |
|
| * | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -2/+2 |
|
|
* | | VS: Adapt project parsers to support "ProjectGUID" without curly brackets | Fredrik Orderud | 2017-09-26 | 1 | -1/+4 |
|/ |
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -3/+3 |
|
|