| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'getmodulesfile-string' | Brad King | 2019-01-23 | 1 | -2/+2 |
|\ |
|
| * | cmMakefile: GetModulesFile() accepts std::string param | Vitaly Stakhovsky | 2019-01-21 | 1 | -2/+2 |
|
|
* | | Merge topic 'implicit-includes' | Brad King | 2019-01-22 | 1 | -8/+16 |
|\ \
| |/
|/| |
|
| * | Refactor exclusion of -I/usr/include to avoid per-language values | Brad King | 2019-01-21 | 1 | -8/+16 |
|
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -13/+13 |
|/ |
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -14/+14 |
|
|
* | PIE link options: Update strategy to fix performance regression | Marc Chevrier | 2018-12-19 | 1 | -2/+8 |
|
|
* | POSITION_INDEPENDENT_CODE: Manage link flags for executables | Marc Chevrier | 2018-11-11 | 1 | -0/+32 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -4/+4 |
|
|
* | Merge topic 'msvc-custom-rc-mt' | Brad King | 2018-11-02 | 1 | -0/+1 |
|\ |
|
| * | MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe} | Mateusz Zych | 2018-10-29 | 1 | -0/+1 |
|
|
* | | cmLocalGenerator::AppendDefines: Remove const char* overloads | Vitaly Stakhovsky | 2018-10-26 | 1 | -3/+3 |
|
|
* | | Add generator APIs to get build settings with backtraces | Brad King | 2018-10-18 | 1 | -34/+91 |
|
|
* | | cmLocalGenerator: Make MoveSystemIncludesToEnd file-local | Brad King | 2018-10-18 | 1 | -5/+6 |
|
|
* | | cmGeneratorTarget::GetExportMacro: return const std::string* | Vitaly Stakhovsky | 2018-10-16 | 1 | -2/+2 |
|
|
* | | Merge topic 'remove-AddCompileDefinitions' | Brad King | 2018-10-11 | 1 | -11/+3 |
|\ \ |
|
| * | | cmLocalGenerator: Remove AddCompileDefinitions method | Brad King | 2018-10-10 | 1 | -11/+3 |
| |/ |
|
* | | add_subdirectory: Run subdirectory install rules in correct order | Kyle Edwards | 2018-10-10 | 1 | -16/+47 |
|/ |
|
* | Restore possibly regressed CMP0018 logic | Brad King | 2018-09-19 | 1 | -1/+1 |
|
|
* | cmMakefile: Make GetSafeDefinition return std::string const& | Vitaly Stakhovsky | 2018-09-18 | 1 | -6/+6 |
|
|
* | Merge topic 'replace-os-x-name-with-macos' | Brad King | 2018-09-11 | 1 | -1/+1 |
|\ |
|
| * | Replace occurrences of "Mac OS X" with "macOS" in comments | Bartosz Kosiorek | 2018-09-10 | 1 | -1/+1 |
|
|
* | | Merge topic 'grd-stdstring' | Brad King | 2018-09-06 | 1 | -1/+1 |
|\ \ |
|
| * | | cmMakefile: Make GetRequiredDefinition return std::string | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
| |/ |
|
* | | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'lg-directory' | Brad King | 2018-08-28 | 1 | -4/+4 |
|\ |
|
| * | cmLocalGenerator: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -4/+4 |
|
|
* | | static library: add property STATIC_LIBRARY_OPTIONS | Marc Chevrier | 2018-08-15 | 1 | -1/+7 |
|/ |
|
* | cmStateDirectory: use const std::string& for return values | Vitaly Stakhovsky | 2018-08-12 | 1 | -2/+2 |
|
|
* | Merge topic 'cleanup-find-cstr' | Brad King | 2018-08-09 | 1 | -1/+1 |
|\ |
|
| * | Remove unnecessary c_str() in RegularExpression::find calls | Vitaly Stakhovsky | 2018-08-07 | 1 | -1/+1 |
|
|
* | | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -2/+2 |
|/ |
|
* | cmLocalGenerator: Respect user requested implicit include directories order | Sebastian Holtermann | 2018-07-30 | 1 | -8/+7 |
|
|
* | cmLocalGenerator: Extend the functionality of ``GetIncludeDirectories()`` | Sebastian Holtermann | 2018-07-25 | 1 | -9/+22 |
|
|
* | cmLocalGenerator: Style changes: Private local variable renames | Sebastian Holtermann | 2018-07-25 | 1 | -8/+8 |
|
|
* | cmLocalGenerator: Style change: Wrap temporary strings and code in braces | Sebastian Holtermann | 2018-07-25 | 1 | -14/+17 |
|
|
* | cmLocalGenerator: Style change: Wrap temporary strings and code in braces | Sebastian Holtermann | 2018-07-25 | 1 | -21/+24 |
|
|
* | cmLocalGenerator: Style change: Use return value of std::set::insert | Sebastian Holtermann | 2018-07-25 | 1 | -23/+16 |
|
|
* | LINK_OPTIONS: Add new family of properties | Marc Chevrier | 2018-06-06 | 1 | -0/+8 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -6/+7 |
|
|
* | Order SYSTEM include directories after non-system directories | Ephi Sinowitz | 2018-04-23 | 1 | -1/+22 |
|
|
* | Merge topic 'features-c++20' | Brad King | 2018-04-02 | 1 | -0/+1 |
|\ |
|
| * | Features: Add infrastructure for C++ 20 language standard | Brad King | 2018-03-27 | 1 | -0/+1 |
|
|
* | | Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF" | Brad King | 2018-03-26 | 1 | -7/+4 |
|/ |
|
* | Genex: Fix COMPILE_LANGUAGE in SYSTEM include directories | Brad King | 2018-03-12 | 1 | -2/+2 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -14/+14 |
|
|
* | cmLocalGenerator: change ImportedGeneratorTargets from vector to map | Frank Winklmeier | 2018-01-30 | 1 | -23/+5 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -5/+5 |
|
|
* | sourceFile properties: add property INCLUDE_DIRECTORIES | Marc Chevrier | 2018-01-24 | 1 | -0/+48 |
|
|
* | LocalGenerator: refactoring | Marc Chevrier | 2018-01-23 | 1 | -15/+44 |
|
|