1. d977a49 Merge pull request #143 from EricRahm/add_builder by Rob Russell · 3 days ago main upstream/master v2024.0520.161853
  2. bfd4a58 Add `ir_data_utils.builder` by Eric Rahm · 6 weeks ago
  3. 3f5bb5a Merge pull request #142 from EricRahm/add_ir_data_serializer by Rob Russell · 9 days ago v2024.0514.183419
  4. 7994653 Split out an `IrDataSerializer` class by Eric Rahm · 6 weeks ago
  5. 2598103 Merge pull request #141 from EricRahm/rename_ir_pb2 by Aaron Webster · 3 weeks ago v2024.0503.200352
  6. 12c5e84 Rename ir_pb2 to ir_data by Eric Rahm · 9 weeks ago
  7. f837f97 Merge pull request #134 from EricRahm/enum_trait by Rob Russell · 3 weeks ago v2024.0501.215421
  8. 534064f Add bazel support for disabling enum traits by Eric Rahm · 5 weeks ago
  9. cbea20f Add --no-cc-enum-traits param by Eric Rahm · 6 weeks ago
  10. c637649 Split out enum trait generation by Eric Rahm · 6 weeks ago
  11. 54130e2 Add forward declarations for text helpers by Eric Rahm · 5 weeks ago
  12. fb5e6da Merge pull request #133 from EricRahm/strip_comments by Rob Russell · 4 weeks ago v2024.0426.200337
  13. 1744629 Strip comments from templates by Eric Rahm · 6 weeks ago
  14. f94cbfb Merge pull request #135 from EricRahm/add_module_dot_bazel by Rob Russell · 5 weeks ago v2024.0419.155605
  15. 10e3e5b Update .gitignore with more common entries by Eric Rahm · 5 weeks ago
  16. 5d99737 Add a default MODULE.bazel file by Eric Rahm · 5 weeks ago
  17. 5f7b4fc Merge pull request #130 from EricRahm/use_string_template by Rob Russell · 5 weeks ago v2024.0418.163913
  18. b77e839 Switch code_templates to string.Template by Eric Rahm · 7 weeks ago
  19. 0a362ea Merge pull request #131 from EricRahm/use_enums_in_ir by Rob Russell · 5 weeks ago v2024.0417.190848
  20. 6e57e98 Split out IR enums by Eric Rahm · 7 weeks ago
  21. e0f9b36 Merge pull request #129 from tpudlik/rules_python by Rob Russell · 6 weeks ago v2024.0411.162850
  22. c06bd03 Merge pull request #123 from EricRahm/remove_subproc by Rob Russell · 6 weeks ago v2024.0411.162818
  23. 4a044db Load py_library, py_binary from rules_python by Ted Pudlik · 6 weeks ago
  24. 96ad72e Merge pull request #127 from tpudlik/ischar by Rob Russell · 7 weeks ago v2024.0406.002556
  25. 2e0b8a9 Stop using std::basic_string<unsigned char> by Ted Pudlik · 7 weeks ago
  26. dc5a0f1 Merge pull request #121 from tpudlik/allocator by Rob Russell · 7 weeks ago v2024.0403.232058
  27. 35bf3a0 Use front end and back end libraries directly by Eric Rahm · 7 weeks ago
  28. 1aa2d6d Expose a function to build headers and log errors by Eric Rahm · 7 weeks ago
  29. d1c9e5b Expose a function to parse an emb and log errors by Eric Rahm · 7 weeks ago
  30. 1ea8916 Remove references to deprecated allocator members by Ted Pudlik · 7 weeks ago
  31. a5126d6 Improve perf of `_call_with_optional_args` (#120) by Eric Rahm · 8 weeks ago v2024.0329.185414
  32. 11debfa Update Python version requirement (#117) by Eric Rahm · 8 weeks ago v2024.0328.174154
  33. 35e21b1 Fix `import_dirs` support (#114) by Eric Rahm · 3 months ago v2024.0304.184309
  34. 35bae73 Add support for a import_dirs param (#113) by Eric Rahm · 3 months ago v2024.0301.001301
  35. 621896d Add --output-file embossc flag to allow setting exact generated file name (#112) by David Rees · 3 months ago v2024.0228.001840
  36. 69bb137 Merge pull request #111 from reventlov/importlib_instead_of_pkgutil by Aaron Webster · 3 months ago v2024.0220.215552
  37. b9b93c3 Switch from pkgutil to importlib.resources. by Ben Olmstead · 3 months ago
  38. 2014655 Move cpp_utils to compilation_contexts (#109) by Ben Lawson · 3 months ago v2024.0214.172519
  39. 9f8115b Fix using emboss_cc_library from external Bazel repo (#106) by Ben Lawson · 3 months ago v2024.0208.184122
  40. de05f74 Fix emboss_cpp_library Bazel rule (#104) by Ben Lawson · 4 months ago v2024.0207.171840
  41. 5d2870e Reorder sections in bits to match the ordering in struct (#102) by Faraaz Sareshwala · 4 months ago v2024.0112.220248
  42. ac5e59b Fix subscripted types for Python 3.8 (#97) by Jason Graffius · 8 months ago v2023.1004.224448
  43. d457a4f Merge pull request #96 from reventlov/fix_iterator_bug by Aaron Webster · 8 months ago v2023.1002.231102
  44. 19743e4 Fix array iterators when the array view is a temporary object. by Ben Olmstead · 8 months ago
  45. 5dd164f Disable clang-tidy lint in C++ header body (#94) by Ben Lawson · 8 months ago v2023.0929.212500
  46. 4b28ad4 Emit compilation errors for bad C++ namespaces (#92) by Jason Graffius · 11 months ago v2023.0629.234817
  47. 699bf1a Implement `enum_case` attribute in cpp backend (#89) by Jason Graffius · 11 months ago v2023.0629.001527
  48. 5a501d8 Fix error message printing in `emboss_front_end.py`. (#91) by Dmitri Prime · 11 months ago v2023.0622.090004
  49. 46fe1ec Design Sketch for String Support (#82) by Dmitri Prime · 12 months ago v2023.0525.204127
  50. 9191077 Fix header_generator_test (#88) by Jason Graffius · 1 year ago v2023.0518.164408
  51. 1119723 Add attributes to enum values (#86) by Jason Graffius · 1 year ago v2023.0517.231226
  52. 1d9223b Add design for alternate enum cases (#83) by Jason Graffius · 1 year ago v2023.0511.224246
  53. 5b38126 Factor back-end attribute checking into the back end. (#80) by Dmitri Prime · 1 year, 1 month ago v2023.0502.065523
  54. 053bd6c Merge pull request #79 from reventlov/fix_traverse_ir_test by Aaron Webster · 1 year, 2 months ago v2023.0403.201622
  55. 07ef4ff Merge pull request #81 from reventlov/import_ir by Rob Russell · 1 year, 2 months ago v2023.0322.212832
  56. 1cde98b Update copyright date on new files. by Ben Olmstead · 1 year, 2 months ago
  57. 378cd5d Switch `emboss_cc_library` to use real Starlark rules. by Ben Olmstead · 1 year, 2 months ago
  58. 1b1d4c7 Fix `traverse_ir_test` by using `varkw` instead of `kwonlyargs`. by Ben Olmstead · 1 year, 2 months ago
  59. b02439a Merge pull request #77 from AnthonyDiGirolamo/py311fix by Dmitri Prime · 1 year, 3 months ago v2023.0309.011051
  60. 086c3fb Fix Python 3.11 inspect usage by Anthony DiGirolamo · 1 year, 3 months ago
  61. d29aef7 Merge pull request #74 from reventlov/division_doc by Dmitri Prime · 1 year, 3 months ago v2023.0304.041958
  62. ed62289 Add design sketch for division operator. by Ben Olmstead · 1 year, 3 months ago
  63. 23a8a1a Merge pull request #71 from reventlov/more_enum_comparisons by Aaron Webster · 1 year, 4 months ago v2023.0206.230101
  64. 85a889e Merge pull request #70 from reventlov/update_deps by Aaron Webster · 1 year, 4 months ago v2023.0206.225938
  65. f102b84 Merge pull request #72 from reventlov/fix_wunused_parameter by Rob Russell · 1 year, 4 months ago v2023.0206.175150
  66. f6a393b Compile with -Wunused-parameter -Werror. by reventlov · 1 year, 4 months ago
  67. 8da0be0 Allow all comparison operators for enums. by reventlov · 1 year, 4 months ago
  68. 9da7c5d Update Abseil and Googletest deps. by reventlov · 1 year, 4 months ago
  69. b8e2750 Merge pull request #66 from BenjaminLawson/fix-implicit-conversion by Dmitri Prime · 1 year, 4 months ago v2023.0120.210515
  70. 2f1022a Fix implicit conversions in UIntView by Ben Lawson · 1 year, 4 months ago
  71. 989a7c0 Merge pull request #64 from acsaeed/fix-unused-params by Dmitri Prime · 1 year, 5 months ago v2022.1212.222958
  72. 49cccf9 Void cast to silence -Wunused-parameter error by Ali Saeed · 1 year, 6 months ago
  73. a7587cc Void cast to silence -Wunused-parameter error by Ali Saeed · 1 year, 6 months ago
  74. ddc1294 Merge pull request #61 from BenjaminLawson/fix-implicit-conversion by Dmitri Prime · 1 year, 6 months ago master v2022.1130.203258
  75. cc6f1ba Fix implicit narrowing conversion in OffsetBitBlock by Ben Lawson · 1 year, 6 months ago
  76. a02d5f4 Merge pull request #57 from acsaeed/embossc-shebang by Aaron Webster · 1 year, 8 months ago v2022.1007.172146
  77. e947463 Generalize embossc shebang by Ali Saeed · 1 year, 8 months ago
  78. 5fe92f7 Merge pull request #56 from fsareshwala/master by Aaron Webster · 1 year, 8 months ago v2022.0926.232458
  79. 27fe3a9 runtime: TextOutputOptions::WithNumericBase should take a uint8_t by Faraaz Sareshwala · 1 year, 8 months ago
  80. b091eb9 Merge pull request #55 from AaronWebster/master by Dmitri Prime · 1 year, 9 months ago v2022.0908.181836
  81. 2c22275 Merge pull request #54 from reventlov/fix_uninitialized_memory_in_test by Aaron Webster · 1 year, 9 months ago
  82. 7f4a86c Create automatic releases via github workflow. by Aaron Webster · 1 year, 9 months ago
  83. b27fd7a Fix uninitialized memory in test code. by Ben Olmstead · 1 year, 9 months ago
  84. a761f62 Merge pull request #52 from acsaeed/fix-implicit-conversion by Dmitri Prime · 1 year, 9 months ago
  85. 6e10d1b Update emboss_text_util.h by Ali Saeed · 1 year, 9 months ago
  86. 85f3b79 Explicitly downcast in emboss_text_util.h by Ali Saeed · 1 year, 9 months ago
  87. fea80b7 Merge pull request #50 from fsareshwala/fsareshwala/minor-fixes by Dmitri Prime · 1 year, 11 months ago
  88. 17874c0 embossc: format into sections for better readability by Faraaz Sareshwala · 1 year, 11 months ago
  89. 1c7f19e embossc: remove duplicate from os import path -- just use os.path by Faraaz Sareshwala · 1 year, 11 months ago
  90. e7af87d Merge pull request #49 from fsareshwala/fsareshwala/fix-commentstring by Dmitri Prime · 1 year, 11 months ago
  91. 0c45471 vim: fix commenstring space escape by Faraaz Sareshwala · 1 year, 11 months ago
  92. 99be70a Merge pull request #48 from fsareshwala/fsareshwala/commentstring by Dmitri Prime · 1 year, 11 months ago
  93. 0b4e949 Merge pull request #47 from fsareshwala/fsareshwala/vim-syntax by Dmitri Prime · 1 year, 11 months ago
  94. a1ef864 Merge pull request #46 from fsareshwala/fsareshwala/ignore-pycache by Dmitri Prime · 1 year, 11 months ago
  95. c0f497f vim: add commentstring to ftplugin by Faraaz Sareshwala · 1 year, 11 months ago
  96. c49a9ec vim: add $next to keyword list by Faraaz Sareshwala · 1 year, 11 months ago
  97. b6fc141 gitignore: ignore pycache directories by Faraaz Sareshwala · 2 years, 6 months ago
  98. afd9578 Merge pull request #39 from reventlov/enum_constraints by Aaron Webster · 2 years, 1 month ago
  99. 452ec9e Document default value for maximum_bits. by reventlov · 2 years, 1 month ago
  100. 2a9f402 Add historical note to archived design doc. by reventlov · 2 years, 1 month ago