| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | CMake: enable setting default dir creation permissions | Domen Vrankar | 2017-11-08 | 1 | -0/+14 |
|
|
* | Merge topic 'server-test-info' | Brad King | 2017-11-07 | 1 | -4/+7 |
|\ |
|
| * | server: add "ctestInfo" request to get test info | Justin Goshi | 2017-11-03 | 1 | -4/+7 |
|
|
* | | Replace cmArray{Begin,End,Size} by their standard counterparts | Matthias Maennich | 2017-10-23 | 1 | -2/+2 |
|/ |
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -2/+2 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -145/+105 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -10/+10 |
|
|
* | Performance: Add an index to Change cmLocalGenerator::GeneratorTargets. | Aaron Orenstein | 2017-08-16 | 1 | -13/+14 |
|
|
* | Allow language extensions without any standard to use a list of options | Brad King | 2017-07-14 | 1 | -1/+5 |
|
|
* | Merge branch 'backport-fix-lang-std-option-list' into fix-lang-std-option-list | Brad King | 2017-07-14 | 1 | -2/+10 |
|\ |
|
| * | Features: Fix support for a list of language standard options | Brad King | 2017-07-14 | 1 | -2/+10 |
|
|
* | | cmLocalGenerator: Explain standard flag selection logic in comments | Brad King | 2017-07-14 | 1 | -2/+7 |
|
|
* | | Merge topic 'android-system-include-last' | Brad King | 2017-07-13 | 1 | -0/+14 |
|\ \ |
|
| * | | Android: Always add standard include directories last | Brad King | 2017-07-13 | 1 | -0/+14 |
| |/ |
|
* | | Merge topic 'test_include_files' | Brad King | 2017-07-13 | 1 | -0/+11 |
|\ \ |
|
| * | | Add TEST_INCLUDE_FILES | Matthew Woehlke | 2017-07-12 | 1 | -0/+11 |
| |/ |
|
* | | Merge topic 'labels-for-subprojects' | Brad King | 2017-07-13 | 1 | -0/+20 |
|\ \ |
|