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