Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944) | Brad King | 2016-02-01 | 3 | -0/+16 |
* | Merge topic 'UseJava-fix-doc-typo' | Brad King | 2016-01-27 | 1 | -1/+1 |
|\ | |||||
| * | UseJava: Fix documented name of `CLASSDIR` property (#15936) | Brad King | 2016-01-26 | 1 | -1/+1 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-27 | 1 | -1/+1 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-26 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'release' | Brad King | 2016-01-25 | 0 | -0/+0 |
|\ | |||||
| * | CMake 3.4.3v3.4.3 | Brad King | 2016-01-25 | 1 | -1/+1 |
* | | Merge branch 'release' | Brad King | 2016-01-25 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Merge branch 'vs-win10-sdk' into release | Brad King | 2016-01-21 | 3 | -6/+8 |
| |\ | |||||
* | \ | Merge topic 'vs-win10-sdk' | Brad King | 2016-01-25 | 3 | -6/+8 |
|\ \ \ | | |/ | |/| | |||||
| * | | VS: Do not fail on Windows 10 with VS 2015 if no SDK is available (#15929) | Brad King | 2016-01-21 | 3 | -6/+8 |
* | | | Merge topic 'FindBoost-1.61' | Brad King | 2016-01-25 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | FindBoost: Add support for Boost 1.61 | Sergei Nikulov | 2016-01-22 | 1 | -2/+2 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-25 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-24 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-23 | 1 | -1/+1 |
* | | | | Merge topic 'test-fltk_wrap_ui' | Brad King | 2016-01-22 | 3 | -4/+7 |
|\ \ \ \ | |||||
| * | | | | Tests: Cover fltk_wrap_ui on an executable that links libraries | Brad King | 2016-01-21 | 3 | -4/+7 |
* | | | | | Merge topic 'FindPNG-imported-targets' | Brad King | 2016-01-22 | 6 | -7/+97 |
|\ \ \ \ \ | |||||
| * | | | | | FindPNG: Create an imported PNG::PNG target (#15911) | Sam Thursfield | 2016-01-21 | 6 | -7/+97 |
* | | | | | | Merge topic 'fix-use-generator-target' | Brad King | 2016-01-22 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmExportInstallFileGenerator: Fix crash in FindNamespaces | Andrey Pokrovskiy | 2016-01-21 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'fix-pkg_search_module-cache' | Brad King | 2016-01-22 | 3 | -0/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindPkgConfig: set standard variables in the cache | Ben Boeckel | 2016-01-21 | 3 | -0/+20 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-22 | 1 | -1/+1 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge topic 'reduce-allocations' | Brad King | 2016-01-21 | 6 | -29/+26 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove temporary allocations when calling cmHasLiteral{Suf,Pre}fix. | Milian Wolff | 2016-01-20 | 1 | -2/+2 |
| * | | | | | | Optimize cmMakefile::ExpandVariablesInStringNew. | Milian Wolff | 2016-01-20 | 1 | -10/+9 |
| * | | | | | | Remove temporary allocations in cmMacroHelper::InvokeInitialPass. | Milian Wolff | 2016-01-20 | 1 | -9/+7 |
| * | | | | | | Remove temporary allocations by extending the lifetime of the retval. | Milian Wolff | 2016-01-20 | 1 | -6/+6 |
| * | | | | | | Remove temporary allocations when calling cmGeneratorTarget::GetName. | Milian Wolff | 2016-01-20 | 2 | -2/+2 |
* | | | | | | | Merge topic 'add-FindXalanC' | Brad King | 2016-01-21 | 8 | -0/+210 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | FindXalanC: New module to find the Apache Xalan-C++ library | Roger Leigh | 2016-01-20 | 8 | -0/+210 |
* | | | | | | | | Merge topic 'cmake-E-time-quoting' | Brad King | 2016-01-21 | 6 | -2/+19 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmake: Fix `-E time` argument passing to child | Brad King | 2016-01-20 | 6 | -2/+19 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'ExternalProject-ctest-config' | Brad King | 2016-01-21 | 1 | -3/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | ExternalProject: Fix TEST_BEFORE_INSTALL for multi-config generators | Brad King | 2016-01-20 | 1 | -0/+3 |
| * | | | | | | | | ExternalProject: Simplify `cmake --build` configuration passing | Brad King | 2016-01-20 | 1 | -3/+3 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'GetPrerequisites-ms-ucrt' | Brad King | 2016-01-21 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | GetPrerequisites: Define api-ms-win-* files as system libraries (#15691) | André Klitzing | 2016-01-19 | 1 | -2/+2 |
| |/ / / / / / | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-21 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge topic 'cleanup-RunSingleCommand' | Brad King | 2016-01-20 | 4 | -51/+37 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmSystemTools: Teach RunSingleCommand to merge child pipes when possible | Brad King | 2016-01-19 | 1 | -23/+21 |
| * | | | | | | cmSystemTools: Simplify RunSingleCommand output string construction | Brad King | 2016-01-19 | 1 | -13/+4 |
| * | | | | | | cmSystemTools: Drop redundant condition in RunSingleCommand | Brad King | 2016-01-19 | 1 | -9/+7 |
| * | | | | | | cmSystemTools: Rename OUTPUT_NORMAL to OUTPUT_FORWARD to clarify its purpose | Brad King | 2016-01-19 | 2 | -3/+3 |
| * | | | | | | cmcmd.cxx: Remove unused code in __run_iwyu implementation | Brad King | 2016-01-19 | 1 | -3/+2 |
| * | | | | | | cmake: Change `-E chdir` to pass through stdout/stderr directly | Brad King | 2016-01-19 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'mfc-utility-targets' | Brad King | 2016-01-20 | 1 | -6/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix MFC setting on utility targets (#15867) | Clinton Stimpson | 2016-01-19 | 1 | -6/+9 |
| |/ / / / / |