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:
BIN
CastXML-0.5.1.tar.gz
(Stored with Git LFS)
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
BIN
CastXML-0.6.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
Wed Dec 14 17:53:30 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package CastXML
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: CastXML
|
Name: CastXML
|
||||||
Version: 0.5.1
|
Version: 0.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C-family Abstract Syntax Tree XML Output
|
Summary: C-family Abstract Syntax Tree XML Output
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user