Commit Graph

1810 Commits

Author SHA1 Message Date
stephengaito a501d1604e
bumped patch version number for poppler-0.76.0 2019-09-26 16:33:56 +01:00
stephengaito a37f755caf
Merge pull request #32 from stephengaito/master
update pdf2htmlEX source to work with poppler-0.76.0
2019-09-26 16:19:01 +01:00
Stephen Gaito 319cae5588 commiting changes required to compile with poppler-0.76.0 2019-09-26 16:00:11 +01:00
Stephen Gaito 12d1af344f Merge branch 'master' of github.com:stephengaito/pdf2htmlEX 2019-09-26 14:41:48 +01:00
Stephen Gaito c4c4a9c068 initial copy of poppler-0.76.0 Cairo files 2019-09-26 14:41:38 +01:00
stephengaito 892d086a29
Merge pull request #5 from pdf2htmlEX/master
pull main pdf2htmlEX v0.18.1-poppler-0.75.0
2019-09-26 14:04:42 +01:00
stephengaito 8c97c529d2
update for v0.18.1-poppler-0.75.0 release 2019-09-26 14:03:06 +01:00
stephengaito 11e2aa28c2
bumped patch version for poppler-0.75.0 2019-09-26 11:38:31 +01:00
stephengaito 2c40bf992f
Merge pull request #31 from stephengaito/master
update pdf2htmlEX for poppler-0.75.0
2019-09-26 10:45:31 +01:00
stephengaito f9fcd7f8bb
updated use of Object reference creator
poppler-0.75.0 has removed the Object(int,int) creator.
From the poppler/PSOutputDev.cc code (around line 2100)
I inferred that the value returned by font->getID() was all
that was needed for the new style Object reference.
2019-09-26 10:28:46 +01:00
stephengaito 073dc06776
initial creation of poppler release table
initial creation of poppler release table
2019-09-25 09:26:02 +01:00
stephengaito 00480afec5
Merge pull request #4 from pdf2htmlEX/master
bring stephengaito project inline with the master project
2019-09-23 16:44:43 +01:00
stephengaito 37921cd581
Update CMakeLists.txt
updated pdf2htmlEX version
2019-09-23 15:58:13 +01:00
stephengaito 1d1f2cb300
Merge pull request #30 from stephengaito/rebased-update2poppler0_74_0ubuntu19_04
Rebased update2poppler0 74 0ubuntu19 04 ; moving last few changes in stephengaito/pdf2htmlEX project back into the main project. This allows pdf2htmlEX to work with poppler-0.74.0 as is standardly installed on Ubuntu 19.04
2019-09-23 15:57:28 +01:00
Stephen Gaito fd34e6e671 rebased by hand update2poppler0_74_0ubuntu19_04 onto current master 2019-09-23 11:19:20 +01:00
Trent Petersen 21a9f65079 Update CMakeLists 2019-09-20 08:16:22 -05:00
Stephen Gaito 67aa27232c copied poppler-0.74.0 3rdparty files into master 2019-09-20 07:10:35 +01:00
stephengaito 8397de9b80
Merge pull request #3 from pdf2htmlEX/master
bring stephengaito development master in line with pdf2htmlEX master
2019-09-20 06:59:39 +01:00
stephengaito b6a4ef9b40
Merge pull request #29 from stephengaito/update2poppler0_68_0ubuntu18_10
Update to poppler-0.68.0 on Ubuntu18 10
2019-09-20 06:31:54 +01:00
Stephen Gaito 11c275a5d3 corrected accedental reversion in CairoBackgroundRenderer 2019-09-20 06:11:11 +01:00
Trent Petersen 32f7c3e57f
Update CMakeLists.txt 2019-09-19 10:26:18 -05:00
stephengaito 964ea33c47
Merge pull request #2 from stephengaito/master
trial merge of poppler-62 master into poppler-68 branch
2019-09-19 16:18:00 +01:00
Stephen Gaito c847f3e10d updated .gitignore 2019-09-19 16:17:28 +01:00
Stephen Gaito 924a493d2e updated master with poppler-68 files as taken from update2poppler0_68_0ubuntu18_10 branch 2019-09-19 16:15:17 +01:00
stephengaito c6827091d7
Merge pull request #1 from pdf2htmlEX/master
pull pdf2htmlex/pdf2htmlex master branch
2019-09-19 15:52:49 +01:00
stephengaito 62f4254433
Merge pull request #22 from stephengaito/update2poppler0_62_0ubuntu18_04
updated to poppler-0.62.0 on Ubuntu 18.04
2019-09-19 15:25:59 +01:00
Stephen Gaito 96308dde64 added doinstall command 2019-07-03 16:22:22 +01:00
Stephen Gaito 94c13bc19e added doinstall command 2019-07-03 16:16:33 +01:00
Stephen Gaito 583c343d76 found change in Poppler ABI in the form of who has to do incRefCnt for CharCodeToUnicode objects 2019-07-03 13:16:41 +01:00
Stephen Gaito 1d39d5a3b6 added all required consts 2019-06-29 12:42:55 +01:00
Stephen Gaito 1443001a99 added more information on how to catch overloaded virtuals 2019-06-28 17:09:18 +01:00
Stephen Gaito d091550e59 increased warnings to catch overloaded-virtuals - integrated clang and clang-tools to provide alternate collections of warnings 2019-06-28 16:56:45 +01:00
Stephen Gaito b9c9950191 added set\(CMAKE_EXPORT_COMPILE_COMMANDS, ON\) to cmake build system to allow prototype checking tool to work 2019-06-28 08:45:05 +01:00
Stephen Gaito 356d3f103d commit of initial update of pdf2htmlEX to poppler 68 2019-05-06 13:03:24 +01:00
Stephen Gaito 21115c3adf updated to poppler-0.62.0 on Ubuntu 18.04 2019-03-26 10:35:29 +00:00
Trent Petersen 665ddaaa27
Update README.md 2019-01-02 11:00:45 -06:00
Trent Petersen 3aef1634bd
Merge pull request #17 from jgoldfar/fix-travis-linux
Fix travis build on linux
2018-10-10 22:11:27 -05:00
Jonathan Goldfarb 8937b7d74b Turn on OSX build, but allow it to fail for now. Update homebrew package names as much as possible for now 2018-10-10 23:04:42 -04:00
Jonathan Goldfarb 316f5a221d Turn on tests since pdf2htmlEX build is now working. local_browser tests have to be disabled until geckobrowser can be reliably installed on Travis 2018-10-10 22:32:32 -04:00
Jonathan Goldfarb af074465f3 Switch on test command, fix path to pdf2htmlEX 2018-10-10 20:27:08 -04:00
Jonathan Goldfarb bfcbcaeb16 Add patch to CI so we can use include files outside the system include directory 2018-10-10 20:12:56 -04:00
Jonathan Goldfarb 25d8ba8b9a Fix badge, start working on actual build. Poppler can't be found for some reason. Pkg-config issue? 2018-10-10 15:18:18 -04:00
Jonathan Goldfarb b9c505a92a Update build instructions from Dockerfile (at least for deps, this build should work) 2018-10-10 13:20:04 -04:00
Trent Petersen d5382e50f4
Merge pull request #16 from jgoldfar/add-build-status
Add CI and build status badge and update from rockstar04/pdf2htmlEX
2018-10-09 18:20:58 -05:00
Trent Petersen 7dc417a388
Merge branch 'master' into add-build-status 2018-10-09 18:20:35 -05:00
Jonathan Goldfarb 3e5e2d3394 Try porting Rockstar04's build script. Let's see if it actually finishes... 2018-09-27 10:58:23 -04:00
Jonathan Goldfarb 4667e7c869 Add commands for build on osx 2018-09-27 09:58:38 -04:00
Jonathan Goldfarb a8e60377b2 Try making the CI script a bit more idiomatic 2018-09-27 09:55:49 -04:00
Jonathan Goldfarb 7a93c62199 Add badge. TODO: Replace repository path and set branch to master on rebase. [ci skip] 2018-09-27 09:55:49 -04:00
Jonathan Goldfarb e6bc090551 Build all branches on CI (doesn't seem like this would present a significant issue...) 2018-09-27 09:54:26 -04:00