Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake Nightly Date Stamp | Kitware Robot | 2016-09-18 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2016-09-17 | 1 | -1/+1 |
* | Merge topic 'refactor-target-construction' | Brad King | 2016-09-16 | 4 | -157/+154 |
|\ | |||||
| * | cmTarget: Remove unused support for partial construction | Brad King | 2016-09-15 | 2 | -26/+2 |
| * | cmGlobalGenerator: Refactor global target construction | Brad King | 2016-09-15 | 2 | -120/+119 |
| * | cmGlobalGenerator: Split CreateDefaultGlobalTargets implementation | Brad King | 2016-09-15 | 2 | -35/+57 |
* | | Merge topic 'size-empty' | Brad King | 2016-09-16 | 44 | -46/+46 |
|\ \ | |||||
| * | | use empty method to check for emptyness | Daniel Pfeifer | 2016-09-15 | 44 | -46/+46 |
* | | | Merge topic 'detect-relink-incompat' | Brad King | 2016-09-16 | 1 | -1/+22 |
|\ \ \ | |||||
| * | | | ninja: error out on relink requirements | Ben Boeckel | 2016-09-15 | 1 | -1/+22 |
* | | | | Merge topic 'file-curl-httpheader' | Brad King | 2016-09-16 | 1 | -0/+36 |
|\ \ \ \ | |||||
| * | | | | file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboption | Ruslan Baratov | 2016-09-15 | 1 | -0/+36 |
* | | | | | Merge topic 'find_package-dir-sort' | Brad King | 2016-09-16 | 2 | -13/+131 |
|\ \ \ \ \ | |||||
| * | | | | | find_package: Optionally sort globbed directories in a meaningful order | Pierluigi Taddei | 2016-09-15 | 2 | -13/+131 |
| | |_|/ / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-16 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge topic 'update-kwsys' | Brad King | 2016-09-15 | 8 | -39/+1106 |
|\ \ \ \ | |||||
| * | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-09-14 | 3 | -38/+45 |
| * | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-09-14 | 5 | -1/+1061 |
* | | | | | Merge topic 'add-strverscmp' | Brad King | 2016-09-15 | 2 | -0/+87 |
|\ \ \ \ \ | |||||
| * | | | | | cmSystemTools: Add strverscmp | Brad King | 2016-09-13 | 2 | -0/+87 |
* | | | | | | Merge topic 'refactor-target-construction' | Brad King | 2016-09-15 | 6 | -78/+114 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | cmTarget: Inline SetType method at only remaining call site | Brad King | 2016-09-14 | 2 | -10/+6 |
| * | | | | | cmTarget: Construct with basic information up front | Brad King | 2016-09-14 | 5 | -32/+36 |
| * | | | | | Avoid requiring default cmTarget constructor for map indexing | Brad King | 2016-09-14 | 3 | -41/+65 |
| * | | | | | cmTarget: Add method to get a copy adapted for a directory | Brad King | 2016-09-14 | 2 | -0/+12 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'cmake-static-FindCacheFile' | Brad King | 2016-09-15 | 2 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | cmake: Make FindCacheFile a static method | Brad King | 2016-09-14 | 2 | -2/+2 |
| |/ / / / | |||||
* | | | | | Merge topic 'fix-ccmake-sun-gcc' | Brad King | 2016-09-15 | 2 | -8/+0 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | ccmake: Fix recent compilation regression with GCC on Solaris | Brad King | 2016-09-14 | 2 | -8/+0 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-15 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'minor-cleanup' | Brad King | 2016-09-14 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | cmGeneratorTarget: factor out a space | Ben Boeckel | 2016-09-13 | 1 | -3/+3 |
* | | | | | Merge topic 'cmake-E-help-order' | Brad King | 2016-09-14 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | cmcmd: Fix sort order in help output | Tobias Hunger | 2016-09-13 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'file-curl-userpw' | Brad King | 2016-09-14 | 1 | -0/+26 |
|\ \ \ \ \ | |||||
| * | | | | | file(DOWNLOAD|UPLOAD): Add 'USERPWD' suboption | Ruslan Baratov | 2016-09-13 | 1 | -0/+26 |
* | | | | | | Merge topic 'add_androidmk_generator' | Brad King | 2016-09-14 | 17 | -114/+947 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add support for creating prebuilt Android.mk files | Bill Hoffman | 2016-09-13 | 13 | -7/+805 |
| * | | | | | | Export: Virtualize file generation step helpers | Bill Hoffman | 2016-09-08 | 2 | -25/+26 |
| * | | | | | | Export: Factor out file generation steps into helpers | Bill Hoffman | 2016-09-08 | 4 | -87/+121 |
* | | | | | | | Merge topic 'ctest-subdir-spaces' | Brad King | 2016-09-14 | 1 | -8/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix CTest test file generation for spaces in subdirectory names | Stefano Soffia | 2016-09-13 | 1 | -0/+1 |
| * | | | | | | | cmLocalGenerator: Refactor test subdirectory generation loop | Stefano Soffia | 2016-09-13 | 1 | -8/+6 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'cmake-gui-open-project' | Brad King | 2016-09-14 | 3 | -0/+46 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmake-gui: Add button to open the generated project | Nico Heßler | 2016-09-13 | 3 | -0/+46 |
| |/ / / / / / | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-14 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge topic 'cmake-server-prepare' | Brad King | 2016-09-13 | 2 | -22/+45 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmake: Factor out method to find the CMakeCache.txt file | Tobias Hunger | 2016-09-12 | 2 | -17/+26 |
| * | | | | | | cmake: Introduce ReportCapabilitiesJson | Tobias Hunger | 2016-09-12 | 2 | -5/+19 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'timestamp-names' | Brad King | 2016-09-13 | 1 | -0/+2 |
|\ \ \ \ \ \ |