| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -4/+4 |
|
|
* | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -7/+7 |
|
|
* | try_compile: Pass linker flags into test project (#14066) | Brad King | 2014-12-03 | 1 | -0/+34 |
|
|
* | CMakeDetermineCompilerABI: Use normal linker flags in ABI project | Brad King | 2014-12-03 | 1 | -0/+2 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -8/+8 |
|
|
* | Teach try_compile COPY_FILE to look for IOS app bundles. | Bill Hoffman | 2014-09-23 | 1 | -0/+4 |
|
|
* | cmGlobalGenerator: Take Build output argument by reference | Brad King | 2014-07-31 | 1 | -1/+1 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -7/+7 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -5/+6 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -1/+2 |
|
|
* | Windows: Make file delete/rename retry configurable | Brad King | 2014-02-12 | 1 | -4/+9 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -1/+1 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -1/+1 |
|
|
* | Add CMAKE_SYSROOT variable to set --sysroot when cross compiling. | Stephen Kelly | 2013-11-19 | 1 | -0/+7 |
|
|
* | Allow toolchain files to specify an external toolchain. | Stephen Kelly | 2013-11-19 | 1 | -0/+14 |
|
|
* | Add compiler target compile options. | Stephen Kelly | 2013-11-19 | 1 | -0/+14 |
|
|
* | cmTarget: Make GetProperty() const. | Stephen Kelly | 2013-10-31 | 1 | -1/+1 |
|
|
* | cmCoreTryCompile: Fix typo in comments. | Stephen Kelly | 2013-10-20 | 1 | -2/+2 |
|
|
* | Merge topic 'INTERFACE_LIBRARY-target-type' | Brad King | 2013-10-08 | 1 | -0/+1 |
|\ |
|
| * | export: Add support for INTERFACE_LIBRARY targets | Stephen Kelly | 2013-10-08 | 1 | -0/+1 |
|
|
* | | Generate modern-style cmake code. | Stephen Kelly | 2013-08-22 | 1 | -16/+16 |
|/ |
|
* | Merge topic 'try_compile-COPY_FILE_ERROR' | Brad King | 2013-07-15 | 1 | -3/+43 |
|\ |
|
| * | try_compile: Add COPY_FILE_ERROR option to capture failure | Brad King | 2013-07-15 | 1 | -3/+43 |
|
|
* | | try_compile: Escape CMAKE_<lang>_FLAGS in test projects (#14268) | Brad King | 2013-07-15 | 1 | -8/+8 |
|/ |
|
* | cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile. | Robert Maynard | 2013-06-24 | 1 | -1/+1 |
|
|
* | try_compile: Add signature to allow multiple SOURCES | Brad King | 2013-06-06 | 1 | -57/+93 |
|
|
* | try_compile: Refactor argument processing | Brad King | 2013-05-31 | 1 | -133/+103 |
|
|
* | try_compile: Trim whitespace from LINK_LIBRARIES entries | Stephen Kelly | 2013-05-30 | 1 | -1/+1 |
|
|
* | try_compile: Fix quoting of libraries in generated CMakeLists.txt | Brad King | 2013-05-24 | 1 | -1/+1 |
|
|
* | try_compile: add missing fclose() to recently added error case | Rolf Eike Beer | 2013-04-16 | 1 | -0/+1 |
|
|
* | Handle targets in the LINK_LIBRARIES of try_compile. | Stephen Kelly | 2013-02-22 | 1 | -9/+99 |
|
|
* | Refactor generation of shared library flags | Stephen Kelly | 2012-06-12 | 1 | -0/+4 |
|
|
* | try_compile: Cleanup temporary directories (#13160) | Brad King | 2012-04-26 | 1 | -0/+1 |
|
|
* | Run vim spellcheck on some files | Yury G. Kudryashov | 2012-02-29 | 1 | -2/+2 |
|
|
* | try_compile: Use random executable file name (#12957) | Brad King | 2012-02-16 | 1 | -4/+9 |
|
|
* | Remove trailing whitespace | Alex Neundorf | 2011-09-15 | 1 | -29/+29 |
|
|
* | Merge topic 'dev/strict-mode' | Brad King | 2011-01-27 | 1 | -3/+1 |
|\ |
|
| * | Merge branch 'dev/add_test-working-directory' into dev/strict-mode | Brad King | 2011-01-27 | 1 | -23/+14 |
| |\ |
|
| * | | CMAKE_DO_TRY_COMPILE is no longer used | Ben Boeckel | 2010-09-14 | 1 | -3/+1 |
|
|
* | | | Merge topic 'outdir-CMAKE_USER_MAKE_RULES_OVERRIDE' | Brad King | 2011-01-26 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Always place try_compile executables predictably (#11724) | Brad King | 2011-01-20 | 1 | -0/+4 |
|
|
* | | | | Merge topic 'fix-try_compile-source-language-issue-11731' | Brad King | 2011-01-26 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Use shortest extension to verify try_compile language (#11731) | Brad King | 2011-01-20 | 1 | -1/+1 |
|
|
* | | | | | Merge topic 'improve-try_compile-error-messages' | Brad King | 2011-01-26 | 1 | -36/+32 |
|\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | | |
|
| * | | | Improve try_compile and try_run error messages | Brad King | 2011-01-20 | 1 | -36/+32 |
|
|
* | | | | Merge topic 'try_compile-RemoveFile' | Brad King | 2010-12-16 | 1 | -21/+11 |
|\ \ \ \ |
|