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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'UseSWIG-implicit-depends'
Brad King
2017-01-11
3
-2/+5
|
\
|
*
UseSWIG: Automatically scan dependencies of SWIG files for Makefiles
Alexey Sokolov
2017-01-10
3
-2/+5
*
|
Merge topic 'solaris-build-fixes'
Brad King
2017-01-11
2
-1/+12
|
\
\
|
*
|
libuv requires _XOPEN_SOURCE 600 on Solaris 11
Eric Berge
2016-12-22
1
-1/+9
|
*
|
Disable libuv on Solaris 10
Eric Berge
2016-12-21
1
-0/+3
|
|
/
*
|
Merge topic 'BundleUtilities-symlink-structure'
Brad King
2017-01-11
1
-3/+55
|
\
\
|
*
|
BundleUtilities: Maintain symlink structure
Martin Koegler
2017-01-10
1
-3/+55
*
|
|
Merge topic 'cpack-rpm-user-binary-spec-file-test'
Brad King
2017-01-11
6
-0/+102
|
\
\
\
|
*
|
|
CPack/RPM test for using custom binary spec file
Domen Vrankar
2017-01-10
6
-0/+102
*
|
|
|
Merge topic 'Autogen_Simplify'
Brad King
2017-01-11
37
-458/+782
|
\
\
\
\
|
*
|
|
|
AUTOGEN: Release notes for SKIP_AUTOX
Sebastian Holtermann
2017-01-11
1
-0/+12
|
*
|
|
|
AUTOGEN: Documentation update: cmake-qt, AUTOMOC, AUTOUIC, AUTORCC
Sebastian Holtermann
2017-01-11
4
-0/+18
|
*
|
|
|
AUTOGEN: Documentation for SKIP_AUTOX source file properties
Sebastian Holtermann
2017-01-10
5
-0/+30
|
*
|
|
|
AUTOGEN: Tests: AUTORCC SKIP_AUTORCC and SKIP_AUTOGEN test
Sebastian Holtermann
2017-01-10
5
-0/+46
|
*
|
|
|
AUTOGEN: Tests: AUTOUIC SKIP_AUTOUIC and SKIP_AUTOGEN test
Sebastian Holtermann
2017-01-10
12
-0/+147
|
*
|
|
|
AUTOGEN: Tests: AUTOMOC SKIP_AUTOMOC and SKIP_AUTOGEN test
Sebastian Holtermann
2017-01-10
8
-0/+90
|
*
|
|
|
AUTOGEN: Generators: Do moc/uic skip test during file list generation
Sebastian Holtermann
2017-01-10
1
-15/+16
|
*
|
|
|
AUTOGEN: Generators: Message upper/lower case unification
Sebastian Holtermann
2017-01-10
1
-23/+23
|
*
|
|
|
AUTOGEN: Generators: Use single moc/uic skip test method only
Sebastian Holtermann
2017-01-10
1
-50/+42
|
*
|
|
|
AUTOGEN: Generators: Use AUTOMOC/UIC/RCC instead of AUTOGEN in messages
Sebastian Holtermann
2017-01-10
1
-8/+8
|
*
|
|
|
AUTOGEN: Generators: Moc/UicSkipTest methods
Sebastian Holtermann
2017-01-10
2
-28/+38
|
*
|
|
|
AUTOGEN: Generators: Use separate header lists for MOC and UIC
Sebastian Holtermann
2017-01-10
2
-16/+50
|
*
|
|
|
AUTOGEN: Generators: Be verbose about skipping files
Sebastian Holtermann
2017-01-10
1
-18/+43
|
*
|
|
|
AUTOGEN: Generators: Remove unused variable
Sebastian Holtermann
2017-01-10
1
-3/+2
|
*
|
|
|
AUTOGEN: Initializer: Always remember skipped files
Sebastian Holtermann
2017-01-10
1
-26/+35
|
*
|
|
|
AUTOGEN: Initializer: Enable SKIP_AUTOGEN on all AUTOGEN generated sources
Sebastian Holtermann
2017-01-10
1
-2/+4
|
*
|
|
|
AUTOGEN: Initializer: Introduce SKIP_AUTOGEN checks
Sebastian Holtermann
2017-01-10
1
-1/+7
|
*
|
|
|
AUTOGEN: Rename config variables
Sebastian Holtermann
2017-01-10
2
-20/+20
|
*
|
|
|
AUTOGEN: Make skipMoc and skipUic blacklists behave the same way
Sebastian Holtermann
2017-01-10
2
-80/+82
|
*
|
|
|
AUTOGEN: Generators: Add dedicated method for moc content parsing
Sebastian Holtermann
2017-01-10
2
-62/+80
|
*
|
|
|
AUTOGEN: Generators: Split config SKIP_MOC and SKIP_UIC into vectors
Sebastian Holtermann
2017-01-10
2
-22/+18
|
*
|
|
|
AUTOGEN: Generators: Split config headers/sources into vector
Sebastian Holtermann
2017-01-10
2
-15/+12
|
*
|
|
|
AUTOGEN: Generators: Rename ParseForUic method
Sebastian Holtermann
2017-01-10
2
-5/+5
|
*
|
|
|
AUTOGEN: Generators: Group static function definitions
Sebastian Holtermann
2017-01-10
1
-9/+9
|
*
|
|
|
AUTOGEN: Generators: Use precompiled regular expressions
Sebastian Holtermann
2017-01-10
2
-38/+43
|
*
|
|
|
AUTOGEN: Generators: Use unified ParseSourceFile and drop old methods
Sebastian Holtermann
2017-01-10
2
-325/+5
|
*
|
|
|
AUTOGEN: Generators: Introduce unified ParseSourceFile
Sebastian Holtermann
2017-01-10
2
-0/+214
|
*
|
|
|
AUTOGEN: Generators: Comments
Sebastian Holtermann
2017-01-10
1
-1/+1
|
*
|
|
|
AUTOGEN: Generators: Variable rename
Sebastian Holtermann
2017-01-10
1
-2/+2
|
*
|
|
|
AUTOGEN: Generators: Cleanup and optimize ParseForUic method
Sebastian Holtermann
2017-01-10
1
-13/+7
|
*
|
|
|
AUTOGEN: Generators: Cleanup variable initialization
Sebastian Holtermann
2017-01-10
1
-4/+1
|
*
|
|
|
AUTOGEN: Generators: rename makeParentDirectory to MakeParentDirectory
Sebastian Holtermann
2017-01-10
2
-6/+6
*
|
|
|
|
Merge topic 'android_clang_asm'
Brad King
2017-01-11
2
-1/+5
|
\
\
\
\
\
|
*
|
|
|
|
Android: Set compiler target platform when compiling ASM with Clang
Florent Castelli
2017-01-10
2
-1/+5
*
|
|
|
|
|
Merge topic 'AndroidTestUtilities-fix-cleanup'
Brad King
2017-01-11
1
-1/+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
AndroidTestUtilities: fix cleanup operation
Ruslan Baratov
2017-01-10
1
-1/+1
*
|
|
|
|
|
|
Merge topic 'issue-16513-concrt140-dll'
Brad King
2017-01-11
1
-2/+8
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
InstallRequiredSystemLibraries: Add concrt*.dll for VC >= 14.0
Taylor Braun-Jones
2016-12-16
1
-2/+8
*
|
|
|
|
|
|
|
Merge topic 'SublimeText-no-VERBOSE'
Brad King
2017-01-11
2
-9/+9
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Sublime: Do not build with verbose output
Richard Collins
2017-01-10
2
-9/+9
|
|
/
/
/
/
/
/
/
[next]