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