forked from pool/cmake
Accepting request 282500 from home:mathletic:branches:devel:tools:building
Update to CMake 3.1.1 OBS-URL: https://build.opensuse.org/request/show/282500 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=187
This commit is contained in:
parent
adeb273de6
commit
2f928dfc76
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bdc3fa3f2da81bc10c772a6b64cc9052acc2901d42e1e1b2588b40df224aad9
|
||||
size 5955836
|
3
cmake-3.1.1.tar.gz
Normal file
3
cmake-3.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b58694e545d51cde5756a894f53107e3d9e469360e1d92e7f6892b55ebc0bebf
|
||||
size 5959421
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:01:01 UTC 2015 - foss@grueninger.de
|
||||
|
||||
- Update to 3.1.1
|
||||
Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)
|
||||
get_test_property: clarify the documentation
|
||||
set_tests_properties: fix documentation
|
||||
tests: add tests for querying properties
|
||||
Xcode: Sort targets deterministically and with ALL_BUILD first (#15346)
|
||||
bootstrap: Fix syntax for Solaris 10 shell (#15317)
|
||||
Help: Clarify MinGW v. MSYS Makefiles generators (#15319)
|
||||
Ninja: Do not crash when CMAKE_<LANG>_COMPILE_OBJECT is empty (#15325)
|
||||
Ninja: Generate rules only for languages compiled in a target (#15325)
|
||||
Tests: Test using objects from a language enabled in a subdirectory (#15325)
|
||||
Help: Add 3.1 release note about '#' escaping in Makefiles (#15322)
|
||||
Help: Clarify if(<variable>) documentation (#15335)
|
||||
Help: Document CMAKE_FIND_PACKAGE_NAME variable
|
||||
Xcode: Do not require code signing for compiler id (#15214)
|
||||
Copyright.txt: Update year range to end in 2015
|
||||
XL: Fix link flags for executables on Linux with XL compilers
|
||||
QNX: Fix detection of QCC compiler id (#15349)
|
||||
Xcode: Fix early termination on per-config source file error CMake 3.1.1
|
||||
CPack: Fix PackageMaker internal versioning for OS X 10.10
|
||||
Fix compilation with the Oracle / Sun compiler (#15318)
|
||||
Help: Small fixes in CPackComponent documentation
|
||||
FindRuby: fix selection of version x.0 (#15345)
|
||||
CPack: Avoid crash on invalid CMake generator name (#15308)
|
||||
FindRuby: Fix output check in _RUBY_CONFIG_VAR
|
||||
find_package: Document CMAKE_FIND_PACKAGE_NAME variable
|
||||
QtAutoUic: Restore source file AUTOUIC_OPTIONS settings
|
||||
FindCUDA: Do not assume CMAKE_SYSTEM_PROCESSOR is set
|
||||
cmake-mode.el: Fix extracting keyword at point in cmake-help
|
||||
cmake-mode.el: Re-add explicit call to require thingatpt
|
||||
FindIce: Port to work with CMP0054 NEW behavior
|
||||
FindSDL: Allow if() to dereference SDL_INCLUDE_DIR for matching
|
||||
FindQt: fix setting DESIRED_QT_VERSION if "find_package(Qt VVV)" was called
|
||||
FindQt: fix variable name in error message
|
||||
FindQt: explicitely mention that it cannot Qt5 or later
|
||||
FindBoost: Add latest Boost version 1.57.0 and next milestone 1.58.0
|
||||
KWSys Terminal: Add xterm-termite to VT100 color support whitelist
|
||||
Help: Document valid 14 value for CXX_STANDARD. (#15339)
|
||||
get_target_property: discern empty from undefined properties (#15333)
|
||||
QtAutoUic: Add a test for the regression in the parent commit.
|
||||
cmMakefile: Rename a method to what it really does.
|
||||
Features: Fix the COMPILE_FEATURES genex for unavailable features.
|
||||
cmTarget: Compute link language of TARGET_OBJECTS with CMP0026 OLD (#15338)
|
||||
Help: Link relevant documents for virtual override features (#15311)
|
||||
Help: Add INTERFACE_LIBRARY to TYPE target property documentation
|
||||
Help: Update cmake.org links to avoid redirects
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 21:09:23 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:01:01 UTC 2015 - foss@grueninger.de
|
||||
|
||||
- Update to 3.1.1
|
||||
Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)
|
||||
get_test_property: clarify the documentation
|
||||
set_tests_properties: fix documentation
|
||||
tests: add tests for querying properties
|
||||
Xcode: Sort targets deterministically and with ALL_BUILD first (#15346)
|
||||
bootstrap: Fix syntax for Solaris 10 shell (#15317)
|
||||
Help: Clarify MinGW v. MSYS Makefiles generators (#15319)
|
||||
Ninja: Do not crash when CMAKE_<LANG>_COMPILE_OBJECT is empty (#15325)
|
||||
Ninja: Generate rules only for languages compiled in a target (#15325)
|
||||
Tests: Test using objects from a language enabled in a subdirectory (#15325)
|
||||
Help: Add 3.1 release note about '#' escaping in Makefiles (#15322)
|
||||
Help: Clarify if(<variable>) documentation (#15335)
|
||||
Help: Document CMAKE_FIND_PACKAGE_NAME variable
|
||||
Xcode: Do not require code signing for compiler id (#15214)
|
||||
Copyright.txt: Update year range to end in 2015
|
||||
XL: Fix link flags for executables on Linux with XL compilers
|
||||
QNX: Fix detection of QCC compiler id (#15349)
|
||||
Xcode: Fix early termination on per-config source file error CMake 3.1.1
|
||||
CPack: Fix PackageMaker internal versioning for OS X 10.10
|
||||
Fix compilation with the Oracle / Sun compiler (#15318)
|
||||
Help: Small fixes in CPackComponent documentation
|
||||
FindRuby: fix selection of version x.0 (#15345)
|
||||
CPack: Avoid crash on invalid CMake generator name (#15308)
|
||||
FindRuby: Fix output check in _RUBY_CONFIG_VAR
|
||||
find_package: Document CMAKE_FIND_PACKAGE_NAME variable
|
||||
QtAutoUic: Restore source file AUTOUIC_OPTIONS settings
|
||||
FindCUDA: Do not assume CMAKE_SYSTEM_PROCESSOR is set
|
||||
cmake-mode.el: Fix extracting keyword at point in cmake-help
|
||||
cmake-mode.el: Re-add explicit call to require thingatpt
|
||||
FindIce: Port to work with CMP0054 NEW behavior
|
||||
FindSDL: Allow if() to dereference SDL_INCLUDE_DIR for matching
|
||||
FindQt: fix setting DESIRED_QT_VERSION if "find_package(Qt VVV)" was called
|
||||
FindQt: fix variable name in error message
|
||||
FindQt: explicitely mention that it cannot Qt5 or later
|
||||
FindBoost: Add latest Boost version 1.57.0 and next milestone 1.58.0
|
||||
KWSys Terminal: Add xterm-termite to VT100 color support whitelist
|
||||
Help: Document valid 14 value for CXX_STANDARD. (#15339)
|
||||
get_target_property: discern empty from undefined properties (#15333)
|
||||
QtAutoUic: Add a test for the regression in the parent commit.
|
||||
cmMakefile: Rename a method to what it really does.
|
||||
Features: Fix the COMPILE_FEATURES genex for unavailable features.
|
||||
cmTarget: Compute link language of TARGET_OBJECTS with CMP0026 OLD (#15338)
|
||||
Help: Link relevant documents for virtual override features (#15311)
|
||||
Help: Add INTERFACE_LIBRARY to TYPE target property documentation
|
||||
Help: Update cmake.org links to avoid redirects
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 09:29:48 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cmake
|
||||
Version: 3.1.0
|
||||
Version: 3.1.1
|
||||
Release: 0
|
||||
%define rversion %{version}
|
||||
Summary: Cross-platform, open-source make system
|
||||
|
Loading…
Reference in New Issue
Block a user