summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* CPackRPM support component specific variables for spec filesEric NOULARD2011-10-301-6/+33
| | | | | This is a modified version of a user patch Inspired-By: informant
* Merge topic 'some-documentation-fixes'David Cole2011-10-251-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ceff6ec ccmake: Factor toggle key help instructions. 19da106 ccmake: Document '/' key. fd63219 ccmake: Align 'g' and 'q' key instructions. bfb0ed4 Usage: Add missing exepath argument in get_prerequisites documentation. de51264 Usage: Print help, version and copyright options in usage information. 9ae0604 Usage: Document all options printing the version number. 3353d84 Usage: Document all options printing usage information. 1b612ca Usage: Document -j|--parallel option in help message. 6be15ed Doxygen: Remove dependency on VTK when building doxygen. a92f14f Doxygen: Fix warnings. faede37 Doxygen: Generate call graph and relationships. dd13ecd Doxygen: Improve code documentation. d0b3a7f Fix typo. d3d7e45 Remove trailing white-spaces.
| * Usage: Add missing exepath argument in get_prerequisites documentation.Nicolas Despres2011-10-231-1/+1
| |
* | Merge topic 'SourceGroupsForEclipse'David Cole2011-10-251-1/+13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 66bd543 Eclipse: fix #12417, don't create wrong src pathentries 70de8bd Eclipse: detect number of CPUs, set CMAKE_ECLIPSE_MAKE_ARGUMENTS accordigly 117f2b8 Eclipse: add Build and Clean targets to targets c3f30bd Eclipse: move code for generating links to targets into separate function cef6bd9 Eclipse: move code for generating links to projects into separate function b6d4de7 Eclipse: add virtual folder for each target
| * | Eclipse: detect number of CPUs, set CMAKE_ECLIPSE_MAKE_ARGUMENTS accordiglyAlex Neundorf2011-10-231-1/+13
| |/ | | | | | | | | | | | | Using the new module ProcessorCount.cmake now the number of CPUs is detected, and if it is bigger than 1, make -jX is set accordingly. Alex
* | Merge topic 'fix-12490-shorten-gcov-filenames'David Cole2011-10-252-1/+7
|\ \ | | | | | | | | | | | | 2f309cb CTest: Add COVERAGE_EXTRA_FLAGS cache variable (#12490)
| * | CTest: Add COVERAGE_EXTRA_FLAGS cache variable (#12490)David Cole2011-10-222-1/+7
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | COVERAGE_EXTRA_FLAGS is a space separated value of extra flags that will be passed to gcov when ctest's coverage handler invokes gcov to do coverage analysis. Map to CoverageExtraFlags in the CTest ini file. Use default value of "-l" to match the coverage handler's earlier behavior from ctest 2.8.4 and earlier. The fix for related issue #11717 had added a " -p" which was the cause of both #12415 and #12490. Here, we revert that change to the default value, so -p is no longer there by default. The people that care to add -p may do so in their own build trees by appending " -p" to the new cache variable COVERAGE_EXTRA_FLAGS.
* | Merge topic 'qt4-deploy-module'David Cole2011-10-253-0/+284
|\ \ | |/ |/| | | | | | | 0618045 Add DeployQt4 module. cf4b529 Add QT_LIBRARIES_PLUGINS variable to UseQt4.
| * Add DeployQt4 module.Mike McQuaid2011-10-031-0/+274
| | | | | | | | | | Add a module that gives better support to BundleUtilities to handle Qt plugins and deploy Qt applications.
| * Add QT_LIBRARIES_PLUGINS variable to UseQt4.Mike McQuaid2011-10-032-0/+10
| |
* | 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).