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
...
*
|
Merge topic 'xcode-c_str'
Brad King
2016-04-22
2
-55/+54
|
\
\
|
*
|
cmGlobalXCodeGenerator: do not pass char* to cmSystemTools::CollapseFullPath()
Rolf Eike Beer
2016-04-20
1
-1/+1
|
*
|
make cmGlobalXCodeGenerator::XCodeEscapePath() take a std::string&
Rolf Eike Beer
2016-04-20
2
-18/+17
|
*
|
make cmGlobalXCodeGenerator::BuildObjectListOrString::Add() take a string&
Rolf Eike Beer
2016-04-20
1
-5/+5
|
*
|
cmGlobalXCodeGenerator: directly call CreateString() with std::string
Rolf Eike Beer
2016-04-20
1
-33/+33
*
|
|
Merge topic 'addcachedefinitions-convert'
Brad King
2016-04-22
1
-10/+11
|
\
\
\
|
*
|
|
cmMakefile::AddCacheDefinition: avoid conversions between char* and string
Rolf Eike Beer
2016-04-20
1
-10/+11
|
|
/
/
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-04-22
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-04-21
1
-1/+1
|
/
/
*
|
Merge topic 'autogen-cleanups'
Brad King
2016-04-20
2
-177/+288
|
\
\
|
|
/
|
*
Autogen: Qrc processing: Generate single map with final input / output names
Sebastian Holtermann
2016-04-19
2
-46/+76
|
*
Autogen: Ui processing: Generate single map with final input / output names
Sebastian Holtermann
2016-04-19
2
-18/+42
|
*
Autogen: Split out UI file generation code to dedicated method
Sebastian Holtermann
2016-04-19
2
-12/+28
|
*
Autogen: Split out moc file generation code to dedicated method
Sebastian Holtermann
2016-04-19
2
-54/+107
|
*
Autogen: Rename method GenerateQrc{ => Files}
Sebastian Holtermann
2016-04-19
2
-3/+3
|
*
Autogen: New logCommand method. It prints commands using std::cout.
Sebastian Holtermann
2016-04-19
2
-21/+25
|
*
Autogen: Rename header extension Join method to JoinExts
Sebastian Holtermann
2016-04-19
2
-6/+10
|
*
Autogen: Use SystemTools string functions instead of rolling out own
Sebastian Holtermann
2016-04-19
2
-22/+2
*
|
CMake Nightly Date Stamp
Kitware Robot
2016-04-20
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2016-04-19
1
-1/+1
|
/
*
Merge topic 'refactor-cmListFileBacktrace'
Brad King
2016-04-18
8
-238/+253
|
\
|
*
Remove unused cmake::IssueMessage overload
Brad King
2016-04-18
2
-38/+0
|
*
cmState: Remove unused entry point fields from snapshot data
Brad King
2016-04-18
2
-14/+0
|
*
cmListFileBacktrace: Refactor storage to provide efficient value semantics
Brad King
2016-04-18
6
-182/+231
|
*
cmState: Avoid accumulating snapshot storage for backtraces
Brad King
2016-04-15
4
-37/+39
|
*
cmState: Add Snapshot method to get bottom of call stack
Brad King
2016-04-15
2
-0/+16
*
|
Merge topic 'minor-cleanups'
Brad King
2016-04-18
7
-78/+32
|
\
\
|
|
/
|
*
Add call stack to unused/uninitialized variable warnings
Brad King
2016-04-15
2
-25/+4
|
*
cmLocalGenerator: Simplify IssueMessage implementation
Brad King
2016-04-15
1
-11/+1
|
*
cmLocalGenerator: Use own IssueMessage method
Brad King
2016-04-15
1
-2/+2
|
*
cmOutputConverter: Assert construction with a valid snapshot
Brad King
2016-04-15
1
-0/+1
|
*
cmMakefile: Move cmMakefileCall to .cxx file
Brad King
2016-04-15
2
-26/+20
|
*
cmWhileCommand: Simplify context construction
Brad King
2016-04-15
1
-6/+2
|
*
cmIfCommand: Simplify execution context construction
Brad King
2016-04-15
1
-8/+2
*
|
Merge topic 'cmPolicies-missing-include'
Brad King
2016-04-18
1
-0/+1
|
\
\
|
*
|
cmPolicies.cxx: Add missing include <ctype.h> for isdigit (#16066)
Brad King
2016-04-15
1
-0/+1
*
|
|
Merge topic 'cmake-host-solaris'
Brad King
2016-04-18
1
-0/+3
|
\
\
\
|
*
|
|
Solaris: Add a CMAKE_HOST_SOLARIS variable (#16061)
Stafen Teleman
2016-04-15
1
-0/+3
|
|
/
/
*
|
|
Merge topic 'cmake-gui-osx-install-mkdir'
Brad King
2016-04-18
1
-0/+1
|
\
\
\
|
*
|
|
cmake-gui: Teach --install make destination directory (#16064)
Brad King
2016-04-15
1
-0/+1
|
|
/
/
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-04-18
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-04-17
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-04-16
1
-1/+1
|
/
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2016-04-15
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2016-04-14
1
-1/+1
|
/
*
Merge topic 'cmState-rename-include-snapshot'
Brad King
2016-04-13
3
-11/+11
|
\
|
*
cmState: Rename CallStack snapshots to IncludeFile
Brad King
2016-04-12
3
-11/+11
*
|
Merge topic 'try_compile-config-flags'
Brad King
2016-04-13
1
-2/+11
|
\
\
|
*
|
try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054)
Brad King
2016-04-11
1
-0/+7
|
*
|
cmCoreTryCompile: Factor out config lookup for re-use
Brad King
2016-04-11
1
-2/+4
[prev]
[next]