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
*
Replace 'foo.size() != 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
6
-8/+8
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
35
-72/+72
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
32
-83/+83
*
CMake Nightly Date Stamp
Kitware Robot
2015-01-18
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2015-01-17
1
-1/+1
*
Merge topic 'GNU-4.6-compile-features'
Brad King
2015-01-16
15
-40/+61
|
\
|
*
Help: Add notes for topic 'GNU-4.6-compile-features'
Brad King
2015-01-16
1
-0/+5
|
*
Features: Record for GNU 4.6.
Stephen Kelly
2015-01-15
5
-8/+12
|
*
Features: Adjust the RunCMake test to use more-common features.
Stephen Kelly
2015-01-15
2
-6/+6
|
*
Features: Adjust cxx_variadic_templates unit test for GNU < 4.7.
Stephen Kelly
2015-01-15
1
-2/+2
|
*
Features: Extend the generalized_initializers test for GNU < 4.7.
Stephen Kelly
2015-01-15
1
-0/+1
|
*
Features: Test __GXX_EXPERIMENTAL_CXX0X__ macro for GNU < 4.7 compatibility.
Stephen Kelly
2015-01-15
1
-7/+12
|
*
Features: Don't test __cplusplus value for CXX98 on GNU.
Stephen Kelly
2015-01-15
1
-1/+1
|
*
Features: Test an old value of __STDC_VERSION__ for GNU < 4.7 compatibility.
Stephen Kelly
2015-01-15
1
-1/+6
|
*
Features: Record C/CXX dialect flags for GNU 4.6.
Stephen Kelly
2015-01-15
2
-2/+10
|
*
Features: Remove wrong content from else() condition.
Stephen Kelly
2015-01-15
1
-1/+1
|
*
Features: Make cxx_noexcept available from GNU 4.6.
Stephen Kelly
2015-01-15
1
-1/+1
|
*
Features: Update the default_dialect test for old GNU-like compilers.
Stephen Kelly
2015-01-15
1
-1/+1
|
*
Features: Ensure appropriate return value from feature test macros.
Stephen Kelly
2015-01-15
6
-12/+5
*
|
Merge topic 'extend-COMPILE_FEATURES-test'
Brad King
2015-01-16
2
-0/+81
|
\
\
|
|
/
|
*
Features: Extend the tests for the COMPILE_FEATURES genex.
Stephen Kelly
2015-01-15
2
-0/+81
*
|
Merge topic 'windows-utf-8'
Brad King
2015-01-16
3
-4/+28
|
\
\
|
*
|
Encoding: Switch to use UTF-8 internally by default on Windows.
Clinton Stimpson
2015-01-16
3
-4/+28
*
|
|
Merge topic 'fix-qcc-compiler-id'
Brad King
2015-01-16
3
-3/+3
|
\
\
\
|
*
|
|
QNX: Fix detection of QCC compiler id (#15349)
Brad King
2015-01-14
3
-3/+3
*
|
|
|
Merge topic 'tests-RunCMake-report-command'
Brad King
2015-01-16
1
-0/+4
|
\
\
\
\
|
*
|
|
|
Tests: Teach RunCMake to report command-line on failure
Brad King
2015-01-15
1
-0/+4
*
|
|
|
|
Merge topic 'libarchive-constify-internal-get_date'
Brad King
2015-01-16
1
-4/+4
|
\
\
\
\
\
|
*
|
|
|
|
libarchive: Constify internal __archive_get_date implementation
Brad King
2015-01-15
1
-4/+4
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'import-jsoncpp'
Brad King
2015-01-16
23
-0/+6388
|
\
\
\
\
\
|
*
|
|
|
|
jsoncpp: Add README-CMake.txt
Brad King
2015-01-15
1
-0/+66
|
*
|
|
|
|
jsoncpp: Provide 'isfinite' implementation on Solaris
Brad King
2015-01-15
1
-0/+6
|
*
|
|
|
|
jsoncpp: Provide 'isfinite' implementation on ancient glibc
Brad King
2015-01-15
1
-0/+7
|
*
|
|
|
|
jsoncpp: Add missing assert before strcmp in json_value.cpp
Brad King
2015-01-15
1
-2/+6
|
*
|
|
|
|
jsoncpp: Add missing <iosfwd> include in json/writer.h
Brad King
2015-01-15
1
-0/+1
|
*
|
|
|
|
jsoncpp: Include C headers since we use APIs without std::
Brad King
2015-01-15
2
-5/+5
|
*
|
|
|
|
jsoncpp: Disable warnings to avoid changing 3rd party code
Brad King
2015-01-15
2
-0/+12
|
*
|
|
|
|
jsoncpp: Build the library within CMake
Brad King
2015-01-15
5
-1/+43
|
*
|
|
|
|
jsoncpp: Include "config.h" before system headers
Brad King
2015-01-15
1
-2/+2
|
*
|
|
|
|
Merge branch 'jsoncpp-upstream' into import-jsoncpp
Brad King
2015-01-13
18
-0/+6249
|
|
\
\
\
\
\
|
|
*
|
|
|
|
JsonCpp 1.0.0 (reduced)
JsonCpp Upstream
2015-01-13
18
-0/+6249
|
|
/
/
/
/
|
*
|
|
|
|
jsoncpp: Add .gitattributes to skip whitespace checks
Brad King
2015-01-13
1
-0/+1
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'ExternalData-custom-download'
Brad King
2015-01-16
20
-185/+438
|
\
\
\
\
\
|
*
|
|
|
|
Help: Add notes for topic 'ExternalData-custom-download'
Brad King
2015-01-15
2
-0/+9
|
*
|
|
|
|
ExternalData: Add support for custom download scripts
Brad King
2015-01-15
19
-1/+179
|
*
|
|
|
|
ExternalData: Improve documentation organization
Brad King
2015-01-15
1
-13/+18
|
*
|
|
|
|
ExternalData: Re-order documentation
Brad King
2015-01-15
1
-97/+97
|
*
|
|
|
|
ExternalData: Document all variables defined by module
Brad King
2015-01-15
1
-5/+21
|
*
|
|
|
|
ExternalData: Split documentation into sections
Brad King
2015-01-15
1
-67/+111
|
*
|
|
|
|
ExternalData: Convert docs to a bracket comment
Brad King
2015-01-15
1
-184/+185
|
|
|
_
|
_
|
/
|
|
/
|
|
|
[next]