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 'CPackNSIS-warnDESTDIRandABSOLUTE'
David Cole
2012-05-24
7
-2/+184
|
\
|
*
Use CPACK_xxx and CMAKE_xxx in a consistent way.
Eric NOULARD
2012-05-20
4
-13/+66
|
*
Fix KWStyle warning
Eric NOULARD
2012-05-15
1
-1/+2
|
*
CPack add necessary check to detect/warns/error on ABSOLUTE DESTINATION
Eric NOULARD
2012-05-14
6
-1/+67
|
*
CPack add easy possibility to warn about CPACK_SET_DESTDIR
Eric NOULARD
2012-05-14
4
-1/+63
*
|
Merge topic 'MakeDefaultInstallComponentNameConfigurable'
David Cole
2012-05-24
9
-79/+111
|
\
\
|
*
|
-add docs for ${CMAKE_INSTALL_DEFAULT_COMPONENT_NAME}
Alex Neundorf
2012-05-14
1
-0/+10
|
*
|
make default install component name configurable
Alex Neundorf
2012-05-14
8
-23/+45
|
*
|
-strip trailing whitespace
Alex Neundorf
2012-05-13
7
-56/+56
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-05-24
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-05-23
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-05-22
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-05-21
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-05-20
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-05-19
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-05-18
1
-1/+1
*
|
|
Merge topic 'ninja-error-failbit'
David Cole
2012-05-17
1
-0/+5
|
\
\
\
|
*
|
|
Ninja: mark rules/build file streams failed if error occurred (#13067, #13105)
Peter Collingbourne
2012-05-16
1
-0/+5
*
|
|
|
Merge topic 'ninja-issue-13069'
David Cole
2012-05-17
2
-9/+7
|
\
\
\
\
|
*
|
|
|
Ninja: apply CMAKE_<LANG>_FLAGS_<TYPE> to executable targets (#13069)
Peter Collingbourne
2012-05-16
2
-9/+7
|
|
/
/
/
*
|
|
|
Merge topic 'cmake-trace-elseif'
David Cole
2012-05-17
3
-12/+36
|
\
\
\
\
|
*
|
|
|
Print any evaluated 'elseif'/'else' commands in trace mode (#13220)
Brian Helba
2012-05-16
3
-12/+36
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge topic 'FindwxWidgets-OpenBSD'
David Cole
2012-05-17
1
-2/+2
|
\
\
\
\
|
*
|
|
|
FindwxWidgets: Do not use -isystem on OpenBSD (#13219)
Anthony J. Bentley
2012-05-14
1
-2/+2
*
|
|
|
|
Merge topic 'xcode-storyboard-files'
David Cole
2012-05-17
1
-0/+4
|
\
\
\
\
\
|
*
|
|
|
|
Xcode: Recognize storyboard source files (#13214)
Jan Schaffmeister
2012-05-14
1
-0/+4
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'FeatureSummaryNicerFormatting'
David Cole
2012-05-17
1
-2/+2
|
\
\
\
\
\
|
*
|
|
|
|
FeatureSummary.cmake: nicer formatting
Alex Neundorf
2012-05-13
1
-2/+2
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'mumps_coverage'
David Cole
2012-05-17
19
-4/+2807
|
\
\
\
\
\
|
*
|
|
|
|
CDash now supports lots of files in coverage. So, show all files.
Bill Hoffman
2012-05-11
4
-18/+5
|
*
|
|
|
|
Do not try to run bullseye coverage if COVFILE env is empty.
Bill Hoffman
2012-05-08
1
-1/+1
|
*
|
|
|
|
Update test data to match new coverage format.
Bill Hoffman
2012-05-07
1
-1441/+1441
|
*
|
|
|
|
Change GT.M Coverage Parser global
Joseph Snyder
2012-05-07
1
-1/+1
|
*
|
|
|
|
Disable bullseye coverage for mumps coverage test.
Bill Hoffman
2012-05-04
1
-2/+4
|
*
|
|
|
|
Remove uncovered files from cache coverage data.
Bill Hoffman
2012-05-02
2
-0/+38
|
*
|
|
|
|
Add ability to specify more than one package directory or coverage directory.
Bill Hoffman
2012-05-02
1
-16/+24
|
*
|
|
|
|
Use <TARGET_FILE> expression to run ctest so it works with Xcode and VS IDE.
Bill Hoffman
2012-05-02
3
-26/+10
|
*
|
|
|
|
Use a script to run the test because WORKING_DIRECTORY is not in 2.8.2.
Bill Hoffman
2012-05-02
2
-8/+24
|
*
|
|
|
|
Fix some warnings and a bug where it went past the length of a vector.
Bill Hoffman
2012-05-01
1
-3/+10
|
*
|
|
|
|
Add support for Cache coverage.
Bill Hoffman
2012-05-01
12
-30/+616
|
*
|
|
|
|
Add virutal destructor to silence warning.
Bill Hoffman
2012-05-01
2
-0/+5
|
*
|
|
|
|
Add test for mumps coverage. Also refactor code to prepare for cache coverage.
Bill Hoffman
2012-05-01
12
-228/+1928
|
*
|
|
|
|
Fix line length.
Bill Hoffman
2012-04-26
1
-1/+2
|
*
|
|
|
|
Fix warning about char* instead of const char*.
Bill Hoffman
2012-04-26
1
-1/+1
|
*
|
|
|
|
Add support to ctest for GTM mumps coverage.
Bill Hoffman
2012-04-25
6
-3/+472
*
|
|
|
|
|
Merge topic 'vs11-arm-generator'
David Cole
2012-05-17
6
-0/+79
|
\
\
\
\
\
\
|
*
|
|
|
|
|
VS11: Fix ARM architecture hint typo (#13077)
Brad King
2012-05-10
1
-1/+1
|
*
|
|
|
|
|
VS11: Add ARM architecture generator (#13077)
Minmin Gong
2012-05-09
6
-0/+79
*
|
|
|
|
|
|
Merge topic 'ninja_convenience_targets'
David Cole
2012-05-17
2
-0/+44
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Ninja: Add a convenient 'help' target.
Nicolas Despres
2012-05-09
2
-0/+22
[next]