summaryrefslogtreecommitdiff
path: root/tools/aconfig/src/codegen
AgeCommit message (Expand)Author
2024-01-24Restructure aconfig repo to be a cargo workspace with many crates Dennis Shen
2024-01-08Merge "aconfig: simplify is_valid_container" into main Treehugger Robot
2024-01-08aconfig: simplify is_valid_container Mårten Kongstad
2024-01-08aconfig: remove trailing whitespace in test input Mårten Kongstad
2024-01-03Merge "aconfig: add ForceReadOnly mode to aconfig c/c++ codegen" into main Zhi Dou
2024-01-03Merge "aconfig: add ForceReadOnly mode to aconfig rust codegen" into main Zhi Dou
2024-01-03aconfig: add ForceReadOnly mode to aconfig rust codegen Zhi Dou
2024-01-03aconfig: add ForceReadOnly mode to aconfig java codegen Zhi Dou
2024-01-03aconfig: add ForceReadOnly mode to aconfig c/c++ codegen Zhi Dou
2024-01-03aconfig: add new codegen mode force_read_only Zhi Dou
2023-12-19aconfig: modify and filter flags before passing into java codegen Zhi Dou
2023-12-19aconfig: modify_parsed_flags_based_on_mode return Result Zhi Dou
2023-12-19aconfig: move CodegenMode to codegen crate Zhi Dou
2023-12-19aconfig: add exported mode in rust codegen Zhi Dou
2023-12-19aconfig: add new testing flag enabled_fixed_ro_exported Zhi Dou
2023-12-19aconfig: add exported mode in c/c++ codegen Zhi Dou
2023-12-18aconfig: update c/c++ codegen Dennis Shen
2023-12-14aconfig: pass ownership of ProtoParsedFlag items to Java codegen Mårten Kongstad
2023-12-14aconfig: pass ownership of ProtoParsedFlag items to C++ codegen Mårten Kongstad
2023-12-14aconfig: pass ownership of ProtoParsedFlag items to Rust codegen Mårten Kongstad
2023-12-12aconfig: fix template bug in exported mode. Ted Bauer
2023-12-11aconfig: Respect flag naming convention on test flags Oriol Prieto Gasco
2023-12-08aconfig: move codegen into separate module Mårten Kongstad