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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'msvc-compiler-info'
Brad King
2012-08-31
1
-0/+11
|
\
|
*
VS: Fix MSVC_IDE definition recently broken by refactoring
Brad King
2012-08-30
1
-0/+11
|
*
Merge branch 'cmake-platform-info-version' into msvc-compiler-info
Brad King
2012-08-30
1
-1/+1
|
|
\
*
|
\
Merge topic 'fix-Qt-casing'
Brad King
2012-08-30
1
-4/+4
|
\
\
\
|
*
|
|
Fix casing of 'Qt' in docs, comments and user-visible strings.
Stephen Kelly
2012-08-28
1
-4/+4
*
|
|
|
Merge topic 'cmake-platform-info-version'
Brad King
2012-08-30
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Make platform information files specific to the CMake version
Brad King
2012-08-24
1
-1/+1
*
|
|
Merge topic 'ide-compiler-id'
David Cole
2012-08-24
4
-0/+56
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Test variables CMAKE_(C|CXX|Fortran)_COMPILER(|_ID|_VERSION)
Brad King
2012-08-22
4
-0/+56
|
|
/
*
|
Merge topic 'compile-definitions-unique'
David Cole
2012-08-24
6
-0/+80
|
\
\
|
*
|
Rename files from main.cpp to more meaningful names.
Stephen Kelly
2012-08-22
5
-5/+5
|
*
|
Fix the test setting COMPILE_DEFINITIONS target property
Stephen Kelly
2012-08-21
1
-1/+1
|
*
|
Fix CompileDefinitions test on Visual Studio.
Stephen Kelly
2012-08-21
2
-1/+10
|
*
|
Don't duplicate -D defines sent to the compiler.
Stephen Kelly
2012-08-20
6
-0/+71
|
|
/
*
|
Merge topic 'test-ObjectLibrary-lang'
David Cole
2012-08-24
2
-2/+2
|
\
\
|
*
|
Tests/ObjectLibrary: Do not enable CXX in subdirectories
Brad King
2012-08-20
2
-2/+2
|
|
/
*
|
Merge topic 'RemoveNonworkingKDE4Test'
David Cole
2012-08-20
2
-104/+0
|
\
\
|
*
|
remove non-working KDE4 test
Alex Neundorf
2012-08-16
2
-104/+0
|
|
/
*
|
Merge topic 'hg-modules'
David Cole
2012-08-20
3
-3/+74
|
\
\
|
*
|
ExternalProject: Add Mercurial (hg) repository support
Brad King
2012-08-16
2
-2/+73
|
*
|
Add FindHg module to find Mercurial
Brad King
2012-08-14
1
-1/+1
|
|
/
*
|
Merge topic 'list-command-argument-fixes'
David Cole
2012-08-20
1
-0/+11
|
\
\
|
*
|
CMake.List test: explicitely test with lists containing only an empty string
Rolf Eike Beer
2012-08-15
1
-0/+11
|
|
/
*
|
Merge topic 'more-endif-closing-style-cleanups'
David Cole
2012-08-20
3
-18/+8
|
\
\
|
*
|
Remove CMake multiline block-end command arguments
Marcin Wojdyr
2012-08-15
3
-18/+8
|
|
/
*
|
Merge topic 'xcode-asm'
David Cole
2012-08-20
1
-1/+2
|
\
\
|
*
|
Tests/Assembler: Do not use assembler in universal binaries
Brad King
2012-08-15
1
-1/+2
|
*
|
Xcode: Set ASM source language in project file (#13472)
Brad King
2012-08-15
1
-1/+1
*
|
|
Merge topic 'clang-asm'
David Cole
2012-08-20
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Recognize Clang ASM support (#13473)
Brad King
2012-08-15
1
-1/+1
|
|
/
*
|
Merge topic 'generator-expression-conditions'
David Cole
2012-08-20
18
-0/+161
|
\
\
|
*
|
Add $<CONFIG:...> boolean query generator expression
Brad King
2012-08-15
6
-0/+17
|
*
|
Add boolean generator expressions
Brad King
2012-08-15
15
-0/+144
|
|
/
*
|
CheckTypeSize: add a test for size of struct members
Rolf Eike Beer
2012-08-14
4
-2/+68
|
/
*
Fix WarnUnusedUnusedViaUnset test pass/fail regex
Brad King
2012-08-14
1
-2/+2
*
Remove CMake-language block-end command arguments
Kitware Robot
2012-08-13
139
-1131/+1131
*
Convert CMake-language commands to lower case
Kitware Robot
2012-08-13
201
-4632/+4632
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
111
-497/+497
*
Merge topic 'xcode-object-dir'
David Cole
2012-08-13
2
-0/+2
|
\
|
*
Xcode: Fix object library references in multi-project trees (#13452)
Brad King
2012-08-03
2
-0/+2
*
|
Merge topic 'mixed-lib-to-lib64'
David Cole
2012-08-13
13
-0/+63
|
\
\
|
|
/
|
/
|
|
*
find_library: Fix mixed lib->lib64 (non-)conversion cases (#13419)
Brad King
2012-07-20
1
-2/+2
|
*
find_library: Add test covering lib->lib64 cases
Brad King
2012-07-20
13
-0/+63
*
|
Merge topic 'ninja-fix-macosx'
David Cole
2012-07-24
1
-32/+34
|
\
\
|
*
|
Enable BundleTest with CLang too.
Nicolas Despres
2012-07-17
1
-32/+34
|
|
/
*
|
Merge topic 'DoNotInvokeCPackAtCMakeTime-forCMakeTests'
David Cole
2012-07-24
1
-23/+13
|
\
\
|
*
|
Do not run cpack at CMake time it is not available.
Eric NOULARD
2012-06-28
1
-23/+13
*
|
|
Merge topic 'fix-tests-for-gcc-4.7'
David Cole
2012-07-24
2
-1/+3
|
\
\
\
|
*
|
|
Tests/ObjC++: Use standard <iostream> header
Brad King
2012-07-18
1
-1/+2
|
*
|
|
Tests/X11: Add missing include <stdlib.h> for 'rand'
Brad King
2012-07-18
1
-0/+1
|
|
|
/
|
|
/
|
[next]