summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Add a generator expression for target properties.Stephen Kelly2012-09-286-5/+66
* Extend the generator expression language with more logic.Stephen Kelly2012-09-282-0/+74
* Refactor GetCompileDefinitions a bit.Stephen Kelly2012-09-211-6/+6
* Return a std::string from GetCompileDefinitions.Stephen Kelly2012-09-215-8/+10
* Add an AppendDefines std::string overload.Stephen Kelly2012-09-211-0/+5
* Convert paths in INCLUDE_DIRECTORIES property to Unix slashes.Stephen Kelly2012-09-211-2/+7
* Don't prepend a path before generator expressions in include_directories.Stephen Kelly2012-09-211-4/+7
* Add include guard for cmGeneratorExpression.Stephen Kelly2012-09-211-0/+6
* Port remaining code to GetCompileDefinitions().Stephen Kelly2012-09-214-36/+18
* Fix indentation in the code blocks generator.Stephen Kelly2012-09-211-43/+41
* Revert "Move GenerateTargetManifest to cmGeneratorTarget."Stephen Kelly2012-09-205-79/+76
* Fix compiler warning with initialization order.Stephen Kelly2012-09-191-1/+1
* Add convenience for getting a cmGeneratorTarget to use.Stephen Kelly2012-09-192-0/+7
* Add a wrapper for accessing config-specific compile-definitions.Stephen Kelly2012-09-195-12/+31
* Append the COMPILE_DEFINITIONS from the Makefile to all targets.Stephen Kelly2012-09-194-26/+19
* Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-1916-52/+68
* Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget.Stephen Kelly2012-09-196-26/+28
* Move GetCreateRuleVariable to cmGeneratorTarget.Stephen Kelly2012-09-195-24/+25
* Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-1913-49/+56
* Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-1913-78/+95
* Move GenerateTargetManifest to cmGeneratorTarget.Stephen Kelly2012-09-195-76/+79
* Store cmGeneratorTargets with the makefile.Stephen Kelly2012-09-194-6/+24
* Add more forwarding API to cmGeneratorTarget.Stephen Kelly2012-09-192-0/+36
* Merge topic 'generator-expression-refactor'Brad King2012-09-1912-222/+1249
|\
| * cmGeneratorExpression: Port users to two-stage processingStephen Kelly2012-09-185-56/+95
| * cmGeneratorExpression: Re-write for multi-stage evaluationStephen Kelly2012-09-189-194/+1182
* | CMake Nightly Date StampKitware Robot2012-09-191-1/+1
* | Merge topic 'cleanup-TLS-and-SSL-interface'David Cole2012-09-182-45/+25
|\ \
| * | file(DOWNLOAD): Make TLS options behave as documentedBrad King2012-09-171-33/+13
| * | Rename SSL terminology to TLSBrad King2012-09-142-23/+23
* | | Merge topic 'vs-simplify-CreateLocalGenerator'David Cole2012-09-186-42/+0
|\ \ \
| * | | VS: Remove duplicated implementations of CreateLocalGenerator()Patrick Gansterer2012-09-146-42/+0
* | | | Merge topic 'if-version-depth'David Cole2012-09-181-6/+10
|\ \ \ \
| * | | | if: Compare up to 8 components in VERSION testsBrad King2012-09-111-6/+10
| | |_|/ | |/| |
* | | | Merge topic 'qt5-qtdialog-port'David Cole2012-09-183-99/+117
|\ \ \ \
| * | | | Build with Qt5 if it is found.Stephen Kelly2012-08-221-6/+23
| * | | | Compile with both Qt4 and Qt5.Stephen Kelly2012-08-211-0/+4
| * | | | Replace two include_directories with a setting.Stephen Kelly2012-08-211-2/+1
| * | | | Use add_subdirectory instead of the obsolete subdirs.Stephen Kelly2012-08-211-1/+1
| * | | | Remove an if which is always true.Stephen Kelly2012-08-211-7/+6
| * | | | Move variable setting down to where it relates to.Stephen Kelly2012-08-211-1/+1
| * | | | Use CMake platform variables instead of Qt ones.Stephen Kelly2012-08-211-2/+2
| * | | | Add a return-after-error if an old Qt is found.Stephen Kelly2012-08-211-94/+93
* | | | | CMake Nightly Date StampKitware Robot2012-09-181-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-171-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-161-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-151-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2012-09-141-1/+1
* | | | CMake Nightly Date StampKitware Robot2012-09-131-1/+1
* | | | Merge topic 'file-download-verify'Brad King2012-09-122-40/+135
|\ \ \ \ | | |_|/ | |/| |