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
/
cmake.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'cmStandardIncludes-cleanup'
Brad King
2015-02-10
1
-0/+2
|
\
|
*
cmStandardIncludes: Remove list include.
Stephen Kelly
2015-02-06
1
-0/+2
*
|
Replace a loop with std::transform.
Stephen Kelly
2015-02-06
1
-5/+4
|
/
*
cmake: Display "loading initial cache" message on stdout
Jean-Christophe Fillion-Robin
2015-01-26
1
-1/+1
*
Replace 'foo.length() >= 1' pattern with !foo.empty()
Stephen Kelly
2015-01-18
1
-1/+1
*
Replace 'foo.length() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-3/+3
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-10/+10
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-10/+2
*
Merge topic 'join-algorithm'
Brad King
2015-01-12
1
-8/+1
|
\
|
*
Use the cmJoin algorithm where possible.
Stephen Kelly
2015-01-08
1
-8/+1
*
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-13/+13
|
/
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-2/+2
*
Merge topic 'vs14-is-2015'
Brad King
2014-11-17
1
-1/+1
|
\
|
*
VS: Rename VS 14 generator to 'Visual Studio 14 2015'
Brad King
2014-11-14
1
-1/+1
*
|
Merge topic 'remove-borland-build'
Brad King
2014-10-21
1
-3/+1
|
\
\
|
*
|
Remove borland workarounds.
Stephen Kelly
2014-10-15
1
-3/+1
|
|
/
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-13/+13
|
/
*
cmake: Add -A option to specify a generator platform
Brad King
2014-09-15
1
-0/+22
*
CMake: Add CMAKE_GENERATOR_PLATFORM option
Brad King
2014-09-05
1
-0/+28
*
cmGlobalGenerator: Take Build output argument by reference
Brad King
2014-07-31
1
-1/+1
*
cmGlobalGenerator: Create a non-virtual 'DoGenerate' method
Brad King
2014-07-22
1
-1/+1
*
VS14: Add Visual Studio 14 generator (#14982)
Brad King
2014-06-25
1
-0/+4
*
cmake: Fix read-after-free while checking command-line arguments
Brad King
2014-06-12
1
-5/+13
*
backtrace: Convert to local paths in IssueMessage
Ben Boeckel
2014-06-05
1
-1/+4
*
cmake: remove dummy backtraces for IssueMessage
Ben Boeckel
2014-06-05
1
-1/+1
*
Allow a toolchain file to specify a generator toolset
Brad King
2014-06-04
1
-5/+0
*
Merge topic 'fix-build-crash-on-bad-generator'
Brad King
2014-06-04
1
-1/+7
|
\
|
*
cmake: Fix --build crash on bad CMAKE_GENERATOR in cache
Brad King
2014-06-03
1
-1/+7
*
|
Merge topic 'cpack-properties'
Brad King
2014-05-28
1
-0/+35
|
\
\
|
*
|
Add an "installed file" property scope
Nils Gladitz
2014-05-28
1
-0/+35
*
|
|
Merge topic 'fix-cache-self-assignment'
Brad King
2014-05-28
1
-1/+4
|
\
\
\
|
*
|
|
cmake: Tolerate missing HELPSTRING on compiler change
Brad King
2014-05-27
1
-1/+4
|
|
|
/
|
|
/
|
*
|
|
Features: Extend concept to C language.
Stephen Kelly
2014-05-14
1
-2/+6
|
|
/
|
/
|
*
|
Features: Make CMAKE_CXX_KNOWN_FEATURES a property.
Stephen Kelly
2014-05-02
1
-0/+6
*
|
cmake: Print C++ stack trace after INTERNAL_ERROR messages
Brad King
2014-04-17
1
-0/+17
*
|
Watcom: Use single quote for all file/path items in wlink command
Jiri Malak
2014-04-08
1
-1/+1
*
|
cmake: Advise user to remove CMakeFiles with CMakeCache.txt (#14820)
Brad King
2014-03-21
1
-4/+4
*
|
Watcom: Enable 'WMake Makefiles' generator on Linux
Jiri Malak
2014-03-17
1
-3/+7
*
|
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-7/+7
*
|
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-56/+56
*
|
stringapi: Command names
Ben Boeckel
2014-03-08
1
-4/+5
*
|
stringapi: Use strings for program paths
Ben Boeckel
2014-03-08
1
-1/+1
*
|
stringapi: Use strings for generator names
Ben Boeckel
2014-03-08
1
-7/+9
*
|
stringapi: Use strings for directories
Ben Boeckel
2014-03-08
1
-1/+1
*
|
Directories: Take strings when setting directories
Ben Boeckel
2014-03-08
1
-2/+2
*
|
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-1/+1
*
|
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-5/+5
*
|
stringapi: Use strings for property names
Ben Boeckel
2014-03-08
1
-30/+20
|
/
[next]