Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About
Login

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

0cc3f68f4357...
Albert Astals Cid
Add std::move as suggested by clang-tidy 23
8bf4c5b81c68...
Albert Astals Cid
Use more string_view as suggested by clang-tidy 23
5e086eea01af...
Albert Astals Cid
Update (C)
b075a749b79d...
Albert Astals Cid
Make clang-tidy 23 performance-prefer-single-char-overloads happy
08f3940b6a67...
Albert Astals Cid
FontSubsetter: get widths from oldFont instead of freetype
5456d02652af...
Albert Astals Cid
Add missing include
012139aaad90...
Albert Astals Cid
Only include the needed includes
c384465881a1...
Albert Astals Cid
test: Remove unused variables
dec3ad15d15b...
Albert Astals Cid
Add missing include
52fd9e36fb07...
Albert Astals Cid
Move SubsetFontResult into createNewSubsetFont
We are later moving its internal data vector so make it clear it's not
something that should be used later in the caller
e8631df8847c...
Maximiliano Sandoval
glib: Remove G_GNUC_CONST in enum _get_type funcs
Continuation of a67d5f157.
551ab2a9c28a...
ojasmaheshwari
Don't remove original fonts if any entity fails subsetting
3d44f634c5b3...
Albert Astals Cid
Move the font subsetting just under font configuration
b0d7e0b1d4f4...
Albert Astals Cid
CI: Make the build_nondefault_options use generic FONT_CONFIGURATION
All the other FONT_CONFIGURATION are CI-tested but not this one
6f22dbfbda02...
Albert Astals Cid
Disable ENABLE_HARFBUZZ for the oss-fuzz build for now
7c5f988cfd02...
Albert Astals Cid
Disable ENABLE_HARFBUZZ if not using fontconfig
It could be made to work but no one has tested it, so disable it for now
28c48a574543...
Sune Vuorela
NSS: Don't inf loop on wrong password
If we are retrying here, returning the same thing doesn't work, so
return a nullptr instead to terminate/fail the signing
9c48282ba37b...
Ojas Maheshwari
Font Subsetting for FreeText annotations
48b6219b84fc...
ojasmaheshwari
Add PDF file
ba9a021b4528...
Albert Astals Cid
Mini-optimize FontInfoScanner::scan
In case getPage fails there's no need to copy the xref

Issue #1748
38dbbec3c279...
Albert Astals Cid
XRef::copy now returns a unique_ptr
245d3c682337...
Albert Astals Cid
Fix integer overflow in FoFiTrueType::cvtSfnts
Issue #1762
786b06dac87d...
Albert Astals Cid
FoFiTrueType::cvtSfnts: Move variables closer to where they are used
323c91036d99...
Albert Astals Cid
Fix integer overflow in SplashClip::clipToPath
Issue #1763
eb87cf711563...
Albert Astals Cid
Fix integer overflow in JBIG2Stream::readCodeTableSeg
Issue #1760
fba5d4ec3a04...
Albert Astals Cid
Fix integer overflow in PreScanOutputDev::tilingPatternFill
oss-fuzz/542884180
541f0e8aa157...
Albert Astals Cid
Update (C)
4d5114d762da...
Diego Costa R.
pdftotext: Add -urls option to print link URLs next to their text
pdftotext extracts only the text content streams, so URLs stored in link annotations (/Annots -> /A -> /URI) are never part of the output. Since 21.11.0 pdfinfo -url can list them, but text-extraction pipelines then need two binaries and two output formats, losing the association between each URL and the text it annotates.

With -urls, each link's URL is printed next to its link text, enclosed in square brackets at the end of the line (or line fragment) that contains the linked text, e.g. link text [https://...]. Only links that point to a URL are listed; links to another place in the same document are ignored. URL bytes are sanitized the same way pdfinfo does and are written through the output encoding. The flag is rejected in -bbox, -bbox-layout, -tsv and -htmlmeta modes. Default behavior is unchanged.
d1b83b011742...
Eddie Kohler
pdftohtml: Process tiling patterns by ignoring them once
Previously, pdftohtml ran very slowly on tiling patterns: it asked
the underlying library to render every tile's drawing commands once
per tile, all of which were then ignored. This code ignores each
tiling paint request once, which can be thousands of times faster on
PDFs that include tiling patterns.
6867baeb458a...
Albert Astals Cid
pdfimages: Fix typo in manpage
Issue #1769
7ef1185be1e5...
Sune Vuorela
Simplify QSTringToGooString
It already assumes latin1, make it explicit
d50c7b7bf516...
Albert Astals Cid
A bit more of GooString -> std::string
7a45d06ea82d...
Sune Vuorela
Savannah is down; fetch freetype from Debian
It is part of Debian Stable, so it should be there for quite some time.
5d6175cb9877...
Albert Astals Cid
Increase version so people that track master can add ifdefs on version
d663f8fe0237...
Albert Astals Cid
poppler 26.08.0
5368d7e64682...
Ojas Maheshwari
Add two-annots-same-font PDF file for a font subsetting test
ed2a5538cf0a...
Albert Astals Cid
FoFiTrueType::mapCodeToGID: Improve b*12 overflow check
Issue #1761
5e49250f13b0...
Albert Astals Cid
Fix nullptr + number
Issue #1759
90868d184b6f...
Albert Astals Cid
CI: apt update before apt install
34fbdfcf9786...
Albert Astals Cid
Update (C)