1. 4be5f77 libipp: Fix C++23 build errors by Victor Hugo Vianna Silva · 3 weeks ago main
  2. 07bdfaa libipp: IncludeBraces LSC by George Burgess IV · 12 months ago
  3. 5b6d090 step 1 of adding `InsertBraces: true` to global clang-format by George Burgess IV · 1 year, 1 month ago
  4. 18b8dd8 Update print and scan OWNERS by Benjamin Gordon · 2 years, 5 months ago
  5. f2640e2 Add missing metadata for printing projects by Benjamin Gordon · 2 years, 6 months ago
  6. b5ff5d3 libipp: Update documentation about Frame class by Piotr Pawliczek · 2 years, 7 months ago
  7. d9a5f04 libipp: Add missing unit tests for the builder by Piotr Pawliczek · 2 years, 7 months ago
  8. 7c639fb libipp: Add missing unit tests for the parser by Piotr Pawliczek · 2 years, 7 months ago
  9. 42a0028 libipp: Remove ParserCode:kOK by Piotr Pawliczek · 2 years, 7 months ago
  10. 43f5e7b libipp: Remove unused code from the parser by Piotr Pawliczek · 2 years, 7 months ago
  11. 2209bb8 libipp: Add silent conversions for GetValue/s() by Piotr Pawliczek · 2 years, 8 months ago
  12. 9f596bf libipp: Refactor methods Attribute::GetValue(...) by Piotr Pawliczek · 2 years, 8 months ago
  13. b211e89 libipp: Remove methods Attribute::SetValue(...) by Piotr Pawliczek · 2 years, 8 months ago
  14. 16e3de3 libipp: Remove method Attribute::GetCollection() by Piotr Pawliczek · 2 years, 8 months ago
  15. daaf01a libipp: Remove deprecated methods from Collection by Piotr Pawliczek · 2 years, 8 months ago
  16. 653344a libipp: Remove deprecated methods from Frame class by Piotr Pawliczek · 2 years, 8 months ago
  17. fed085a libipp: Documentation for the library by Piotr Pawliczek · 2 years, 8 months ago
  18. 1519444 libipp: Add missing export directives by Piotr Pawliczek · 2 years, 8 months ago
  19. 7f95b27 libipp: Refactor logging-related methods by Piotr Pawliczek · 2 years, 8 months ago
  20. 6ef63e1 libipp: Add size() and empty() to Collection by Piotr Pawliczek · 2 years, 8 months ago
  21. f0a4394 libipp: Move code from errors.* to validator.* by Piotr Pawliczek · 2 years, 8 months ago
  22. c4e76d0 libipp: Rename CollectionsView to CollsView by Piotr Pawliczek · 2 years, 8 months ago
  23. 57fb633 libipp: Methods to add attributes with collections by Piotr Pawliczek · 2 years, 8 months ago
  24. eda9f41 libipp: Operator= for CollectionsView by Piotr Pawliczek · 2 years, 8 months ago
  25. a78d0a4 libipp: Replace raw pointers in Frame API by iterators by Piotr Pawliczek · 2 years, 8 months ago
  26. 5494dea libipp: Add method to Set/Get attributes' values by Piotr Pawliczek · 2 years, 8 months ago
  27. a3ef34d libipp: Rename #define IPP_* to LIBIPP_* by Piotr Pawliczek · 2 years, 8 months ago
  28. fa3d091 libipp: Remove files ipp_frame_builder.* by Piotr Pawliczek · 2 years, 8 months ago
  29. 3693755 libipp: New interface for parsing by Piotr Pawliczek · 2 years, 8 months ago
  30. 53d906b libipp: Add a dedicated log for the parser by Piotr Pawliczek · 2 years, 8 months ago
  31. d05d3d4 libipp: Use AttrPath to log the parser's position by Piotr Pawliczek · 2 years, 8 months ago
  32. e4d687d libipp: Remove FrameBuilder class by Piotr Pawliczek · 2 years, 8 months ago
  33. c53a1bc libipp: Convert private methods to local functions by Piotr Pawliczek · 2 years, 8 months ago
  34. 07d6eea libipp: Remove duplicate verification by Piotr Pawliczek · 2 years, 8 months ago
  35. e3e60b0 libipp: New interface for building binary frame by Piotr Pawliczek · 2 years, 8 months ago
  36. a0200fd libipp: Enforce maximum name and value length by Piotr Pawliczek · 2 years, 8 months ago
  37. 529c0ac libipp: Replace parser error messages with ParserCode by Piotr Pawliczek · 2 years, 9 months ago
  38. d8bdbe4 libipp: New ParserCode values by Piotr Pawliczek · 2 years, 9 months ago
  39. 9513d4e libipp: Validate values in the header by Piotr Pawliczek · 2 years, 9 months ago
  40. 5b1d7fd libipp: Remove LogScannerError() by Piotr Pawliczek · 2 years, 9 months ago
  41. e3819a1 libipp: Remove LogParserWarning() by Piotr Pawliczek · 2 years, 9 months ago
  42. c51491e libipp: Refactor LogParserError() methods by Piotr Pawliczek · 2 years, 9 months ago
  43. 941ff95 libipp: Refactor handling out-of-band values in parser by Piotr Pawliczek · 2 years, 9 months ago
  44. e3885e7 libipp: Replace raw pointers in Attribute API by iterators by Piotr Pawliczek · 2 years, 10 months ago
  45. d23982a libipp: Add function for validation by Piotr Pawliczek · 2 years, 10 months ago
  46. 8045b9c libipp: Replace raw pointers in Collection API by iterators by Piotr Pawliczek · 2 years, 10 months ago
  47. a434cee libipp: Rename and hide Collection::AddUnknownAttribute() by Piotr Pawliczek · 2 years, 10 months ago
  48. f2b7f1a libipp: Move name from Collection to Attribute by Piotr Pawliczek · 2 years, 10 months ago
  49. eeeab5a libipp: Store attributes in vector in the Collection class by Piotr Pawliczek · 2 years, 10 months ago
  50. a99b76d libipp: Remove enum AttrState by Piotr Pawliczek · 2 years, 10 months ago
  51. e00c2ce libipp: Improve unit tests coverage for ipp_enums by Piotr Pawliczek · 2 years, 10 months ago
  52. 74d4d98 libipp: Replace enum AttrType with ValueTag by Piotr Pawliczek · 2 years, 11 months ago
  53. 35069f6 libipp: Move the struct AttrDef from Collection to Attribute by Piotr Pawliczek · 2 years, 11 months ago
  54. d19c68b libipp: Move values from Collection to Attribute by Piotr Pawliczek · 2 years, 11 months ago
  55. b086671 libipp: Refactoring after the removal of the old API by Piotr Pawliczek · 2 years, 11 months ago
  56. baf34e1 libipp: Prune the old API by Piotr Pawliczek · 2 years, 11 months ago
  57. 7747ace libipp: Convert the fuzzer to the new API by Piotr Pawliczek · 3 years, 1 month ago
  58. 0da4f2a libipp: Convert tests to the new API by Piotr Pawliczek · 3 years, 1 month ago
  59. 3bfd853 libipp: New Frame constructors by Piotr Pawliczek · 3 years, 1 month ago
  60. 3765501 Update license boilerplate text in source code files by Mike Frysinger · 3 years, 2 months ago
  61. 739f5f7 libipp: Enforce order of unknown attributes by Piotr Pawliczek · 3 years, 5 months ago
  62. c45ddd9 Reland "libipp: remove attributes from get-printer-attributes" by Paul Moy · 3 years, 5 months ago
  63. f9523e4 Revert "libipp: remove attributes from get-printer-attributes" by Brian Norris · 3 years, 5 months ago
  64. 82d0a59 libipp: remove attributes from get-printer-attributes by Paul Moy · 3 years, 5 months ago
  65. 0454859 libipp: Attribute methods and ToString(ValueTag) by Piotr Pawliczek · 3 years, 6 months ago
  66. e808e1e libipp: Refactoring - API for adding attributes by Piotr Pawliczek · 3 years, 6 months ago
  67. 52f8fc1 libipp: Refactoring - new class Frame by Piotr Pawliczek · 3 years, 7 months ago
  68. 6aa5842 libipp: add install and test configurations. by Tatsuhisa Yamaguchi · 3 years, 9 months ago
  69. 542468e libipp: Rename Frame to FrameData by Piotr Pawliczek · 4 years ago
  70. ec1f412 Updating OWNER files by Piotr Pawliczek · 4 years, 1 month ago
  71. 518e53f libipp: Correct header typo by Kalvin Lee · 4 years, 3 months ago
  72. 178eade libipp: Add missing const qualifiers by Piotr Pawliczek · 4 years, 6 months ago
  73. cd9953f libipp: Fix ordering within a target based on the style guide. by Tatsuhisa Yamaguchi · 4 years, 8 months ago
  74. de2f862 Use unversioned libchrome libraray. by Qijiang Fan · 5 years ago master
  75. dbb0b10 remove copybara initialization artifacts by Mike Frysinger · 5 years ago
  76. aeb4e0b Copybara Service Migration Initialization. by Mike Frysinger · 5 years ago
  77. 7e4d696 common-mk: check-owners: drop noparents settings by Mike Frysinger · 5 years ago
  78. 24b0c7d platform2: run gn format BUILD.gn and *.gni by Clark Chung · 5 years ago
  79. ad3edc0 libipp: remove an unreachable return by George Burgess IV · 5 years ago
  80. 266c87b libipp: remove nolint pragmas on project headers by Fletcher Woodruff · 6 years ago
  81. ed5c054 libipp: Incorrect indexes for attributes with names outside the schema by Piotr Pawliczek · 6 years ago
  82. 727813d libipp: Enforcing maximum length of text values by Piotr Pawliczek · 6 years ago
  83. 59ed5a3 print_tools: Use const methods from libipp in JSON generator by Piotr Pawliczek · 6 years ago
  84. e65d4c6 libipp: Add missing const method by Piotr Pawliczek · 6 years ago
  85. 54a7161 libipp: Rename fields in Resolution from size1/size2 to xres/yres by Piotr Pawliczek · 6 years ago
  86. 8cacf29 libipp: Refactor the structure of IPP package by Piotr Pawliczek · 6 years ago
  87. f311b9f fuzzers: Switch to FuzzedDataProvider.h by Manoj Gupta · 6 years ago
  88. c3e30e4 libipp: Limit the number of recursive collections by Piotr Pawliczek · 6 years ago
  89. 6c45a4f libipp: Correct #include directives by Piotr Pawliczek · 6 years ago
  90. 5b26864 libipp: pkg-config configuration file (pc file) by Piotr Pawliczek · 6 years ago
  91. 8effe9c libipp: Rename libipproto to libipp by Piotr Pawliczek · 6 years ago