Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | CMake 2.8.10.1v2.8.10.1 | Brad King | 2012-11-06 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Merge topic 'windows-ce-vs-subsystem' | Brad King | 2013-02-15 | 1 | -2/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | VS: Specify WinCE subsystems correctly in VS 9 2008 | Mark Salisbury | 2013-02-13 | 1 | -3/+17 | |
| * | | | | | | | | | | | | | | | | VS: Specify WinCE subsystem also for DLLs | Mark Salisbury | 2013-02-13 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | Merge topic 'file-REMOVE_RECURSE-symlink' | Brad King | 2013-02-15 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | file: Do not remove symlinked directories recursively (#10538) | Brad King | 2013-02-13 | 1 | -1/+2 | |
| |/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge topic 'linked-usage-cleanup' | Brad King | 2013-02-15 | 15 | -347/+254 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Revert "Add a way to exclude INTERFACE properties from exported targets." | Stephen Kelly | 2013-02-13 | 2 | -25/+3 | |
| * | | | | | | | | | | | | | | | | | Revert "find_package: Reword <package>_NO_INTERFACES documentation" | Stephen Kelly | 2013-02-13 | 1 | -17/+18 | |
| * | | | | | | | | | | | | | | | | | Revert "Add the $<LINKED:...> generator expression." | Stephen Kelly | 2013-02-13 | 4 | -164/+8 | |
| * | | | | | | | | | | | | | | | | | Don't populate INTERFACE includes and defines properties in tll. | Stephen Kelly | 2013-02-13 | 1 | -44/+0 | |
| * | | | | | | | | | | | | | | | | | Revert "Don't allow utility or global targets in the LINKED expression." | Stephen Kelly | 2013-02-13 | 1 | -8/+0 | |
| * | | | | | | | | | | | | | | | | | Use the link information as a source of compile definitions and includes. | Stephen Kelly | 2013-02-13 | 4 | -57/+218 | |
| * | | | | | | | | | | | | | | | | | Rename the IncludeDirectoriesEntry to be more generic. | Stephen Kelly | 2013-02-12 | 8 | -49/+23 | |
| * | | | | | | | | | | | | | | | | | Fix determination of when we're evaluating compile definitions. | Stephen Kelly | 2013-02-12 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-15 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-14 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-13 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | Merge topic 'UseMakefileHeaderExtensions' | Brad King | 2013-02-12 | 2 | -39/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | automoc: use the header extensions from cmMakefile | Alex Neundorf | 2013-02-10 | 2 | -24/+10 | |
| * | | | | | | | | | | | | | | | | | automoc: use a std::vector<> instead a std::list | Alex Neundorf | 2013-02-10 | 2 | -16/+17 | |
* | | | | | | | | | | | | | | | | | | Merge topic 'empty-compiler-crash' | Brad King | 2013-02-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Fix crash on empty CMAKE_<lang>_COMPILER value (#13901) | Brad King | 2013-02-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-12 | 1 | -1/+1 | |
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge topic 'minor-fixes' | Brad King | 2013-02-11 | 17 | -157/+174 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Remove unused forward declarations. | Stephen Kelly | 2013-02-09 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | | | | Don't allow utility or global targets in the LINKED expression. | Stephen Kelly | 2013-02-08 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | | | | Make sure INTERFACE properties work with OBJECT libraries. | Stephen Kelly | 2013-02-08 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | | | | Whitelist target types in target_{include_directories,compile_definitions} | Stephen Kelly | 2013-02-08 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | | | Ensure that the build interface includes have been added. | Stephen Kelly | 2013-02-08 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | Only append build interface include dirs to particular targets. | Stephen Kelly | 2013-02-07 | 2 | -3/+11 | |
| * | | | | | | | | | | | | | | | | Don't keep track of content determined by target property values. | Stephen Kelly | 2013-02-07 | 5 | -47/+15 | |
| * | | | | | | | | | | | | | | | | Move a special case for PIC from the genex to the cmTarget code. | Stephen Kelly | 2013-02-07 | 2 | -7/+2 | |
| * | | | | | | | | | | | | | | | | Only use early evaluation termination for transitive properties. | Stephen Kelly | 2013-02-07 | 1 | -2/+11 | |
| * | | | | | | | | | | | | | | | | Fix determination of evaluating link libraries. | Stephen Kelly | 2013-02-07 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | Fix generation of COMPILE_DEFINITIONS in DependInfo.cmake. | Stephen Kelly | 2013-02-07 | 1 | -22/+5 | |
| * | | | | | | | | | | | | | | | | Ensure type specific compatible interface properties do not intersect. | Stephen Kelly | 2013-02-07 | 1 | -5/+29 | |
| * | | | | | | | | | | | | | | | | The COMPATIBLE_INTERFACE does not affect the target it is set on. | Stephen Kelly | 2013-02-07 | 1 | -12/+12 | |
| * | | | | | | | | | | | | | | | | De-duplicate validation of genex target names. | Stephen Kelly | 2013-02-07 | 4 | -16/+22 | |
| * | | | | | | | | | | | | | | | | Deduplicate the isGeneratorExpression method. | Stephen Kelly | 2013-02-07 | 6 | -36/+19 | |
| * | | | | | | | | | | | | | | | | Process generator expressions for 'system' include directories. | Stephen Kelly | 2013-02-07 | 4 | -7/+24 | |
* | | | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-11 | 1 | -1/+1 | |
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-10 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-09 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge topic 'style-fixes' | Brad King | 2013-02-08 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Style: Use this-> when invoking member functions. | Stephen Kelly | 2013-02-06 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | Merge topic 'generator-toolset' | Brad King | 2013-02-08 | 14 | -4/+174 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into generator-toolset | Brad King | 2013-02-07 | 56 | -471/+1425 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | CTest: Add options to set generator toolset | Brad King | 2013-02-07 | 4 | -4/+31 | |
| * | | | | | | | | | | | | | | | | Xcode: Implement generator toolset selection (#9831, #13802) | Brad King | 2013-02-07 | 4 | -0/+36 | |