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
/
Tests
/
RunCMake
Commit message (
Expand
)
Author
Age
Files
Lines
*
file: Report system error on failure to open file
Brad King
2014-05-20
6
-0/+15
*
Merge topic 'compile-features-C-language'
Brad King
2014-05-20
18
-1/+94
|
\
|
*
Features: Extend concept to C language.
Stephen Kelly
2014-05-14
18
-1/+94
*
|
Xcode: Add source file property to control file type (#14854)
Brad King
2014-05-15
9
-0/+24
|
/
*
Merge topic 'WriteCompilerDetectionHeader-module'
Brad King
2014-05-14
33
-0/+174
|
\
|
*
Add the WriteCompilerDetectionHeader module.
Stephen Kelly
2014-05-14
33
-0/+174
*
|
Merge topic 'minor-cleanups'
Brad King
2014-05-12
2
-4/+4
|
\
\
|
*
|
Tests: Make CompileFeatures feature list lang-specific.
Stephen Kelly
2014-05-10
2
-4/+4
*
|
|
cmTarget: Evaluate CMP0026 and CMP0051 in calling context
Brad King
2014-05-09
6
-1/+41
|
/
/
*
|
EVIS: Add tests for syntax corner cases and CMP0053
Ben Boeckel
2014-05-08
107
-1/+692
|
/
*
Merge topic 'minor-cleanups'
Brad King
2014-05-08
4
-4/+4
|
\
|
*
Features: Include the language of the compiler in error messages.
Stephen Kelly
2014-05-07
4
-4/+4
*
|
Merge topic 'decay-language-version'
Brad King
2014-05-08
26
-0/+102
|
\
\
|
*
|
cmTarget: Add CXX_STANDARD_REQUIRED to control decay.
Stephen Kelly
2014-05-07
26
-0/+102
|
|
/
*
|
Merge topic 'no-assert-missing-objlib'
Brad King
2014-05-07
4
-0/+27
|
\
\
|
|
/
|
/
|
|
*
cmTarget: Don't assert on object libraries for configure-time location.
Stephen Kelly
2014-05-06
4
-0/+27
*
|
file(GENERATE): Only write the file if content is different.
Stephen Kelly
2014-04-30
4
-0/+34
*
|
Merge topic 'feature-absence-hard-error'
Brad King
2014-04-21
9
-3/+38
|
\
\
|
*
|
Features: FATAL_ERROR on compilers with no recorded features.
Stephen Kelly
2014-04-17
8
-0/+37
|
*
|
Tests: Run RunCMake.target_compile_features unconditionally.
Stephen Kelly
2014-04-16
1
-3/+1
*
|
|
Merge topic 'ExternalData-missing-not-fatal'
Brad King
2014-04-21
11
-10/+43
|
\
\
\
|
*
|
|
ExternalData: Warn on missing file instead of failing
Brad King
2014-04-17
11
-10/+43
|
|
/
/
*
|
|
CMP0052: Make the warning message more informative.
Stephen Kelly
2014-04-17
2
-0/+10
*
|
|
CMP0052: Test that include dirs in install locations cause no warnings.
Stephen Kelly
2014-04-17
4
-0/+14
|
/
/
*
|
Merge topic 'target_compile_features'
Brad King
2014-04-15
55
-0/+232
|
\
\
|
|
/
|
/
|
|
*
Add target_compile_features command.
Stephen Kelly
2014-04-07
35
-0/+142
|
*
cmTarget: Transitively evaluate compiler features.
Stephen Kelly
2014-04-07
13
-0/+63
|
*
cmTarget: Allow populating COMPILE_FEATURES using generator expressions.
Stephen Kelly
2014-04-07
4
-0/+7
|
*
Features: Add cxx_auto_type.
Stephen Kelly
2014-04-07
7
-0/+20
*
|
cmTarget: Fix listing of source files at configure-time.
Stephen Kelly
2014-04-13
5
-1/+18
*
|
Export: Disallow exported interface includes in src/build tree (#14592).
Stephen Kelly
2014-04-09
26
-1/+208
*
|
RunCMake: Allow specifying the source dir and file to test.
Stephen Kelly
2014-04-06
4
-3/+8
|
/
*
Merge topic 'target-transitive-sources'
Brad King
2014-04-03
16
-0/+155
|
\
|
*
target_sources: New command to add sources to target.
Stephen Kelly
2014-04-02
4
-0/+26
|
*
Make the SOURCES target property writable.
Stephen Kelly
2014-04-02
4
-0/+28
|
*
cmTarget: Make the SOURCES origin tracable.
Stephen Kelly
2014-04-02
7
-0/+60
|
*
cmTarget: Make the source files depend on the config.
Stephen Kelly
2014-04-02
8
-0/+41
*
|
Merge topic 'target-sources-refactor'
Brad King
2014-04-03
21
-1/+104
|
\
\
|
*
|
Genex: Only evaluate TARGET_OBJECTS to determine target sources.
Stephen Kelly
2014-04-02
9
-30/+20
|
|
/
|
*
cmGeneratorTarget: Compute consumed object libraries on demand.
Stephen Kelly
2014-04-02
2
-0/+8
|
*
cmTarget: Allow any generator expression in SOURCES property.
Stephen Kelly
2014-04-02
1
-1/+3
|
*
cmTarget: Include TARGET_OBJECTS genex in target SOURCES property.
Stephen Kelly
2014-04-02
13
-0/+64
|
*
Genex: Evaluate TARGET_OBJECTS as a normal expression.
Stephen Kelly
2014-03-31
10
-0/+39
*
|
Merge topic 'fix_policy_diagnostics'
Brad King
2014-04-01
12
-84/+0
|
\
\
|
|
/
|
/
|
|
*
Policies: omit warnings about unset policies when they are actually set to NEW
Nils Gladitz
2014-03-31
12
-84/+0
*
|
Merge topic 'configure_file-unicode'
Brad King
2014-03-20
23
-0/+54
|
\
\
|
*
|
Unicode: check encoding of files given to configure_file.
Clinton Stimpson
2014-03-17
23
-0/+54
*
|
|
Merge topic 'FindPkgConfig_Extend-PKG_CONFIG_PATH_2'
Brad King
2014-03-20
7
-3/+151
|
\
\
\
|
*
|
|
FindPkgConfig: More unit tests
Daniele E. Domenichelli
2014-03-17
7
-3/+151
*
|
|
|
Merge topic 'CheckTypeSize_#14056'
Brad King
2014-03-20
2
-0/+6
|
\
\
\
\
[next]