| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This is a modified version of a user patch
Inspired-By: informant
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | |
| | | |
2f309cb CTest: Add COVERAGE_EXTRA_FLAGS cache variable (#12490)
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
|/|
| |
| |
| | |
0618045 Add DeployQt4 module.
cf4b529 Add QT_LIBRARIES_PLUGINS variable to UseQt4.
|
| |
| |
| |
| |
| | |
Add a module that gives better support to BundleUtilities to handle
Qt plugins and deploy Qt applications.
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
Alex
|
| | |
| | |
| | |
| | |
| | |
| | | |
Try to detect the eclipse version and put it in the cache.
Alex
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
a481d84 FindProtoBuf: Documented limitation of the public macro
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
d2b1ce6 Find Ruby on OpenBSD when installed from ports (#12507)
ba5a8bc Remove trailing whitespace
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The ruby library on OpenBSD is named rubyXY, not ruby X.y.
Find that too.
Alex
|
| |/ /
| | |
| | |
| | | |
Alex
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
cf93d63 fix #12465: detect the masm compiler ID ("MSVC")
|
| |/
| |
| |
| | |
Alex
|
|\ \
| | |
| | |
| | |
| | | |
3df49dc fix #12392: handle CMAKE_CXX_COMPILER_ARG1 for Eclipse projects
|
| |/
| |
| |
| |
| |
| |
| | |
CMAKE_CXX/C_COMPILER_ARG1 have to be used for finding the include
dirs and builtin macros, so Eclipse can do code completion
Alex
|
|\ \
| |/
|/|
| |
| | |
648c454 Add features from KDE for arguments to qdbusxml2cpp.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
9cbbea3 Fix typo in UsePkgConfig.cmake
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
3b5256e Teach our tests about special cases for VS 11
3d5632e Add Visual Studio 11 generator for x86 and x64 tools
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
6f935d7 FindBullet: Also search for _Debug postfixed library names
|
| |/ / |
|
| | |
| | |
| | |
| | | |
Alex
|
|/ /
| |
| |
| | |
Alex
|
|\ \
| | |
| | |
| | |
| | | |
98c49a4 Revert "FindThreads: Try pthreads with no special option first (#11333)"
|
| | |
| | |
| | |
| | | |
This reverts commit fd61be71401ef9e0a241562fc31539273084deff.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
cc26a06 CPackRPM authorize per-component pre/post-[un]install scripts (#0012063)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Merged patch from Chip Christian previously based on the one from winfriedd
with some small pruning editing by commiter
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It adds to the CMAKE_CXX_FLAGS (as before), or populates the supplied
optional argument with the CXX_FLAGS for symbol import/export.
|
| | | | | |
|
| |/ / / |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
49da3bd CPackDeb fix #10325 automagically use fakeroot for DEB if fakeroot is found
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
0ba9853 Don't warn when setting a property multiple times to the same value #12464
b7ac63e Fix typos in FeatureSummary.cmake (#12462)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Patch by Yury Kudryashov
Alex
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Patch by Yury Kudrashov
Alex
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
ae331e1 FindFLEX.cmake: also search the include dir
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
FindFLEX.cmake already searched for the library, but
not for the include dir. Do that too.
Alex
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
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]
|
| | |
| | |
| | |
| | |
| | |
| | | |
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).
|