[Cmake-commits] CMake annotated tag, v2.8.4, created. v2.8.4
Brad King
brad.king at kitware.com
Wed Feb 16 09:11:15 EST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The annotated tag, v2.8.4 has been created
at 26f2da744e99d9343fdb35bd3def237f53718580 (tag)
tagging 1bb4c7be11b2fb7a19aeedfffdbb341553aae9d2 (commit)
replaces v2.8.3
tagged by Brad King
on Wed Feb 16 09:09:52 2011 -0500
- Log -----------------------------------------------------------------
CMake 2.8.4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAABAgAGBQJNW9q2AAoJEOyP7zp7+07ayfQQAKVanXiYwVQUftF9Oz5rkQdW
yXnRy2cLgQb6ZbPW8MYdb4on3+R59skymoT/C2tbd470cyNI0BZ5bpdyyV3f67o8
QNVyxSiTvEHSsLOFBRc2dOxzs5OnXOQnqFsCe/WM8hVeZSOXihO1guDSutoeqqjh
YMdmtg0b5d5VZANk9L1nysQ/V6b8CC3OVaq8F0/FFhcRPVjgchn7kVlG/nY92kCU
DhuGObIgg7Y4eVqdSHDGYZ4PLXjj92ZgxUBO3qqh6yfzdjN5eIy8bc1gVQG7X7LB
DFxV9fjPIi0i6PGssQvQvK2nBVY4sqA7dII5ZRM3aA0KryRVIAdRq3/WynupzrEM
8cHo6Np0OaCHO5kPjtMgXsHrBAhdCbyqoCarsa2slRWCT97tWicbQbsK4bCzTXUG
s0qrjkuj2vFZpVBmAUY8cjZgsMupJ6lWb9GRfYd1OLr0or422KmgoyEaZZd+tcVO
G3+JCe8nby7sgvrzdBePs4IIS00mJHiiQiFP3iOv4QwpPK+eXEDJ2jAIeXZXAF8N
wddr0T3XTAsgw+DAgEe0rM27+j5GyAb7Px0LWg4SkmB9F4mTFj9gQJYu7M6FV9zW
F/jYLzP6bJ1OBPyctF+AY6wyUMGN2WZp7O+O+sE4wpJqjIw1r7I1tgt8LehOxKrq
g94yEKH6Wtr8nHW+gtyi
=FibP
-----END PGP SIGNATURE-----
Alex Neundorf (36):
Add support for nasm assembler, patch by Peter Collingbourne (see #10069)
Improve misleading comments.
Add missing copyright headers
We already have 2010, fix copyright year.
Make FindBISON work properly with non-C locales (#11326)
Add support for yasm, a nasm compatible assembler
Use CMAKE_ASM_NASM_FLAGS for nasm instead of FLAGS
Remove trailing whitespace and minor formatting changes for the dot-code
Move the code for collecting targets and libraries into separate functions
Properly insert all targets, also those which don't link to anything.
Generate separate dot files for each target, and a big one with everything.
Move the code for generating dot-files into separate class cmGraphVizWriter
Fix #11421: FindQt3.cmake doesn't honor the REQUIRED keyword
Remove trailing whitespace
Don't enforce VERBOSE makefiles for the CodeBlocks generator
Remove the "early alpha stage" comments about Eclipse and C::B
Don't disable colors in the CodeBlocks generator and minor cleanup.
Some more fixes for nasm support, from Etienne (#10069)
Enable/disable generating graphs depending on the target type
Use std::cout instead of fprintf
Collect targets and libs on demand instead of in the ctor
Exclude targets from the graphviz file based on a regex
Include CMakeDetermineCompilerId in CMakeDetermineASMCompiler.cmake (#11467)
Fix typos in the doc
Add cache var CMAKE_ECLIPSE_MAKE_ARGUMENTS when using the Eclipse generator
Add ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT as a ADVANCED cache variable (#9631)
Fix crash in Eclipse generator with empty project (#11616)
Fix indentation in cmPolicies::ApplyPolicyVersion()
Remove trailing whitespace
Prefer files from CMAKE_ROOT when including from CMAKE_ROOT
Improve documentation and messages for the new CMP0017
Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017
Strip trailing whitespace.
Fix parsing of compiler name with a version number
Make cmake build again with cmake < 2.6.3
Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
Alexey Ozeritsky (5):
FindBLAS works in C/C++ projects without Fortran
ACML find fixes (issue 0011219)
find ACML fixes
fix for Fortran-only projects
FindLAPACK works with C/C++ only projects (issue 0009976)
Andreas Schneider (1):
FindPerlLibs: Add notice of copyright
Andrius Štikonas (1):
Modules: Fix spelling 'becase' -> 'because'.
Ben Boeckel (111):
Add method to get the local scope variables
Complete strict-mode checks for uninitialized vars
Add flags to detect unused variables
Detect unused variables
Rename strict-mode to warn-uninitialized
Rename find-unused to warn-unused
Default to marking things as used
Add warn-unused to the Qt interface
Rename flags again and use variablewatch for cli
Add a flag to warn about system files
Add a missing comma to the warning message
VariableWatch is not available when bootstrapping
Run the unused variables check on the final pass
Fix detection of system files
Add tests for unused command line variables
Add test for uninitialized variables
Change logic of flag to turn off cli unused checks
Fix the spelling of the flag for warn-unused-vars
Add documentation for check-system-vars
Be consistent with single and double quotes
Push the initialize and unused states when copying
Use built-ins for readability and maintainability
Remove now unused variables
Factor out checks for unused variables
Fix missing case for usage of a variable
Fix the path used for ignoring system warnings
CMAKE_DO_TRY_COMPILE is no longer used
Add method to allow variables to be marked as used
Ignore CMAKE_MATCH_* variables for usage
Mark ARGC, ARGV*, and ARGN as used
Improve unused warning logic
Fix line lengths to be no more than 78
Rework CheckVariableForUnused usage
Remove VarRemoved code since it's been superceded
Add test for usage checks via unset
Don't warn if the variable wasn't defined
Add test for unused detection via setting it
Fix detection of unused variables when setting
Add test for unused warnings at the end of scope
Check for unused variables in the dtor
Use the API so that warnings can be tracked
Only return local keys that are defined
Ignore CLI warnings for ABI determination
Exempt CMAKE(CURRENT|PARENT)_LIST_FILE from usage
Revert "Add test for unused warnings at the end of scope"
Remove old false positive avoidance code
Fix typo in VariableUnusedViaUnset test
When using the API, check for Add vs. Remove
Factor out the checks for unused variables
Initialize the usage stack earlier
Fix the path detection to work for top-level
Initialize the warning variables earlier
Add a method to put a watch for variables
Set a watch on variables added through the gui
Fix long lines for KWStyle
When calling CMake, set the args and the cache
Revert "When calling CMake, set the args and the cache"
Revert "Revert "When calling CMake, set the args and the cache""
Add argument to arg parsing to not set directories
Flag that the directories have been set
Fix line lengths
Hard-code the --no-warn-unused-cli flag
Wrong boolean value for CLI warnings
Add 'ArgumentExpansion' test
Change the failure case string to 'Unexpected'
Use a long int since Line is a long as well
When checking for variables, specify a reason
Check for unused variables at the end of generate
Don't warn during configure when doing everything
Fix parsing of cache variables without a type
Use cmCacheManager to load entries from the cache
Support manual cache entries
Condense parsing of cache entries
Don't check for unused vars at configure time
Ignore files under the CMakeFiles directory
Initialize the class before setting warn flags
Use 'CMake Warning' versus 'warning' for CDash
Use cmake::IssueMessage for warnings
Don't check at destruction for usage
Update expected messages to new format
Fix expected output for WarnUninitialized test
Use FPHSA in FindOpenGL
Ignore strerror_r since CMake isn't threaded
Use _POLL_EMUL_H_ instead of HAVE_POLL_FINE
Add WORKING_DIRECTORY argument to add_test
Rename WorkingDirectory test
Add tests for WORKING_DIRECTORY arg to add_test
Rename the project to match the test
Fix header includes for C++ and Visual Studio
Add ctype.h include for toupper()
Flip slashes around on Windows
Use --><-- markers to denote the path
Simplify the _default_cwd derivation
Only test the default cwd with Makefiles
Group adding tests with its properties
Fully specify the path to old-signature add_test
Use iostream to make Borland happy
Check for poll when looking for _POLL_EMUL_H_
Toss out strerror_r macros
Fix missed _POLL_EMUL_H_ and HAVE_POLL combo
Make TestsWorkingDirectory test a C file
Pass the expected value as the first argument
Don't output to stderr in the GUI
Checking for a definition is a usage
Give a better message for unused variables
Add method to unwatch a manual variable
Unwatch manual variables upon removal in ccmake
Unwatch manual variables upon removal in cmake-gui
Add more tests for WorkingDirectory for tests
Default the working dir to the current binary dir
Only set the property if the property was given
Bill Hoffman (20):
For macros make sure the FilePath points to a valid pointer in the args.
Add a warning when variables are used uninitialized.
Make --strict-mode option, and integrate with cmake-gui
Fixes for the OSF operating system build.
Add a fix for the inline keyword on the osf os.
Add a "Contract" test for VTK. The test downloads and builds VTK.
Fix contract test so it is not hard coded to the vtk542 test.
Fix incremental linking for VS2010 with nmake or make.
Change cpack run and verify script to work with multi-config generators.
Fix vs2010 project generation error when HEADER_FILE_ONLY is set.
Add more documentation for LANGUAGE property.
Add flags to resource builds on vs 2010 with a test.
Disable incremental testing for this test, it crashes vs9 linker.
Only run resource test for MSVC compilers.
Add support for windows resources with mingw/msys.
Add support for windres to cygwin.
Add testing for windows resources for mingw/msys/cygwin and remove for watcom.
Enable resource building with the intel compiler on windows.
Add support for source files in custom targets for VS 10 (Bug#11330).
Change the nightly tests to build from the nightly branch and not next.
Brad King (293):
Store direct dependencies in solutions for VS >= 8
BUG: Fix compiler flag test for non-English MSVC (#11336)
Document custom command behavior without DEPENDS (#11407)
Consolidate duplicate link rule make dependency code
Define LINK_DEPENDS target property (#11406)
KWSys: Teach SystemInformation about WinXP Pro and Win7
Fix Intel .vfproj SubSystem attribute values
Set Intel .vfproj RuntimeLibrary attribute
Create Fortran info variables for .mod behavior
Teach CMake about Cray C, C++, and Fortran compilers
Speedup find_* commands (#11412)
Merge branch 'vs8-direct-depends' into vs-target-dependencies
Prefer non-empty prefixes when matching lib names (#11468)
Record edge type in global dependency graph
Use modern global dependency graph for VS < 8 deps
Merge branch 'vs-target-dependencies' into imported-target-dependencies
Allow add_dependencies() on imported targets (#10395)
Pass Mac linker flag through PGI compiler using "-Wl,"
Modernize FindITK module (#11494)
Fix find_* argument parsing crash (#11513)
Skip VS <= 7.1 dependency analysis for VS >= 8
Enable 64-bit tools with VS 2010 Express (#9981, #10722)
KWSys: Associate installed library with an EXPORT
Merge topic 'vs-target-dependencies'
Merge topic 'CPack-Bug11452-ComponentBreakage-v2'
Merge topic 'ctest-remove-waiting-message'
Merge topic 'find-command-crash'
Merge topic 'bundleutils-rpath-removal'
Merge topic 'qt4-deps-tiff-jpeg-mng'
Fix try_compile RemoveFile anti-virus loop (#11503)
Fix Fortran .mod timestamps with Cray compiler
Make Fortran $obj.provides.build targets not .PHONY
Honor custom command dependencies on imported targets (#10395)
Improve signature of cmLocalGenerator::GetRealDependency
Skip file-level dependencies on custom targets (#11332)
Simplify VS generator ConstructScript interface
Factor out common custom command generator
Remove cmLocalGenerator::GetRealLocation
Merge branch 'imported-target-dependencies' into custom-command-refactor
KWSys: Remove realpath from SystemTools::GetPath (#10335)
Fix parallel "make install" of CMake itself
CTest: Fix ctest_sleep documentation (#11554)
Fix soname in cross-compiled targets with Mac host (#11547)
Detect object files in implicit link information
Allow Fortran platform files to set empty values
Recognize the NAG Fortran compiler
Add NAG Fortran compiler information files
FortranCInterface: Recognize NAG Fortran module symbols
Remove unused variable "rootdir" in VS generators
Avoid msbuild idiosyncrasy that builds multiple configs (#11594)
Remove unused parameter "root" in some VS generator methods
Fix dependency tracing of INSTALL and PACKAGE (#11598)
Remove unused GLOBAL_TARGET generation code
KWSys: Use EXPORT name only if installing library
Merge topic 'vs10-express-64bit'
Merge topic 'BundleUtilities-should-produce-error-if-item-is-not-embedded'
Merge topic 'FixDocTypoInFindFLEX'
Merge topic 'fix-INSTALL-and-PACKAGE-depend-tracing'
Merge topic 'imported-target-dependencies'
Merge topic 'parallel-make-install-of-CMake'
Merge topic 'doc-ctest_sleep'
Merge topic 'cross-compile-apple-host'
Merge topic 'FindTCL-version-ref'
Merge topic 'fix_incremental_vs2010'
Merge topic 'vs10-sln-msbuild-workaround'
Merge topic '11445-workaround'
Merge topic 'custom-command-depend'
Merge topic 'vim-help'
Merge topic 'ParallelEclipseMakefiles2'
Merge topic 'CPackRPM-Fix0011595'
Merge topic 'external-project-args-file'
Merge topic 'dev/support-substring-negative-indices'
Write full version into try_compile CMakeLists
Merge branch 'try-compile-min-version' into cygwin
Merge branch 'cygwin-module-prefix' into cygwin
KWSys: Do not mangle UNC paths in ConvertToUnixOutputPath (#10206)
Normalize add_custom_command OUTPUT names (#10485)
Make link rule depend on ".def" file (#11014)
Document target_link_libraries target scope (#11058)
Record backtrace in cmCustomCommand
Factor generator expression docs out of add_test
Factor per-config sample targets out of 'Testing' test
Optionally suppress errors in cmGeneratorExpression
Record set of targets used in cmGeneratorExpression
Introduce "generator expression" syntax to custom commands (#11209)
CTest: Fix test DEPEND cycle detection
Make Intel defines consistent with MSVC on Windows (#9904)
CTest: Fix line-too-long style in DEPEND cycle error
Detect Fortran target architecture on Windows
Modernize Intel compiler info on Windows
Remove unused old-style g++ info file
CheckCCompilerFlag: Strict signature of 'main' (#11615)
Merge topic 'CPack-DynMONOLITHIC_INSTALL'
Merge topic 'CPack-MoreComponentControls'
Merge topic 'CPackSTGZ-NoSubstitution'
Merge topic 'NAG-Fortran'
Merge topic 'cray-compiler'
Merge topic 'custom-command-slashes'
Merge topic 'cygwin-module-prefix'
Merge topic 'doc-target_link_libraries-scope'
Merge topic 'link-depend-def-file'
Merge topic 'release-cygwin-ncurses'
Merge topic 'try-compile-min-version'
Merge topic 'try_compile-RemoveFile'
Warn in find(GLOB) docs about bad use case (#11617)
Remove call to SystemTools::GetMaximumFilePathLength
Xcode: Generate native 3.2 projects
Declare min CMake version in --system-information project
Cygwin: Fix tests to check CYGWIN instead of WIN32
Merge branch 'custom-command-generator-expressions' into resolve/tests-if-CYGWIN
Merge branch 'tests-if-CYGWIN' into cygwin
Merge branch 'cmake_--system-information_min-version' into cygwin
Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-mode
Merge branch 'AddCMAKE_CURRENT_LIST_DIR' into dev/strict-mode
Merge branch 'ImprovedDotSupport2' into dev/strict-mode
Cygwin: Do not define 'WIN32' (#10122)
Revert "Remove unused parameter "root" in some VS generator methods"
Revert "Avoid msbuild idiosyncrasy that builds multiple configs" (#11633)
Avoid msbuild ".\" idiosyncrasy that builds multiple configs (#11594)
Mark CustomCommand test perconfig.out as SYMBOLIC
CTest: Factor out duplicate Git author/committer code
KWSys: Avoid buffer overflow in SystemInformation (#11018)
Merge topic 'CPack-AddMoreTests'
Merge topic 'FindBLAS_FindLAPACK'
Merge topic 'ctest-depend-cycle'
Merge topic 'intel-config-definitions'
Merge topic 'intel-compiler-windows-info'
Merge topic 'gnu-compiler-windows-info'
Merge topic 'CheckCCompilerFlag-strict-prototypes'
Merge topic 'file-GLOB-use-case-warning'
Merge topic 'remove-GetMaximumFilePathLength-call'
Merge topic 'xcode-version-3.2'
Merge topic 'fix-11533-vs10-custom-build-err'
Merge topic 'dev/fix-cmcurl-try_run'
Merge topic 'fix-8210-find-makensis-in-path'
Merge topic 'fix-10587-avoid-try-compile-warnings'
Merge topic 'fix-11487-multiple-test-calls'
Merge topic 'always_enable_generate'
Merge topic 'vs10-sln-msbuild-workaround'
Merge topic 'vs2010_header_only_fix'
Merge topic 'fix_docs_for_language_property'
Merge topic 'ctest-git-send-committer'
Merge topic 'custom-command-refactor'
Merge topic 'custom-command-generator-expressions'
Merge topic 'cmake_--system-information_min-version'
Merge topic 'resolve/tests-if-CYGWIN'
Merge topic 'cygwin'
Fix sentence break in add_test documentation
Pass Mac linker flag through all compilers with -Wl,
KWSys: Avoid passing string literal as char*
Avoid passing string literal to char* type
Merge topic 'dev/use-fphsa-in-find-opengl'
Merge topic 'dev/add_test-working-directory'
Merge topic 'mac-headerpad_max_install_names-passthru'
Merge topic 'FixCrashInEclipseGenerator'
Merge topic 'FindBLAS_FindLAPACK'
Merge topic 'bug-11518-dbus-macro'
Fix constness in compiler id detection
Build enable_language command during bootstrap
Map multiple /FI flags for VS < 10 (#11649)
KWSys: Remove useless include <sys/procfs.h> (#11648)
Allow users to specify defaults for unset policies
Merge branch 'include-command-whitespace' into policy-CMP0017
Merge branch 'user-policy-defaults' into policy-CMP0017
ccmake: Use LSB 4.0 curses API conditionally
CTest: Do not truncate UTF-8 test output too early (#10656)
Merge topic 'add_resource_support_to_intel'
Merge topic 'add_preprocessor_def_vs2010_resources'
Merge topic 'add_support_for_windres'
Merge topic 'fix-warning-char-string-constant'
Merge topic 'add-trilinos-contract-test'
Merge topic 'FindBoostTypos'
Merge topic 'recognize-TI-DSP'
Merge topic 'compiler-id-literal-const'
Merge topic 'suppress-warnings'
Merge topic 'make-install-test-serial'
Merge topic 'dev/add_test-working-directory'
Merge topic 'vs-force-multiple-include'
Merge topic 'honor-explicit-zero-timeout'
Merge topic 'negative-test-costs'
ccmake: Use LSB 4.0 getmaxyx conditionally
bootstrap: Granular system library selection (#11431)
bootstrap: Clarify --init flag documentation (#11431)
Allow platform files to set large archive rules (#11674)
Document reading LOCATION early as undefined (#11671)
Document reading LOCATION_<CONFIG> early as undefined (#11671)
Disable SubDirSpaces parens with GNU Make 3.82 (#11654)
Merge topic 'cpack-nsis-changes'
Merge topic 'fix-10644-cpack-menu-links'
Merge topic 'fix-9148-cpack-nsis-installer-root'
Merge topic 'qt4-find-plugins'
Merge topic 'fix-test-output-truncation'
Merge topic 'linux-standard-base'
Merge topic 'improve-build-error-detection'
Merge topic 'vs-Fortran-only-DLL'
Merge topic 'fix-11461-add-midl-vs10'
Merge topic 'fix-install-reqd-sys-libs'
Merge topic 'fix_source_groups_for_custom_targets_vs10'
Merge topic 'include-command-whitespace'
Merge topic 'user-policy-defaults'
Merge topic 'policy-CMP0017'
Merge topic 'ep-log-output-under-vs'
Merge topic 'ep-fix-substitutions'
Merge topic 'build_nightly_from_nightly_branch'
Merge topic 'archive-rule-variables'
Merge topic 'ctest-launch-empty-rule'
Merge topic 'doc-LOCATION-property-undefined-behavior'
Merge topic 'improve-findgit'
Merge branch 'policy-CMP0017' into resolve/python-versions/policy-CMP0017
Merge topic 'resolve/python-versions/policy-CMP0017'
Fix ArgumentExpansion test expected results
Document try_compile behavior more clearly (#11688)
Document CheckSymbolExists more clearly (#11685)
libarchive: Fix major() check for LSB 4.0 (#11648)
Xcode: Make generation depend on all input directories
Document Check(C|CXX)SourceCompiles behavior more clearly (#11688)
Teach Simple_Mingw_Linux2Win test to use windres
Merge branch 'honor-explicit-zero-timeout' into resolve/mingw-cross-compile-resources/honor-explicit-zero-timeout
Replace misleading example in the if() documentation (#10773)
Report directory with missing source file (#11677)
Test that missing source mentions directory (#11677)
Combine duplicate COMPILE_DEFINITIONS disclaimer
Document COMPILE_DEFINITIONS known limitations (#11660, #11712)
bootstrap: --verbose implies verbose Makefiles (#11708)
Fix get_(cmake|test)_property documentation (#11703)
Reference get_property() from old get_*_property() commands
Clarify auto-dereference cases in if() command (#11701)
Recognize SCO UnixWare C/C++ compilers (#11700)
Factor SCO compiler info out of platform file (#11700)
Document CheckFunctionExists more clearly (#10044)
Update CheckSymbolExists copyright year
Normalize slashes in scanned #include lines (#10281)
Honor VS_SCC_* properties in Fortran targets (#10237)
Honor CMAKE_TRY_COMPILE_CONFIGURATION in Makefile generators (#10809)
Document CMAKE_TRY_COMPILE_CONFIGURATION variable
Merge topic 'update-aix-release-script-login'
Merge topic 'bootstrap-select-system-libs'
Merge topic 'bootstrap-verbose-makefiles-issue-11708'
Merge topic 'bootstrap-enable-ccache-issue-11707'
Merge topic 'doc-hard-preprocessor-characters'
Merge topic 'doc-try_compile-clarification'
Merge topic 'doc-old-get_X_property-commands'
Merge topic 'doc-if-dereferencing-issue-10773'
Merge topic 'doc-CheckFunctionExists-clarify-issue-10044'
Merge topic 'doc-CheckSymbolExists-enum'
Merge topic 'missing-file-dir-issue-11677'
Merge topic 'python-modules-header'
Merge topic 'fix-install-req-sys-libs'
Merge topic 'resolve/mingw-cross-compile-resources/honor-explicit-zero-timeout'
Merge topic 'test-SubDirSpaces-workaround-gnu-make-3.82'
Merge topic 'fix-xcode-custom-rules-makefile'
Merge topic 'linux-standard-base'
Merge topic 'xcode-subdir-regen-dependencies'
Merge topic 'sco-compiler'
Merge topic 'qt4-query-exec-process'
Merge topic 'fix-10031-add-freeglut'
Merge topic 'fix-find-png-zlib'
Merge topic 'try_compile-Makefile-config'
Merge topic 'vs-Fortran-SCC-issue-10237'
Merge topic 'depend-scan-backslash-issue-10281'
Fix relative CMAKE_USER_MAKE_RULES_OVERRIDE (#11725)
Clarify CMAKE_USER_MAKE_RULES_OVERRIDE documentation (#11724)
Always place try_compile executables predictably (#11724)
Improve try_compile and try_run error messages
Use shortest extension to verify try_compile language (#11731)
Modules: Include builtin FindPackageHandleStandardArgs directly
try_compile: Allow only languages loaded in caller (#11469)
Merge topic 'fix-11668-ccmake-resize-crash'
Merge topic 'improve-try_compile-error-messages'
Merge topic 'fix-try_compile-source-language-issue-11731'
Merge topic 'use-own-FindPackageHandleStandardArgs'
Merge topic 'dev/add_test-working-directory'
Merge topic 'fix-11147-avoid-vc10-filters-error-msg'
Merge topic 'enable-using-devenv-as-cmakemakeprogram'
Merge topic 'relative-CMAKE_USER_MAKE_RULES_OVERRIDE'
Merge topic 'outdir-CMAKE_USER_MAKE_RULES_OVERRIDE'
Merge topic 'recursive-CMAKE_USER_MAKE_RULES_OVERRIDE'
Merge branch 'dev/add_test-working-directory' into dev/strict-mode
Merge topic 'dev/strict-mode'
Merge topic 'MakeCMakeBuildWithCMakeLess263'
Merge topic 'FixParsingCompilerNameWithVersionNumber'
Merge topic 'fix-xcode-generator-crash'
Merge topic 'avoid-purify-in-CTestTest2'
Merge topic 'fix-11695-spaces-in-vs10-rc-defs'
libarchive: Define major/minor/makedev only where needed (#11648)
Merge topic 'fix-clang-warnings'
Merge topic 'FixCrashInGraphVizWriter'
Merge topic 'CPack-ComponentMoreZipTests'
libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL (#11815)
Fix documentation of MSVC_VERSION (#11833)
Merge topic 'linux-standard-base'
Merge topic 'doc-MSVC_VERSION-issue-11833'
Merge topic 'copyright-FindPerlLibs'
Brian Bassett (1):
VS: Fix linking of Fortran-only DLL projects (#10803)
Campbell Barton (1):
Honor RULE_MESSAGES property for build target messages
Chuck Atkins (1):
CTest: Teach launcher to ignore empty/no-op make commands
Clinton Stimpson (12):
Fix regex for moc includes when looking for frameworks.
cmake-gui: use BundleUtilities in place of custom script.
Fix regression in 2dae2f1 which added find of Qt imports dir.
Force cmake to run again when qrc dependency scanning needs to happen.
Fix regression to allow specifying a CMakeCache.txt file on the command line.
BundleUtilities: only do rpath strip on copied prerequisites.
Fix build issues cross compiling with static Qt.
CTest: multiple ctest_test calls w/LABEL regexs (#11487)
cmake-gui: always enable generate button.
allow absolute paths for dbus interface.
Add support for using static/dynamic Qt plugins.
Replace exec_program with execute_process for qmake queries.
Craig Scott (1):
ccmake: Port for LSB 4.0 (#11648)
Dave Abrahams (1):
FindPerlLibs: Fix for Mac locally applied patches
David Cole (93):
Add a contract test for building the CSE.
Enable overriding contract test timeout values.
Update tag in the Contracts/cse-snapshot test.
Make HTML test fail when --nonet arg is not available.
Begin post-2.8.3 development
No CMake.HTML test if xmllint has no --nonet.
Suppress "loop was vectorized" "warnings."
Add contract test for Trilinos 10.6.1 snapshot.
Merge topic 'qtdialog-use-bundleutilities'
Merge topic 'qt4-imports-dir'
Merge topic 'qt4-resources-bug5952'
Merge topic 'FixBisonWithLocale'
Merge topic '11363'
Merge topic 'cmake-gui-args-11388'
Merge topic 'rule-messages'
Merge topic 'CheckCompilerFlag-foreign-MSVC'
Merge topic 'improve-HTML-test'
Merge topic 'document-custom-command-no-DEPENDS'
Merge topic 'external-link-depends'
Merge topic 'FindPerlLibs-mac'
Merge topic 'add-cse-contract-test'
Merge topic 'fix_osf_build'
Honor FOLDER on include_external_msproject targets (#11436)
Merge topic '11429_FindGTK2_MSVC10'
Merge topic 'vs8-direct-depends'
Merge topic 'suppress-dashboard-warnings'
Merge topic 'FixFindQt3REQUIRED'
Merge topic 'vs-intel-RuntimeLibrary'
Merge topic 'fix-FOLDER-plus-include_external_msproject'
Merge topic 'MakeCodeBlocksGeneratorNonVerbose2'
Merge topic 'cray-compiler'
Merge topic 'find-doc-init'
Merge topic 'EP-extra-generator'
Merge topic 'moc-includes-regex'
Merge topic 'AddASM_NASMSupport'
Merge topic 'ImprovedDotSupport2'
Merge topic 'CPackRPM-ComponentSupport'
Merge topic 'spelling'
Merge topic 'IncludeCMakeDetermineCompilerIdInDetermineASMCompiler'
Merge topic 'link-library-parse-regex'
Merge topic '11430'
Merge topic '11384'
Merge topic 'imported-target-dependencies'
Merge topic 'pgi-mac'
Merge topic 'FindITK-use-find_package'
Merge topic 'dev/fix-cache-variable-parsing-ambiguity'
Correct misspelling in error message text.
BundleUtilities: error if fixup_bundle_item called on non-embedded item
Merge topic 'fortran-avoid-timestamp-touch'
Merge topic 'fix-typo-in-error-message'
VS10: stop build on custom command error (#11533)
CPack: look for makensis in the PATH (#8210)
VS10: avoid warning, no nologo when verbose (#10587)
Use m prefix in shorttag value to indicate "md5 of tarball"
Establish pass criteria for the Trilinos contract test.
Suppress erroneous warnings from Intel compiler
Avoid running CMake.Install test simultaneously with other tests
VS10: Finish Midl support (#11461)
Prohibit space in HOME value for VSMidl test.
KWSys: Fix CPU speed calculations (#9963)
KWSys: Retrieve QNX specific memory and processor info (#11329)
Improve build error detection.
VSMidl Test: Use correct include_directories with VS6 (#11461)
Add PATH_SUFFIXES for finding git.
ExternalProject: Avoid bleed-through output when logging.
Fix WOW64 registry mode on Windows 2000 (#10759)
Merge branch 'ep-log-output-under-vs' into ep-fix-substitutions
ExternalProject: Replace location tags in CMAKE_CACHE_ARGS
CPack: Detect more URLs in CPACK_NSIS_MENU_LINKS (#10644)
KWSys: Fix WOW64 registry mode on Windows 2000 (#10759)
CPack: Add CPACK_NSIS_INSTALL_ROOT variable (#9148)
Xcode: Disable implicit make rules in custom rules makefiles.
CMake 2.8.4-rc1
Update script with new machine name
VS10: Fix problems with InstallRequiredSystemLibraries.
Add CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS variable
Add CPACK_NSIS_INSTALL_ROOT for CMake's own installer (#9148)
Add new names for PNG and ZLIB libraries
Add freeglut as library name (#10031)
Avoid exceptions when ccmake terminal window is too small (#11668)
VS10: Load projects with obj "source" files (#11147)
VS10: Enable using devenv as CMAKE_MAKE_PROGRAM (#11459)
VS10: Escape double quote chars in defines for rc files (#11695)
Fix line too long KWStyle issue (#11695)
Avoid space in rc /D values for VS6 and Cygwin (#11695)
Xcode: Fix crash: avoid strlen call on NULL char *
CTestTest2: Avoid running purify unless requested
VSResource: Avoid windres /D with quoted spaces (#11695)
Merge branch 'release'
CMake 2.8.4-rc2
Silence the may be used uninitialized warnings: initialize stuff.
Merge branch 'release'
CMake 2.8.4
Eric NOULARD (15):
CPackRPM add basic component support to CPackRPM
CPack fix kwstyle breakage and make CPackRPM backward compatible
CPack backward compatibility fix 2.8.3-2.8.2 (bug 11452)
CPack Fix KWStyle error
CPack Honor CPACK_MONOLITHIC_INSTALL at CPack time too
CPack use IsOn when it's better than IsSet
CPackRPM fix bug 0011595 : Can't generate RPMs (on FC11...)
CPack new tests for component install
CPack Default component test for ZIP should be OK
CPackTest spit out more output in case of failure
Arrange output in a better way
Precise the project config type when invoking cpack
CPackSTGZ quote here-doc, fix bug10518
CPack Tests the different ways of packaging components
Avoid foreach IN LISTS syntax which is not supported by CMake 2.6
KWSys Robot (104):
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
KWSys Nightly Date Stamp
Kai Wasserbäch (1):
FindTCL: Fix TCL and TK version variable references (#11528)
Marcus D. Hanwell (6):
BUG 11451 - pass CMAKE_EXTRA_GENERATOR down.
Added CMAKE_CACHE_ARGS to ExternalProject.
Escape file write expansion, and build up lists.
Fixed bug where last entry would be lost.
Python additional version support, bug #10279.
Bug #11715 - generate header in the build tree.
Matthias Kretz (1):
Inline help in vim with vertical split.
Mike McQuaid (6):
Fix incorrect variable documentation (#11127)
Add variable for InstallRequiredSystemLibraries dir (#11140)
InstallRequiredSystemLibraries debug-only (#11141)
Allow NSIS package or uninstall icon (#11143)
Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828)
Add CPack NSIS MUI_FINISHPAGE_RUN support (#11144)
Nicolas Despres (1):
bootstrap: Add --enable-ccache option (#11707)
Philip Lowman (8):
11363: FindBoost.cmake fails to find debug libraries in tagged layout install
11429: FindGTK2 does not find libraries built for Visual Studio 2010
11430: FindBullet doesn't find header files installed by Bullet >= 2.77
11384: FindCxxTest now includes test code in VS project
[patch] Add Boost 1.45 to search, simplify a check removing VERSION_LESS
Add Boost 1.46
Fix spelling BOOST_LIBRARYDIR message. Add error for common misspellings.
Lowercase all function names and improve consistency
Rolf Eike Beer (2):
allow STRING(SUBSTRING) work with length -1 as "rest of the string"
Add the WORKING_DIRECTORY property to tests
Wojciech Migda (1):
Recognize the Texas Instruments DSP compiler (#11645)
Yaakov Selkowitz (2):
Cygwin: Use 'cyg' prefix for module DLLs (#10122)
Cygwin: Fix release script libncurses search patterns (#10766)
Zach Mullen (4):
Remove debugging message from parallel ctest
CTest git update should pass the committer as well as the author
Support explicitly set test costs in non-parallel testing.
Test TIMEOUT property explicitly set to zero should be honored
-----------------------------------------------------------------------
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list