- 18 Mar, 2019 1 commit
-
-
Adam Reichold authored
-
- 17 Mar, 2019 1 commit
-
-
Albert Astals Cid authored
Fixes issue #741
-
- 16 Mar, 2019 1 commit
-
-
AnnotPolygon::initialize used to look for strings, corrected it to look for names because pdf reference says LE : An array of two names...
-
- 12 Mar, 2019 1 commit
-
-
Albert Astals Cid authored
rawhide is broken at this point and the current "fedora" has also clazy 1.5 so that's enough for us
-
- 04 Mar, 2019 2 commits
-
-
Albert Astals Cid authored
-
Marek Kasik authored
Check whether Catalog from XRef is Dict for each document passed to pdfunite and return error if not. #706
-
- 02 Mar, 2019 1 commit
-
-
Robert Niemi authored
Left-shifting a negative signed int is undefined. Most compilers shifts the same way as unsigned ints, but it's better to be clear about it.
-
- 01 Mar, 2019 2 commits
-
-
Albert Astals Cid authored
It can happen that destroying the pdf tries to log, which needs globalParams, so destroy globalParams last Fixes issue #733
-
Albert Astals Cid authored
Issue #732
-
- 28 Feb, 2019 13 commits
-
-
Albert Astals Cid authored
Makes code simple and saves getting twice if it's a ref
-
Albert Astals Cid authored
Similar to the new one in Dict
-
Albert Astals Cid authored
Simplifies the code
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
-
- 27 Feb, 2019 13 commits
-
-
Albert Astals Cid authored
Fixes #728
-
Albert Astals Cid authored
Saves some copy()
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
Lots of users can deal with a const & directly, so it saves us some copying. For the ones that can't move the copy to the caller side. Some of copy() on the caller side can be easily removed, that will come on next commits
-
- 19 Feb, 2019 2 commits
-
-
Albert Astals Cid authored
-
oss-fuzz/13203
-
- 16 Feb, 2019 1 commit
-
-
Albert Astals Cid authored
Did analyze the assembler generated by the more verbose option in Parser.cc that is a hot path and the assembler was the same
-
- 13 Feb, 2019 1 commit
-
-
it's a bit more official looking
-
- 12 Feb, 2019 1 commit
-
-
Masamichi Hosoda authored
-