- 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
- 5a501d8 Fix error message printing in `emboss_front_end.py`. (#91) by Dmitri Prime · 1 year, 9 months ago v2023.0622.090004
- 46fe1ec Design Sketch for String Support (#82) by Dmitri Prime · 1 year, 10 months ago v2023.0525.204127
- 9191077 Fix header_generator_test (#88) by Jason Graffius · 1 year, 10 months ago v2023.0518.164408
- 1119723 Add attributes to enum values (#86) by Jason Graffius · 1 year, 10 months ago v2023.0517.231226
- 1d9223b Add design for alternate enum cases (#83) by Jason Graffius · 1 year, 10 months ago v2023.0511.224246
- 5b38126 Factor back-end attribute checking into the back end. (#80) by Dmitri Prime · 1 year, 11 months ago v2023.0502.065523
- 053bd6c Merge pull request #79 from reventlov/fix_traverse_ir_test by Aaron Webster · 2 years ago v2023.0403.201622
- 07ef4ff Merge pull request #81 from reventlov/import_ir by Rob Russell · 2 years ago v2023.0322.212832
- 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
- 1b1d4c7 Fix `traverse_ir_test` by using `varkw` instead of `kwonlyargs`. by Ben Olmstead · 2 years ago
- b02439a Merge pull request #77 from AnthonyDiGirolamo/py311fix by Dmitri Prime · 2 years ago v2023.0309.011051
- 086c3fb Fix Python 3.11 inspect usage by Anthony DiGirolamo · 2 years ago
- d29aef7 Merge pull request #74 from reventlov/division_doc by Dmitri Prime · 2 years ago v2023.0304.041958
- ed62289 Add design sketch for division operator. by Ben Olmstead · 2 years, 1 month ago
- 23a8a1a Merge pull request #71 from reventlov/more_enum_comparisons by Aaron Webster · 2 years, 1 month ago v2023.0206.230101
- 85a889e Merge pull request #70 from reventlov/update_deps by Aaron Webster · 2 years, 1 month ago v2023.0206.225938
- f102b84 Merge pull request #72 from reventlov/fix_wunused_parameter by Rob Russell · 2 years, 1 month ago v2023.0206.175150
- 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
- 9da7c5d Update Abseil and Googletest deps. by reventlov · 2 years, 1 month ago
- b8e2750 Merge pull request #66 from BenjaminLawson/fix-implicit-conversion by Dmitri Prime · 2 years, 2 months ago v2023.0120.210515
- 2f1022a Fix implicit conversions in UIntView by Ben Lawson · 2 years, 2 months ago
- 989a7c0 Merge pull request #64 from acsaeed/fix-unused-params by Dmitri Prime · 2 years, 3 months ago v2022.1212.222958
- 49cccf9 Void cast to silence -Wunused-parameter error by Ali Saeed · 2 years, 3 months ago
- a7587cc Void cast to silence -Wunused-parameter error by Ali Saeed · 2 years, 3 months ago
- ddc1294 Merge pull request #61 from BenjaminLawson/fix-implicit-conversion by Dmitri Prime · 2 years, 3 months ago v2022.1130.203258
- cc6f1ba Fix implicit narrowing conversion in OffsetBitBlock by Ben Lawson · 2 years, 3 months ago
- a02d5f4 Merge pull request #57 from acsaeed/embossc-shebang by Aaron Webster · 2 years, 5 months ago v2022.1007.172146
- e947463 Generalize embossc shebang by Ali Saeed · 2 years, 5 months ago
- 5fe92f7 Merge pull request #56 from fsareshwala/master by Aaron Webster · 2 years, 6 months ago v2022.0926.232458
- 27fe3a9 runtime: TextOutputOptions::WithNumericBase should take a uint8_t by Faraaz Sareshwala · 2 years, 6 months ago
- b091eb9 Merge pull request #55 from AaronWebster/master by Dmitri Prime · 2 years, 6 months ago v2022.0908.181836
- 2c22275 Merge pull request #54 from reventlov/fix_uninitialized_memory_in_test by Aaron Webster · 2 years, 6 months ago
- 7f4a86c Create automatic releases via github workflow. by Aaron Webster · 2 years, 6 months ago
- b27fd7a Fix uninitialized memory in test code. by Ben Olmstead · 2 years, 7 months ago
- a761f62 Merge pull request #52 from acsaeed/fix-implicit-conversion by Dmitri Prime · 2 years, 7 months ago
- 6e10d1b Update emboss_text_util.h by Ali Saeed · 2 years, 7 months ago
- 85f3b79 Explicitly downcast in emboss_text_util.h by Ali Saeed · 2 years, 7 months ago
- fea80b7 Merge pull request #50 from fsareshwala/fsareshwala/minor-fixes by Dmitri Prime · 2 years, 8 months ago
- 17874c0 embossc: format into sections for better readability by Faraaz Sareshwala · 2 years, 8 months ago
- 1c7f19e embossc: remove duplicate from os import path -- just use os.path by Faraaz Sareshwala · 2 years, 8 months ago
- e7af87d Merge pull request #49 from fsareshwala/fsareshwala/fix-commentstring by Dmitri Prime · 2 years, 8 months ago
- 0c45471 vim: fix commenstring space escape by Faraaz Sareshwala · 2 years, 8 months ago
- 99be70a Merge pull request #48 from fsareshwala/fsareshwala/commentstring by Dmitri Prime · 2 years, 8 months ago
- 0b4e949 Merge pull request #47 from fsareshwala/fsareshwala/vim-syntax by Dmitri Prime · 2 years, 8 months ago
- a1ef864 Merge pull request #46 from fsareshwala/fsareshwala/ignore-pycache by Dmitri Prime · 2 years, 8 months ago
- c0f497f vim: add commentstring to ftplugin by Faraaz Sareshwala · 2 years, 8 months ago
- c49a9ec vim: add $next to keyword list by Faraaz Sareshwala · 2 years, 8 months ago
- b6fc141 gitignore: ignore pycache directories by Faraaz Sareshwala · 2 years, 11 months ago
- afd9578 Merge pull request #39 from reventlov/enum_constraints by Aaron Webster · 2 years, 11 months ago
- 452ec9e Document default value for maximum_bits. by reventlov · 2 years, 11 months ago
- 2a9f402 Add historical note to archived design doc. by reventlov · 2 years, 11 months ago
- b6b38de Archive implemented design. by reventlov · 2 years, 11 months ago
- c50913d Add support for `maximum_bits` and `is_signed` on `enum`s. by reventlov · 2 years, 11 months ago
- 8b77f57 Merge pull request #38 from reventlov/doc_cleanup by Aaron Webster · 3 years ago
- 9ffb85c Remove stray "introduction" section. by reventlov · 3 years ago
- e5e0e96 Remove stray "introduction" section. by reventlov · 3 years ago
- 696351e Update date. by reventlov · 3 years ago
- d472a20 Reformat some docs for GitHub. by reventlov · 3 years ago
- ace5579 Merge pull request #37 from reventlov/next_keyword by Rob Russell · 3 years ago
- dea2c25 Merge branch 'google:master' into next_keyword by Dmitri Prime · 3 years ago
- 23a0b92 Switch `EXPECT_TRUE` to `ASSERT_TRUE` to avoid cascading failures. by reventlov · 3 years ago
- 365b769 Merge pull request #36 from reventlov/next_keyword by Rob Russell · 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
- 47888ad Merge pull request #35 from reventlov/proto-design-doc by Aaron Webster · 3 years ago
- d21c393 Update rotten links in README.md. by Ben Olmstead · 3 years ago
- 3331446 Add a design sketch for a Protocol Buffer back end. by reventlov · 3 years ago
- 51fdad1 Merge pull request #26 from reventlov/design_docs by Aaron Webster · 3 years ago
- 26cc36a Add a few design sketches for requested features. by reventlov · 3 years, 1 month ago
- 0f53873 Merge pull request #19 from AaronWebster/master by Dmitri Prime · 3 years, 6 months ago
- 24c552b Create reserved_words by Aaron Webster · 3 years, 6 months ago
- 8d2ea53 Merge pull request #18 from AaronWebster/master by Dmitri Prime · 3 years, 6 months ago
- 46d1a37 Delete reserved_words by Aaron Webster · 3 years, 6 months ago
- 7a29b0a Compatibility improvements for Arduino ESP32/ESP8266 platforms. by Aaron Webster · 3 years, 6 months ago
- 32f309e Merge pull request #17 from google/best_effort_string_format by Dmitri Prime · 3 years, 6 months 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
- 8bdf6ac Merge pull request #16 from AaronWebster/master by Aaron Webster · 3 years, 10 months ago
- a23f3e9 Remove trailing whitespace in text_format_test.cc by Aaron Webster · 3 years, 10 months ago
- 5cb347f Merge pull request #15 from jadmanski/py39-fix by Dmitri Prime · 3 years, 10 months ago
- a7c8936 Replace usage of fractions.gcd with a conditional that uses math.gcd if by John Admanski · 3 years, 10 months ago
- 5910494 Merge pull request #13 from google/AaronWebster-patch-1 by Dmitri Prime · 4 years, 3 months ago
- 77bbc23 Add additional test for UpdateFromText() by Aaron Webster · 4 years, 3 months ago
- 2ad6ec5 Merge pull request #12 from reventlov/reduce_recursion_depth3 by Rob Russell · 4 years, 5 months ago
- 0d3197d Fix comments in emboss_arithmetic.h. by Dmitri Prime · 4 years, 5 months ago
- 3a0e13b Merge pull request #11 from reventlov/fix_python2 by Rob Russell · 4 years, 5 months ago
- cab2682 Reduce stack use for certain arithmetic operations. by Dmitri Prime · 4 years, 5 months ago
- 21fbe27 Make Emboss work under Python 2 again. by Dmitri Prime · 4 years, 5 months ago
- a1d6fca Merge pull request #10 from reventlov/fix_cxx14 by Aaron Webster · 4 years, 6 months ago
- 715b6d6 Fix the month value for __cplusplus for C++17. by Dmitri Prime · 4 years, 6 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
- c2bd996 Merge pull request #9 from reventlov/simple_cse_engine by Dmitri Prime · 4 years, 6 months ago
- 0f8af11 Add missing license header. by Dmitri Prime · 4 years, 6 months ago
- 44df3a7 Merge branch 'simple_cse_engine' of https://github.com/reventlov/emboss into simple_cse_engine by Dmitri Prime · 4 years, 6 months ago
- ec162e4 Implement simple common subexpression elimination. by Dmitri Prime · 4 years, 6 months ago