summaryrefslogtreecommitdiff
path: root/tests/headers/enum.h
AgeCommit message (Expand)Author
2022-10-04split the repo into a workspaceChristian Poveda
2021-08-24Use annotations on enumerations: This enables users to add additional derives...Christian Vetter
2020-10-16codegen: Allow to not derive Debug on enums.Emilio Cobos Álvarez
2020-08-25tests: Improve enum tests to avoid duplication, and add a test for #1880Emilio Cobos Álvarez
2018-07-29Quote regexes in test headersJosh Hejna
2017-09-11Make bindgen generate enums as constants by defaultCldfire
2017-01-23Unify under the `bindgen` name.Emilio Cobos Álvarez
2016-11-16Transition to libbindgen sub-crateJeff Waugh
2015-12-28Translate C enums to Rust enumsMichael Wu