summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'DetectEclipseVersion'David Cole2011-10-181-0/+37
|\ | | | | | | | | | | | | | | dcd2459 Eclipse: better message when Eclipse version could not be determined b4b2fc3 Eclipse: don't create VirtualFolders if not supported 5b200e3 Detect whether the current Eclipse version supports VirtualFolders 4974ec9 Eclipse generator: detect Eclipse version
| * Eclipse: better message when Eclipse version could not be determinedAlex Neundorf2011-10-151-7/+7
| | | | | | | | Alex
| * Eclipse generator: detect Eclipse versionAlex Neundorf2011-10-151-0/+37
| | | | | | | | | | | | Try to detect the eclipse version and put it in the cache. Alex
* | Merge topic 'FindProtoBuf_doc_clarify'David Cole2011-10-181-1/+5
|\ \ | | | | | | | | | | | | a481d84 FindProtoBuf: Documented limitation of the public macro
| * | FindProtoBuf: Documented limitation of the public macroPhilip Lowman2011-10-131-1/+5
| |/
* | Merge topic 'FindRubyOnOpenBSD'David Cole2011-10-181-5/+5
|\ \ | | | | | | | | | | | | | | | d2b1ce6 Find Ruby on OpenBSD when installed from ports (#12507) ba5a8bc Remove trailing whitespace
| * | Find Ruby on OpenBSD when installed from ports (#12507)Alex Neundorf2011-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | The ruby library on OpenBSD is named rubyXY, not ruby X.y. Find that too. Alex
| * | Remove trailing whitespaceAlex Neundorf2011-10-121-4/+4
| |/ | | | | | | Alex
* | Merge topic 'DetectMasmCompilerId'David Cole2011-10-181-0/+4
|\ \ | |/ |/| | | | | cf93d63 fix #12465: detect the masm compiler ID ("MSVC")
| * fix #12465: detect the masm compiler ID ("MSVC")Alex Neundorf2011-10-061-0/+4
| | | | | | | | Alex
* | Merge topic 'HandleCMAKE_CXX_COMPILER_ARG1InEclipse'David Cole2011-10-111-1/+3
|\ \ | | | | | | | | | | | | 3df49dc fix #12392: handle CMAKE_CXX_COMPILER_ARG1 for Eclipse projects
| * | fix #12392: handle CMAKE_CXX_COMPILER_ARG1 for Eclipse projectsAlex Neundorf2011-10-011-1/+3
| |/ | | | | | | | | | | | | CMAKE_CXX/C_COMPILER_ARG1 have to be used for finding the include dirs and builtin macros, so Eclipse can do code completion Alex
* | Merge topic 'qt_dbus_interface_args'David Cole2011-10-111-3/+16
|\ \ | |/ |/| | | | | 648c454 Add features from KDE for arguments to qdbusxml2cpp.
| * Add features from KDE for arguments to qdbusxml2cpp.Stephen Kelly2011-09-051-3/+16
| |
* | Merge topic 'PkgConfigTypoFix'David Cole2011-09-301-1/+1
|\ \ | | | | | | | | | | | | 9cbbea3 Fix typo in UsePkgConfig.cmake
| * | Fix typo in UsePkgConfig.cmakeRolf Eike Beer2011-09-291-1/+1
| | |
* | | Merge topic 'vs11-generator'David Cole2011-09-301-0/+54
|\ \ \ | |/ / |/| | | | | | | | | | | 3b5256e Teach our tests about special cases for VS 11 3d5632e Add Visual Studio 11 generator for x86 and x64 tools
| * | Add Visual Studio 11 generator for x86 and x64 toolsBrad King2011-09-231-0/+54
| | |
* | | Merge topic 'FindBulletLibRenames'Brad King2011-09-261-5/+5
|\ \ \ | | | | | | | | | | | | | | | | 6f935d7 FindBullet: Also search for _Debug postfixed library names
| * | | FindBullet: Also search for _Debug postfixed library namesPhilip Lowman2011-09-231-5/+5
| |/ /
* | | Minor improvements to the UsePkgConfig.cmake docsAlex Neundorf2011-09-221-4/+5
| | | | | | | | | | | | Alex
* | | Remove trailing whitespaceAlex Neundorf2011-09-221-7/+7
|/ / | | | | | | Alex
* | Merge topic 'revert-fix-for-11333'David Cole2011-09-211-28/+19
|\ \ | | | | | | | | | | | | 98c49a4 Revert "FindThreads: Try pthreads with no special option first (#11333)"
| * | Revert "FindThreads: Try pthreads with no special option first (#11333)"David Cole2011-09-201-28/+19
| | | | | | | | | | | | This reverts commit fd61be71401ef9e0a241562fc31539273084deff.
* | | Merge topic 'CPackRPM-per-component-script'David Cole2011-09-211-50/+88
|\ \ \ | | | | | | | | | | | | | | | | cc26a06 CPackRPM authorize per-component pre/post-[un]install scripts (#0012063)
| * | | CPackRPM authorize per-component pre/post-[un]install scripts (#0012063)Eric NOULARD2011-09-201-50/+88
| | | | | | | | | | | | | | | | | | | | Merged patch from Chip Christian previously based on the one from winfriedd with some small pruning editing by commiter
* | | | Merge topic 'generate-export-header'David Cole2011-09-211-36/+67
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 41e2b1d Make add_compiler_export_flags a function again. 6a10deb Made ADD_COMPILER_EXPORT_FLAGS into a macro. 2d1acfe Don't warn when nothing to do in visibility function. d679568 Just code style changes.
| * | | | Make add_compiler_export_flags a function again.Marcus D. Hanwell2011-09-201-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Making this a macro had unintended issues on (among others) Windows compilers. Moving it back to being a function using PARENT_SCOPE still satisfies the use case where we simply want to obtain the extra flags.
| * | | | Made ADD_COMPILER_EXPORT_FLAGS into a macro.Marcus D. Hanwell2011-09-191-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | | It adds to the CMAKE_CXX_FLAGS (as before), or populates the supplied optional argument with the CXX_FLAGS for symbol import/export.
| * | | | Don't warn when nothing to do in visibility function.Marcus D. Hanwell2011-09-191-1/+1
| | | | |
| * | | | Just code style changes.Marcus D. Hanwell2011-09-191-30/+50
| |/ / /
* | | | Merge topic 'CPackDeb-fakeroot'David Cole2011-09-211-0/+5
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | 49da3bd CPackDeb fix #10325 automagically use fakeroot for DEB if fakeroot is found
| * | | CPackDeb fix #10325 automagically use fakeroot for DEB if fakeroot is foundEric NOULARD2011-09-051-0/+5
| | |/ | |/|
* | | Merge topic 'MinorFeatureSummaryFixes'David Cole2011-09-201-6/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | 0ba9853 Don't warn when setting a property multiple times to the same value #12464 b7ac63e Fix typos in FeatureSummary.cmake (#12462)
| * | | Don't warn when setting a property multiple times to the same value #12464Alex Neundorf2011-09-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Yury Kudryashov Alex
| * | | Fix typos in FeatureSummary.cmake (#12462)Alex Neundorf2011-09-181-4/+4
| | |/ | |/| | | | | | | | | | | | | Patch by Yury Kudrashov Alex
* | | Merge topic 'CheckForFlexHeader'David Cole2011-09-201-2/+9
|\ \ \ | | | | | | | | | | | | | | | | ae331e1 FindFLEX.cmake: also search the include dir
| * | | FindFLEX.cmake: also search the include dirAlex Neundorf2011-09-171-2/+9
| |/ / | | | | | | | | | | | | | | | | | | FindFLEX.cmake already searched for the library, but not for the include dir. Do that too. Alex
* | | Merge topic 'FortranCInterface-VS'David Cole2011-09-205-1/+42
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | 67fcc83 Simplify IntelVSImplicitPath detection project a7ce26d Move IntelVSImplicitPath project to better location 539a822 Enable Fortran tests for IDE builds. 555f589 For VS Intel Fortran IDE builds, add a check to find the Fortran library PATH. 71402eb FortranCInterface: Compile separate Fortran lib in VerifyC[XX]
| * | Simplify IntelVSImplicitPath detection projectBrad King2011-09-144-25/+15
| | | | | | | | | | | | | | | | | | Use the ENV{LIB} variable directly instead of parsing the output of the whole environment from "set". Store the output in a .cmake script and include it from CMakeDetermineCompilerABI instead of using file(READ).
| * | Move IntelVSImplicitPath project to better locationBrad King2011-09-144-1/+1
| | | | | | | | | | | | | | | This project is not part of the FortranCInterface module. Make it a sibling instead of a child directory.
| * | For VS Intel Fortran IDE builds, add a check to find the Fortran library PATH.Bill Hoffman2011-09-084-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | To use VS C and Fotran in the same solution, it is required that VS be able to find the Fortran run time libraries as they will be implicitly linked by any Fortran library used by VS C programs. This adds a check into CMakeDetermineCompilerABI using a try-compile to find the correct PATH.
| * | FortranCInterface: Compile separate Fortran lib in VerifyC[XX]Brad King2011-09-081-1/+3
| | | | | | | | | | | | | | | | | | | | | The Intel Fortran plugin for Visual Studio requires Fortran source files to be compiled in a separate target from C and C++ code. Compile the VerifyFortran.f source file in a separate library and link the main VerifyFortanC executable to it.
* | | Merge topic 'CPackDeb-remove-stray-paren'David Cole2011-09-131-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 85fd794 remove stray brace in CPackDeb documentation
| * | | remove stray brace in CPackDeb documentationRolf Eike Beer2011-09-121-1/+1
| | | |
* | | | CPack fix #12449 doc mispelledEric NOULARD2011-09-081-1/+1
|/ / / | | | | | | | | | CPACK_INSTALL_DIRECTORIES-->CPACK_INSTALLED_DIRECTORIESÅ“
* | | Merge topic 'CPackRPM-includeDir'David Cole2011-09-071-1/+3
|\ \ \ | | | | | | | | | | | | | | | | f9e5277 CPackRPM fix #12305, include directories in RPM package
| * | | CPackRPM fix #12305, include directories in RPM packageEric NOULARD2011-09-051-1/+3
| | |/ | |/|
* | | Merge topic 'CPackRPM-fix12366'David Cole2011-09-071-1/+1
|\ \ \ | | | | | | | | | | | | | | | | b0f6a97 CPack fix #12366 components RPM packages have the same package name
| * | | CPack fix #12366 components RPM packages have the same package nameEric NOULARD2011-09-051-1/+1
| |/ / | | | | | | | | | fix based on the patch provided by winfriedd