Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2015-02-27 | 3 | -30/+59 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-02-26 | 3 | -30/+59 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | KWSys 2015-02-25 (1b75ad3d) | KWSys Robot | 2015-02-26 | 3 | -30/+59 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-02-27 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge topic 'windows-rc-enable-later' | Brad King | 2015-02-26 | 4 | -9/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | RC: Add platform-specific preprocessor definitions (#15404) | Brad King | 2015-02-25 | 1 | -0/+4 | |
| * | | | | | | RC: Enable language after C, CXX, or Fortran is enabled (#15404) | Brad King | 2015-02-25 | 3 | -6/+6 | |
| * | | | | | | RC: Drop unused CMAKE_COMPILE_RESOURCE variable setting | Brad King | 2015-02-25 | 2 | -3/+0 | |
* | | | | | | | Merge topic 'ExternalData-url-algo-map' | Brad King | 2015-02-26 | 15 | -1/+96 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | ExternalData: Add support for custom algorithm-to-URL mapping | Brad King | 2015-02-25 | 15 | -1/+96 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-02-26 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'release' | Brad King | 2015-02-25 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Merge branch 'sln-no-bom' into release | Brad King | 2015-02-24 | 2 | -10/+0 | |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge topic 'test-drop-CTestTestFailedSubmit' | Brad King | 2015-02-25 | 2 | -91/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Tests: Drop CTestTestFailedSubmit-* tests | Brad King | 2015-02-24 | 2 | -91/+0 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'CheckCompilerFlag-use-FLAGS' | Brad King | 2015-02-25 | 3 | -12/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Check*CompilerFlag: Refactor method used to pass flags | Mark Abraham | 2015-02-24 | 3 | -12/+12 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'vs-midl-absolute-OutputDirectory' | Brad King | 2015-02-25 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmVisualStudio10TargetGenerator: Wrap long line | Brad King | 2015-02-24 | 1 | -1/+2 | |
* | | | | | | | | Merge topic 'refine-MSVC-ARM-WinCE' | Brad King | 2015-02-25 | 3 | -14/+48 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MSVC: Compile with arch-specific flags on ARM platforms (#14552) | Gunnar Roth | 2015-02-24 | 1 | -0/+11 | |
| * | | | | | | | | MSVC: Distinguish among ARM architectures more precisely (#14552) | Gunnar Roth | 2015-02-24 | 3 | -13/+36 | |
| * | | | | | | | | MSVC: Define /DWINCE when building for WinCE platforms (#14552) | Gunnar Roth | 2015-02-24 | 1 | -1/+1 | |
* | | | | | | | | | Merge topic 'sln-no-bom' | Brad King | 2015-02-25 | 2 | -10/+0 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | VS: Do not generate a BOM in .sln files | Brad King | 2015-02-24 | 2 | -10/+0 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-02-25 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge topic 'cleanup-cmAlgorithms' | Brad King | 2015-02-24 | 1 | -24/+37 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmAlgorithms: Cache the end iterators in algorithms. | Stephen Kelly | 2015-02-24 | 1 | -4/+7 | |
| * | | | | | | cmAlgorithms: Remove needless assignment. | Stephen Kelly | 2015-02-24 | 1 | -2/+1 | |
| * | | | | | | cmAlgorithms: Maintain the pivot iterator in cmRemoveIndices. | Stephen Kelly | 2015-02-24 | 1 | -2/+4 | |
| * | | | | | | cmAlgorithms: Relax iterator requirement for cmRemoveIndices. | Stephen Kelly | 2015-02-24 | 1 | -2/+5 | |
| * | | | | | | cmAlgorithms: Make cmRemoveDuplicates work with more containers. | Stephen Kelly | 2015-02-24 | 1 | -2/+3 | |
| * | | | | | | cmAlgorithms: Rename template argument to RemoveN. | Stephen Kelly | 2015-02-24 | 1 | -3/+3 | |
| * | | | | | | cmAlgorithms: Relax cmRemoveN requirement to FwdIter. | Stephen Kelly | 2015-02-24 | 1 | -1/+3 | |
| * | | | | | | cmAlgorithms: Add a size() to cmRange. | Stephen Kelly | 2015-02-24 | 1 | -0/+3 | |
| * | | | | | | cmAlgorithms: Rename template type in cmDeleteAll algorithm. | Stephen Kelly | 2015-02-23 | 1 | -10/+10 | |
| * | | | | | | cmAlgorithms: Add const to const objects. | Stephen Kelly | 2015-02-23 | 1 | -3/+3 | |
* | | | | | | | Merge topic 'FindMatlab-remove-trailing-lines' | Brad King | 2015-02-24 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | FindMatlab: Remove trailing blank lines | Brad King | 2015-02-24 | 1 | -1/+0 | |
* | | | | | | | | Merge topic 'osx-CFBundleExecutable' | Brad King | 2015-02-24 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | OS X: Shorten CFBundleExecutable to file name only | Gregor Jasny | 2015-02-23 | 1 | -1/+2 | |
* | | | | | | | | | Merge topic 'osx-framework-search-platform-SDKs' | Brad King | 2015-02-24 | 4 | -1/+17 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | OS X: Add platform-specific Frameworks search path | Gregor Jasny | 2015-02-23 | 4 | -1/+17 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'FeatureSummary-no-duplicates' | Brad King | 2015-02-24 | 4 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | FeatureSummary: Print each feature info only once | Gregor Jasny | 2015-02-23 | 4 | -0/+16 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'vs-midl-absolute-OutputDirectory' | Brad King | 2015-02-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | VS: Specify absolute output directory for the Midl tool | Tim Blechmann | 2015-02-23 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'rpm_at_in_path' | Brad King | 2015-02-24 | 3 | -12/+26 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | CPackRPM: Drop explicit handling of '@' symbols that breaks them (#14782) | Domen Vrankar | 2015-02-24 | 3 | -12/+26 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'GetPrerequisites-file-command-update' | Brad King | 2015-02-24 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ |