Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG #10209: Fixed FindwxWidget CXX flags parsing error. | Miguel A. Figueroa-Villanueva | 2010-05-09 | 1 | -2/+5 |
| | | | | | | | | | Was not removing definition flags (-D...) from cxx flags, when the definition flag was last in the list returned from wx-config. --HG-- extra : rebase_source : 3452c52b92717f181e902abef38c1e2718ce3b27 | ||||
* | -use find_package_handle_standard_args() in FindOpenAL (#9496) | Alex Neundorf | 2010-05-09 | 1 | -4/+5 |
| | | | | Alex | ||||
* | -add QUIET keyword to pkgconfig macros | Alex Neundorf | 2010-05-08 | 2 | -9/+20 |
| | | | | | | | | | Synced from KDE svn: pkg_check_modules() and pkg_search_module() now both support a QUIET keyword. When given, no messages will be printed (except the REQUIRED ones) This also fixes #10469 (confusing output of FindLibXml2.cmake) Alex | ||||
* | -add support for QtMultimedia in UseQt4.cmake (#10675) | Alex Neundorf | 2010-05-06 | 1 | -2/+3 |
| | | | | Alex | ||||
* | Load compiler information after configuring it | Brad King | 2010-05-06 | 4 | -2/+3 |
| | | | | | | | | | | | After configuring CMakeFiles/CMake<lang>Compiler.cmake in the build tree the second time (to store ABI information), include it immediately. This allows any logic and settings in the compiler information files to be used without duplicating it in CMakeDetermineCompilerABI.cmake. The change in commit "Use Fortran ABI detection results conservatively" (2010-05-05) needs this to use the same logic to set CMAKE_SIZEOF_VOID_P during first and later runs of CMake. | ||||
* | Use Fortran ABI detection results conservatively | Brad King | 2010-05-05 | 1 | -2/+2 |
| | | | | | | | | | | We set CMAKE_Fortran_SIZEOF_DATA_PTR in the Fortran compiler information file after detecting the compiler ABI. However, since Fortran does not really have pointers, the preprocessor-based detection is unreliable. The result is needed to set CMAKE_SIZEOF_VOID_P only for Fortran-only projects because the value can come from C or C++ compilers otherwise. Therefore when CMAKE_SIZEOF_VOID_P is available from another language we should defer to it. | ||||
* | Fix Windows-cl.cmake so that at most one MSVC** variable is defined. | David Cole | 2010-05-05 | 1 | -23/+4 |
| | | | | | | | | | | | | | The expectation of users of the MSVC60, MSVC70, MSVC71, MSVC80, MSVC90 and the new MSVC10 variables is that at most one of them will be set for any given build tree. This change enforces that expectation for build trees using Makefile generators. It also fixes the one mismatch in that expectation to be found in the Visual Studio generator world: previously, the VS 7.1 generator would set *both* MSVC70 and MSVC71; now, it only sets MSVC71. With these changes, user expectations are now met, and the recently introduced CheckCompilerRelatedVariables test should pass everywhere. | ||||
* | Fix FindCurses.cmake for new cygwin releases. | Bill Hoffman | 2010-05-04 | 1 | -0/+9 |
| | |||||
* | Fix for bug #10670, add another location to find MSBuild. | Bill Hoffman | 2010-05-04 | 1 | -0/+1 |
| | |||||
* | Fix missing set of MSVC10 and add CheckCompilerRelatedVariables test. | David Cole | 2010-04-30 | 1 | -0/+1 |
| | |||||
* | Detect PathScale Fortran compiler tools | C. Bergström | 2010-04-26 | 1 | -2/+5 |
| | | | | | Include names pathf(90|95|2003) in the search for a Fortran compiler. Also associate the names with PathScale for the vendor-specific search. | ||||
* | Do not error out if the java version is not found, if java is not required. | Bill Hoffman | 2010-04-25 | 1 | -1/+5 |
| | |||||
* | -add more names for libpng, so it also support libpng 1.4 on Windows (#10551) | Alex Neundorf | 2010-04-19 | 1 | -1/+1 |
| | | | | Alex | ||||
* | FindDart: use find_package_handle_standard_args() | Kovarththanan Rajaratnam | 2010-04-18 | 1 | -0/+5 |
| | |||||
* | FindDart: mark DART_ROOT as advanced | Kovarththanan Rajaratnam | 2010-04-18 | 1 | -0/+2 |
| | |||||
* | FindGLU: add deprecation message | Kovarththanan Rajaratnam | 2010-04-18 | 1 | -1/+3 |
| | |||||
* | FindGCCXML: document variables | Kovarththanan Rajaratnam | 2010-04-18 | 1 | -0/+3 |
| | |||||
* | FindGCCXML: mark executable as advanced | Kovarththanan Rajaratnam | 2010-04-18 | 1 | -0/+2 |
| | |||||
* | FindLibXslt: move include statement + misc whitespace cleanup | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -5/+2 |
| | |||||
* | FindAVIFile: use find_package_handle_standard_args() | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -11/+9 |
| | |||||
* | FindPhysFS: use find_package_handle_standard_args() | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -4/+4 |
| | |||||
* | FindQuickTime: use find_package_handle_standard_args() | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -6/+4 |
| | |||||
* | FindZLIB: only set INCLUDE_DIRECTORIES/LIBRARIES if zlib is found | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -5/+6 |
| | |||||
* | FindLibXml2: move include statement | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -2/+1 |
| | |||||
* | Make VERBOSE_FLAG appear as first statement for consistency | Kovarththanan Rajaratnam | 2010-04-17 | 4 | -5/+7 |
| | |||||
* | Fix support of VS Express 10, but looking for MSBuild in the right place. | Bill Hoffman | 2010-04-16 | 1 | -28/+3 |
| | |||||
* | 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 |
| | |||||
* | -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 | ||||
* | 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 |
| | |||||
* | -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 | ||||
* | Remove spurious tabs | Kovarththanan Rajaratnam | 2010-04-09 | 1 | -12/+12 |
| | |||||
* | Revert "Include relative path in generated qrc and uic files. Fixes #10413." | Clinton Stimpson | 2010-04-08 | 1 | -2/+2 |
| | | | | This reverts commit 108090fde96916ba666f035d1e260f036af5b31e. | ||||
* | OpenBSD: Work-around static/runtime linker inconsistency | Chuck Atkins | 2010-03-26 | 1 | -0/+16 |
| | | | | | | | Detect the runtime linker's search path and add to the compile time linker's search path. This is needed because OpenBSD's static linker does not search for shared library dependencies in the same places as the runtime linker. |