forked from pool/CastXML
Accepting request 1076840 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1076840 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CastXML?expand=0&rev=12
This commit is contained in:
commit
32147ff69c
@ -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
3
CastXML-0.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a2e5ae99c66b5b44e682f261248cd874fdd7554f4a24fc31d09ac5b6dcde7e5
|
||||
size 119089
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user