summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-1921-229/+1388
|\
| * cmGeneratorExpression: Port users to two-stage processingStephen Kelly2012-09-185-56/+95
| * cmGeneratorExpression: Re-write for multi-stage evaluationStephen Kelly2012-09-1818-201/+1321
* | CMake Nightly Date StampKitware Robot2012-09-191-1/+1
* | Merge topic 'findsdl-unlimited-main-13262'David Cole2012-09-181-3/+5
|\ \
| * | FindSDL: add SDLMAIN_LIBRARY only once (#13262)Rolf Eike Beer2012-09-171-3/+5
* | | Merge topic 'cleanup-TLS-and-SSL-interface'David Cole2012-09-183-65/+45
|\ \ \
| * | | file(DOWNLOAD): Make TLS options behave as documentedBrad King2012-09-171-33/+13
| * | | Rename SSL terminology to TLSBrad King2012-09-143-43/+43
* | | | Merge topic 'ExternalProject-check-hashes'David Cole2012-09-182-50/+77
|\ \ \ \ | |/ / /
| * | | Add SSL_VERIFYPEER and CAINFO file options to ExternalProject_Add.Bill Hoffman2012-09-121-2/+31
| * | | ExternalProject: Generalize URL_MD5 option to URL_HASHBrad King2012-09-112-50/+48
* | | | 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 'openscenegraph-simplify-fphsa'David Cole2012-09-181-69/+11
|\ \ \ \ \
| * | | | | FindOpenSceneGraph: simplify by using more features of FPHSARolf Eike Beer2012-09-121-69/+11
| | |_|/ / | |/| | |
* | | | | Merge topic 'if-version-depth'David Cole2012-09-182-6/+17
|\ \ \ \ \
| * | | | | if: Compare up to 8 components in VERSION testsBrad King2012-09-112-6/+17
| | |_|_|/ | |/| | |
* | | | | Merge topic 'NewFindGLEWModule'David Cole2012-09-181-0/+30
|\ \ \ \ \
| * | | | | Initial version of find moduleBenjamin Eikel2012-09-011-0/+30
* | | | | | 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
* | | | | | | Merge topic 'topics/FindCUDA/Add-CUDA_HOST_COMPILER'David Cole2012-09-182-7/+27
|\ \ \ \ \ \ \
| * | | | | | | FindCUDA: Added CUDA_HOST_COMPILER variable.James Bigler2012-08-202-7/+27
* | | | | | | | 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-127-40/+201
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Utilities/Release: Enable CMAKE_USE_OPENSSL in nightly binariesBill Hoffman2012-09-114-0/+13
| * | | | | file(DOWNLOAD): Add options for SSLBill Hoffman2012-09-112-1/+77
| * | | | | Merge branch 'curl-openssl' into file-download-verifyBrad King2012-09-115-19/+38
| |\ \ \ \ \
| * | | | | | file(DOWNLOAD): Generalize EXPECTED_MD5 to EXPECTED_HASHBill Hoffman2012-09-113-39/+111