1. ed62289 Add design sketch for division operator. by Ben Olmstead · 1 year, 8 months ago
  2. 23a8a1a Merge pull request #71 from reventlov/more_enum_comparisons by Aaron Webster · 1 year, 8 months ago v2023.0206.230101
  3. 85a889e Merge pull request #70 from reventlov/update_deps by Aaron Webster · 1 year, 8 months ago v2023.0206.225938
  4. f102b84 Merge pull request #72 from reventlov/fix_wunused_parameter by Rob Russell · 1 year, 8 months ago v2023.0206.175150
  5. f6a393b Compile with -Wunused-parameter -Werror. by reventlov · 1 year, 8 months ago
  6. 8da0be0 Allow all comparison operators for enums. by reventlov · 1 year, 8 months ago
  7. 9da7c5d Update Abseil and Googletest deps. by reventlov · 1 year, 8 months ago
  8. b8e2750 Merge pull request #66 from BenjaminLawson/fix-implicit-conversion by Dmitri Prime · 1 year, 9 months ago v2023.0120.210515
  9. 2f1022a Fix implicit conversions in UIntView by Ben Lawson · 1 year, 9 months ago
  10. 989a7c0 Merge pull request #64 from acsaeed/fix-unused-params by Dmitri Prime · 1 year, 10 months ago v2022.1212.222958
  11. 49cccf9 Void cast to silence -Wunused-parameter error by Ali Saeed · 1 year, 10 months ago
  12. a7587cc Void cast to silence -Wunused-parameter error by Ali Saeed · 1 year, 10 months ago
  13. ddc1294 Merge pull request #61 from BenjaminLawson/fix-implicit-conversion by Dmitri Prime · 1 year, 10 months ago v2022.1130.203258
  14. cc6f1ba Fix implicit narrowing conversion in OffsetBitBlock by Ben Lawson · 1 year, 10 months ago
  15. a02d5f4 Merge pull request #57 from acsaeed/embossc-shebang by Aaron Webster · 2 years ago v2022.1007.172146
  16. e947463 Generalize embossc shebang by Ali Saeed · 2 years ago
  17. 5fe92f7 Merge pull request #56 from fsareshwala/master by Aaron Webster · 2 years ago v2022.0926.232458
  18. 27fe3a9 runtime: TextOutputOptions::WithNumericBase should take a uint8_t by Faraaz Sareshwala · 2 years, 1 month ago
  19. b091eb9 Merge pull request #55 from AaronWebster/master by Dmitri Prime · 2 years, 1 month ago v2022.0908.181836
  20. 2c22275 Merge pull request #54 from reventlov/fix_uninitialized_memory_in_test by Aaron Webster · 2 years, 1 month ago
  21. 7f4a86c Create automatic releases via github workflow. by Aaron Webster · 2 years, 1 month ago
  22. b27fd7a Fix uninitialized memory in test code. by Ben Olmstead · 2 years, 1 month ago
  23. a761f62 Merge pull request #52 from acsaeed/fix-implicit-conversion by Dmitri Prime · 2 years, 1 month ago
  24. 6e10d1b Update emboss_text_util.h by Ali Saeed · 2 years, 1 month ago
  25. 85f3b79 Explicitly downcast in emboss_text_util.h by Ali Saeed · 2 years, 2 months ago
  26. fea80b7 Merge pull request #50 from fsareshwala/fsareshwala/minor-fixes by Dmitri Prime · 2 years, 3 months ago
  27. 17874c0 embossc: format into sections for better readability by Faraaz Sareshwala · 2 years, 3 months ago
  28. 1c7f19e embossc: remove duplicate from os import path -- just use os.path by Faraaz Sareshwala · 2 years, 3 months ago
  29. e7af87d Merge pull request #49 from fsareshwala/fsareshwala/fix-commentstring by Dmitri Prime · 2 years, 3 months ago
  30. 0c45471 vim: fix commenstring space escape by Faraaz Sareshwala · 2 years, 3 months ago
  31. 99be70a Merge pull request #48 from fsareshwala/fsareshwala/commentstring by Dmitri Prime · 2 years, 3 months ago
  32. 0b4e949 Merge pull request #47 from fsareshwala/fsareshwala/vim-syntax by Dmitri Prime · 2 years, 3 months ago
  33. a1ef864 Merge pull request #46 from fsareshwala/fsareshwala/ignore-pycache by Dmitri Prime · 2 years, 3 months ago
  34. c0f497f vim: add commentstring to ftplugin by Faraaz Sareshwala · 2 years, 3 months ago
  35. c49a9ec vim: add $next to keyword list by Faraaz Sareshwala · 2 years, 3 months ago
  36. b6fc141 gitignore: ignore pycache directories by Faraaz Sareshwala · 2 years, 11 months ago
  37. afd9578 Merge pull request #39 from reventlov/enum_constraints by Aaron Webster · 2 years, 6 months ago
  38. 452ec9e Document default value for maximum_bits. by reventlov · 2 years, 6 months ago
  39. 2a9f402 Add historical note to archived design doc. by reventlov · 2 years, 6 months ago
  40. b6b38de Archive implemented design. by reventlov · 2 years, 6 months ago
  41. c50913d Add support for `maximum_bits` and `is_signed` on `enum`s. by reventlov · 2 years, 6 months ago
  42. 8b77f57 Merge pull request #38 from reventlov/doc_cleanup by Aaron Webster · 2 years, 6 months ago
  43. 9ffb85c Remove stray "introduction" section. by reventlov · 2 years, 6 months ago
  44. e5e0e96 Remove stray "introduction" section. by reventlov · 2 years, 6 months ago
  45. 696351e Update date. by reventlov · 2 years, 6 months ago
  46. d472a20 Reformat some docs for GitHub. by reventlov · 2 years, 6 months ago
  47. ace5579 Merge pull request #37 from reventlov/next_keyword by Rob Russell · 2 years, 6 months ago
  48. dea2c25 Merge branch 'google:master' into next_keyword by Dmitri Prime · 2 years, 6 months ago
  49. 23a0b92 Switch `EXPECT_TRUE` to `ASSERT_TRUE` to avoid cascading failures. by reventlov · 2 years, 6 months ago
  50. 365b769 Merge pull request #36 from reventlov/next_keyword by Rob Russell · 2 years, 6 months ago
  51. 39468d0 Address code review comments. by reventlov · 2 years, 6 months ago
  52. 4000cd0 Implement the `$next` keyword for convenient packed structures. by reventlov · 2 years, 6 months ago
  53. 47888ad Merge pull request #35 from reventlov/proto-design-doc by Aaron Webster · 2 years, 7 months ago
  54. d21c393 Update rotten links in README.md. by Ben Olmstead · 2 years, 7 months ago
  55. 3331446 Add a design sketch for a Protocol Buffer back end. by reventlov · 2 years, 7 months ago
  56. 51fdad1 Merge pull request #26 from reventlov/design_docs by Aaron Webster · 2 years, 7 months ago
  57. 26cc36a Add a few design sketches for requested features. by reventlov · 2 years, 8 months ago
  58. 0f53873 Merge pull request #19 from AaronWebster/master by Dmitri Prime · 3 years ago
  59. 24c552b Create reserved_words by Aaron Webster · 3 years ago
  60. 8d2ea53 Merge pull request #18 from AaronWebster/master by Dmitri Prime · 3 years ago
  61. 46d1a37 Delete reserved_words by Aaron Webster · 3 years, 1 month ago
  62. 7a29b0a Compatibility improvements for Arduino ESP32/ESP8266 platforms. by Aaron Webster · 3 years, 1 month ago
  63. 32f309e Merge pull request #17 from google/best_effort_string_format by Dmitri Prime · 3 years, 1 month ago
  64. b740c4f Add a new option to allow partial test output for non-Ok() messages. by Ben Olmstead · 3 years, 1 month ago best_effort_string_format
  65. 8bdf6ac Merge pull request #16 from AaronWebster/master by Aaron Webster · 3 years, 5 months ago
  66. a23f3e9 Remove trailing whitespace in text_format_test.cc by Aaron Webster · 3 years, 5 months ago
  67. 5cb347f Merge pull request #15 from jadmanski/py39-fix by Dmitri Prime · 3 years, 5 months ago
  68. a7c8936 Replace usage of fractions.gcd with a conditional that uses math.gcd if by John Admanski · 3 years, 5 months ago
  69. 5910494 Merge pull request #13 from google/AaronWebster-patch-1 by Dmitri Prime · 3 years, 10 months ago
  70. 77bbc23 Add additional test for UpdateFromText() by Aaron Webster · 3 years, 10 months ago
  71. 2ad6ec5 Merge pull request #12 from reventlov/reduce_recursion_depth3 by Rob Russell · 4 years ago
  72. 0d3197d Fix comments in emboss_arithmetic.h. by Dmitri Prime · 4 years ago
  73. 3a0e13b Merge pull request #11 from reventlov/fix_python2 by Rob Russell · 4 years ago
  74. cab2682 Reduce stack use for certain arithmetic operations. by Dmitri Prime · 4 years ago
  75. 21fbe27 Make Emboss work under Python 2 again. by Dmitri Prime · 4 years ago
  76. a1d6fca Merge pull request #10 from reventlov/fix_cxx14 by Aaron Webster · 4 years, 1 month ago
  77. 715b6d6 Fix the month value for __cplusplus for C++17. by Dmitri Prime · 4 years, 1 month ago
  78. ffbc50a Reapply Google-style formatting. by Dmitri Prime · 4 years, 1 month ago
  79. faeb944 Fix constexpr/const for C++14. by Dmitri Prime · 4 years, 1 month ago
  80. c2bd996 Merge pull request #9 from reventlov/simple_cse_engine by Dmitri Prime · 4 years, 1 month ago
  81. 0f8af11 Add missing license header. by Dmitri Prime · 4 years, 1 month ago
  82. 44df3a7 Merge branch 'simple_cse_engine' of https://github.com/reventlov/emboss into simple_cse_engine by Dmitri Prime · 4 years, 1 month ago
  83. ec162e4 Implement simple common subexpression elimination. by Dmitri Prime · 4 years, 1 month ago
  84. 497f58d Add ToString() accessor on some array views. by Ben Olmstead · 4 years, 1 month ago
  85. 7a12808 Merge pull request #7 from Fleker/patch-1 by Dmitri Prime · 4 years, 6 months ago
  86. 8732131 Fix guide link in README by Nick · 4 years, 6 months ago
  87. 07a6cb2 Fix C++ namespace in parameters.emb. by Ben Olmstead · 4 years, 7 months ago
  88. 5c1889f Merge pull request #6 from AaronWebster/295268857 by Aaron Webster · 4 years, 7 months ago
  89. 1dad455 Fix bug in parameterized view copy constructor. by Aaron Webster · 4 years, 7 months ago
  90. 2816c4d Merge pull request #5 from reventlov/master by Aaron Webster · 4 years, 8 months ago
  91. ad44946 Fix subtle bug with parameters and virtual fields. by Dmitri Prime · 4 years, 8 months ago
  92. 18b92ba Merge pull request #3 from AaronWebster/comment_forward_template by Dmitri Prime · 4 years, 8 months ago
  93. 1692de9 Adds missing template escapes. by Aaron Webster · 4 years, 8 months ago
  94. 26fac66 Prefix rule paths with @com_google_emboss in build_defs.bzl. by Ben Olmstead · 4 years, 11 months ago
  95. fd25c03 Add missing space before comment. by Ben Olmstead · 5 years ago
  96. eb9a10a Merge pull request #2 from google/make_opt_work by Aaron Webster · 5 years ago
  97. 8fb5e56 Fix bazel test -c opt ...:all by Ben Olmstead · 5 years ago make_opt_work
  98. f0d2454 Add docstring to internal build_defs.bzl. by Ben Olmstead · 5 years ago
  99. 231e8ee Export build_defs.bzl and LICENSE, and sort imports. by Ben Olmstead · 5 years ago
  100. f81d4f0 Fix header guards for moved headers. by Ben Olmstead · 5 years ago