Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
  • libqpdf
30 Sep, 2025
4 commits
  • Add `Buffer::view()` method and update unit tests ...
    388719d4
    Implement `Buffer::view()` to provide a read-only view of the buffer content. Update unit tests to validate `view()` behavior alongside `move()`. Include necessary `#include <string_view>` for functionality.
    m-holger authored
    2025-09-30 13:42:27 +0100  
    Browse Dir »
  • Add `Buffer::move()` to transfer ownership of buffer content ...
    6df06185
    Refactor `Buffer`: implement `move()` method to enable efficient transfer of content to a string, leaving the buffer empty. Include unit tests for `move()` functionality to ensure correctness. Remove redundant `#include <cstring>` for cleanup.
    m-holger authored
    2025-09-30 13:38:40 +0100  
    Browse Dir »
  • Refactor `Buffer::Members`: replace `unsigned char*` with `char*`, simplify stri… ...
    9ff713f4
    …ng handling, and reduce reliance on `reinterpret_cast`.
    m-holger authored
    2025-09-30 13:37:30 +0100  
    Browse Dir »
  • Refactor `Buffer::Members`: remove `own_memory`, simplify constructor logic, and… ...
    30bc392a
    … replace manual memory management with `std::string`.
    m-holger authored
    2025-09-30 13:34:12 +0100  
    Browse Dir »

28 Sep, 2025
2 commits
  • Refactor `Buffer`: remove unused `copy` method to simplify the class structure.
    c3191449
    m-holger authored
    2025-09-28 18:45:08 +0100  
    Browse Dir »
  • Refactor `Buffer`: replace raw `new` with `std::make_unique` for safer and more … ...
    52904a1c
    …modern resource management.
    m-holger authored
    2025-09-28 18:17:45 +0100  
    Browse Dir »

22 Sep, 2025
9 commits
  • Refactor `QPDFWriter::writeStream`: simplify stream data filtering logic, consol… ...
    c97da2df
    …idate conditions, and enhance readability.
    m-holger authored
    2025-09-22 14:24:00 +0100  
    Browse Dir »
  • Refactor `QPDFWriter::Members::will_filter_stream`: consolidate decoding and enc… ...
    172ab474
    …oding flags, streamline filter logic, and simplify condition handling.
    m-holger authored
    2025-09-22 14:24:00 +0100  
    Browse Dir »
  • Refactor `QPDFWriter`: replace `QPDFObjectHandle` with `Dictionary` in stream di… ...
    edefc896
    …ctionary handling, streamline filtering logic, and simplify length checks.
    m-holger authored
    2025-09-22 14:24:00 +0100  
    Browse Dir »
  • Refactor `QPDFWriter::Members::will_filter_stream`: simplify stream filtering lo… ...
    8d4de787
    …gic, consolidate conditions, and enhance readability.
    m-holger authored
    2025-09-22 14:24:00 +0100  
    Browse Dir »
  • Refactor `QPDFWriter::Members`: consolidate `willFilterStream` logic into a tupl… ...
    31abc63f
    …e-returning overload, streamline calls, and simplify stream filtering checks.
    m-holger authored
    2025-09-22 14:24:00 +0100  
    Browse Dir »
  • Refactor `QPDFWriter`: replace `QPDFObjectHandle` with `Dictionary` for trimmed … ...
    a5afb867
    …trailer handling, streamline trailer processing logic, and simplify related method calls.
    m-holger authored
    2025-09-22 14:24:00 +0100  
    Browse Dir »
  • Simplify `QPDFWriter::writeHintStream`: remove redundant `qdf_mode` check for st… ...
    1dd0575c
    …ream compression given that qpdf_mode is incompatible with linearization.
    m-holger authored
    2025-09-22 14:24:00 +0100  
    Browse Dir »
  • Refactor `QPDFWriter`: remove `static` qualifiers from helper functions, replace… ...
    c2148fb1
    … `QPDF` parameter with `pdf` member, and simplify method calls.
    m-holger authored
    2025-09-22 14:24:00 +0100  
    Browse Dir »
  • Refactor `QPDF::Writer`: centralize member handling, move constructor to `QPDFWr… ...
    8007a849
    …iter`, and simplify resource management.
    m-holger authored
    2025-09-22 14:24:00 +0100  
    Browse Dir »

21 Sep, 2025
4 commits
  • Refactor `QPDF_linearization.cc` to streamline logic with `util::assertion`, rep… ...
    0476b7cc
    …lace manual checks with `no_ci_stop_if`, and utilize `emplace_back` for improved clarity.
    m-holger authored
    2025-09-21 19:02:34 +0100  
    Browse Dir »
  • Add `no_ci_stop_if`, `no_ci_stop_damaged_if`, and `no_ci_warn_if` methods to enh… ...
    3f8dd2b3
    …ance error and warning handling within `BaseHandle` and `QPDF`, highlighting that the error condition is not covered in CI testing without generating codecov noise.
    m-holger authored
    2025-09-21 14:07:31 +0100  
    Browse Dir »
  • Refactor to consolidate assertion logic with `util::assertion` function.
    f6d8da10
    m-holger authored
    2025-09-21 14:06:01 +0100  
    Browse Dir »
  • Refactor `assert_debug.h` to add new debug assertion aliases and update include … ...
    18b26a2b
    …directives across modules to improve clarity and enforce better assertion practices.
    m-holger authored
    2025-09-21 14:06:01 +0100  
    Browse Dir »

20 Sep, 2025
21 commits
  • Refactor `QPDFJob::handlePageSpecs`: add `any_page_labels` to `Input`, simplify … ...
    1a000fce
    …page label processing logic, centralize label handling, and adjust related resource management.
    m-holger authored
    2025-09-20 19:55:18 +0100  
    Browse Dir »
  • Refactor `QPDFJob::handlePageSpecs`: replace `selected_from_orig` and `copied_pa… ...
    92b29095
    …ges` sets with vector<bool> `Input::copied_pages`, centralize page tracking logic, adjust page processing, and simplify resource management.
    m-holger authored
    2025-09-20 15:45:14 +0100  
    Browse Dir »
  • Refactor `handlePageSpecs`: adjust logic to process selections specific to each … ...
    cb5a5f4e
    …input, centralize page range parsing, and simplify page processing.
    m-holger authored
    2025-09-20 14:51:36 +0100  
    Browse Dir »
  • Refactor `QPDFJob::Selection` and `Inputs`: remove `Selection::password` member … ...
    1c443a1c
    …and replace it with a setter that directly sets `Input::password`, centralize password handling, simplify file processing, and adjust related logic in `handlePageSpecs`.
    m-holger authored
    2025-09-20 14:36:11 +0100  
    Browse Dir »
  • Refactor `QPDFJob::Selection` and `Inputs`: replace `Selection::filename` with `… ...
    d90b4006
    …input_entry`, centralize input file handling in `infile_name`, update `new_selection` logic, and simplify page range and input processing.
    m-holger authored
    2025-09-20 14:12:53 +0100  
    Browse Dir »
  • Refactor `QPDFJob::Selection`: remove redundant `qpdf` member, update related lo… ...
    2c6a3e97
    …gic in `handlePageSpecs` and `new_selection`, and simplify page processing.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob`: move section processing logic to `Selection::process`, centr… ...
    637c33a7
    …alize handling in `Files::process_all`, and simplify `handlePageSpecs`.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob`: replace `infilename` with `infile_name()`, centralize input … ...
    ac039c85
    …file handling in `Inputs`, and simplify related logic.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob`: move `selections` to `Inputs`, update related logic in `hand… ...
    0fae76cf
    …lePageSpecs` and `new_selection`, and simplify page specification handling.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob::Inputs`: add `clear` method to centralize QPDF object cleanup… ...
    0f67d851
    …, replace redundant file warning logic in `handlePageSpecs`, and simplify resource management.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob::Input`: add `initialize` method to centralize member initiali… ...
    a43b8312
    …zation, simplify `handlePageSpecs` and `new_section`, and streamline file processing logic.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob`: move `remove_unreferenced` logic to `Input`, simplify resour… ...
    1f5a7cee
    …ce removal handling, and cleanup redundant code in `handlePageSpecs`.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob`: move file-related logic to `Inputs`, consolidate file proces… ...
    7aab94c8
    …sing, and simplify page specification handling.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob`: remove redundant `orig_pages` member in `Selection`, consoli… ...
    b56890db
    …date page handling logic in `Input`, and optimize page range processing.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob::handlePageSpecs`: add `password` to `Input`, revise file-open… ...
    69d21018
    …ing logic, and streamline password handling and verbose output.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob`: replace `page_spec_cfis` map with `cfis` in `Input`, streaml… ...
    20021372
    …ine file handling and resource management logic.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob::handlePageSpecs`: introduce `Inputs` and `Input` to replace `… ...
    7fa74c4f
    …page_heap` and `page_spec_qpdfs`, simplify file handling, and improve code clarity.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob`: consolidate `QPDFPageData` into `Selection`, simplify page r… ...
    980df238
    …ange handling, and cleanup obsolete logic.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob`: replace `PageSpec` with `Selection`, introduce `new_selectio… ...
    a000488d
    …n` method, and update logic for handling page specifications.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob::handlePageSpecs`: streamline page handling by removing `QPDFP… ...
    3e39e0dc
    …ageDocumentHelper` dependency, simplifying page and form field operations, and updating test coverage.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »
  • Refactor `QPDFJob::handlePageSpecs`: simplify interface by removing `page_heap` … ...
    dcd53ffc
    …parameter, return success status, and streamline warning handling logic.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse Dir »