summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* FindZLIB: add support for GnuWin32 (fixes #5588)Kovarththanan Rajaratnam2010-04-111-2/+9
|
* FindZLIB: FindPackageHandleStandardArgs already contains the quiet handlingKovarththanan Rajaratnam2010-04-111-7/+2
|
* KWSys Nightly Date StampKWSys Robot2010-04-111-1/+1
|
* -check for the ARM ABI/EABI compiler ABI for the GNU compilersAlex Neundorf2010-04-101-0/+10
| | | | | | | | The names are: EABI: "ELF ARMEABI" non-EABI: "ELF ARM" Alex
* -revert the previous unintended commitAlex Neundorf2010-04-101-2/+0
| | | | Alex
* -no change, don't know why git wants to commit somethingAlex Neundorf2010-04-101-0/+2
| | | | | | | | | | (I accidentially removed ExternalProject.cmake from git by doing mv ExternalProject.cmake ExternalProject.cmake.save git checkout master which I hoped would basically do a revert as it does with svn and cvs, but it deleted the file from git) Alex
* CPackRPM:: Fix bug #10363, specify compression type in RPM specEric NOULARD2010-04-101-0/+32
| | | | | This is a feature request --Eric
* KWSys Nightly Date StampKWSys Robot2010-04-101-1/+1
|
* Remove spurious tabsKovarththanan Rajaratnam2010-04-091-12/+12
|
* -fix typos in docs, patch from Michael WildAlex Neundorf2010-04-091-3/+3
| | | | Alex
* Patch to avoid short name usage where possible. Get the actual case spelling ↵David Cole2010-04-091-61/+20
| | | | of a file name on 'Windows' without converting to short name and back again. Avoids bad behavior reported in http://bugs.winehq.org/show_bug.cgi?id=22286 when using cmake under a wine/msys/mingw installation on a Linux box. Thanks to Clinton Stimpson for preparing the patch.
* KWSys Nightly Date StampKWSys Robot2010-04-091-1/+1
|
* Revert "Include relative path in generated qrc and uic files. Fixes #10413."Clinton Stimpson2010-04-081-2/+2
| | | | This reverts commit 108090fde96916ba666f035d1e260f036af5b31e.
* KWSys Nightly Date StampKWSys Robot2010-04-081-1/+1
|