Skip to content

Releases: google/emboss

v2024.0702.215418

02 Jul 21:54
61e9a22
Compare
Choose a tag to compare
Fix missing template parameters (#151)

Fix missing template parameters in MaybeDo. The latest version of clang
throws an error without this fix.

Fixes #150

v2024.0601.052012

01 Jun 05:20
457234d
Compare
Choose a tag to compare
Merge pull request #145 from EricRahm/add_copy_and_update

Add `ir_data_utils.copy` and `update`

v2024.0524.223635

24 May 22:36
dd186bb
Compare
Choose a tag to compare
Merge pull request #144 from EricRahm/add_reader

Add `ir_data_utils.reader`

v2024.0520.161853

20 May 16:18
d977a49
Compare
Choose a tag to compare
Merge pull request #143 from EricRahm/add_builder

Add `ir_data_utils.builder`

v2024.0514.183419

14 May 18:34
3f5bb5a
Compare
Choose a tag to compare
Merge pull request #142 from EricRahm/add_ir_data_serializer

Split out an `IrDataSerializer` class

v2024.0503.200352

03 May 20:03
2598103
Compare
Choose a tag to compare
Merge pull request #141 from EricRahm/rename_ir_pb2

Rename ir_pb2 to ir_data

v2024.0501.215421

01 May 21:54
f837f97
Compare
Choose a tag to compare
Merge pull request #134 from EricRahm/enum_trait

Split out enum trait generation

v2024.0426.200337

26 Apr 20:03
fb5e6da
Compare
Choose a tag to compare
Merge pull request #133 from EricRahm/strip_comments

Strip comments from templates

v2024.0419.155605

19 Apr 15:56
f94cbfb
Compare
Choose a tag to compare
Merge pull request #135 from EricRahm/add_module_dot_bazel

Add a default MODULE.bazel

v2024.0418.163913

18 Apr 16:39
5f7b4fc
Compare
Choose a tag to compare
Merge pull request #130 from EricRahm/use_string_template

Switch `code_templates` to `string.Template`