Skip to content

Releases: google/emboss

v2024.0716.040724

16 Jul 04:07
e8a03a7
Compare
Choose a tag to compare
Forward kwargs to emboss_cc_library (#155)

* Forward kwargs to emboss_cc_library

Forwards kwargs to emboss_cc_library to fix
https://github.com/google/emboss/issues/154.

* Exercise kwargs in testdata

v2024.0716.040205

16 Jul 04:02
1ae0f27
Compare
Choose a tag to compare
Remove unused <ostream> (#157)

`<ostream>` isn't needed unless enum traits are being used, in that case
it will be included by the files that need it. Removing this fixes a
failure for targets that don't have `<ostream>` available.

Fixes: 156

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