summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style: Use this-> when invoking member functions.Stephen Kelly2013-02-061-2/+2
* CMake Nightly Date StampKitware Robot2013-02-061-1/+1
* Merge topic 'tll-includes-defines'Brad King2013-02-0541-94/+633
|\
| * Cache context-independent includes on evaluation.Stephen Kelly2013-02-035-14/+66
| * Optimize genex evaluation for includes and defines.Stephen Kelly2013-02-023-1/+35
| * find_package: Reword <package>_NO_INTERFACES documentationBrad King2013-02-011-18/+17
| * Test workaround of bad interface include directories from depends.Stephen Kelly2013-01-311-0/+41
| * Add includes and compile definitions with target_link_libraries.Stephen Kelly2013-01-3114-56/+213
| * Add the $<LINKED:...> generator expression.Stephen Kelly2013-01-3112-9/+196
| * Add API to check if we're reading a includes or defines property.Stephen Kelly2013-01-312-0/+18
| * Add a way to exclude INTERFACE properties from exported targets.Stephen Kelly2013-01-312-3/+25
| * Export targets to a targets file, not a Config file.Stephen Kelly2013-01-312-4/+4
| * Make it an error for INSTALL_PREFIX to be evaluated.Stephen Kelly2013-01-317-5/+20
| * Advance more when preprocessing exported strings.Stephen Kelly2013-01-311-1/+1
| * Handle reading empty properties defined by the link interface.Stephen Kelly2013-01-312-2/+16
* | Merge topic 'add-ExternalData-module'Brad King2013-02-05149-0/+1430
|\ \
| * \ Merge branch 'vs6-rule-files' into add-ExternalData-moduleBrad King2013-02-041-0/+3
| |\ \
| * | | ExternalData: Attach download rules to content links in IDEsBrad King2013-02-041-2/+2
| * | | Fix Module.ExternalData test on VS 6Brad King2013-02-041-0/+1
| * | | Fix Module.ExternalData test on CygwinBrad King2013-02-041-1/+5
| * | | Merge branch 'fix-atomic-rename-on-Windows' into add-ExternalData-moduleBrad King2013-02-041-31/+20
| |\ \ \
| * | | | ExternalData: Collapse ../ components in DATA{} pathsBrad King2013-01-306-6/+23
| * | | | ExternalData: Add support for SHA 1 and 2 hash algorithmsBrad King2013-01-3017-2/+51
| * | | | ExternalData: Generalize hash algo/ext handlingBrad King2013-01-301-11/+9
| * | | | ExternalData: Allow DATA{} syntax to reference directoriesBrad King2013-01-3015-9/+86
| * | | | ExternalData: Allow ()-groups in series match regexBrad King2013-01-302-6/+9
| * | | | ExternalData: Add tests covering interfaces and errorsBrad King2013-01-30123-0/+554
| * | | | ExternalData: Improve series matching using an explicit syntaxBrad King2013-01-291-27/+55
| * | | | ExternalData: Remove unused private interfaceBrad King2013-01-281-10/+0
| * | | | ExternalData: Cleanup stray TODO and typo in commentsBrad King2013-01-281-2/+1
| * | | | ExternalData: Do not match directory names when resolving DATA{}Brad King2013-01-281-2/+9
| * | | | ExternalData: Remove compatibility with CMake < 2.8.5Brad King2013-01-241-17/+6
| * | | | Add ExternalData moduleBrad King2013-01-242-0/+714
* | | | | Merge topic 'ninja-link-rsp-newlines'Brad King2013-02-051-1/+1
|\ \ \ \ \
| * | | | | Ninja: Avoid LNK1170 linker errorPatrick Gansterer2013-02-041-1/+1
* | | | | | Merge topic 'vs6-rule-files'Brad King2013-02-051-0/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | VS 6: Create .rule file directory before fileBrad King2013-02-031-0/+3
| | |/ / / | |/| | |
* | | | | Merge topic 'fix-atomic-rename-on-Windows'Brad King2013-02-051-31/+20
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix cmSystemTools::RenameFile race on WindowsBrad King2013-02-041-31/+20
| |/ / /