summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Add use of EFFECTIVE_PLATFORM_NAME to generated Xcode projects.David Cole2011-07-183-9/+30
* | | | | | | | Merge topic 'fix-tests-failing-with-Xcode4'Brad King2011-07-262-4/+63
|\ \ \ \ \ \ \ \
| * | | | | | | | Use correct default multiple architecture values in testDavid Cole2011-07-191-9/+10
| * | | | | | | | Base architecture choice logic on Xcode versionDavid Cole2011-07-182-7/+37
| * | | | | | | | Fix BuildDepends test to work with Xcode 4David Cole2011-07-151-0/+5
| * | | | | | | | Fix Architecture test to work with Xcode 4David Cole2011-07-151-4/+27
* | | | | | | | | Merge topic 'SetPropertyAppendString'Brad King2011-07-2619-35/+73
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix #12342: Add APPEND_STRING option to set_property()Alex Neundorf2011-07-1519-35/+73
* | | | | | | | | | Merge topic 'MinorImprovementToTryCompileDocs'Brad King2011-07-261-4/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Minor fix to try_compile() docs (#12333)Alex Neundorf2011-07-121-4/+5
* | | | | | | | | | | Merge topic 'CheckCXXSymbolExists'Brad King2011-07-262-9/+58
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add CheckCXXSymbolExists.cmake, so this can be used also for C++Alex Neundorf2011-07-082-9/+58
* | | | | | | | | | | | Merge topic 'PushCheckState'Brad King2011-07-263-0/+92
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix copyright notice testAlex Neundorf2011-07-071-3/+12
| * | | | | | | | | | | | Add macros cmake_push/pop_check_state() as discussed on the list.Alex Neundorf2011-07-073-0/+83
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'doc-custom-command-multiple-targets-issue-12311'Brad King2011-07-261-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Document caveat of custom commands in multiple targets (#12311)Brad King2011-06-301-0/+4
* | | | | | | | | | | | | Merge topic 'qt4-no-build-type'Brad King2011-07-261-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add -DQT_NO_DEBUG if no build type is specified so Qt plugins will work.Clinton Stimpson2011-06-231-0/+3
* | | | | | | | | | | | | | Merge topic 'DisableSwitchForFindPackage'Brad King2011-07-264-1/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add a basic test for CMAKE_DISABLE_FIND_PACKAGE_<package>Alex Neundorf2011-06-232-1/+5
| * | | | | | | | | | | | | | Add documentation for the CMAKE_DISABLE_FIND_PACKAGE_<Name> switchAlex Neundorf2011-06-232-0/+18
| * | | | | | | | | | | | | | Add a switch to disable a find_package() call completelyAlex Neundorf2011-06-211-0/+18
* | | | | | | | | | | | | | | Merge topic 'FindSubversion-non-interactive-issue-12304'Brad King2011-07-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | FindSubversion: Invoke svn non-interactively (#12304)Aaron C. Meadows2011-06-241-1/+1
* | | | | | | | | | | | | | | | Merge topic 'FindMPI-try-regular-compiler'Brad King2011-07-261-4/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix issues with removing try_compile input file.Todd Gamblin2011-06-211-8/+12
| * | | | | | | | | | | | | | | | Try regular compiler when no MPI compiler.Todd Gamblin2011-06-211-4/+58
* | | | | | | | | | | | | | | | | Merge topic 'performance_fix'Brad King2011-07-261-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Only pay for unused variable checking if it is on.Bill Hoffman2011-06-211-0/+4
* | | | | | | | | | | | | | | | | | Merge topic 'vs-ia64'Brad King2011-07-2612-40/+239
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Add VisualStudio 9 and 10 generators for Itanium platformMatej Hribernik2011-06-208-3/+202
| * | | | | | | | | | | | | | | | | | VS: Factor Find64BitTools out of Win64 generator to parentMatej Hribernik2011-06-204-37/+37
* | | | | | | | | | | | | | | | | | | Merge topic 'asn_java_support'Brad King2011-07-266-41/+968
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Java: Fix documentation format and indentationAndreas Schneider2011-06-201-169/+162
| * | | | | | | | | | | | | | | | | | | Java: Use set_property/get_property for target variables.Andreas Schneider2011-06-201-37/+77
| * | | | | | | | | | | | | | | | | | | Java: Create correct jar archive dependencies.Oliver Buchtala2011-04-041-5/+7
| * | | | | | | | | | | | | | | | | | | Java: Added some dependency magic to avoid recompilations.Oliver Buchtala2011-04-041-2/+10
| * | | | | | | | | | | | | | | | | | | Java: Create java_class_filelist only if it does't exist.Oliver Buchtala2011-04-041-1/+3
| * | | | | | | | | | | | | | | | | | | Tests: Check for the new Java exeutable variables.Andreas Schneider2011-03-291-2/+2
| * | | | | | | | | | | | | | | | | | | Tests: Java tests should test UseJava.cmakeAndreas Schneider2011-03-291-39/+6
| * | | | | | | | | | | | | | | | | | | Modules: Added CMake Java support.Andreas Schneider2011-03-293-0/+897
| * | | | | | | | | | | | | | | | | | | FindJava: Find missing java development executables.Andreas Schneider2011-03-291-0/+18
* | | | | | | | | | | | | | | | | | | | Merge topic 'mingw-make-use-native-echo-issue-12283'Brad King2011-07-263-27/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | MinGW: Remove old workaround and use native echo (#12283)Brad King2011-06-163-27/+2
| | |_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-07-261-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-07-251-1/+1
* | | | | | | | | | | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-07-241-1/+1
* | | | | | | | | | | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-07-231-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-07-221-1/+1