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
*
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
|
|
/
*
|
configure_file: Add support for indented cmakedefine
Sylvain Joubert
2017-07-04
1
-7/+11
|
/
*
Merge topic 'fix-crash-on-non-enabled-language-features'
Brad King
2017-06-27
1
-2/+19
|
\
|
*
target_compile_features: Do not crash on non-enabled language
Brad King
2017-06-26
1
-2/+19
*
|
file(GENERATE): Add policy CMP0070 to define relative path behavior
Brad King
2017-06-09
1
-1/+2
|
/
*
Merge topic 'lint-function-args'
Brad King
2017-06-05
1
-1/+1
|
\
|
*
Pass large types by const&, small types by value
Daniel Pfeifer
2017-06-03
1
-1/+1
*
|
Provide and use CM_FALLTHROUGH
Daniel Pfeifer
2017-06-03
1
-1/+10
|
/
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-3/+6
*
Merge topic 'dead-code-removal'
Brad King
2017-05-11
1
-1/+1
|
\
|
*
cmExecutionStatus: Remove arguments from setters
Daniel Pfeifer
2017-05-09
1
-1/+1
*
|
cmMakefile: don't check IsScriptable
Daniel Pfeifer
2017-05-08
1
-14/+1
*
|
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-1/+1
|
/
*
clang-tidy: use operators for string comparison
Daniel Pfeifer
2017-04-26
1
-1/+1
*
Add deprecation warnings for policies CMP0036 and below
Brad King
2017-04-21
1
-0/+7
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
cmMakefile: Create an explicit "Object Libraries" source group
Brad King
2017-04-11
1
-0/+16
[next]