| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
b867a3f Remove superfluous variable Boost_COMPAT_STATIC_RUNTIME.
|
| |
| |
| |
| |
| |
| |
| | |
There is no need to introduce this extra variable as FindBoost
can simply rely on if Boost_USE_STATIC_RUNTIME is defined
or not to disable the old searching behavior for static runtime
libraries on WIN32.
|
|\ \
| | |
| | |
| | |
| | | |
3445532 FindHDF5: Fix typo in parallel-IO support check (#11291)
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
35d2770 Update module to locate newely released MS MPI HPC Pack R2.
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
abb6e75 Document ENABLE_EXPORTS behavior on Mac (#11295)
|
| |/
| |
| |
| |
| | |
Mention that it is implemented with -bundle-loader on platforms that
need link-time symbol resolution but that do not use DLL import libs.
|
|\ \
| | |
| | |
| | |
| | | |
2dae2f1 Find imports dir in Qt 4.7
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
d2f8c5f FindSubversion: Use C locale to detect version (#11273)
42126aa FindSubversion: Fix for German localized client (#11273)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Force LC_ALL to C before the call of the svn executable as it is done in
the Subversion_WC_INFO macro a few lines below.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On a Win32 system with a German version of SilkSVN I couldn't run CMake
again on the working copy as the cache is displayed as corrupted. The
cause is that the regular expression to find the version number will not
match and put everything from the "svn --version" output into the cache,
which contains umlauts and other funny characters.
Fix the regexp to not only match " version " but also " Version " as
it's in the German output. I have no idea what will happen on a French
or Japanese system. This should be easy to test as it happens also on a
German Linux system.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
973df7c VS10: Order .vcxproj dependencies deterministically (#10502)
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
This avoids needless modification of the project files during
regeneration.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
9072535 CodeBlocks Generator: Do not omit files in the project file listing.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The CodeBlocks generator used to omit files that were in siblings directories.
Though that filters out a few files that could be argued aren't of interest
to the user, it also potentialy hides files that are relevant to the user.
Patch by Daniel Teske.
Alex
See: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-2250 for an example.
|
| |_|_|/
|/| | | |
|
| | | | |
|
| | | | |
|
| |_|/
|/| | |
|
| | | |
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | | |
6916f8d Allow -g3 for CUDA v3.0+.
|
| | |
| | |
| | |
| | |
| | | |
In versions of the CUDA toolkit previous to version 3.0 the use of -g3 would cause
compilation errors. This was fixed in version 3.0.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
1df8516 Fix for bug 0011263.
|
| |/ /
| | |
| | |
| | | |
Added CUSDKCOMPUTE_ROOT to the list of paths when looking for CUDA_SDK_ROOT_DIR.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
4a4a53f CPackRPM Handle parenthesis in CPACK_SYSTEM_NAME (fix bug 10737)
|
| | | |
| | | |
| | | |
| | | | |
merge patch from Frank Stappers
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
fd3249e New USE_FOLDERS property OFF by default. (#3796)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Visual Studio Express editions do not support solution folders,
so default behavior should be as if USE_FOLDERS global property
is OFF.
Also, allow folder names to be the same as target names: internally,
use a prefix to distinguish folder GUIDs from target GUIDs. Add
a target and folder with the same name in the ExternalProject
test to exercise this code.
For CMake itself, provide a new option CMAKE_USE_FOLDERS that
defaults to ON so that Visual Studio users get a nicely organized
CMake project. Express edition users will have to turn off the
CMAKE_USE_FOLDERS option in order to build CMake in the VS Express
IDE.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
2596e16 VS10: Encode custom command comments for echo (#11283)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
VS10 uses MSBuild underneath. The <Message></Message> CDATA are just
appended to "echo" and executed as a single command. Encode the message
such that it can be passed to echo. Convert newlines to tabs since they
cannot be printed this way.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
aca758b Fixes issue 11279: CMakeDetermineVSServicePack support for VS10
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Thanks to Aaron C. Meadows for the patch.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
96a335f XCode generation should fail if lang isn't known
d3a8943 Fix which string is checked for in the test
220c5dc Add test that CMake errors with empty libs
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
GNU Makefiles have an extra line that Visual Studio doesn't output.
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When the library language cannot be determined, make sure CMake errors,
not segfaults (bug #11230)
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
448661f VS10: Skip targets with no linker language (#11230)
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
In targets with no non-header files the linker language cannot be
determined. Since the target project file cannot be generated at all in
this case, give up as soon as it is detected. Otherwise the generation
code may try to run with uninitialized information.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
3d68dd2 Fix for bug #11274, VS10 custom commands that create files in INTDIR fix.
|
| | | | | | | | |
|