Accepting request 1076603 from home:badshah400:branches:devel:libraries:c_c++

Update to version 0.6.1

OBS-URL: https://build.opensuse.org/request/show/1076603
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/CastXML?expand=0&rev=23
This commit is contained in:
2023-04-03 07:58:36 +00:00
committed by Git OBS Bridge
parent 7eb5872e15
commit 523c366180
4 changed files with 30 additions and 5 deletions

BIN
CastXML-0.5.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
CastXML-0.6.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Apr 1 09:09:49 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.6.1:
* test: Restore support for CMake <= 3.25 in test suite
- Changes from version 0.6.0:
* Output:
- Generate functions with rvalue-references in signatures.
- Generate RValueReferenceType elements in castxml output
format.
- Add AutoType element for "auto" types that have not been
deduced.
- Add ElaboratedType elements with "qualifier=" attribute.
- Add a "keyword=" attribute to ElaboratedType elements.
- Forward complete output requests through ElaboratedType.
- Explicitly guard empty struct name.
- Avoid generating "init=" attribute for float128
compatibility type.
- Factor out helper to check for float128 compatibility decl.
* RunClang: Detect -std=c++20 from --castxml-cc-{gnu,msvc} test:
- Add case with Elaborated type due to qualified name.
- Update assume_aligned case to suppress -Wundefined-inline
warning.
- Tolerate '-internal-*' flags after '-isystem' flags.
-------------------------------------------------------------------
Wed Dec 14 17:53:30 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package CastXML
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: CastXML
Version: 0.5.1
Version: 0.6.1
Release: 0
Summary: C-family Abstract Syntax Tree XML Output
License: Apache-2.0