summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2013-02-151-1/+1
* CMake Nightly Date StampKitware Robot2013-02-141-1/+1
* CMake Nightly Date StampKitware Robot2013-02-131-1/+1
* Merge topic 'EclipseDetectClangIncludeDirs'Brad King2013-02-121-2/+2
|\
| * Eclipse: also detect include dirs and macro for clang (#13823)Alex Neundorf2013-02-101-2/+2
* | Merge topic 'UseMakefileHeaderExtensions'Brad King2013-02-122-39/+26
|\ \
| * | automoc: use the header extensions from cmMakefileAlex Neundorf2013-02-102-24/+10
| * | automoc: use a std::vector<> instead a std::listAlex Neundorf2013-02-102-16/+17
| |/
* | Merge topic 'CPackRPM-fixSomeRPMSpecificVarHandling'Brad King2013-02-121-9/+19
|\ \
| * | CPackRPM fix #13898 uses IF(DEFINED var) to avoid wrong var value logicEric NOULARD2013-02-091-9/+19
* | | Merge topic 'empty-compiler-crash'Brad King2013-02-121-1/+1
|\ \ \
| * | | Fix crash on empty CMAKE_<lang>_COMPILER value (#13901)Brad King2013-02-081-1/+1
* | | | CMake Nightly Date StampKitware Robot2013-02-121-1/+1
* | | | Merge topic 'minor-fixes'Brad King2013-02-1150-175/+434
|\ \ \ \
| * | | | Generate config-specific interface link libraries propeties.Stephen Kelly2013-02-091-6/+18
| * | | | Remove unused forward declarations.Stephen Kelly2013-02-091-3/+0
| * | | | Don't allow utility or global targets in the LINKED expression.Stephen Kelly2013-02-086-0/+26
| * | | | Make sure INTERFACE properties work with OBJECT libraries.Stephen Kelly2013-02-085-6/+31
| * | | | Whitelist target types in target_{include_directories,compile_definitions}Stephen Kelly2013-02-086-1/+22
| * | | | Ensure that the build interface includes have been added.Stephen Kelly2013-02-0811-2/+140
| * | | | Only append build interface include dirs to particular targets.Stephen Kelly2013-02-072-3/+11
| * | | | Don't keep track of content determined by target property values.Stephen Kelly2013-02-075-47/+15
| * | | | Move a special case for PIC from the genex to the cmTarget code.Stephen Kelly2013-02-072-7/+2
| * | | | Only use early evaluation termination for transitive properties.Stephen Kelly2013-02-072-3/+15
| * | | | Fix determination of evaluating link libraries.Stephen Kelly2013-02-071-2/+2
| * | | | Fix generation of COMPILE_DEFINITIONS in DependInfo.cmake.Stephen Kelly2013-02-071-22/+5
| * | | | Ensure type specific compatible interface properties do not intersect.Stephen Kelly2013-02-075-5/+45
| * | | | The COMPATIBLE_INTERFACE does not affect the target it is set on.Stephen Kelly2013-02-072-12/+27
| * | | | Test printing origin of include dirs from tll().Stephen Kelly2013-02-072-3/+16
| * | | | De-duplicate validation of genex target names.Stephen Kelly2013-02-074-16/+22
| * | | | Deduplicate the isGeneratorExpression method.Stephen Kelly2013-02-076-36/+19
| * | | | Process generator expressions for 'system' include directories.Stephen Kelly2013-02-074-7/+24
* | | | | CMake Nightly Date StampKitware Robot2013-02-111-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2013-02-101-1/+1
* | | | CMake Nightly Date StampKitware Robot2013-02-091-1/+1
| |/ / |/| |
* | | Merge topic 'style-fixes'Brad King2013-02-081-2/+2
|\ \ \ | |/ /
| * | Style: Use this-> when invoking member functions.Stephen Kelly2013-02-061-2/+2
* | | Merge topic 'generator-toolset'Brad King2013-02-0875-165/+420
|\ \ \
| * | | Tests: Add generator toolset supportBrad King2013-02-0745-13/+76
| * | | Tests: Consolidate ctest --build-and-test generator optionsBrad King2013-02-071-146/+78
| * | | Merge branch 'master' into generator-toolsetBrad King2013-02-07289-606/+3678
| |\ \ \
| * | | | ExternalProject: Propagate the generator toolsetBrad King2013-02-071-0/+11
| * | | | CTest: Add options to set generator toolsetBrad King2013-02-074-4/+31
| * | | | Xcode: Implement generator toolset selection (#9831, #13802)Brad King2013-02-078-1/+48
| * | | | VS: Implement generator toolset selection (#10722, #13774)Brad King2013-02-077-3/+33
| * | | | CMake: Add -T option to choose a generator toolsetBrad King2013-02-0719-0/+141
| * | | | Merge branch 'xcode-duplicate-flags-13354' into generator-toolsetBrad King2013-01-31211-3056/+5658
| |\ \ \ \
| * | | | | Tests: Run ctest custom commands with VERBATIMBrad King2013-01-312-3/+6
| * | | | | ExternalProject: Simplify CMake command line generationBrad King2013-01-311-4/+5
* | | | | | Merge topic 'CMAKE_CL_64-CXX'Brad King2013-02-081-1/+1
|\ \ \ \ \ \