summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* sha2: Wrap long lines in third-party declarationsBrad King2011-11-161-5/+10
* Disable file() and string() hash commands during bootstrapBrad King2011-11-162-0/+14
* sha2: Suppress Borland warnings in third-party codeBrad King2011-11-161-0/+3
* sha2: Use KWIML fixed-size integer constant macrosBrad King2011-11-161-102/+121
* Add string(MD5) and string(SHA*) commands to compute hashesBrad King2011-11-162-0/+37
* cmCryptoHash: Provide factory "New" methodBrad King2011-11-163-13/+23
* sha2: Use "static const" instead of "const static" declarationsBrad King2011-11-161-7/+7
* Add file(SHA*) commands to compute cryptographic hashesBrad King2011-11-164-3/+60
* sha2: Build as part of CMakeLibBrad King2011-11-163-0/+55
* sha2: Use KWIML fixed-size integer types and endian-nessBrad King2011-11-162-184/+42
* Merge branch 'import-sha2' into crypto-hashBrad King2011-11-163-0/+1865
|\
| * Import sha2 implementation 1.1 from Aaron D. GiffordBrad King2011-06-272-346/+949
| * Import sha2 implementation 1.0 from Aaron D. GiffordBrad King2011-06-273-0/+1262
* | Add file(MD5) command to compute cryptographic hashBrad King2011-11-162-0/+40
* | Factor Compute(File|String)MD5 into cmCryptoHash helperBrad King2011-11-164-50/+139
* | Merge topic 'vs-version-ivar'David Cole2011-11-1520-55/+87
|\ \
| * | Enumerate VS11 version explicitly in local generatorsBrad King2011-11-144-7/+23
| * | Order VS local generator Version ivar values consistentlyBrad King2011-11-1418-55/+71
* | | Merge topic 'automoc_qt5'David Cole2011-11-152-4/+13
|\ \ \
| * | | Fix style.Stephen Kelly2011-11-091-2/+3
| * | | Update comments and method names to not be Qt4 specific.Stephen Kelly2011-11-092-4/+4
| * | | Don't assume the existence of QT_MAJOR_VERSION.Stephen Kelly2011-11-091-0/+8
* | | | Merge topic 'fix-11213-vs10-mfc-support'David Cole2011-11-151-4/+12
|\ \ \ \
| * | | | VS10: Use expected values for UseOfMfc (#11213)David Cole2011-11-041-4/+12
* | | | | KWSys Nightly Date StampKWSys Robot2011-11-141-1/+1
* | | | | KWSys: Fix wrong spelling of __INTEL_COMPILERBrad King2011-11-131-6/+1
* | | | | KWSys: Remove trailing whitespace in SystemTools.cxxBrad King2011-11-131-128/+128
* | | | | KWSys Nightly Date StampKWSys Robot2011-11-131-1/+1
* | | | | KWSys Nightly Date StampKWSys Robot2011-11-111-1/+1
| |_|/ / |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2011-11-101-1/+1
* | | | KWSys Nightly Date StampKWSys Robot2011-11-091-1/+1
* | | | Merge topic 'fix-typo'David Cole2011-11-081-1/+1
|\ \ \ \
| * | | | Fix typo.Stephen Kelly2011-11-041-1/+1
* | | | | Merge topic 'FixAutomocFromCCMakeFromPATH'David Cole2011-11-081-1/+1
|\ \ \ \ \
| * | | | | make automoc work when using ccmake via PATH (#12551)Alex Neundorf2011-11-031-1/+1
* | | | | | Merge topic 'watcom-cmake-shortpath-issue-12548'David Cole2011-11-082-17/+26
|\ \ \ \ \ \
| * | | | | | Watcom: Use shortpath to CMake if full path has parens (#12548)Brad King2011-11-032-17/+26
| |/ / / / /
* | | | | | Merge topic 'framework-with-space'David Cole2011-11-081-2/+3
|\ \ \ \ \ \
| * | | | | | Fix linking to OS X Frameworks named with spaces (#12550)Brad King2011-11-021-2/+3
* | | | | | | Merge topic 'FixTargetsInVirtualFoldersForEclipseIndigo'David Cole2011-11-081-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Eclipse: quote the build dir (to make it work with spaces)Alex Neundorf2011-11-011-2/+2
| * | | | | | | Eclipse: make targets work from any directoryAlex Neundorf2011-10-311-1/+5
* | | | | | | | Merge topic 'EclipseWarnIfBuildDirIsSubDirOfSrcDir'David Cole2011-11-081-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Eclipse: warn if CMAKE_BINARY_DIR is subdir of CMAKE_SOURCE_DIRAlex Neundorf2011-11-011-0/+10
| |/ / / / / / /
* | | | | | | | Merge topic 'AddMocOptionsToAutomoc'David Cole2011-11-084-1/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | add documentation for the AUTOMOC_MOC_OPTIONS propertyAlex Neundorf2011-11-012-1/+23
| * | | | | | | | automoc: fix #12541, support moc optionsAlex Neundorf2011-11-013-0/+15
* | | | | | | | | Merge topic 'DontCrashAutomocWithEmptyCompileDefs'David Cole2011-11-081-4/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Automoc: fix the fix, need to use std::string, not just char* pointerAlex Neundorf2011-11-011-7/+10
| * | | | | | | | don't crash in automoc with empty COMPILE_DEFINITIONS propertyAlex Neundorf2011-10-311-7/+8
| |/ / / / / / /