Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow customizing mangling of generic parameters in C (mozilla#575) * Box<T> simplifies to T* in C (4ce324c) * ManuallyDrop<T> and MaubeUninit<T> simplify to T in C, and are opaque in C++ (0076a17) * C++ supports a derive-ostream annotation to derive serialization of structs, unions and enums (mozilla#582) * Large character constants have been fixed on Windows (mozilla#586) * Constants are now generated for typedefs, etc (mozilla#589) * The `sort_by` configuration option has been made to work for constants (mozilla#587) * Default sort order is source order now (sort_by = "None"), and can be changed by the above option (mozilla#587)
- Loading branch information