| Commit message (Expand) | Author | Age | Files | Lines |
* | cmExportTryCompileFileGenerator: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -4/+3 |
|
|
* | cmState: Move GetTargetTypeName from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -5/+5 |
|
|
* | cmCoreTryCompile: Fix internal argument vector construction | Brad King | 2015-09-24 | 1 | -5/+1 |
|
|
* | try_compile: Propogate CMP0065 to the generated project. | Chuck Atkins | 2015-09-21 | 1 | -0/+10 |
|
|
* | try_compile: Propogate the CMAKE_LINK_SEARCH_ variables | Chuck Atkins | 2015-08-14 | 1 | -0/+10 |
|
|
* | cmExportTryCompileFileGenerator: Create cmGeneratorTargets. | Stephen Kelly | 2015-07-27 | 1 | -1/+1 |
|
|
* | Port static calls from cmLocalGenerator to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 1 | -3/+3 |
|
|
* | Don't use a cmLocalGenerator instance to call static methods. | Stephen Kelly | 2015-05-14 | 1 | -4/+4 |
|
|
* | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -4/+2 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -2/+1 |
|
|
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | Convert some raw loops to cmWrap. | Stephen Kelly | 2015-02-20 | 1 | -5/+3 |
|
|
* | Use cmJoin where possible. | Stephen Kelly | 2015-02-20 | 1 | -12/+3 |
|
|
* | cmCoreTryCompile: Remove variable assignment. | Stephen Kelly | 2015-02-17 | 1 | -2/+1 |
|
|
* | try_compile: Use shorter test executable name with consistent length | Brad King | 2015-02-10 | 1 | -2/+2 |
|
|
* | try_compile: Quote the content of CMAKE_MODULE_PATH to allow for spaces | Nils Gladitz | 2015-02-09 | 1 | -1/+1 |
|
|
* | Merge topic 'try-run-link-libraries' | Brad King | 2015-01-26 | 1 | -1/+1 |
|\ |
|
| * | try_run: Add support for LINK_LIBRARIES option. | Matt McCormick | 2015-01-26 | 1 | -1/+1 |
|
|
* | | 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 |
|
|