summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add example to documentationAlex Neundorf2011-08-011-0/+7
* Provide macro write_basic_config_version_file()Alex Neundorf2011-08-014-0/+124
* KWSys Nightly Date StampKWSys Robot2011-08-011-2/+2
* KWSys Nightly Date StampKWSys Robot2011-07-311-1/+1
* KWSys Nightly Date StampKWSys Robot2011-07-301-1/+1
* KWSys Nightly Date StampKWSys Robot2011-07-291-1/+1
* KWSys Nightly Date StampKWSys Robot2011-07-281-1/+1
* KWSys Nightly Date StampKWSys Robot2011-07-271-1/+1
* Merge topic 'search-for-aspell'Brad King2011-07-261-3/+8
|\
| * Search for the ASPELL executableArnaud Gelas2011-07-221-3/+8
* | Merge topic 'qt4-apple-framework-fix'Brad King2011-07-261-13/+13
|\ \
| * | Qt4: Fix reference of undefined variable when detecting frameworks on Mac OS XClinton Stimpson2011-07-251-13/+13
* | | Merge topic 'cross-qt4-find-includes'Brad King2011-07-261-1/+1
|\ \ \
| * | | Add qt4/QtCore to help find Qt headers when cross-compiling.Clinton Stimpson2011-07-221-1/+1
* | | | Merge topic 'effective-platform-name'Brad King2011-07-263-9/+31
|\ \ \ \
| * | | | Correct KWStyle line too long errorDavid Cole2011-07-191-1/+2
| * | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \