- e222d10 libipp: IncludeBraces LSC by George Burgess IV · 11 months ago
- 8331610 step 1 of adding `InsertBraces: true` to global clang-format by George Burgess IV · 12 months ago
- 170bb39 Update print and scan OWNERS by Benjamin Gordon · 2 years, 5 months ago
- bbc6d3c Add missing metadata for printing projects by Benjamin Gordon · 2 years, 5 months ago
- ad218c5 libipp: Update documentation about Frame class by Piotr Pawliczek · 2 years, 6 months ago
- 605b4bc libipp: Add missing unit tests for the builder by Piotr Pawliczek · 2 years, 6 months ago
- a5ab5d4 libipp: Add missing unit tests for the parser by Piotr Pawliczek · 2 years, 7 months ago
- 8cd4d37 libipp: Remove ParserCode:kOK by Piotr Pawliczek · 2 years, 7 months ago
- 31d9e8d libipp: Remove unused code from the parser by Piotr Pawliczek · 2 years, 7 months ago
- 647555b libipp: Add silent conversions for GetValue/s() by Piotr Pawliczek · 2 years, 7 months ago
- 4a69fc8 libipp: Refactor methods Attribute::GetValue(...) by Piotr Pawliczek · 2 years, 7 months ago
- dfc24302 libipp: Remove methods Attribute::SetValue(...) by Piotr Pawliczek · 2 years, 7 months ago
- 9999b80 libipp: Remove method Attribute::GetCollection() by Piotr Pawliczek · 2 years, 7 months ago
- 40a542a libipp: Remove deprecated methods from Collection by Piotr Pawliczek · 2 years, 7 months ago
- a636750 libipp: Remove deprecated methods from Frame class by Piotr Pawliczek · 2 years, 7 months ago
- a847780 libipp: Documentation for the library by Piotr Pawliczek · 2 years, 7 months ago
- ebc6f80 libipp: Add missing export directives by Piotr Pawliczek · 2 years, 7 months ago
- 68102c9 libipp: Refactor logging-related methods by Piotr Pawliczek · 2 years, 7 months ago
- c5e9e6b libipp: Add size() and empty() to Collection by Piotr Pawliczek · 2 years, 7 months ago
- d7f99c3 libipp: Move code from errors.* to validator.* by Piotr Pawliczek · 2 years, 7 months ago
- e968828 libipp: Rename CollectionsView to CollsView by Piotr Pawliczek · 2 years, 7 months ago
- 6efd601 libipp: Methods to add attributes with collections by Piotr Pawliczek · 2 years, 7 months ago
- 1c3fd6f libipp: Operator= for CollectionsView by Piotr Pawliczek · 2 years, 7 months ago
- 121694e libipp: Replace raw pointers in Frame API by iterators by Piotr Pawliczek · 2 years, 7 months ago
- 63272c68 libipp: Add method to Set/Get attributes' values by Piotr Pawliczek · 2 years, 7 months ago
- 628564b libipp: Rename #define IPP_* to LIBIPP_* by Piotr Pawliczek · 2 years, 7 months ago
- 58107a3 libipp: Remove files ipp_frame_builder.* by Piotr Pawliczek · 2 years, 8 months ago
- a0692f2 libipp: New interface for parsing by Piotr Pawliczek · 2 years, 8 months ago
- ec5792d libipp: Add a dedicated log for the parser by Piotr Pawliczek · 2 years, 8 months ago
- b9b36fc libipp: Use AttrPath to log the parser's position by Piotr Pawliczek · 2 years, 8 months ago
- 83f2093 libipp: Remove FrameBuilder class by Piotr Pawliczek · 2 years, 8 months ago
- 7f5bdf0 libipp: Convert private methods to local functions by Piotr Pawliczek · 2 years, 8 months ago
- 70f8c72 libipp: Remove duplicate verification by Piotr Pawliczek · 2 years, 8 months ago
- 0f39914 libipp: New interface for building binary frame by Piotr Pawliczek · 2 years, 8 months ago
- d08f051 libipp: Enforce maximum name and value length by Piotr Pawliczek · 2 years, 8 months ago
- ebc1c3f libipp: Replace parser error messages with ParserCode by Piotr Pawliczek · 2 years, 8 months ago
- a972970 libipp: New ParserCode values by Piotr Pawliczek · 2 years, 8 months ago
- 2ca129c6 libipp: Validate values in the header by Piotr Pawliczek · 2 years, 8 months ago
- 853bde2 libipp: Remove LogScannerError() by Piotr Pawliczek · 2 years, 8 months ago
- e3d96c1 libipp: Remove LogParserWarning() by Piotr Pawliczek · 2 years, 8 months ago
- 17cf02c libipp: Refactor LogParserError() methods by Piotr Pawliczek · 2 years, 8 months ago
- 627377e libipp: Refactor handling out-of-band values in parser by Piotr Pawliczek · 2 years, 8 months ago
- 3eb605c libipp: Replace raw pointers in Attribute API by iterators by Piotr Pawliczek · 2 years, 9 months ago
- 5bda61d libipp: Add function for validation by Piotr Pawliczek · 2 years, 10 months ago
- d283026 libipp: Replace raw pointers in Collection API by iterators by Piotr Pawliczek · 2 years, 10 months ago
- 2fe92ba libipp: Rename and hide Collection::AddUnknownAttribute() by Piotr Pawliczek · 2 years, 10 months ago
- 6137285 libipp: Move name from Collection to Attribute by Piotr Pawliczek · 2 years, 10 months ago
- 8e33559 libipp: Store attributes in vector in the Collection class by Piotr Pawliczek · 2 years, 10 months ago
- b965838 libipp: Remove enum AttrState by Piotr Pawliczek · 2 years, 10 months ago
- f0f29b3 libipp: Improve unit tests coverage for ipp_enums by Piotr Pawliczek · 2 years, 10 months ago
- be1c82b libipp: Replace enum AttrType with ValueTag by Piotr Pawliczek · 2 years, 10 months ago
- 572ec8e libipp: Move the struct AttrDef from Collection to Attribute by Piotr Pawliczek · 2 years, 10 months ago
- 7b4082b libipp: Move values from Collection to Attribute by Piotr Pawliczek · 2 years, 10 months ago
- 102eb30 libipp: Refactoring after the removal of the old API by Piotr Pawliczek · 2 years, 10 months ago
- 684b6d1 libipp: Prune the old API by Piotr Pawliczek · 2 years, 10 months ago
- e367b5b libipp: Convert the fuzzer to the new API by Piotr Pawliczek · 3 years ago
- b4166f7 libipp: Convert tests to the new API by Piotr Pawliczek · 3 years ago
- b5277a6 libipp: New Frame constructors by Piotr Pawliczek · 3 years ago
- 3a446f2 Update license boilerplate text in source code files by Mike Frysinger · 3 years, 1 month ago
- 38d82bf libipp: Enforce order of unknown attributes by Piotr Pawliczek · 3 years, 4 months ago
- c60c4c9 Reland "libipp: remove attributes from get-printer-attributes" by Paul Moy · 3 years, 5 months ago
- 30afe76 Revert "libipp: remove attributes from get-printer-attributes" by Brian Norris · 3 years, 5 months ago
- 215aa2b libipp: remove attributes from get-printer-attributes by Paul Moy · 3 years, 5 months ago
- 4960719 libipp: Attribute methods and ToString(ValueTag) by Piotr Pawliczek · 3 years, 5 months ago
- aa6aa5d libipp: Refactoring - API for adding attributes by Piotr Pawliczek · 3 years, 6 months ago
- 8ddf657 libipp: Refactoring - new class Frame by Piotr Pawliczek · 3 years, 6 months ago
- 0608204 libipp: add install and test configurations. by Tatsuhisa Yamaguchi · 3 years, 8 months ago
- 07be6d0 libipp: Rename Frame to FrameData by Piotr Pawliczek · 3 years, 10 months ago
- 9b8b04c Updating OWNER files by Piotr Pawliczek · 4 years ago
- dd39140 libipp: Correct header typo by Kalvin Lee · 4 years, 2 months ago
- f06ed82 libipp: Add missing const qualifiers by Piotr Pawliczek · 4 years, 5 months ago
- 4571263 libipp: Fix ordering within a target based on the style guide. by Tatsuhisa Yamaguchi · 4 years, 7 months ago
- b733c28 Use unversioned libchrome libraray. by Qijiang Fan · 5 years ago
- 3bedb01 common-mk: check-owners: drop noparents settings by Mike Frysinger · 5 years ago
- 352e61e platform2: run gn format BUILD.gn and *.gni by Clark Chung · 5 years ago
- 69ae7eb libipp: remove an unreachable return by George Burgess IV · 5 years ago
- f013959 libipp: remove nolint pragmas on project headers by Fletcher Woodruff · 5 years ago
- 5be39e4 libipp: Incorrect indexes for attributes with names outside the schema by Piotr Pawliczek · 6 years ago
- ee52cfe libipp: Enforcing maximum length of text values by Piotr Pawliczek · 6 years ago
- 70ef9a3 print_tools: Use const methods from libipp in JSON generator by Piotr Pawliczek · 6 years ago
- 4548d99 libipp: Add missing const method by Piotr Pawliczek · 6 years ago
- 3fdc485 libipp: Rename fields in Resolution from size1/size2 to xres/yres by Piotr Pawliczek · 6 years ago
- 75c3edc libipp: Refactor the structure of IPP package by Piotr Pawliczek · 6 years ago
- fc4482c fuzzers: Switch to FuzzedDataProvider.h by Manoj Gupta · 6 years ago
- c1ae61b libipp: Limit the number of recursive collections by Piotr Pawliczek · 6 years ago
- e4252cb libipp: Correct #include directives by Piotr Pawliczek · 6 years ago
- 7051db1 libipp: pkg-config configuration file (pc file) by Piotr Pawliczek · 6 years ago
- 1a6ac21 libipp: Rename libipproto to libipp by Piotr Pawliczek · 6 years ago