Re: [poppler] gfile.cc fails to build on macos due to statbuf.st_mtim

2018-03-04 Thread suzuki toshiya
Adam Reichold wrote: Hello mpsuzuki, Am 04.03.2018 um 06:11 schrieb suzuki toshiya: Dear Albert & Adam, I'm fine with that, but you're going to need to send a patch against poppler git not against mpsuzuki's repo if you want inclusion upstream :) Indeed, and sorry, I should add another

[poppler] poppler/CairoOutputDev.cc

2018-03-04 Thread Carlos Garcia Campos
poppler/CairoOutputDev.cc |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 4afe2fb10ab969bfd9895c0ba9d4990c5881b451 Author: Carlos Garcia Campos Date: Sun Mar 4 10:28:57 2018 +0100 cairo: use GOOD instead of BEST as the default

Re: [poppler] gfile.cc fails to build on macos due to statbuf.st_mtim

2018-03-04 Thread Adam Reichold
Hello mpsuzuki, Am 04.03.2018 um 06:11 schrieb suzuki toshiya: > Dear Albert & Adam, > >> I'm fine with that, but you're going to need to send a patch against >> poppler git not against mpsuzuki's repo if you want inclusion upstream :) > > Indeed, and sorry, I should add another point. The

[poppler] poppler/TextOutputDev.cc

2018-03-04 Thread Carlos Garcia Campos
poppler/TextOutputDev.cc |2 ++ 1 file changed, 2 insertions(+) New commits: commit 41c61811fdd6efe2bef34d2ce26520fc6b3c4237 Author: Jason Crain Date: Fri Feb 23 23:21:03 2018 -0600 TextPage: Add horizontal scaling to font matrix Drawing the text

Re: [poppler] [RFC] Replace GooHash by std::unordered_map

2018-03-04 Thread Albert Astals Cid
El dissabte, 3 de març de 2018, a les 20:51:55 CET, Adam Reichold va escriure: > Hello Albert, > > please note that in the previous patch, I made a mistake with the move > constructor (the ref count should not be moved/swapped since it is tied > to the instance, not its value). Attached is a

[poppler] 2 commits - cpp/poppler-page.cpp cpp/poppler-private.h goo/gfile.cc

2018-03-04 Thread Albert Astals Cid
cpp/poppler-page.cpp |3 +++ cpp/poppler-private.h |3 +++ goo/gfile.cc | 40 +--- 3 files changed, 43 insertions(+), 3 deletions(-) New commits: commit 41321580f0a13309e5de44eb42851e3c82a5ef8f Author: Adam Reichold

Re: [poppler] gfile.cc fails to build on macos due to statbuf.st_mtim

2018-03-04 Thread Albert Astals Cid
El diumenge, 4 de març de 2018, a les 9:21:49 CET, Adam Reichold va escriure: > Hello Albert, > > Am 03.03.2018 um 23:26 schrieb Albert Astals Cid: > > El dissabte, 3 de març de 2018, a les 21:15:48 CET, Adam Reichold va escriure: > >> And this time around, without a bunch of typos... Sorry for