summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Automoc: do not use DEFINITIONS, but only COMPILE_DEFINITIONSAlex Neundorf2012-09-053-34/+6
| * | | | | | | | | Automoc: fix #13493, use target properties for include dirsAlex Neundorf2012-09-051-4/+16
* | | | | | | | | | exports: add a test for exporting dependent targetsAlex Neundorf2012-09-304-0/+21
* | | | | | | | | | exports: define a CMAKE_FIND_PACKAGE_NAME var set by find_package()Alex Neundorf2012-09-302-1/+10
* | | | | | | | | | exports: move the handling of missing targets into subclassesAlex Neundorf2012-09-306-98/+124
* | | | | | | | | | exports: fix build with MSVC6Alex Neundorf2012-09-284-7/+7
* | | | | | | | | | exports: first try at error handling if a target is missingAlex Neundorf2012-09-284-11/+42
* | | | | | | | | | exports: accept a missing target if it is exported exactly onceAlex Neundorf2012-09-287-22/+111
* | | | | | | | | | exports: store pointers to all installations of each export setAlex Neundorf2012-09-283-0/+14
* | | | | | | | | | exports: cmGlobalGenerator::ExportSets destructor will clear itYury G. Kudryashov2012-09-281-1/+0
* | | | | | | | | | exports: Hold an ExportSet pointer in cm*Export*GeneratorYury G. Kudryashov2012-09-285-38/+30
* | | | | | | | | | exports: Add cmExportSetMap classYury G. Kudryashov2012-09-288-38/+76
* | | | | | | | | | exports: Create class cmExportSetYury G. Kudryashov2012-09-2810-43/+103
* | | | | | | | | | exports: Rename cmGlobalGenerator::AddTargetToExport{s,}Yury G. Kudryashov2012-09-283-17/+3
* | | | | | | | | | exports: Remove cmTargetExport constructorYury G. Kudryashov2012-09-284-31/+25
* | | | | | | | | | exports: Move cmTargetExport to a dedicated header fileYury G. Kudryashov2012-09-285-31/+54
* | | | | | | | | | find_package: add support for a <package>_NOT_FOUND_MESSAGE variableAlex Neundorf2012-09-283-0/+16
* | | | | | | | | | Modules/readme.txt: fix typoAlex Neundorf2012-09-281-1/+1
* | | | | | | | | | cmGlobalGenerator.h: some minor coding style fixesAlex Neundorf2012-09-281-6/+5
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | 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
* | | | | | | | Merge topic 'FortranCrossCompiling3'Brad King2012-09-121-0/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | CMakeDetermineFortranCompiler: add support for cross-compiling (#13379)Alex Neundorf2012-09-111-0/+26
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-09-121-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge topic 'curl-openssl'Brad King2012-09-115-19/+38
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | curl: Honor OPENSSL_NO_SSL2Brad King2012-09-073-2/+10
| * | | | | | | curl: Make OpenSSL DLLs available to CMake on WindowsBill Hoffman2012-09-071-2/+24
| * | | | | | | curl: Use find_package(OpenSSL)Bill Hoffman2012-09-072-15/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'CPackRPM_handleAttrDirectiveProperly-reloaded'Brad King2012-09-111-4/+10
|\ \ \ \ \ \ \
| * | | | | | | Handles %attr(nnn,-,-) /path/to/file in CPACK_RPM_USER_FILELIST properly.Eric NOULARD2012-09-101-4/+10
* | | | | | | | Merge topic 'docbook-validate'Brad King2012-09-1138-106/+14604
|\ \ \ \ \ \ \ \
| * | | | | | | | docbook: Fix Sun CC warning on ptr_fun(isalnum)Brad King2012-09-101-1/+8
| * | | | | | | | docbook: Fix formatter naming convention to avoid shadowBrad King2012-09-092-3/+3
| * | | | | | | | docbook: Remove redundant docs that cause invalid DocBookDaniel Pfeifer2012-09-081-7/+0
| * | | | | | | | docbook: Add CMake.DocBook test to validate xml (#13508)Daniel Pfeifer2012-09-081-6/+15
| * | | | | | | | docbook: Add support for <abstract> at section level 1Daniel Pfeifer2012-09-081-2/+24
| * | | | | | | | docbook: Cleanup formatter and generated DocBookDaniel Pfeifer2012-09-071-24/+24
| * | | | | | | | docbook: Fix the DocBook section outputDaniel Pfeifer2012-09-071-24/+15
| * | | | | | | | docbook: Factor out code to write valid DocBook IDsDaniel Pfeifer2012-09-072-37/+36
| * | | | | | | | docbook: Remove table of contentsDaniel Pfeifer2012-09-071-18/+0
| * | | | | | | | Utilities/xml: Add docbook-4.5 DTD (#13508)Brad King2012-09-0733-0/+14494
| * | | | | | | | Utilities/xml: Add .gitattributes to disable whitespace checksBrad King2012-09-071-0/+1
* | | | | | | | | Merge topic 'simplify-CMake.HTML-test'Brad King2012-09-115-8/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Simplify CMake.HTML documentation test command lineDaniel Pfeifer2012-09-075-8/+8
| | |/ / / / / / | |/| | | | | |