Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindMPEG: mark variables in cache as advanced | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -0/+2 |
| | |||||
* | FindMPEG: also check if MPEG_vo_LIBRARY is valid | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | FindEXPAT: else() not needed | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -3/+0 |
| | |||||
* | FindJasper: don't put JASPER_LIBRARIES into cache | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -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 twice | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -4/+0 |
| | |||||
* | FindJasper: no need to set QUIETLY explicitly | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -5/+0 |
| | |||||
* | FindASPELL: no need to set QUIETLY explicitly | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -6/+0 |
| | |||||
* | FindHSPELL: capitalize Hspell properly | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -5/+5 |
| | |||||
* | FindHSPELL: add version support | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -0/+10 |
| | |||||
* | FindHSPELL: no need to set QUIETLY explicitly | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -9/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | -add basic search directories for the "Generic" platform | Alex Neundorf | 2010-04-14 | 1 | -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 King | 2010-04-14 | 1 | -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 Stamp | KWSys Robot | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | Fix for bug #10544, make check was sent to the wrong log file | Bill Hoffman | 2010-04-13 | 1 | -3/+3 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | FindSubversion: simplify using FindPackageHandleStandardArgs() | Kovarththanan Rajaratnam | 2010-04-11 | 1 | -11/+2 |
| | |||||
* | FindBZip2: no need to set QUIETLY explicitly | Kovarththanan Rajaratnam | 2010-04-11 | 1 | -4/+0 |
| | |||||
* | FindBZip2: remove BZIP2_DEFINITIONS from doc (it's not referenced) | Kovarththanan Rajaratnam | 2010-04-11 | 1 | -1/+0 |
| | |||||
* | FindZLIB: add support for version handling (fixes #5588) | Kovarththanan Rajaratnam | 2010-04-11 | 1 | -3/+13 |
| | | | | This change depends on the fix for #9414 which should land very soon. | ||||
* | FindZLIB: add support for GnuWin32 (fixes #5588) | Kovarththanan Rajaratnam | 2010-04-11 | 1 | -2/+9 |
| | |||||
* | FindZLIB: FindPackageHandleStandardArgs already contains the quiet handling | Kovarththanan Rajaratnam | 2010-04-11 | 1 | -7/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-11 | 1 | -1/+1 |
| | |||||
* | -check for the ARM ABI/EABI compiler ABI for the GNU compilers | Alex Neundorf | 2010-04-10 | 1 | -0/+10 |
| | | | | | | | | The names are: EABI: "ELF ARMEABI" non-EABI: "ELF ARM" Alex | ||||
* | -revert the previous unintended commit | Alex Neundorf | 2010-04-10 | 1 | -2/+0 |
| | | | | Alex | ||||
* | -no change, don't know why git wants to commit something | Alex Neundorf | 2010-04-10 | 1 | -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 spec | Eric NOULARD | 2010-04-10 | 1 | -0/+32 |
| | | | | | This is a feature request --Eric | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-10 | 1 | -1/+1 |
| | |||||
* | Remove spurious tabs | Kovarththanan Rajaratnam | 2010-04-09 | 1 | -12/+12 |
| | |||||
* | -fix typos in docs, patch from Michael Wild | Alex Neundorf | 2010-04-09 | 1 | -3/+3 |
| | | | | Alex | ||||
* | Patch to avoid short name usage where possible. Get the actual case spelling ↵ | David Cole | 2010-04-09 | 1 | -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 Stamp | KWSys Robot | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Revert "Include relative path in generated qrc and uic files. Fixes #10413." | Clinton Stimpson | 2010-04-08 | 1 | -2/+2 |
| | | | | This reverts commit 108090fde96916ba666f035d1e260f036af5b31e. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | Exclude new warnings that showed up with ctest launcher. | Bill Hoffman | 2010-04-06 | 1 | -0/+8 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-05 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-04 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-03 | 1 | -1/+1 |
| | |||||
* | Partial fix from bug #10503, use full paths to fix custom commands. | Bill Hoffman | 2010-04-02 | 2 | -3/+5 |
| | | | | This fixes tests ExternalProject and LinkDirectory for VS 2010. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-02 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-01 | 1 | -2/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Fix intermingling of test environments when tests run in parallel. | David Cole | 2010-03-30 | 2 | -16/+6 |
| | | | | | | | | | | | | The SaveRestoreEnvironment helper object makes sure that the original environment is restored immediately after the StartProcess call returns rather than waiting for the end of the test. When tests are executed in parallel, there is no guarantee about the ordering of EndTest calls relative to StartTest calls. In fact, it would be odd for them to be nested nicely. Therefore, to avoid the corruption of the calling ctest's environment, the original environment must be restored before ForkProcess returns. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-28 | 1 | -1/+1 |
| |