summaryrefslogtreecommitdiff
path: root/cpp
AgeCommit message (Collapse)AuthorFilesLines
2 daysIncrease version so people that track master can add ifdefs on versionHEADmasterAlbert Astals Cid1-1/+1
2 dayspoppler 25.07.0poppler-25.07.0Albert Astals Cid1-1/+1
2025-06-03Increase version so people that track master can add ifdefs on versionAlbert Astals Cid1-1/+1
2025-06-03poppler 25.06.0poppler-25.06.0Albert Astals Cid1-1/+1
2025-05-04Increase version so people that track master can add ifdefs on versionAlbert Astals Cid1-1/+1
2025-05-04poppler 25.05.0poppler-25.05.0Albert Astals Cid1-1/+1
2025-04-25Use named constructors for empty objectsSune Vuorela1-2/+2
null, eof and error objects are the only ones where we actually need to create them completely empty. Do them with named constructors and move the empty-object-with-type to private section to avoid creating them by accident
2025-04-02Increase version so people that track master can add ifdefs on versionAlbert Astals Cid1-1/+1
2025-04-02poppler 25.04.0poppler-25.04.0Albert Astals Cid2-2/+2
2025-03-31Update (C)Albert Astals Cid2-0/+2
2025-03-28Add additional info functions to poppler-document object in CPPNathanael d. Noblet2-0/+36
Allow querying if the document has Javascript and which type of forms it contains
2025-03-23Use GooString::copy to copy a GooStringSune Vuorela1-1/+1
2025-03-04Increase version so people that track master can add ifdefs on versionAlbert Astals Cid1-1/+1
2025-03-03poppler 25.03.0poppler-25.03.0Albert Astals Cid1-1/+1
2025-02-05Update (C)Albert Astals Cid2-1/+2
2025-02-05Enforce error checking on stream::resetSune Vuorela1-1/+3
2025-02-04CI: Enable bugprone-unchecked-optional-accessAlbert Astals Cid1-4/+6
2025-02-04Increase version so people that track master can add ifdefs on versionAlbert Astals Cid1-1/+1
2025-02-04poppler 25.02.0poppler-25.02.0Albert Astals Cid1-1/+1
2025-01-08Update (C)Albert Astals Cid3-1/+3
2025-01-08use unique_ptr for most owned GooStringsSune Vuorela3-69/+42
2025-01-02poppler 25.01.0poppler-25.01.0Albert Astals Cid2-2/+2
2024-12-16Update (C)Albert Astals Cid2-1/+2
2024-12-16cpp: Remove rect parameter from image::copy, it was never implementedAlbert Astals Cid2-15/+7
2024-12-14Enable clang-tidy modernize-use-equals-defaultAlbert Astals Cid7-12/+10
2024-12-12Enable modernize-use-rangesAlbert Astals Cid2-2/+2
2024-12-07CI: Fix readability-static-accessed-through-instanceAlbert Astals Cid1-1/+1
2024-12-07CI: Enable readability-redundant-control-flowAlbert Astals Cid1-1/+0
2024-12-07CI: Enable readability-container-size-emptyAlbert Astals Cid3-5/+5
2024-12-07CI: Enable readability-redundant-smartptr-getAlbert Astals Cid4-18/+18
2024-12-07CI: Enable readability-redundant-string-cstrAlbert Astals Cid1-3/+3
2024-12-07CI: Enable performance-no-int-to-ptrAlbert Astals Cid1-1/+4
Add exception for iconv_t checking validity since it's the recommended way to do it according to documentation
2024-12-07CI: Enable bugprone-macro-parentheses exceptionAlbert Astals Cid1-2/+2
2024-12-02poppler 24.12.0poppler-24.12.0Albert Astals Cid1-1/+1
2024-11-21Update (C)Albert Astals Cid3-0/+3
2024-11-21Try verify public private headersSune Vuorela3-7/+7
2024-11-02poppler 24.11.0poppler-24.11.0Albert Astals Cid1-1/+1
2024-10-18Run all_verify_interface_header_sets to make sure our headers are usableAlbert Astals Cid1-2/+14
2024-10-14poppler 24.10.0poppler-24.10.0Albert Astals Cid1-1/+1
2024-09-01poppler 24.09.0poppler-24.09.0Albert Astals Cid1-1/+1
2024-08-02poppler 24.08.0poppler-24.08.0Albert Astals Cid1-1/+1
2024-07-01poppler 24.07.0Albert Astals Cid1-1/+1
2024-06-02poppler 24.06.0poppler-24.06.0Albert Astals Cid1-1/+1
2024-05-01poppler 24.05.0poppler-24.05.0Albert Astals Cid2-2/+2
2024-04-20Move method GooString::hasUnicodeMarkerLE to UTF.hOliver Sander1-1/+1
... and rename it to hasUnicodeByteOrderMarkLE. This allows to replace GooString by std::string in a few places. (In a future commit)
2024-04-20Move method GooString::hasUnicodeMarker to UTF.hOliver Sander1-1/+3
... and rename it to hasUnicodeByteOrderMark. This allows to replace GooString by std::string in a few places. (In a future commit)
2024-04-03Update (C)Albert Astals Cid1-0/+1
2024-04-03Change type to `std::basic_string<char16_t>`LinuxUserGD1-1/+1
Deprecated `char_traits` template has been removed in LLVM 19
2024-04-01poppler 24.04.0poppler-24.04.0Albert Astals Cid1-1/+1
2024-03-03poppler 24.03.0poppler-24.03.0Albert Astals Cid1-1/+1