1
0
forked from pool/CastXML

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:
Dirk Mueller 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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7b40b1530585672f9cf5d7a6b6dd29f20c06cd5edf34ef34c89a184a4d1a006
size 106918

3
CastXML-0.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a2e5ae99c66b5b44e682f261248cd874fdd7554f4a24fc31d09ac5b6dcde7e5
size 119089

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