| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
8632233 CPackWiX: allow customization of generated WiX sources
|
| |
| |
| |
| |
| |
| | |
Added a new variable CPACK_WIX_PATCH_FILE that users can point at an
XML patch file. Fragments defined within the patch file will be inserted
at supported insertion points (currently Component, File and Directory).
|
|\ \
| | |
| | |
| | |
| | |
| | | |
3e97bcb Use a config-specific moc parameters file, if needed.
b9f0d81 Define QT_NO_DEBUG for non-debug use of Qt 4.
|
| | | |
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
62c276f FindSubversion: Use TortoiseSVN registry key to locate svn
|
| |/
| |
| |
| |
| |
| | |
If TortoiseSVN is not installed in the default path, the svn executable
installed by TortoiseSVN is not found.
Using the registry key should always find it.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
9b08e3f FindFreetype: Remove duplicates in FREETYPE_INCLUDE_DIRS
bc49d82 FindFreetype: Detect version string with Freetype 2.5
7435ae7 FindFreetype: Find ftheader.h with Freetype 2.5
|
| | |
| | |
| | |
| | |
| | | |
In Freetype 2.5 the paths for FREETYPE_INCLUDE_DIR_ft2build and
FREETYPE_INCLUDE_DIR_freetype2 are the same
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
65ee85d CMakeDetermineCompilerId: Fix compiler line match for Xcode 5.1
|
| | |
| | |
| | |
| | |
| | |
| | | |
Xcode 5.1 output no longer puts "./" in the path to the linker output
for the CompilerId test binary. Update our regex to match the path
with or without the component.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
05c518b FindQt4: Restore ability to handle a changed QT_QMAKE_EXECUTABLE properly.
|
| | |/
| |/|
| | |
| | |
| | | |
This fixes a regression in commit 21123416 where it was trying to better handle
a qmake from Qt5.
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
In commit ecd84147 (Fortran: Detect pointer size in gfortran on MinGW,
2011-11-29) we started testing for __SIZEOF_POINTER__ but not all GNU
Fortran compilers define this. Check also for __SIZEOF_SIZE_T__ which
at least one version of gfortran defines without also defining
__SIZEOF_POINTER__.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
e420124 CMakeDetermineCompilerId: Use CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND
0c55729 VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In the code path for launching the VS IDE tools, avoid using
CMAKE_MAKE_PROGRAM. Instead use the variables CMAKE_VS_DEVENV_COMMAND,
CMAKE_VS_MSBUILD_COMMAND, and CMAKE_VS_MSDEV_COMMAND to lookup the
location of the build tool needed. Choose the proper tool based on
availability and necessity for the language (e.g. Intel Fortran must
build with devenv.com and not MSBuild.exe).
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
e5e3f3d CTest: filter /showIncludes output from ninja compile launcher
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Teach "ctest --launch" a new "--filter-prefix" option. Set it using
the CMAKE_CL_SHOWINCLUDES_PREFIX value with the Ninja generator.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
eef42a0 ProcessorCount: make it work on Haiku
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
5d2452d Fix CMAKE_(C|CXX|Fortran)_STANDARD_LIBRARIES helpstrings (#14622)
2b77b53 Make CMAKE_(C|CXX|Fortran)_<CONFIG> help strings more consistent (#14606)
424c6fc Fix CMAKE_(C|CXX|Fortran)_RELEASE helpstrings (#14606)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
s/defalut/default/
Reported-by: Stephan Tolksdorf <st@quanttec.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use consistent capitalization and write all words out in the cache entry
descriptions.
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Remove the platform-specific description from the cache entry help
strings for these variables.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
3189ed3 OS X: Fix app bundle search path during cross compiling (#14603)
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
In "Modules/Platform/Darwin.cmake" the variable _apps_paths stays empty
if cross compiling. Do not de-duplicate an empty list.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
7b390f7 CPackWiX: add CPack component support
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Creates a hierarchy of WiX features from CPack components and component groups.
Switch to the FeatureTree UI in case components have been defined.
Handles the component REQUIRE and HIDDEN options
and the component group EXPANDED option.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
5d3b0bb FindSWIG: allow to provide SWIG_DIR (#3498)
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
f39671c UseSWIG: Handle octave extensions.
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
74f5545 UseSWIG: set .bundle ext on OSX and no prefix (#12184)
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
a87c063 UseSWIG: Name python module according to swig flags (#13318)
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
b54c336 kate: add some documentation
9414217 kate: insert build targets
644e012 kate: add project generator for the Kate project plugin
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This patch adds an extra generator for KDE's kate text editor,
or better more specifically, the project plugin.
Alex
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
89ba7b0 Update the Clang pattern to specify compiler options.
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In Clang 3.4, the preferred (and new) option pattern is --target=.
http://thread.gmane.org/gmane.comp.compilers.clang.devel/29975
http://llvm.org/viewvc/llvm-project?view=revision&revision=184408
Clang 3.4 is not yet released, but there is a release candidate, and
there is a dashboard test of Clang trunk.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
20028d6 UseSWIG: Remove duplicate include dirs (#14520)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Shorten the swig command line.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
acc59e5 UseSWIG: Handle a dll name different than module name (#13814)
|
| |/ / / / / |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
0e9bf6a FindGTK2: Add support for Quartz backend on MAC
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Fix issue #14593
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
83751af Eclipse: add -j only on UNIX hosts
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The previous version added -jN to the make invokation if UNIX
was set, but this was true also when cross compiling.
What we are actually interested in is CMAKE_HOST_UNIX, i.e.
whether the build host is UNIX.
Or we should check more exactly what CMAKE_MAKE_PROGRAM is.
Alex
|