Opened 4 years ago

Closed 4 years ago

#14108 closed enhancement (fixed)

cbindgen-0.15.0

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 10.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

## 0.15.0

  • Allow customizing mangling of generic parameters in C
  • Box<T> simplifies to T* in C
  • ManuallyDrop<T> and MaubeUninit<T> simplify to T in C, and are opaque in C++
  • C++ supports a derive-ostream annotation to derive serialization of structs, unions and enums
  • Large character constants have been fixed on Windows
  • Constants are now generated for typedefs, etc
  • The sort_by configuration option has been made to work for constants
  • Default sort order is source order now (sort_by = "None"), and can be changed by the above option

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 23800.

Note: See TracTickets for help on using tickets.