| Commit message (Expand) | Author | Age | Files | Lines |
* | Xcode: Do not add whitespace after attribute group opening brace | Gregor Jasny | 2015-04-17 | 1 | -1/+5 |
|
|
* | Xcode: Properly indent PBXFileReference and PBXBuildFile | Gregor Jasny | 2015-04-17 | 1 | -1/+1 |
|
|
* | Xcode: Remove extra space in PBXProject comment | Gregor Jasny | 2015-04-17 | 1 | -1/+1 |
|
|
* | Xcode: Add comment after root object | Gregor Jasny | 2015-04-17 | 1 | -1/+2 |
|
|
* | Xcode: Indent using tabs | Gregor Jasny | 2015-04-17 | 1 | -1/+1 |
|
|
* | Xcode: Sort Xcode objects by Id | Gregor Jasny | 2015-04-17 | 2 | -0/+17 |
|
|
* | Merge topic 'FindCUDA.cmake/C++11Flags' | Brad King | 2015-04-09 | 1 | -0/+13 |
|\ |
|
| * | FindCUDA: Handle c++11 host flag | James Bigler | 2015-04-08 | 1 | -0/+13 |
|
|
* | | Merge topic 'refactor-cache-api' | Brad King | 2015-04-09 | 29 | -312/+472 |
|\ \ |
|
| * | | cmCacheManager: Port consumers to non-iterator API. | Stephen Kelly | 2015-04-08 | 13 | -115/+117 |
|
|
| * | | Port QtDialog to non-iterator cache API. | Stephen Kelly | 2015-04-08 | 1 | -32/+40 |
|
|
| * | | Port CursesDialog to non-iterator cache API. | Stephen Kelly | 2015-04-08 | 3 | -76/+110 |
|
|
| * | | cmMakefile: Port away from CacheEntry.Initialized. | Stephen Kelly | 2015-04-08 | 1 | -6/+7 |
|
|
| * | | cmCacheManager: Add non-iterator-based API. | Stephen Kelly | 2015-04-08 | 1 | -0/+75 |
|
|
| * | | cmCacheManager: Return a C string from GetValue. | Stephen Kelly | 2015-04-08 | 1 | -1/+1 |
|
|
| * | | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-07 | 8 | -37/+51 |
|
|
| * | | Add API for cache loading, deleting and saving to the cmake class. | Stephen Kelly | 2015-04-07 | 9 | -21/+61 |
|
|
| * | | cmMakefile: Remove cache version accessors. | Stephen Kelly | 2015-04-07 | 4 | -22/+8 |
|
|
| * | | cmMakefile: Simplify GetDefinitions implementation. | Stephen Kelly | 2015-04-07 | 1 | -6/+6 |
|
|
* | | | Merge topic 'cmake-command-line-help-vs-arch' | Brad King | 2015-04-09 | 8 | -21/+39 |
|\ \ \ |
|
| * | | | cmake: Show in --help how to select VS target platform (#15422) | Brad King | 2015-04-07 | 8 | -21/+39 |
|
|
* | | | | Merge topic 'link-implicit-libs-full-path' | Brad King | 2015-04-09 | 30 | -8/+243 |
|\ \ \ \ |
|
| * | | | | Link libraries by full path even in implicit directories | Brad King | 2015-04-09 | 28 | -6/+234 |
|
|
| * | | | | Help: Add link target for Find Modules section of cmake-developer.7 | Brad King | 2015-04-07 | 1 | -0/+1 |
|
|
| * | | | | Tests: Teach RunCMake to optionally merge command output to stdout | Brad King | 2015-04-07 | 1 | -2/+8 |
|
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-04-09 | 1 | -1/+1 |
|
|
* | | | | | Merge topic 'FindMatlab_add_recent_versions' | Brad King | 2015-04-08 | 1 | -0/+2 |
|\ \ \ \ \ |
|
| * | | | | | FindMatlab: Look for R2014b and R2015a | Daniele E. Domenichelli | 2015-04-07 | 1 | -0/+2 |
|
|
* | | | | | | Merge topic 'emulator-property' | Brad King | 2015-04-08 | 20 | -4/+176 |
|\ \ \ \ \ \ |
|
| * | | | | | | Help: Add notes for topic 'emulator-property' | Brad King | 2015-04-08 | 1 | -0/+7 |
|
|
| * | | | | | | TestGenerator: Add CROSSCOMPILING_EMULATOR support. | Matt McCormick | 2015-04-08 | 6 | -2/+45 |
|
|
| * | | | | | | try_run: Use CMAKE_CROSSCOMPILING_EMULATOR. | Matt McCormick | 2015-04-08 | 7 | -6/+56 |
|
|
| * | | | | | | Properties: Add CROSSCOMPILING_EMULATOR target property. | Matt McCormick | 2015-04-07 | 11 | -0/+72 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge topic 'document_supported_compiler_feature_compilers' | Brad King | 2015-04-08 | 21 | -20/+34 |
|\ \ \ \ \ \ |
|
| * | | | | | | Help: Document supported compilers in cmake-compile-features.7 | Robert Maynard | 2015-04-07 | 21 | -20/+34 |
| |/ / / / / |
|
* | | | | | | Merge topic 'xcode-quote-path' | Brad King | 2015-04-08 | 5 | -0/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | Xcode: Also quote strings containing // (#15487) | Gregor Jasny | 2015-04-04 | 5 | -0/+12 |
|
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-04-08 | 1 | -1/+1 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Merge topic 'refactor-cache-api' | Brad King | 2015-04-07 | 29 | -471/+311 |
|\ \ \ \ \ \ |
|
| * | | | | | | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 29 | -471/+311 |
|
|
* | | | | | | | Merge topic 'refactor-cache-api' | Brad King | 2015-04-07 | 29 | -311/+471 |
|\ \ \ \ \ \ \
| |/ / / / / /
| | | / / / /
| |_|/ / / /
|/| | | | | |
|
| * | | | | | cmCacheManager: Port consumers to non-iterator API. | Stephen Kelly | 2015-04-06 | 13 | -115/+117 |
|
|
| * | | | | | Port QtDialog to non-iterator cache API. | Stephen Kelly | 2015-04-06 | 1 | -32/+40 |
|
|
| * | | | | | Port CursesDialog to non-iterator cache API. | Stephen Kelly | 2015-04-06 | 3 | -76/+110 |
|
|
| * | | | | | cmMakefile: Port away from CacheEntry.Initialized. | Stephen Kelly | 2015-04-06 | 1 | -6/+7 |
|
|
| * | | | | | cmCacheManager: Add non-iterator-based API. | Stephen Kelly | 2015-04-06 | 1 | -0/+75 |
|
|
| * | | | | | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-06 | 8 | -37/+51 |
|
|
| * | | | | | Add API for cache loading, deleting and saving to the cmake class. | Stephen Kelly | 2015-04-06 | 9 | -21/+61 |
|
|
| * | | | | | cmMakefile: Remove cache version accessors. | Stephen Kelly | 2015-04-06 | 4 | -22/+8 |
|
|
| * | | | | | cmMakefile: Simplify GetDefinitions implementation. | Stephen Kelly | 2015-04-06 | 1 | -6/+6 |
| | |_|/ /
| |/| | | |
|