| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
At least until I know which gcc versions do not pass.
|
| |
|
|
|
|
|
| |
Should help catch unhandled flag warnings so far not handled by
check_cxx_compiler_flag FAIL_REGEXen.
|
|
|
|
|
| |
It is not possible to test for it sanely across multiple ancient
compilers supported by cmake.
|
| |
|
|
|
|
| |
This way, the output of the test should be visible on CDash.
|
| |
|
|
|
|
| |
Maybe the Intel compiler supports it too.
|
| |
|
|
|
|
| |
Hopefully the compiler feature tests will cover those cases.
|
| |
|
| |
|
|
|
|
| |
This is always a mistake.
|
| |
|
|
|
|
| |
That way they can be linked to even after being deprecated.
|
|
|
|
|
| |
Apparently it still needs to be exported, but only declspec(deprecated)
does not work.
|
|
|
|
| |
Should fix windows VS solution based builds.
|
|
|
|
|
|
| |
Hearsay has it that before that version it didn't work properly.
Hopefully this will fix more dashboard builds.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Aborting causes make clean to fail if the executable is not created.
|
| |
|
|
|
|
| |
Hopefully fix the test execution reported on CDash.
|
|
|
|
| |
Hopefully fix the test execution reported on CDash.
|
|
|
|
| |
This eases porting of KDE code.
|
|
|
|
| |
Reviewed-by: Marcus D. Hanwell <marcus.hanwell@kitware.com>
|
|\
| |
| |
| |
| | |
0baf565 Ensure libgmp-10.dll is in the PATH for CMakeTestAllGenerators
|
| |
| |
| |
| |
| |
| |
| |
| | |
But only if it exists at the default location:
C:/MinGW/bin/libgmp-10.dll
This is so that the pop-up dialog about not being able to load
that dll does not hang the test when there's nobody watching.
|
|\ \
| | |
| | |
| | |
| | | |
0375865 Fix machine-specific UpdateGIT test failures
|
| |/
| |
| |
| |
| |
| | |
Generated Update.xml file is larger than the previously
hard-coded limit of 4096. Introduce variable max_update_xml_size
and bump it up to 16k for reliable test runs.
|
|/
|
|
|
|
|
|
|
|
|
| |
Thanks to Pau Garcia i Quiles for the inspiration for the patch.
I've tweaked it a bit compared to what's in the bug tracker: this
commit does not allow empty global variable names.
I also added usage of the new feature to an existing test. Although
it has no effect on the resulting Visual Studio projects, you can
verify that the VSResource test produces a non-empty globals section
in the generated .vcproj(x) files.
|
|\
| |
| |
| |
| |
| |
| |
| | |
1a53fb7 Use correct default multiple architecture values in test
5f7acc8 Base architecture choice logic on Xcode version
c050c59 Fix BuildDepends test to work with Xcode 4
923b030 Fix Architecture test to work with Xcode 4
|
| |
| |
| |
| | |
Even if CMAKE_OSX_ARCHITECTURES value is a single value...
|
| |
| |
| |
| | |
Not on Darwin version.
|
| |
| |
| |
| |
| |
| | |
ppc tools are no longer available in the Xcode 4 installation.
Eliminate the use of the hard-coded 'ppc' in the test when
running on Snow Leopard or later.
|
| |
| |
| |
| |
| |
| | |
ppc tools are no longer available in the Xcode 4 installation.
Eliminate the use of the hard-coded 'ppc' in the test when
running on Snow Leopard or later.
|
|\ \
| | |
| | |
| | |
| | | |
9dbba1b Fix #12342: Add APPEND_STRING option to set_property()
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
set_property() has APPEND, which creates a list. E.g. when
appending to COMPILE_FLAGS a string is needed, not a list.
With the APPEND_STRING option the value is append as string,
not as list.
Alex
|
|\ \
| | |
| | |
| | |
| | |
| | | |
d64ba0b Fix copyright notice test
1325260 Add macros cmake_push/pop_check_state() as discussed on the list.
|
| |/
| |
| |
| |
| |
| |
| |
| | |
This patch adds two macros cmake_push_check_state() and
cmake_pop_check_state(), which can be used to save and restore
the contents of the CMAKE_REQUIRED_xxx variables.
Alex
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
4a50b5f Add a basic test for CMAKE_DISABLE_FIND_PACKAGE_<package>
a66df08 Add documentation for the CMAKE_DISABLE_FIND_PACKAGE_<Name> switch
6e1d3ed Add a switch to disable a find_package() call completely
|
| |/
| |
| |
| | |
Alex
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1417a55 Java: Fix documentation format and indentation
0b7627d Java: Use set_property/get_property for target variables.
b01a505 Java: Create correct jar archive dependencies.
f99c312 Java: Added some dependency magic to avoid recompilations.
f3233ba Java: Create java_class_filelist only if it does't exist.
a22ed3d Tests: Check for the new Java exeutable variables.
c177c8e Tests: Java tests should test UseJava.cmake
5c2106c Modules: Added CMake Java support.
a4b6275 FindJava: Find missing java development executables.
|