| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| | |
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).
|
| | |
| | |
| | |
| | |
| | | |
This project is not part of the FortranCInterface module. Make it a
sibling instead of a child directory.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
85fd794 remove stray brace in CPackDeb documentation
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
CPACK_INSTALL_DIRECTORIES-->CPACK_INSTALLED_DIRECTORIESÅ“
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
f9e5277 CPackRPM fix #12305, include directories in RPM package
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
b0f6a97 CPack fix #12366 components RPM packages have the same package name
|
| |/ /
| | |
| | |
| | | |
fix based on the patch provided by winfriedd
|