forked from pool/cdecl
Compare commits
2 Commits
203f1d6856
...
6082ce6e6d
Author | SHA256 | Date | |
---|---|---|---|
6082ce6e6d | |||
eeba28eb91 |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23b8783bc431bc2deeef64c6e482681b5a1c6b0ea87e7a2a6f9762a531cebaa4
|
||||
size 1521556
|
BIN
cdecl-18.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
cdecl-18.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cdecl
|
||||
Version: 16.4.1
|
||||
Version: 18.0
|
||||
Release: 0
|
||||
Summary: C/C++ function declaration translator
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user