Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'target-objects-refactor' | Brad King | 2014-03-17 | 32 | -242/+338 |
|\ | |||||
| * | cmGlobalGenerator: Make ComputeTargetObjects non-virtual | Stephen Kelly | 2014-03-15 | 10 | -103/+20 |
| * | cmGeneratorTarget: Don't store ObjectSources for object libraries. | Stephen Kelly | 2014-03-15 | 2 | -7/+4 |
| * | cmLocalGenerator: Add ComputeObjectFilenames interface. | Stephen Kelly | 2014-03-13 | 14 | -69/+176 |
| * | cmGeneratorTarget: Constify cmSourceFile* in containers. | Stephen Kelly | 2014-03-13 | 13 | -75/+84 |
| * | Constify some APIs in generators. | Stephen Kelly | 2014-03-13 | 8 | -32/+36 |
| * | cmGeneratorTarget: Make GetSourceDepends const. | Stephen Kelly | 2014-03-13 | 2 | -3/+4 |
| * | cmOSXBundleGenerator: Make MacOSXContentGeneratorType arg const. | Stephen Kelly | 2014-03-13 | 5 | -5/+6 |
| * | cmGeneratorTarget: Constify the AddExplicitObjectName API. | Stephen Kelly | 2014-03-13 | 2 | -2/+2 |
| * | cmGeneratorTarget: Constify the AddObject API. | Stephen Kelly | 2014-03-13 | 2 | -2/+3 |
| * | cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface. | Stephen Kelly | 2014-03-13 | 10 | -23/+56 |
| * | Makefiles: Compute local object files on demand. | Stephen Kelly | 2014-03-13 | 3 | -24/+50 |
* | | Merge topic 'CONFIG-LOCATION-CMP0026' | Brad King | 2014-03-17 | 1 | -0/+15 |
|\ \ | |||||
| * | | cmTarget: Port <CONFIG>_LOCATION support to updated string APIs | Stephen Kelly | 2014-03-17 | 1 | -2/+2 |
| * | | Merge branch 'master' into CONFIG-LOCATION-CMP0026 | Brad King | 2014-03-17 | 502 | -6443/+7988 |
| |\ \ | |||||
| * | | | cmTarget: Restore <CONFIG>_LOCATION to CMP0026 OLD behavior (#14808) | Stephen Kelly | 2014-03-17 | 1 | -0/+15 |
* | | | | Merge topic 'unicode-vs-projects' | Brad King | 2014-03-17 | 9 | -14/+37 |
|\ \ \ \ | |||||
| * | | | | Encoding: If configured, write Visual Studio project files as UTF-8. | Clinton Stimpson | 2014-03-14 | 5 | -8/+30 |
| * | | | | Encoding: Provide option to configure CMake to use UTF-8 encoding. | Clinton Stimpson | 2014-03-14 | 4 | -6/+7 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'fix-Qt5-windows-build' | Brad King | 2014-03-17 | 1 | -2/+6 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | QtDialog: Avoid linking to Qt4 WinMain when using Qt 5. | Stephen Kelly | 2014-03-17 | 1 | -2/+6 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-17 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-16 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-15 | 1 | -1/+1 |
* | | | | Merge topic 'ctest-intel-coverage' | Brad King | 2014-03-14 | 2 | -0/+309 |
|\ \ \ \ | |||||
| * | | | | CTest: Add support for Intel coverage files | Volkan Gezer | 2014-03-13 | 2 | -0/+309 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'cpack-deb-compression-types' | Brad King | 2014-03-14 | 1 | -9/+37 |
|\ \ \ \ | |||||
| * | | | | CPackDeb: Add option to set compression type | Sean D'Epagnier | 2014-03-14 | 1 | -9/+37 |
| |/ / / | |||||
* | | | | Merge topic 'unicode-cmake-gui' | Brad King | 2014-03-14 | 1 | -2/+0 |
|\ \ \ \ | |||||
| * | | | | cmake-gui: Fix compile with Qt5 using UTF-8 internal encoding. | Clinton Stimpson | 2014-03-13 | 1 | -2/+0 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-14 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'generalize-cmCustomCommandGenerator' | Brad King | 2014-03-13 | 22 | -180/+217 |
|\ \ \ \ | |||||
| * | | | | Generalize cmCustomCommandGenerator to more fields | Brad King | 2014-03-12 | 19 | -123/+182 |
| * | | | | cmGlobalXCodeGenerator: Simplify handling of multiple outputs | Brad King | 2014-03-12 | 2 | -34/+19 |
| * | | | | cmCustomCommand: Return std::string from GetWorkingDirectory | Brad King | 2014-03-12 | 7 | -29/+22 |
* | | | | | Merge topic 'string-apis-fix-cmake-gui' | Brad King | 2014-03-13 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | cmake-gui: Fix handling of missing CMAKE_EXTRA_GENERATOR (#14804) | Brad King | 2014-03-12 | 1 | -1/+1 |
* | | | | | | Merge topic 'fix-CMP0046-warning' | Brad King | 2014-03-13 | 1 | -4/+3 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | cmTarget: Don't create duplicate backtraces in CMP0046 warning | Stephen Kelly | 2014-03-12 | 1 | -4/+3 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Merge branch 'fix-AUTOGEN-custom-command-depends' into release | Brad King | 2014-03-10 | 1 | -0/+12 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'fix-policy-scopes' into release | Brad King | 2014-03-10 | 3 | -4/+7 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'fix-check-build-system-crash' into release | Brad King | 2014-03-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-13 | 1 | -1/+1 |
| |_|_|_|_|/ / |/| | | | | | | |||||
* | | | | | | | Merge topic 'remove-c_str-calls' | Brad King | 2014-03-12 | 169 | -1679/+1679 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Workaround Sun C++ 5.9 compiler crash | Brad King | 2014-03-12 | 1 | -2/+2 |
| * | | | | | | | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 49 | -297/+297 |
| * | | | | | | | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 157 | -1384/+1384 |
* | | | | | | | | Merge topic 'unicode-cmake-gui' | Brad King | 2014-03-12 | 2 | -0/+13 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Unicode: cmake-gui encoding now matches KWSys encoding. | Clinton Stimpson | 2014-03-11 | 2 | -0/+13 |
| |/ / / / / | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-12 | 1 | -1/+1 |