| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'cmWorkingDirectory_success_checking' | Brad King | 2018-03-09 | 1 | -1/+9 |
|\ |
|
| * | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 1 | -1/+9 |
|
|
* | | cmTarget: Simplify ClearDependencyInformation signature | Brad King | 2018-03-06 | 1 | -1/+1 |
|/ |
|
* | cmMakefile: Improve performance of GetSource for known files | Frank Winklmeier | 2018-02-23 | 1 | -0/+12 |
|
|
* | Tests management: add TESTS directory property | Marc Chevrier | 2018-02-08 | 1 | -0/+14 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -15/+15 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -9/+8 |
|
|
* | cmMakefile: use std::string in more methods; cleanup c_str()s | Vitaly Stakhovsky | 2018-01-23 | 1 | -21/+22 |
|
|
* | Merge topic 'cmSourceGroup-modern-cxx' | Craig Scott | 2018-01-17 | 1 | -5/+4 |
|\ |
|
| * | cmSourceGroup: code improvements; use std::string and C++11 loops | Vitaly Stakhovsky | 2018-01-11 | 1 | -5/+4 |
|
|
* | | cmSourceFile: mark known locations as such | Ben Boeckel | 2018-01-10 | 1 | -5/+9 |
|
|
* | | cmSourceFileLocation: allow skipping ambiguous extensions | Ben Boeckel | 2018-01-10 | 1 | -7/+10 |
|/ |
|
* | Merge topic 'add_cuda_to_source_regex' | Craig Scott | 2018-01-09 | 1 | -1/+1 |
|\ |
|
| * | CUDA: Add cu as default source file extension | Robert Maynard | 2018-01-08 | 1 | -1/+1 |
|
|
* | | Darwin: Emit deployment target that matches the SDK | Gregor Jasny | 2017-12-22 | 1 | -9/+22 |
|
|
* | | Xcode: rename embedded SDK query function | Gregor Jasny | 2017-12-22 | 1 | -1/+1 |
|/ |
|
* | CUDA: Fix CUDA_STANDARD selection via cxx_std_11 with CXX_STANDARD | Robert Maynard | 2017-12-15 | 1 | -0/+26 |
|
|
* | cmMakefile: Refactor determining a targets C++ standard level | Robert Maynard | 2017-12-15 | 1 | -73/+36 |
|
|
* | Merge topic 'server-target-isGeneratorProvided' | Brad King | 2017-11-27 | 1 | -9/+10 |
|\ |
|
| * | server: return whether or not a target is generator provided | Justin Goshi | 2017-11-20 | 1 | -9/+10 |
|
|
* | | Merge topic 'serverFixTestDiscovery' | Brad King | 2017-11-27 | 1 | -7/+10 |
|\ \
| |/
|/| |
|
| * | server: ctestInfo fix to return all tests | Justin Goshi | 2017-11-17 | 1 | -7/+10 |
|
|
* | | Merge topic 'perf-source-lookup' | Brad King | 2017-11-20 | 1 | -3/+18 |
|\ \ |
|
| * | | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-11-17 | 1 | -3/+18 |
| |/ |
|
* | | cmSourceGroup: Return strings from GetName and GetFullName | Brad King | 2017-11-15 | 1 | -2/+3 |
|/ |
|
* | Merge topic 'server-test-info' | Brad King | 2017-11-07 | 1 | -0/+7 |
|\ |
|
| * | server: add "ctestInfo" request to get test info | Justin Goshi | 2017-11-03 | 1 | -0/+7 |
|
|
* | | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | | Add deprecation warnings for policies CMP0054 and below | Brad King | 2017-11-01 | 1 | -1/+1 |
|
|
* | | CMP0037: De-duplicate check and message generation | Brad King | 2017-10-30 | 1 | -0/+36 |
|
|
* | | Merge topic 'cm-array-begins-size' | Brad King | 2017-10-26 | 1 | -65/+59 |
|\ \
| |/
|/| |
|
| * | Replace cmArray{Begin,End,Size} by their standard counterparts | Matthias Maennich | 2017-10-23 | 1 | -65/+59 |
|
|
* | | Add infrastructure for generators to select a build tool instance | Brad King | 2017-10-19 | 1 | -0/+1 |
|/ |
|
* | try_compile: Simplify generator platform and toolset propagation | Brad King | 2017-09-27 | 1 | -2/+2 |
|
|
* | Merge topic 'auto_ptr' | Brad King | 2017-09-27 | 1 | -10/+11 |
|\ |
|
| * | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -10/+11 |
|
|
* | | Revert "Performance: Improve efficiency of source file lookup in cmMakefile" | Brad King | 2017-09-25 | 1 | -47/+3 |
|/ |
|
* | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-09-20 | 1 | -3/+47 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -4/+4 |
|
|
* | Merge topic 'ranged-for' | Brad King | 2017-09-13 | 1 | -114/+77 |
|\ |
|
| * | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -114/+77 |
|
|
* | | cmMakefile: Add GetOrCreateSourceGroup methods | Sebastian Holtermann | 2017-09-09 | 1 | -0/+21 |
|
|
* | | cmMakefile: Collect source group methods in one place | Sebastian Holtermann | 2017-09-09 | 1 | -34/+31 |
|/ |
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -29/+28 |
|
|
* | Remove AUTOGEN variables from cmSourceFile and cmMakefile | Sebastian Holtermann | 2017-08-22 | 1 | -10/+0 |
|
|
* | Features: Fix COMPILE_FEATURES genex for C++ 14 and 17 features | Brad King | 2017-08-08 | 1 | -0/+12 |
|
|
* | Merge topic 'labels-for-subprojects' | Brad King | 2017-07-13 | 1 | -0/+3 |
|\ |
|
| * | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable | Betsy McPhail | 2017-07-10 | 1 | -0/+3 |
|
|
* | | Merge topic 'source-group-regex-tweaks' | Brad King | 2017-07-13 | 1 | -4/+2 |
|\ \ |
|
| * | | Add more extensions to Resources source group by default | UfoXp | 2017-07-10 | 1 | -4/+2 |
| |/ |
|