forked from pool/aws-c-common
Accepting request 734788 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.4.11
+ Fix stupid bad boolean logic in macro.
* Fix stupid bad boolean logic in macro
* simplified gcc macro for assume
- from version 0.4.10
+ Fixed support for gcc 4.1.2.
- from version 0.4.9
+ fixed mixed static/shared builds.
* Reorder thread shutdown so that only truly necessary
memory is still allocated at shutdown callback town
- from version 0.4.8
+ Made AWS_ENABLE_LTO an option
* AWS_ENABLE_LTO=ON|OFF now controls LTO globally
* Made AWS_ENABLE_LTO an option
- from version 0.4.7
+ Added support for thread exit callbacks
* Added support for thread exit callbacks
* Added user data support to aws_thread_call_once
- from version 0.4.6
+ LTO support
* Added IPO/LTO support to cmake
* Removed the requirement that release builds produce good backtrace output
* Check for IPO policy in older versions of CMake
* Add policy existence check to c flags
- Re-enable link-time optimization (LTO) in spec file
OBS-URL: https://build.opensuse.org/request/show/734788
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-common?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 11:58:04 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.4.11
|
||||
+ Fix stupid bad boolean logic in macro.
|
||||
* Fix stupid bad boolean logic in macro
|
||||
* simplified gcc macro for assume
|
||||
- from version 0.4.10
|
||||
+ Fixed support for gcc 4.1.2.
|
||||
- from version 0.4.9
|
||||
+ fixed mixed static/shared builds.
|
||||
* Reorder thread shutdown so that only truly necessary
|
||||
memory is still allocated at shutdown callback town
|
||||
- from version 0.4.8
|
||||
+ Made AWS_ENABLE_LTO an option
|
||||
* AWS_ENABLE_LTO=ON|OFF now controls LTO globally
|
||||
* Made AWS_ENABLE_LTO an option
|
||||
- from version 0.4.7
|
||||
+ Added support for thread exit callbacks
|
||||
* Added support for thread exit callbacks
|
||||
* Added user data support to aws_thread_call_once
|
||||
- from version 0.4.6
|
||||
+ LTO support
|
||||
* Added IPO/LTO support to cmake
|
||||
* Removed the requirement that release builds produce good backtrace output
|
||||
* Check for IPO policy in older versions of CMake
|
||||
* Add policy existence check to c flags
|
||||
- Re-enable link-time optimization (LTO) in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 13:44:18 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user