Brad King
119dce33d3
Merge topic 'SetPropertyAppendString'
...
9dbba1b
Fix #12342 : Add APPEND_STRING option to set_property()
2011-07-26 14:57:32 -04:00
Brad King
dc96b975c5
Merge topic 'MinorImprovementToTryCompileDocs'
...
d6b9df4
Minor fix to try_compile() docs (#12333 )
2011-07-26 14:57:26 -04:00
Brad King
a234b3a4fc
Merge topic 'CheckCXXSymbolExists'
...
757a6a0
Add CheckCXXSymbolExists.cmake, so this can be used also for C++
2011-07-26 14:57:19 -04:00
Brad King
ccd4c8b202
Merge topic 'PushCheckState'
...
d64ba0b
Fix copyright notice test
1325260
Add macros cmake_push/pop_check_state() as discussed on the list.
2011-07-26 14:57:05 -04:00
Brad King
9ac8c938bb
Merge topic 'doc-custom-command-multiple-targets-issue-12311'
...
0ece8f7
Document caveat of custom commands in multiple targets (#12311 )
2011-07-26 14:56:48 -04:00
Brad King
0cfd25681c
Merge topic 'qt4-no-build-type'
...
5a2b208
Add -DQT_NO_DEBUG if no build type is specified so Qt plugins will work.
2011-07-26 14:56:30 -04:00
Brad King
25a35f5686
Merge topic 'DisableSwitchForFindPackage'
...
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
2011-07-26 14:56:22 -04:00
Brad King
e25c0d046a
Merge topic 'FindSubversion-non-interactive-issue-12304'
...
0c6e852
FindSubversion: Invoke svn non-interactively (#12304 )
2011-07-26 14:56:00 -04:00
Brad King
7453581c78
Merge topic 'FindMPI-try-regular-compiler'
...
8756e77
Fix issues with removing try_compile input file.
e00d2c4
Try regular compiler when no MPI compiler.
2011-07-26 14:55:48 -04:00
Brad King
9340ab28cc
Merge topic 'performance_fix'
...
3e4ba89
Only pay for unused variable checking if it is on.
2011-07-26 14:55:21 -04:00
Brad King
4a18c30a42
Merge topic 'vs-ia64'
...
aed92cc
Add VisualStudio 9 and 10 generators for Itanium platform
d44c68f
VS: Factor Find64BitTools out of Win64 generator to parent
2011-07-26 14:54:56 -04:00
Brad King
2b16232d45
Merge topic 'asn_java_support'
...
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.
2011-07-26 14:54:33 -04:00
Brad King
b3dba1a145
Merge topic 'mingw-make-use-native-echo-issue-12283'
...
6b4d3ad
MinGW: Remove old workaround and use native echo (#12283 )
2011-07-26 14:54:21 -04:00
KWSys Robot
0a939c86d6
KWSys Nightly Date Stamp
2011-07-26 00:13:12 -04:00
KWSys Robot
1a81da37b8
KWSys Nightly Date Stamp
2011-07-25 00:13:07 -04:00
KWSys Robot
cb93c62643
KWSys Nightly Date Stamp
2011-07-24 00:13:03 -04:00
KWSys Robot
c70c62db55
KWSys Nightly Date Stamp
2011-07-23 00:14:05 -04:00
KWSys Robot
5282623658
KWSys Nightly Date Stamp
2011-07-22 00:13:04 -04:00
KWSys Robot
3c33c5c5c2
KWSys Nightly Date Stamp
2011-07-21 00:14:05 -04:00
KWSys Robot
c2deeae469
KWSys Nightly Date Stamp
2011-07-20 00:13:04 -04:00
KWSys Robot
9923a2a2d5
KWSys Nightly Date Stamp
2011-07-19 00:14:04 -04:00
KWSys Robot
fefaaa09d9
KWSys Nightly Date Stamp
2011-07-18 00:10:09 -04:00
KWSys Robot
07bb5b77ec
KWSys Nightly Date Stamp
2011-07-17 00:14:04 -04:00
KWSys Robot
5d963edc5e
KWSys Nightly Date Stamp
2011-07-16 00:10:06 -04:00
Alex Neundorf
9dbba1b464
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
2011-07-15 20:57:33 +02:00
KWSys Robot
8b238f4945
KWSys Nightly Date Stamp
2011-07-15 00:12:06 -04:00
KWSys Robot
60087f7128
KWSys Nightly Date Stamp
2011-07-14 00:10:22 -04:00
KWSys Robot
37340687a4
KWSys Nightly Date Stamp
2011-07-13 00:13:06 -04:00
Alex Neundorf
d6b9df409c
Minor fix to try_compile() docs ( #12333 )
...
Alex
2011-07-12 22:37:38 +02:00
KWSys Robot
39a9403a70
KWSys Nightly Date Stamp
2011-07-12 00:14:11 -04:00
KWSys Robot
dabdf9248f
KWSys Nightly Date Stamp
2011-07-11 00:10:05 -04:00
KWSys Robot
349c5c2160
KWSys Nightly Date Stamp
2011-07-10 00:13:04 -04:00
KWSys Robot
57109cb67f
KWSys Nightly Date Stamp
2011-07-09 00:10:10 -04:00
Alex Neundorf
757a6a091c
Add CheckCXXSymbolExists.cmake, so this can be used also for C++
...
This commit splits check_symbol_exists() so that the actual
implementation can be also used by check_cxx_symbol_exists()
Alex
2011-07-08 21:09:32 +02:00
David Cole
2a97c5d52f
Begin post-2.8.5 development
2011-07-08 11:05:10 -04:00
David Cole
ee1c6a5b06
CMake 2.8.5
2011-07-08 07:12:50 -04:00
David Cole
5a26d3a525
Merge branch 'release'
2011-07-08 07:01:19 -04:00
KWSys Robot
b4b134a4fa
KWSys Nightly Date Stamp
2011-07-08 00:13:11 -04:00
Alex Neundorf
d64ba0b8b4
Fix copyright notice test
...
Alex
2011-07-07 22:26:07 +02:00
Alex Neundorf
1325260a66
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
2011-07-07 22:09:44 +02:00
KWSys Robot
a8e0287d86
KWSys Nightly Date Stamp
2011-07-07 00:12:12 -04:00
KWSys Robot
69ed07ad2d
KWSys Nightly Date Stamp
2011-07-06 00:14:08 -04:00
KWSys Robot
aa20138dbc
KWSys Nightly Date Stamp
2011-07-05 00:12:06 -04:00
KWSys Robot
127bcb39bc
KWSys Nightly Date Stamp
2011-07-04 00:12:05 -04:00
KWSys Robot
42eef30652
KWSys Nightly Date Stamp
2011-07-03 00:12:11 -04:00
KWSys Robot
fe9ac70076
KWSys Nightly Date Stamp
2011-07-02 00:13:02 -04:00
KWSys Robot
5a022c3339
KWSys Nightly Date Stamp
2011-07-01 00:13:04 -04:00
Brad King
0ece8f79ed
Document caveat of custom commands in multiple targets ( #12311 )
...
A common mistake when using custom commands is to list the output of a
command in multiple targets that may build in parallel. Warn against
this case in the documentation and suggest a better approach.
2011-06-30 08:43:32 -04:00
KWSys Robot
f9b69873a9
KWSys Nightly Date Stamp
2011-06-30 00:13:06 -04:00
KWSys Robot
e1237478f1
KWSys Nightly Date Stamp
2011-06-29 00:12:05 -04:00