aboutsummaryrefslogtreecommitdiff
path: root/gen/cmd/src
AgeCommit message (Expand)Author
2024-01-11Turn on wrong_self_convention clippy lint after false positive fixDavid Tolnay
2024-01-11Format clippy bug comments on the same line as the lintDavid Tolnay
2024-01-11Ignore map_clone clippy lintDavid Tolnay
2023-12-30Remove option_if_let_else clippy suppressionDavid Tolnay
2023-10-21Ignore struct_field_names pedantic clippy lintDavid Tolnay
2023-10-06Ignore into_iter_without_iter pedantic clippy lintDavid Tolnay
2023-09-03Reduce visibility of all pub items which are not publicly exportedDavid Tolnay
2023-07-06Resolve implicit_clone pedantic clippy lintDavid Tolnay
2023-07-06Resolve unnested_or_patterns pedantic clippy lintDavid Tolnay
2023-07-06Resolve semicolon_if_nothing_returned pedantic clippy lintDavid Tolnay
2023-07-06Resolve redundant_closure_for_method_calls pedantic clippy lintDavid Tolnay
2023-07-06Resolve match_wildcard_for_single_variants pedantic clippy lintDavid Tolnay
2023-07-06Ignore all currently triggered clippy pedantic lintsDavid Tolnay
2023-06-15Resolve needless_borrow clippy lint in clap setupDavid Tolnay
2023-02-15Delete empty library crate from cxxbridge-cmd packageDavid Tolnay
2022-09-28Update argument parser to clap 4David Tolnay
2022-09-28Sort cxxbridge flags in alphabetical orderDavid Tolnay
2022-06-17Update to clap 3.2David Tolnay
2022-05-21Ignore derive_partial_eq_without_eq clippy lintDavid Tolnay
2022-02-16Resolve clap deprecationsDavid Tolnay
2022-01-18Add --cfg to cli help testDavid Tolnay
2022-01-18Add a cfg evaluator for the non-Cargo buildsDavid Tolnay
2022-01-02Update to clap 3David Tolnay
2021-09-12Ignore if_same_then_else clippy lintDavid Tolnay
2021-03-26Suppress wrong_self_convention clippy false positiveDavid Tolnay
2021-02-25Resolve inconsistent_struct_constructor style lintDavid Tolnay
2020-12-29Recognize .hh and .hpp as header extensions in cxxbridge-cmdDavid Tolnay
2020-12-29Suppress all currently triggered clippy pedantic lintsDavid Tolnay
2020-11-27Suppress clippy too_many_arguments lintDavid Tolnay
2020-11-15Suppress clippy nonminimal_bool lintDavid Tolnay
2020-10-28Check for disallowed include stringsDavid Tolnay
2020-10-28Expose IncludeKind to cxx_gen libraryDavid Tolnay
2020-10-03Fix behavior of --include and --output flagsDavid Tolnay
2020-09-24Handle multiple outputs from the same cxxbridge invocationDavid Tolnay
2020-09-24Simplify parsing of include flagsDavid Tolnay
2020-09-24Move arg parsing out of big struct literalDavid Tolnay
2020-09-24Update help text testDavid Tolnay
2020-09-24Assume header output for paths ending in .hDavid Tolnay
2020-09-13Add -o flag to set output file for cliDavid Tolnay
2020-09-13Show header name in help text same as it appears in #includeDavid Tolnay
2020-09-01Ignore or_fun_call lintDavid Tolnay
2020-09-01Remove version number from cmd help testDavid Tolnay
2020-08-30Work around to avoid trailing whitespace in test fileDavid Tolnay
2020-08-30Add test of cxxbridge cli help textDavid Tolnay
2020-08-30Use Opt to control which outputs get generatedDavid Tolnay
2020-08-29Take codegen options by referenceDavid Tolnay
2020-07-30Switch cli arg parsing from structopt to clapDavid Tolnay
2020-07-29Allow DSO export for C Rust bindings.Adrian Taylor
2020-04-29Split cxx runtime and build componentsDavid Tolnay