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
2016-12-12
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2016-12-11
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2016-12-10
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2016-12-09
1
-1/+1
*
Merge topic 'csharp_support_options_isdebug'
Brad King
2016-12-08
2
-2/+13
|
\
|
*
VS: Teach option map IsDebug() method about C# projects
Michael Stürmer
2016-12-07
2
-2/+13
*
|
Merge topic 'vs-fix-standalone-Windows7.1SDK-toolset-for-master'
Brad King
2016-12-08
1
-1/+10
|
\
\
|
*
\
Merge branch 'vs-fix-standalone-Windows7.1SDK-toolset' into vs-fix-standalone...
Brad King
2016-12-07
1
-1/+10
|
|
\
\
|
|
*
|
VS: Fix standalone Windows7.1SDK toolset selection
Brad King
2016-12-07
1
-1/+10
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-12-08
1
-1/+1
|
/
/
/
*
|
|
Merge topic 'try_compile-lang-std'
Brad King
2016-12-07
4
-7/+225
|
\
\
\
|
*
|
|
try_compile: Add policy CMP0067 to honor language standards
Brad King
2016-12-06
3
-1/+87
|
*
|
|
try_compile: Add options to specify language standards
Brad King
2016-12-06
1
-0/+128
|
*
|
|
try_compile: Stop processing when test build system fails to generate
Brad King
2016-12-06
1
-6/+10
*
|
|
|
Merge topic 'QtAutogen_Contain'
Brad King
2016-12-07
10
-652/+751
|
\
\
\
\
|
*
|
|
|
QtAutogen: Don't use std::i/ofstream::is_open()
Sebastian Holtermann
2016-12-07
1
-3/+4
|
*
|
|
|
QtAutogen: Rename and sort variables
Sebastian Holtermann
2016-12-07
2
-46/+70
|
*
|
|
|
QtAutogen: Generate rcc output file names in one place only
Sebastian Holtermann
2016-12-07
1
-31/+7
|
*
|
|
|
QtAutogen: Add rcc output files to autogen target byproducts
Sebastian Holtermann
2016-12-07
1
-29/+27
|
*
|
|
|
QtAutogen: Add moc compilation file to autogen target byproducts
Sebastian Holtermann
2016-12-07
1
-10/+12
|
*
|
|
|
QtAutogen: Reconfigure when .qrc file changes
Sebastian Holtermann
2016-12-07
1
-11/+15
|
*
|
|
|
QtAutogen: Rename autogen target to *_autogen from *_automoc
Sebastian Holtermann
2016-12-07
1
-1/+1
|
*
|
|
|
QtAutogen: Inline single use variable definitions
Sebastian Holtermann
2016-12-07
1
-8/+5
|
*
|
|
|
QtAutogen: Determine the Qt major version in only one way
Sebastian Holtermann
2016-12-07
1
-45/+34
|
*
|
|
|
QtAutogen: Clean removes autogen build directory
Sebastian Holtermann
2016-12-07
1
-5/+3
|
*
|
|
|
QtAutogen: Generate included ui_ and moc_ files in _automoc/includes
Sebastian Holtermann
2016-12-07
3
-47/+66
|
*
|
|
|
cmGeneratorTarget: Add AddIncludeDirectory method (experimental)
Sebastian Holtermann
2016-12-07
2
-0/+21
|
*
|
|
|
QtAutogen: Use checksum based subdirectories to avoid name collisions
Sebastian Holtermann
2016-12-07
8
-229/+205
|
*
|
|
|
QtAutogen: Remove .dir suffix from automoc build directory
Sebastian Holtermann
2016-12-07
2
-2/+2
|
*
|
|
|
QtAutogen: Generate moc compilation in _automoc.dir/moc_compilation.cpp
Sebastian Holtermann
2016-12-07
2
-19/+19
|
*
|
|
|
QtAutogen: Use upper case for MOC, UIC and RCC in messages
Sebastian Holtermann
2016-12-07
2
-4/+4
|
*
|
|
|
QtAutogen: New common bold logging method
Sebastian Holtermann
2016-12-07
2
-16/+16
|
*
|
|
|
QtAutogen: Make sure parent directory exists before writing files
Sebastian Holtermann
2016-12-07
2
-37/+85
|
*
|
|
|
QtAutogen: Improved error handling
Sebastian Holtermann
2016-12-07
2
-18/+32
|
*
|
|
|
QtAutogen: Error and warning log method tweaks
Sebastian Holtermann
2016-12-07
2
-15/+27
|
*
|
|
|
QtAutogen: Improved error recognition
Sebastian Holtermann
2016-12-07
1
-42/+48
|
*
|
|
|
QtAutogen: Improved error recognition on config load
Sebastian Holtermann
2016-12-07
2
-24/+40
|
*
|
|
|
QtAutogen: Comments
Sebastian Holtermann
2016-12-06
1
-0/+3
|
*
|
|
|
QtAutogen: For loop feature test optimization
Sebastian Holtermann
2016-12-06
1
-12/+11
|
*
|
|
|
QtAutogen: Variable scope optimizations
Sebastian Holtermann
2016-12-06
1
-34/+39
|
*
|
|
|
QtAutogen: Rename variable templates in config template
Sebastian Holtermann
2016-12-06
1
-6/+3
|
*
|
|
|
QtAutogen: Make strings const
Sebastian Holtermann
2016-12-06
1
-2/+2
|
*
|
|
|
QtAutogen: Rename config AM_RELAXED_MODE to AM_MOC_RELAXED_MODE
Sebastian Holtermann
2016-12-06
2
-3/+3
|
*
|
|
|
QtAutogen: Change config file permissions only on demand
Sebastian Holtermann
2016-12-06
1
-10/+15
|
*
|
|
|
QtAutogen: Inline single use variable
Sebastian Holtermann
2016-12-06
1
-6/+2
|
*
|
|
|
QtAutogen: Remove unused intermediate definition in makefile
Sebastian Holtermann
2016-12-06
1
-5/+1
|
*
|
|
|
QtAutogen: Moc related variable renamed
Sebastian Holtermann
2016-12-06
1
-6/+6
|
*
|
|
|
QtAutogen: Moc related variable renamed
Sebastian Holtermann
2016-12-06
1
-6/+6
|
*
|
|
|
QtAutogen: Target directory name function rename
Sebastian Holtermann
2016-12-06
1
-3/+3
|
*
|
|
|
QtAutogen: Move util functions to file begin
Sebastian Holtermann
2016-12-06
1
-20/+20
[next]