| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -2/+1 |
|
|
* | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -36/+29 |
|
|
* | cmOutputConverter::GetFortranFormat(): delete const char* overload | Vitaly Stakhovsky | 2020-04-27 | 1 | -1/+1 |
|
|
* | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 1 | -1/+2 |
|
|
* | Merge topic 'cmprop-source' | Brad King | 2020-04-15 | 1 | -13/+14 |
|\ |
|
| * | cmSourceFile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-14 | 1 | -13/+14 |
|
|
* | | Add support to indicate UTF-8 custom command pipe output encoding | Justin Goshi | 2020-04-13 | 1 | -3/+4 |
|/ |
|
* | cmLocalGenerator: Convert GetStaticLibraryFlags to take original-case config | Brad King | 2020-04-01 | 1 | -3/+2 |
|
|
* | Merge topic 'string-prefix' | Brad King | 2020-03-26 | 1 | -1/+2 |
|\ |
|
| * | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -1/+2 |
|
|
* | | Remove redundant calls to CollapseFullPath | Brad King | 2020-03-24 | 1 | -3/+1 |
|/ |
|
* | Convert more loops to range-based for-loops | Vitaly Stakhovsky | 2020-03-10 | 1 | -3/+2 |
|
|
* | Modernize memory management | Marc Chevrier | 2020-03-05 | 1 | -5/+4 |
|
|
* | Merge branch 'backport-3.16-link-line-backtrace' | Brad King | 2020-02-10 | 1 | -2/+2 |
|\ |
|
| * | Propagate backtraces from LINK_LIBRARIES through to link line items | Brad King | 2020-02-10 | 1 | -2/+2 |
|
|
* | | cmLocalVisualStudio7Generator: clean up c_str() | Vitaly Stakhovsky | 2020-01-20 | 1 | -48/+43 |
|
|
* | | Merge topic 'vs-Fortran-link-flags' | Brad King | 2020-01-14 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | VS: Add Fortran link flag table entries for /OPT:* | Pavel Liavonau | 2020-01-13 | 1 | -0/+8 |
|
|
| * | Merge branch 'pch-generate' into release-3.16 | Brad King | 2019-10-10 | 1 | -2/+16 |
| |\ |
|
* | | | cmTarget: add std::string overloads | Vitaly Stakhovsky | 2019-12-14 | 1 | -1/+1 |
|
|
* | | | cmMakefile: Delay custom command creation | Daniel Eiband | 2019-11-24 | 1 | -6/+6 |
|
|
* | | | Merge topic 'tag-std-string' | Brad King | 2019-11-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | cmVisualStudio10TargetGenerator: use std::string for tag | Vitaly Stakhovsky | 2019-11-10 | 1 | -1/+1 |
|
|
* | | | | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-11-11 | 1 | -7/+7 |
|/ / / |
|
* | | | cmGeneratorTarget: Return non-const sources from GetAllConfigSources | Brad King | 2019-10-17 | 1 | -1/+1 |
|
|
* | | | Merge topic 'pch-generate' | Brad King | 2019-10-10 | 1 | -2/+16 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | PCH: Generate sources during Compute step | Cristian Adam | 2019-10-09 | 1 | -2/+16 |
|
|
* | | VS: Tell VS 16.4 not to verify CMake-provided custom command outputs | Brad King | 2019-10-07 | 1 | -0/+4 |
|/ |
|
* | Unity build: Generate sources during Compute step | Brad King | 2019-10-03 | 1 | -1/+0 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -7/+8 |
|
|
* | cmCustomCommandLine: Provide command line make functions | Daniel Eiband | 2019-09-16 | 1 | -17/+8 |
|
|
* | Merge topic 'use-using' | Brad King | 2019-09-06 | 1 | -1/+1 |
|\ |
|
| * | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -1/+1 |
|
|
* | | Merge topic 'unity-build' | Brad King | 2019-09-05 | 1 | -2/+6 |
|\ \
| |/
|/| |
|
| * | Unity build: Add support for Visual Studio generator | Cristian Adam | 2019-08-29 | 1 | -2/+6 |
|
|
* | | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -0/+1 |
|
|
* | | cmSourceFile: Rename mutating GetFullPath() overload | Daniel Eiband | 2019-08-29 | 1 | -2/+2 |
|/ |
|
* | Precompile headers: Add support for Visual Studio generators | Cristian Adam | 2019-08-28 | 1 | -0/+2 |
|
|
* | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -2/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -84/+46 |
|
|
* | Merge topic 'cm-contains' | Brad King | 2019-08-21 | 1 | -3/+2 |
|\ |
|
| * | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 1 | -3/+2 |
|
|
* | | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 1 | -4/+2 |
|/ |
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -1/+1 |
|
|
* | VS: Place intermediate files in the "ASM List Location" next to objects | Brad King | 2019-07-18 | 1 | -2/+1 |
|
|
* | VS: Use AddLanguageFlags to de-duplicate CMAKE_<LANG>_FLAGS* lookup | Brad King | 2019-04-02 | 1 | -8/+1 |
|
|
* | cmTarget: Move member `*Commands` to impl | Sebastian Holtermann | 2019-03-23 | 1 | -0/+1 |
|
|
* | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -5/+5 |
|
|
* | Create and use `cmGeneratorTarget::Names` | Saleem Abdulrasool | 2019-02-11 | 1 | -20/+11 |
|
|
* | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 1 | -63/+45 |
|\ |
|