- 1ae0f27 Remove unused <ostream> (#157) by Eric Rahm · 8 months ago v2024.0716.040205
- 899f0f3 Add `ir_data_utils.copy` and `update` by Eric Rahm · 10 months ago
- 3daec5c Add `ir_data_utils.reader` by Eric Rahm · 10 months ago
- bfd4a58 Add `ir_data_utils.builder` by Eric Rahm · 10 months ago
- 7994653 Split out an `IrDataSerializer` class by Eric Rahm · 10 months ago
- 12c5e84 Rename ir_pb2 to ir_data by Eric Rahm · 10 months ago
- 534064f Add bazel support for disabling enum traits by Eric Rahm · 11 months ago
- cbea20f Add --no-cc-enum-traits param by Eric Rahm · 11 months ago
- c637649 Split out enum trait generation by Eric Rahm · 11 months ago
- 1744629 Strip comments from templates by Eric Rahm · 11 months ago
- b77e839 Switch code_templates to string.Template by Eric Rahm · 11 months ago
- 0a362ea Merge pull request #131 from EricRahm/use_enums_in_ir by Rob Russell · 11 months ago v2024.0417.190848
- 6e57e98 Split out IR enums by Eric Rahm · 11 months ago
- e0f9b36 Merge pull request #129 from tpudlik/rules_python by Rob Russell · 11 months ago v2024.0411.162850
- 4a044db Load py_library, py_binary from rules_python by Ted Pudlik · 11 months ago
- 1aa2d6d Expose a function to build headers and log errors by Eric Rahm · 11 months ago
- b9b93c3 Switch from pkgutil to importlib.resources. by Ben Olmstead · 1 year, 1 month ago
- ac5e59b Fix subscripted types for Python 3.8 (#97) by Jason Graffius · 1 year, 5 months ago v2023.1004.224448
- d457a4f Merge pull request #96 from reventlov/fix_iterator_bug by Aaron Webster · 1 year, 5 months ago v2023.1002.231102
- 19743e4 Fix array iterators when the array view is a temporary object. by Ben Olmstead · 1 year, 5 months ago
- 5dd164f Disable clang-tidy lint in C++ header body (#94) by Ben Lawson · 1 year, 6 months ago v2023.0929.212500
- 4b28ad4 Emit compilation errors for bad C++ namespaces (#92) by Jason Graffius · 1 year, 9 months ago v2023.0629.234817
- 699bf1a Implement `enum_case` attribute in cpp backend (#89) by Jason Graffius · 1 year, 9 months ago v2023.0629.001527
- 9191077 Fix header_generator_test (#88) by Jason Graffius · 1 year, 10 months ago v2023.0518.164408
- 5b38126 Factor back-end attribute checking into the back end. (#80) by Dmitri Prime · 1 year, 11 months ago v2023.0502.065523
- 1cde98b Update copyright date on new files. by Ben Olmstead · 2 years ago
- 378cd5d Switch `emboss_cc_library` to use real Starlark rules. by Ben Olmstead · 2 years ago
- 23a8a1a Merge pull request #71 from reventlov/more_enum_comparisons by Aaron Webster · 2 years, 1 month ago v2023.0206.230101
- f6a393b Compile with -Wunused-parameter -Werror. by reventlov · 2 years, 1 month ago
- 8da0be0 Allow all comparison operators for enums. by reventlov · 2 years, 1 month ago
- b27fd7a Fix uninitialized memory in test code. by Ben Olmstead · 2 years, 7 months ago
- c50913d Add support for `maximum_bits` and `is_signed` on `enum`s. by reventlov · 2 years, 11 months ago
- 23a0b92 Switch `EXPECT_TRUE` to `ASSERT_TRUE` to avoid cascading failures. by reventlov · 3 years ago
- 39468d0 Address code review comments. by reventlov · 3 years ago
- 4000cd0 Implement the `$next` keyword for convenient packed structures. by reventlov · 3 years ago
- b740c4f Add a new option to allow partial test output for non-Ok() messages. by Ben Olmstead · 3 years, 6 months ago best_effort_string_format
- a23f3e9 Remove trailing whitespace in text_format_test.cc by Aaron Webster · 3 years, 10 months ago
- 77bbc23 Add additional test for UpdateFromText() by Aaron Webster · 4 years, 3 months ago
- 21fbe27 Make Emboss work under Python 2 again. by Dmitri Prime · 4 years, 5 months ago
- ffbc50a Reapply Google-style formatting. by Dmitri Prime · 4 years, 6 months ago
- faeb944 Fix constexpr/const for C++14. by Dmitri Prime · 4 years, 6 months ago
- ec162e4 Implement simple common subexpression elimination. by Dmitri Prime · 4 years, 6 months ago
- 1dad455 Fix bug in parameterized view copy constructor. by Aaron Webster · 5 years ago
- ad44946 Fix subtle bug with parameters and virtual fields. by Dmitri Prime · 5 years ago
- 1692de9 Adds missing template escapes. by Aaron Webster · 5 years ago
- 8fb5e56 Fix bazel test -c opt ...:all by Ben Olmstead · 5 years ago make_opt_work
- 6731fc4 Reorganize the source tree. by reventlov · 5 years ago reorg_everything