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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake Nightly Date Stamp
Kitware Robot
2017-10-03
1
-1/+1
*
Merge topic 'file-path-checksum-cpp11'
Brad King
2017-10-02
2
-39/+37
|
\
|
*
Migrate cmFilePathChecksum to C++11
Sebastian Holtermann
2017-10-01
2
-39/+37
*
|
CPack: Fix .dmg HFS+ creation on macOS APFS hosts
Brad King
2017-10-02
2
-2/+3
*
|
Merge topic 'DNDGen-stack-var'
Brad King
2017-10-02
1
-4/+3
|
\
\
|
*
|
CPack: put local variable on the stack
Rolf Eike Beer
2017-09-29
1
-4/+3
*
|
|
Merge topic 'autogen-predefs'
Brad King
2017-10-02
2
-5/+9
|
\
\
\
|
*
|
|
Autogen: Add (CMAKE_)AUTOMOC_COMPILER_PREDEFINES
Sebastian Holtermann
2017-09-29
2
-5/+9
|
|
/
/
*
|
|
Merge topic 'update-kwsys'
Brad King
2017-10-02
5
-248/+3
|
\
\
\
|
*
|
|
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2017-09-30
5
-248/+3
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-10-02
1
-1/+1
|
|
_
|
/
|
/
|
|
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-10-01
1
-1/+1
|
/
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2017-09-30
1
-1/+1
|
/
*
Merge topic 'defer-native-tool'
Brad King
2017-09-29
1
-9/+11
|
\
|
*
Find native build tool after determining the target system
Brad King
2017-09-27
1
-9/+11
*
|
Merge topic 'simplify-generator-parameters'
Brad King
2017-09-29
3
-20/+5
|
\
\
|
*
|
try_compile: Simplify generator platform and toolset propagation
Brad King
2017-09-27
3
-20/+5
|
|
/
*
|
Merge topic 'add-vs-shader-properties'
Brad King
2017-09-29
1
-0/+34
|
\
\
|
*
|
VS: Add VS_SHADER_OUTPUT_HEADER_FILE and VS_SHADER_VARIABLE_NAME properties.
Kevin M. Godby
2017-09-27
1
-0/+34
*
|
|
Merge topic 'autogen-macro-names2'
Brad King
2017-09-29
2
-12/+11
|
\
\
\
|
*
|
|
Autogen: Create info file directory before writing
Sebastian Holtermann
2017-09-28
1
-5/+10
|
*
|
|
Autogen: Define all macro names in CMAKE_AUTOMOC_MACRO_NAMES
Sebastian Holtermann
2017-09-27
1
-7/+1
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'autogen-cmp0071-warning'
Brad King
2017-09-29
1
-28/+37
|
\
\
\
|
*
|
|
Autogen: Offer solution for CMP0071 in warning message
Sebastian Holtermann
2017-09-28
1
-28/+37
|
|
/
/
*
|
|
Merge topic 'cxx11-eq-delete'
Brad King
2017-09-29
4
-27/+3
|
\
\
\
|
*
|
|
Use C++11 '= delete' instead of CM_EQ_DELETE
Brad King
2017-09-28
4
-26/+3
|
*
|
|
Drop unused CMake_HAVE_CXX_UNIQUE_PTR macro
Brad King
2017-09-28
1
-1/+0
*
|
|
|
Merge topic 'clang-tidy'
Brad King
2017-09-29
33
-339/+302
|
\
\
\
\
|
*
|
|
|
Fix some occurrences of readability-braces-around-statements
Matthias Maennich
2017-09-28
5
-18/+30
|
*
|
|
|
Convert some leftover loops to C++11 range-based loop
Matthias Maennich
2017-09-28
9
-232/+165
|
*
|
|
|
Fix occurrences of readability-non-const-parameter
Matthias Maennich
2017-09-28
1
-12/+14
|
*
|
|
|
Fix some occurrences of readability-avoid-const-params-in-decls
Matthias Maennich
2017-09-28
2
-5/+5
|
*
|
|
|
Fix left-over occurrences of else-after-return
Matthias Maennich
2017-09-28
5
-31/+30
|
*
|
|
|
Fix minor clang-tidy findings
Matthias Maennich
2017-09-28
4
-7/+5
|
*
|
|
|
Improve several occurrences of vector::push_back in loops
Matthias Maennich
2017-09-28
11
-1/+13
|
*
|
|
|
Fix some occurrences of missing override keywords
Matthias Maennich
2017-09-28
4
-13/+16
|
*
|
|
|
Clean up some C-Style casts
Matthias Maennich
2017-09-28
2
-2/+2
|
*
|
|
|
Fix some occurrences using string by value rather than by const&
Matthias Maennich
2017-09-28
8
-18/+20
|
*
|
|
|
Replace several occurrences of empty string comparisons by string::empty()
Matthias Maennich
2017-09-28
2
-5/+5
|
*
|
|
|
clang-tidy: Make .clang-tidy a build-time dependency
Matthias Maennich
2017-09-28
1
-0/+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-09-29
1
-1/+1
|
|
/
/
|
/
|
|
*
|
|
Merge topic 'remove-auto_ptr-checks'
Brad King
2017-09-28
4
-21/+1
|
\
\
\
|
*
|
|
Remove checks for auto_ptr that we no longer need
Brad King
2017-09-27
3
-20/+0
|
*
|
|
cpack: Fix compilation on Cygwin after auto_ptr removal
Brad King
2017-09-27
1
-1/+1
|
|
/
/
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-09-28
1
-1/+1
|
/
/
*
|
Merge topic 'auto_ptr'
Brad King
2017-09-27
51
-562/+351
|
\
\
|
*
|
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
51
-562/+351
*
|
|
Merge topic 'vs-guid-tolerate-no-curly'
Brad King
2017-09-27
2
-2/+10
|
\
\
\
|
*
|
|
VS: Adapt project parsers to support "ProjectGUID" without curly brackets
Fredrik Orderud
2017-09-26
2
-2/+10
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'reduce-strcpy'
Brad King
2017-09-27
1
-33/+16
|
\
\
\
[next]