index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmMakefile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
add_subdirectory: Run subdirectory install rules in correct order
Kyle Edwards
2018-10-10
1
-0/+4
*
link_directories(): enhance capabilities
Marc Chevrier
2018-09-25
1
-2/+9
*
LINK_DIRECTORIES: Add new properties and commands
Marc Chevrier
2018-09-25
1
-15/+16
*
Merge topic 'deprecate-policy-old'
Craig Scott
2018-09-20
1
-1/+1
|
\
|
*
Add deprecation warnings for policies CMP0063 and below
Brad King
2018-09-17
1
-1/+1
*
|
Merge topic 'getsafedef-stdstring'
Brad King
2018-09-18
1
-7/+17
|
\
\
|
|
/
|
/
|
|
*
cmMakefile: Make GetSafeDefinition return std::string const&
Vitaly Stakhovsky
2018-09-18
1
-7/+17
*
|
Merge topic 'out-of-dir-linking'
Brad King
2018-09-14
1
-0/+17
|
\
\
|
|
/
|
/
|
|
*
target_link_libraries: Allow use with targets in other directories
Brad King
2018-09-12
1
-0/+17
*
|
cmState::GetInitializedCacheValue: Return as const std::string*
Vitaly Stakhovsky
2018-09-10
1
-17/+13
|
/
*
Merge topic 'definitions-get'
Brad King
2018-09-07
1
-6/+11
|
\
|
*
cmStateSnapshot::GetDefinition(): Return std::string const*
Vitaly Stakhovsky
2018-09-06
1
-6/+11
*
|
Merge topic 'grd-stdstring'
Brad King
2018-09-06
1
-3/+3
|
\
\
|
*
|
cmMakefile: Make GetRequiredDefinition return std::string
Vitaly Stakhovsky
2018-09-05
1
-3/+3
|
|
/
*
|
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-1/+1
|
/
*
cmMakefile: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-4/+4
*
cmStateDirectory: use const std::string& for return values
Vitaly Stakhovsky
2018-08-12
1
-2/+2
*
Merge topic 'project-injected-no-cmp0048'
Craig Scott
2018-07-25
1
-0/+2
|
\
|
*
project: Do not issue CMP0048 warnings on injected call
Brad King
2018-07-24
1
-0/+2
*
|
LINK_OPTIONS: Add new family of properties
Marc Chevrier
2018-06-06
1
-0/+15
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-16/+28
*
Merge topic 'parallel_build_option'
Brad King
2018-05-29
1
-2/+2
|
\
|
*
cmake: Add options for parallel builds to --build mode
Florian Maushart
2018-05-25
1
-2/+2
*
|
Revise implementation of case-insensitive command names
Florian Jacomme
2018-05-22
1
-12/+11
|
/
*
cmMakefile: Convert private helpers to file static functions
Vitaly Stakhovsky
2018-05-01
1
-30/+30
*
cmMakefile: Improve ExpandVariablesInString return type
Vitaly Stakhovsky
2018-05-01
1
-4/+5
*
Merge topic 'fix-CMAKE_DISABLE_SOURCE_CHANGES-top-dir'
Brad King
2018-04-25
1
-1/+2
|
\
|
*
Fix CMAKE_DISABLE_SOURCE_CHANGES recognition of top of build tree
Marc Chevrier
2018-04-24
1
-1/+2
*
|
add_compile_definitions: add new command
Marc Chevrier
2018-04-20
1
-0/+5
*
|
cmake_policy: Add undocumented PARENT_SCOPE option to GET
Brad King
2018-04-18
1
-3/+3
*
|
Merge topic 'variable_watch-on-PARENT_SCOPE'
Brad King
2018-04-12
1
-0/+9
|
\
\
|
*
|
variable_watch: trigger on variables set via PARENT_SCOPE
Matteo Settenvini
2018-04-11
1
-0/+9
*
|
|
Merge topic 'fix-crash-trace-exp-uninit-vars'
Brad King
2018-04-10
1
-4/+5
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fix crash with --trace-expand --warn-uninitialized together
R2RT
2018-04-09
1
-4/+5
*
|
Sanitize paths from LINK_DIRECTORIES directory property
jrp2014
2018-04-04
1
-6/+4
*
|
Features: Add infrastructure for C++ 20 language standard
Brad King
2018-03-27
1
-6/+17
*
|
Merge topic 'policy-version-range'
Craig Scott
2018-03-22
1
-3/+4
|
\
\
|
*
|
cmake_minimum_required: Optionally set policies with version range
Brad King
2018-03-21
1
-3/+4
|
*
|
cmPolicies: Pass policy version as std::string
Brad King
2018-03-16
1
-2/+2
*
|
|
find_package: Improve CMP0074 warning messages
Brad King
2018-03-21
1
-4/+10
*
|
|
find_package: Use PackageName_ROOT variables as search prefixes
Brad King
2018-03-16
1
-0/+20
|
/
/
*
|
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
|
\
[next]