| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cbindgen script: Fix behavior of --check | Nick Mathewson | 2024-08-07 | 1 | -1/+1 |
| | | | | | Previously it didn't actually fail if there was a change. | ||||
| * | Add a missing "-". | Nick Mathewson | 2024-07-31 | 1 | -1/+1 |
| | | |||||
| * | Add a script to run cbindgen and check its outputs. | Nick Mathewson | 2024-07-31 | 1 | -0/+172 |
| This is a bit complicated since: - Using cbindgen with macro expansion requires a nightly rust: so, we have to look for one. - There are some cbindgen warnings which I cannot find any way to suppress, so instead of giving all warnings, it seems better to give a diff from the old list of warnings to the new list. | |||||
