summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .libBrad King2011-12-0515-2/+176
* Factor makefile generator link rule lookup into helper functionBrad King2011-12-054-3/+12
* Load platform files that need to know the ABI when possibleBrad King2011-12-057-0/+38
* Fortran: Detect pointer size in gfortran on MinGWBrad King2011-12-053-0/+10
* KWSys Nightly Date StampKWSys Robot2011-11-291-1/+1
* KWSys Nightly Date StampKWSys Robot2011-11-281-1/+1
* KWSys Nightly Date StampKWSys Robot2011-11-271-1/+1
* KWSys Nightly Date StampKWSys Robot2011-11-261-1/+1
* KWSys Nightly Date StampKWSys Robot2011-11-251-1/+1
* KWSys Nightly Date StampKWSys Robot2011-11-241-1/+1
* Merge topic 'CheckImportedFileExistenceInConfigDotCMakeFiles'David Cole2011-11-234-11/+91
|\
| * install(EXPORT): Improve target import failure message formatBrad King2011-11-221-13/+10
| * install(EXPORT): Enforce existence of imported target filesAlex Neundorf2011-11-224-11/+94
* | Merge topic 'target-link-libraries-interfaces'David Cole2011-11-2311-16/+196
|\ \
| * | target_link_libraries: Simplify argument processing state testsBrad King2011-11-221-4/+4
| * | target_link_libraries: Add missing space in documentationBrad King2011-11-221-2/+2
| * | target_link_libraries: Add LINK_(PUBLIC|PRIVATE) optionsStephen Kelly2011-11-2211-11/+191
| * | target_link_libraries: Trim trailing whitespaceStephen Kelly2011-11-221-6/+6
* | | KWSys Nightly Date StampKWSys Robot2011-11-231-1/+1
* | | Merge topic 'crypto-hash'David Cole2011-11-2236-51/+2202
|\ \ \
| * | | sha2: Zero entire SHA_CTX structure during cleanupBrad King2011-11-171-11/+11
| * | | sha2: Suppress -Wcast-align warning from ClangBrad King2011-11-171-0/+3
| * | | sha2: Cast safe conversions to smaller integer typesBrad King2011-11-171-6/+6
| * | | Merge branch 'update-KWIML' into crypto-hashBrad King2011-11-176-2/+53
| |\ \ \
| * | | | cmCryptoHash: Add virtual destructorBrad King2011-11-161-0/+1
| * | | | Fix CMake.File hash test for CRLF checkoutsBrad King2011-11-1611-14/+16
| * | | | 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-1612-0/+84
| * | | | 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-1610-3/+85
| * | | | 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-169-1/+62
| * | | | | Factor Compute(File|String)MD5 into cmCryptoHash helperBrad King2011-11-164-50/+139
* | | | | | Merge topic 'update-KWIML'David Cole2011-11-225-1/+62
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'upstream-kwiml' into update-KWIMLBrad King2011-11-211-0/+6
| |\ \ \ \ \ \
| | * | | | | | KWIML: Avoid MSVC linker warning about not using C++ runtimeBrad King2011-11-211-0/+6
| * | | | | | | Merge branch 'upstream-kwiml' into update-KWIMLBrad King2011-11-181-0/+4
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | / / / | | |_|_|/ / / | |/| | | | |
| | * | | | | KWIML: Teach ABI.h about PGI compilerBrad King2011-11-181-0/+4
| * | | | | | Merge branch 'upstream-kwiml' into update-KWIMLBrad King2011-11-175-1/+52
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | KWIML: Ignore _LONGLONG on MS compilerBrad King2011-11-171-1/+2
| | * | | | | KWIML: Test header inclusion after system headersBrad King2011-11-174-0/+50
* | | | | | | Merge topic 'EclipseImprovedSourceProject'David Cole2011-11-223-10/+30
|\ \ \ \ \ \ \