forked from pool/cdecl
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
ecfca93fd0 | |||
a0f202d37a | |||
4e44841140 | |||
ab9907f668 | |||
917dfa3c40 | |||
998e7e8789 | |||
6082ce6e6d | |||
eeba28eb91 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:23b8783bc431bc2deeef64c6e482681b5a1c6b0ea87e7a2a6f9762a531cebaa4
|
|
||||||
size 1521556
|
|
BIN
cdecl-18.5.tar.gz
(Stored with Git LFS)
Normal file
BIN
cdecl-18.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,73 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 5 07:50:26 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 18.5
|
||||||
|
* Added support for C++26 `indeterminate` attribute and
|
||||||
|
some predefined types.
|
||||||
|
* `static` storage class support.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 7 12:23:33 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 18.4.2
|
||||||
|
* Fixed issue with accumulating newlines in command-line history.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 3 17:39:26 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 18.4
|
||||||
|
* Initial support for C++26 has been added, specifically =
|
||||||
|
delete("reason") is now supported.
|
||||||
|
* Support placemarkers for empty macro argument.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 17:44:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 18.3
|
||||||
|
* Autocompletion for `set no-<TAB>`
|
||||||
|
* Enhancements for preprocessor __VA macros
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 04:17:57 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 18.2
|
||||||
|
* Unknown names are now always permitted as types in
|
||||||
|
pseudo-English. Hence, the --permissive-types option now only
|
||||||
|
additionally allows keywords in language versions other than
|
||||||
|
the current language as types.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 20 14:56:44 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 18.1
|
||||||
|
* Alignments can now have names to denote the number of bytes.
|
||||||
|
* In C89, implicit int is now warned about in more cases.
|
||||||
|
* To match gibberish output, K&R C typeless parameters now print
|
||||||
|
``as integer`` in pseudo-English.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 6 15:08:32 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 18
|
||||||
|
* Allowing blocks & user-defined literals in multi-declarations
|
||||||
|
* cast & declare command executable name support
|
||||||
|
* New --lineno, -L option
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 18 13:25:19 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 17.0.1
|
||||||
|
* Functions returning parameter packs is now correctly illegal.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 13 22:13:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 17.0
|
||||||
|
* Support abbreviated function template parameter packs
|
||||||
|
* Added ``help`` option suggestions
|
||||||
|
* Support ``auto`` parameters in typedefs
|
||||||
|
* Recognize structured binding declarations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 28 13:26:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Tue May 28 13:26:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cdecl
|
# spec file for package cdecl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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: cdecl
|
Name: cdecl
|
||||||
Version: 16.4.1
|
Version: 18.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C/C++ function declaration translator
|
Summary: C/C++ function declaration translator
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Reference in New Issue
Block a user