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

2569df1d6971...
Albert Astals Cid
We require libpng > 1.5 for a long time
3d78925f195f...
Ojas Maheshwari
More manual type casts
79fda4c5b743...
Albert Astals Cid
Enable modernize-avoid-c-style-cast
db9634f3a05c...
Albert Astals Cid
CI: Rename job
It seems requiring a new cmake makes the build need a clean build,
renaming is the easy way to achieve that
fb1d057a7552...
Albert Astals Cid
CI: Increase minimum versions to those of Ubuntu 24.04
  • runtests: configure failed -  stdio
2fec8edf2e90...
Albert Astals Cid
Update (C)
Should have done this before the 26.04 release, oh well
21673cceb537...
Albert Astals Cid
Remove empty NEWS sections
6f1a1908e398...
Albert Astals Cid
Increase version so people that track master can add ifdefs on version
b3a22fbfc627...
Albert Astals Cid
poppler 26.04.0
6a2be3179284...
Albert Astals Cid
Update (C)
b57d9e846601...
Albert Astals Cid
Fix crash on malformed files
oss-fuzz #498251261
50e946472de3...
Sune Vuorela
glib: dont crash on nullptr dates
05cff0459bbe...
Sune Vuorela
Object: use std::variant over union
13313aefb155...
Albert Astals Cid
Fix crash on broken files
d2cc578a169f...
Albert Astals Cid
Fix memory leak introduced in 2e3e7f80256023a7b7fafc921e889bef5e4fc0bd
1420107810fc...
Sune Vuorela
Port damaged xref stream support from xpdf 4.03
1c6e5df94e06...
Albert Astals Cid
Update (C)
304290044b5c...
Aditya Tiwari
qt: fix inverted continuation rect in performMultipleTextSearch and add test for it
2e3e7f802560...
Albert Astals Cid
Convert char *const foo[] to std:array
3367c4697a0c...
Albert Astals Cid
Replace standardEncoding with fofiType1StandardEncoding
fb66873f5c4d...
Albert Astals Cid
Remove unused expertEncoding
153aebbef184...
Albert Astals Cid
Enable readability-redundant-parentheses
9b08eb5fb4a0...
Albert Astals Cid
Make getOverprintMask virtual
And enable bugprone-derived-method-shadowing-base-method
72c6bd9b48a8...
Albert Astals Cid
CI: Use clang 22
9cfc34379ee9...
Albert Astals Cid
Third attempt at making mtim nicer ...
0e011e2f4a47...
Albert Astals Cid
Fix mtim template to make it work on FreeBSD
FreeBSD has a #define st_mtimespec st_mtim that was complicating things
  • runtests: compile failed -  stdio
c0cfb08b5ba5...
Albert Astals Cid
Easier to understand mtim
67a3a3f89225...
Albert Astals Cid
contains instead of find
5b08e058d48c...
Albert Astals Cid
Add a bunch more designated initializers
4328bdebc04e...
Albert Astals Cid
cpp: unique ptr tweaks
4312206ecc3f...
Taufeeque Sifat
Splash: Improve knockout groups rendering
Issue #1538
  • runtests: 49 unexpected failures (0.88%) [49 splash (100.00%)] -  stdio
dec275c66e6a...
Aditya Tiwari
fix PngEmbedder memory leak on longjmp
d3024ee33f61...
Stefan BrĂ¼ns
Gfx: Skip empty Form XObject's
The XObject may have a large bounding box exceeding the actual bounding
box (which should be empty), and the following compositing may be
quite costly.

CCBUG: poppler#1682
02a177ef7910...
Albert Astals Cid
Increase version so people that track master can add ifdefs on version
aa4f25942827...
Albert Astals Cid
poppler 26.03.0
b35db87cab3f...
Albert Astals Cid
Update (C)
600f4021c1c2...
Lucas Baudin
Simplify the form of ink annotations
A nested stream was created, which does not follow the PDF standard and
is not supported by some readers (e.g. iOS)
3df7d12a6ca7...
Marek Kasik
Look for Firefox profiles also in XDG config directory
Firefox recently started to support XDG specification.
Its profile can be stored in XDG_CONFIG_HOME now.
This commit adds the XDG_CONFIG_HOME among directories
in which poppler searches for database of signing certificates.
If a certificate database is found within a mozilla directory
in the XDG_DIRECTORY_HOME then this is used.

Fixes: #1652
590b71e0b3ff...
Albert Astals Cid
CI: Fedora 44 now uses clang 22
c55c0458e17b...
Aditya Tiwari
qt: Fix wrong result bottom coordinate when searching across lines