1. fb9b2df Implement bejResourceLinkExpansion support and add tests by kasunath · 4 months ago google-dev
  2. 5b7e4ff Add support for bejReal exponent encoding/decoding by Kasun Athukorala · 4 months ago
  3. edd2d99 Add starting offset for major schema dictionary by kasunath · 4 months ago
  4. 3a7f6a2 Add support to decode a bejLocator entry by kasunath · 4 months ago
  5. 655a750 Return the dictionary offset with the property by kasunath · 4 months ago
  6. 7a484ce Convert a BejReal value to a double and initialize to 0 by Kasun Athukorala · 4 months ago
  7. 0805812 Add definitions for missing math functions to bej_common by Kasun Athukorala · 4 months ago
  8. 5193a36 libbej: Add BEJ encoder support by Kasun Athukorala · 4 months ago
  9. 1fb6478 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 1 year, 7 months ago
  10. 637f462 Fix spelling mistakes using codespell by George Liu · 6 months ago
  11. 644e615 meson: reformat with meson formatter by Patrick Williams · 7 months ago
  12. 8c4332a Verify dictionary property name length by Kasun Athukorala · 1 year, 1 month ago
  13. 7c1be8d Check dictionary sizes to avoid any heap overflows by Kasun Athukorala · 1 year, 1 month ago
  14. 6fd03fb Check SFLV tuple is within stream before decoding by Kasun Athukorala · 1 year, 1 month ago
  15. 485044b bej_decoder: Check decoded string length by Kasun Athukorala · 1 year, 1 month ago
  16. 9eb0117 bej_decoder_json: Add a limit on # of 0s in "real" by Brandon Kim · 1 year, 2 months ago
  17. ef01d4c bej: Fix typo for enum "bejErrorNotSuppoted" by Brandon Kim · 1 year, 2 months ago
  18. 07abbf8 bej_decoder: Add a limit on number of operations by Brandon Kim · 1 year, 2 months ago
  19. 3b6fb07 clang-tidy: format with config-clang-tidy by Patrick Williams · 1 year, 3 months ago
  20. c3ab417 meson: reformat with meson formatter by Patrick Williams · 1 year, 7 months ago
  21. 045a2d6 clang-format: update latest spec and reformat by Patrick Williams · 1 year, 7 months ago
  22. a4bb3d7 build: use allowed over enabled or not-disabled by Patrick Williams · 1 year, 7 months ago
  23. 057f429 clang-tidy: Initial commit by Jayanth Othayoth · 1 year, 8 months ago
  24. 716c741 clang-tidy: Add prototype to function declarations by Jayanth Othayoth · 1 year, 8 months ago
  25. 7753519 clang-tidy: Replace NULL with nullptr by Jayanth Othayoth · 1 year, 8 months ago
  26. bd91e60 clang-format: re-format for clang-19 by Patrick Williams · 1 year, 8 months ago
  27. a46f985 bej_tree: initialize node attribute format by Brian Ma · 1 year, 11 months ago
  28. be27f2e clang-format: re-format for clang-18 by Patrick Williams · 2 years ago
  29. 2bc745a meson: Provide wrap for nlohmann by Konstantin Aladyshev · 2 years, 5 months ago
  30. da6e557 Add libbej encoder wrapper for C++ by Nikhil Namjoshi · 3 years, 6 months ago
  31. 6eb945f build: use allowed over enabled by Patrick Williams · 2 years, 9 months ago
  32. 6f3082e clang-format: copy latest and re-format by Patrick Williams · 2 years, 10 months ago
  33. 6df0c48 Encode more BEJ data types by kasunath · 3 years ago
  34. 0a29193 Encode bejArray, bejNull, bejInteger and bejEnum by kasunath · 3 years ago
  35. bde1bfa Get metadata for bejNull type by kasunath · 3 years ago
  36. de02e7d Get metadata for bejReal type by kasunath · 3 years ago
  37. b250dd5 Get metadata for bejEnum type by kasunath · 3 years, 1 month ago
  38. 061fbc6 Get metadata for BEJ integer, string and bool by kasunath · 3 years, 1 month ago
  39. f68be95 Initialize a parent node metadata by kasunath · 3 years, 1 month ago
  40. 99bd6c9 Add the framework needed for BEJ encoding by kasunath · 3 years, 1 month ago
  41. c1a807d meson_options.txt: Support for reading options from meson.options by George Liu · 3 years ago
  42. dc3f214 Add more support to bej_tree API by kasunath · 3 years, 7 months ago
  43. 2ebe82f Add BEJ tree API. by kasunath · 3 years, 7 months ago
  44. 0686fd9 build: upgrade to C++23 by Patrick Williams · 3 years, 2 months ago
  45. 435526a clang-format: copy latest and re-format by Patrick Williams · 3 years, 4 months ago
  46. 42627ca Fix formating issues by kasunath · 3 years, 7 months ago
  47. c14fab6 Fix missing comma for empty arrays/sets by kasunath · 3 years, 9 months ago
  48. 0aa36d8 Rename rde_common to bej_common by kasunath · 3 years, 9 months ago
  49. ec85e11 Update include directories by kasunath · 3 years, 9 months ago
  50. 80ad94f Move headers into libbej folder by kasunath · 3 years, 10 months ago
  51. cc4098e libbej: Export the package for other repo to use by Willy Tu · 4 years, 2 months ago
  52. 7daa5f8 Explicitly cast the return value by kasunath · 4 years, 3 months ago
  53. 5433c17 test: Disable test if it is used as subproject by Willy Tu · 4 years, 3 months ago
  54. e8946af Add tests for the JSON decoder. by kasunath · 4 years, 3 months ago
  55. b81dcec Add RDE BEJ to JSON decoder by kasunath · 4 years, 3 months ago
  56. b8ca265 Add decoding for dbejEnum, bejReal and Annotations by kasunath · 4 years, 3 months ago
  57. e2260cd Add decoding for bejArray, bejNull, bejString and bejBoolean by kasunath · 4 years, 3 months ago
  58. 34a096d Add BejSet and BejInteger decoding by kasunath · 4 years, 3 months ago
  59. 64cb197 Add basic template code for BEJ decoder core by kasunath · 4 years, 4 months ago
  60. d073aa1 Add helper functions for BEJ dictionaries by kasunath · 4 years, 4 months ago
  61. 7ffd30a Add common data structures by kasunath · 4 years, 4 months ago
  62. 8bc8ba8 Add initial set of files by kasunath · 4 years, 4 months ago
  63. d299290 Initial empty repository by Brad Bishop · 4 years, 4 months ago