aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/FileInputSource.cc
AgeCommit message (Expand)Author
2023-06-02Code tidy - reflow comments and stringsm-holger
2023-05-21Rerun clang-formatJay Berkenbilt
2023-05-20Replace deprecated C++ includesm-holger
2022-09-21Replace calls to QUtil::int_to_string with std::to_stringm-holger
2022-08-25Avoid virtual method call in FileInputSource::readm-holger
2022-08-25Refactor FileInputSource::seek and FileInputSource::unreadChm-holger
2022-08-25Remove FileInputSource::Membersm-holger
2022-07-26Code tidy : replace 0 with nullptr or truem-holger
2022-05-04Add new FileInputSource constructorsJay Berkenbilt
2022-04-16Use = default and = delete where possible in classesJay Berkenbilt
2022-04-09Replace PointerHolder with std::shared_ptr in library sources onlyJay Berkenbilt
2022-04-05Update some code manually to get better formatting resultsJay Berkenbilt
2022-04-04Programmatically apply new formatting to codeJay Berkenbilt
2022-02-08WHITESPACE ONLY -- expand tabs in source codeJay Berkenbilt
2022-02-07Update for clean compile with POINTERHOLDER_TRANSITION=2Jay Berkenbilt
2022-02-04Add a blank line after the first header included in each sourceJay Berkenbilt
2020-10-27Revert removal of unreadCh change for performanceJay Berkenbilt
2020-10-18Stop using InputSource::unreadChJay Berkenbilt
2019-06-22Convert remaining public classes to use Members patternJay Berkenbilt
2019-06-21Fix sign and conversion warnings (major)Jay Berkenbilt
2018-02-19Lexer enhancements: EOF, comment, spaceJay Berkenbilt
2013-11-29Include <algorithm> for std::min, std::maxJay Berkenbilt
2013-03-05Call QUtil::safe_fopen in place of fopenJay Berkenbilt
2013-03-05Mark secure CRT warnings with commentJay Berkenbilt
2013-03-04Remove all old-style casts from C++ codeJay Berkenbilt
2012-07-21Refactor: pull *InputSource out of QPDFJay Berkenbilt