summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement extra coverage globbingZach Mullen2010-04-233-1/+92
|
* KWSys Nightly Date StampKWSys Robot2010-04-231-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-04-221-1/+1
|
* -fix typo in HAS_CXX docs (#10578)Alex Neundorf2010-04-211-1/+1
| | | | Alex
* -fix linking to frameworks when crosscompiling from Linux to iPhone (#10526)Alex Neundorf2010-04-211-2/+3
| | | | Alex
* KWSys Nightly Date StampKWSys Robot2010-04-211-1/+1
|
* Fix release scripts.Bill Hoffman2010-04-204-3/+12
|
* KWSys Nightly Date StampKWSys Robot2010-04-201-1/+1
|
* KWSys Process: Add OpenBSD process tree kill supportBrad King2010-04-191-1/+1
| | | | Patch from Chuck Atkins <chuck.atkins@kitware.com>
* KWSys SharedForward: Add OpenBSD supportBrad King2010-04-191-0/+6
| | | | Patch from Chuck Atkins <chuck.atkins@kitware.com>
* -add more names for libpng, so it also support libpng 1.4 on Windows (#10551)Alex Neundorf2010-04-191-1/+1
| | | | Alex
* -don't add the INCLUDE env.var twice to the Eclipse project fileAlex Neundorf2010-04-191-1/+0
| | | | Alex
* KWSys Nightly Date StampKWSys Robot2010-04-191-1/+1
|
* FindDart: use find_package_handle_standard_args()Kovarththanan Rajaratnam2010-04-181-0/+5
|
* FindDart: mark DART_ROOT as advancedKovarththanan Rajaratnam2010-04-181-0/+2
|
* FindGLU: add deprecation messageKovarththanan Rajaratnam2010-04-181-1/+3
|
* FindGCCXML: document variablesKovarththanan Rajaratnam2010-04-181-0/+3
|
* FindGCCXML: mark executable as advancedKovarththanan Rajaratnam2010-04-181-0/+2
|
* KWSys Nightly Date StampKWSys Robot2010-04-181-1/+1
|
* FindLibXslt: move include statement + misc whitespace cleanupKovarththanan Rajaratnam2010-04-171-5/+2
|
* FindAVIFile: use find_package_handle_standard_args()Kovarththanan Rajaratnam2010-04-171-11/+9
|
* FindPhysFS: use find_package_handle_standard_args()Kovarththanan Rajaratnam2010-04-171-4/+4
|
* FindQuickTime: use find_package_handle_standard_args()Kovarththanan Rajaratnam2010-04-171-6/+4
|
* FindZLIB: only set INCLUDE_DIRECTORIES/LIBRARIES if zlib is foundKovarththanan Rajaratnam2010-04-171-5/+6
|
* FindLibXml2: move include statementKovarththanan Rajaratnam2010-04-171-2/+1
|
* Make VERBOSE_FLAG appear as first statement for consistencyKovarththanan Rajaratnam2010-04-174-5/+7
|
* KWSys Nightly Date StampKWSys Robot2010-04-171-1/+1
|
* Fix support of VS Express 10, but looking for MSBuild in the right place.Bill Hoffman2010-04-161-28/+3
|
* FindMPEG: mark variables in cache as advancedKovarththanan Rajaratnam2010-04-161-0/+2
|
* FindMPEG: also check if MPEG_vo_LIBRARY is validKovarththanan Rajaratnam2010-04-161-1/+1
|
* FindEXPAT: else() not neededKovarththanan Rajaratnam2010-04-161-3/+0
|
* FindJasper: don't put JASPER_LIBRARIES into cacheKovarththanan Rajaratnam2010-04-161-1/+1
| | | | This means that the user no longer sees this value _but_ this is backwards compatible because setting JASPER_LIBRARIES had no effect previously because we would override it using set()
* FindJasper: don't set JASPER_LIBRARIES twiceKovarththanan Rajaratnam2010-04-161-4/+0
|
* FindJasper: no need to set QUIETLY explicitlyKovarththanan Rajaratnam2010-04-161-5/+0
|
* FindASPELL: no need to set QUIETLY explicitlyKovarththanan Rajaratnam2010-04-161-6/+0
|
* FindHSPELL: capitalize Hspell properlyKovarththanan Rajaratnam2010-04-161-5/+5
|
* FindHSPELL: add version supportKovarththanan Rajaratnam2010-04-161-0/+10
|
* FindHSPELL: no need to set QUIETLY explicitlyKovarththanan Rajaratnam2010-04-161-9/+2
|
* KWSys Nightly Date StampKWSys Robot2010-04-161-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-04-151-1/+1
|
* -add basic search directories for the "Generic" platformAlex Neundorf2010-04-141-0/+6
| | | | | | | | | | As reported on the mailing list, find_path/file/library/program() basically don't work at all if CMAKE_FIND_ROOT_PATH is set and searching in the host system directories is disabled. This patch adds /include, /lib and /bin to the search directories, so they will be appended to CMAKE_FIND_ROOT_PATH so this will work for the "Generic" platform (embedded systems without OS) Alex
* Handle non-ASCII terminators in file(STRINGS)Brad King2010-04-141-31/+19
| | | | | | | | | | Commit "Support more special characters in file(STRINGS)" (2009-10-06) attempted to support parsing strings from binaries produced by the Portland Group Fortran compiler. The compiler seems to put an extra byte just at the end of its string literals. Previously we dealt with this by explicitly enumerating bytes known to occur, but it seems that many such possibilities exist. Now we support extraction of strings that end in any non-ASCII character.
* KWSys Nightly Date StampKWSys Robot2010-04-141-1/+1
|
* Fix for bug #10544, make check was sent to the wrong log fileBill Hoffman2010-04-131-3/+3
|
* KWSys Nightly Date StampKWSys Robot2010-04-131-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-04-121-1/+1
|
* FindSubversion: simplify using FindPackageHandleStandardArgs()Kovarththanan Rajaratnam2010-04-111-11/+2
|
* FindBZip2: no need to set QUIETLY explicitlyKovarththanan Rajaratnam2010-04-111-4/+0
|
* FindBZip2: remove BZIP2_DEFINITIONS from doc (it's not referenced)Kovarththanan Rajaratnam2010-04-111-1/+0
|
* FindZLIB: add support for version handling (fixes #5588)Kovarththanan Rajaratnam2010-04-111-3/+13
| | | | This change depends on the fix for #9414 which should land very soon.