Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
poppler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nathanael Noblet
poppler
Commits
e0eb356d
Commit
e0eb356d
authored
Apr 21, 2019
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
poppler 0.76.0
parent
97bbfd67
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
4 deletions
+22
-4
CMakeLists.txt
CMakeLists.txt
+2
-2
NEWS
NEWS
+18
-0
cpp/Doxyfile
cpp/Doxyfile
+1
-1
qt5/src/Doxyfile
qt5/src/Doxyfile
+1
-1
No files found.
CMakeLists.txt
View file @
e0eb356d
...
...
@@ -36,7 +36,7 @@ if (ECM_FOUND)
endif
()
set
(
POPPLER_MAJOR_VERSION
"0"
)
set
(
POPPLER_MINOR_VERSION
"7
5
"
)
set
(
POPPLER_MINOR_VERSION
"7
6
"
)
set
(
POPPLER_MICRO_VERSION
"0"
)
set
(
POPPLER_VERSION
"
${
POPPLER_MAJOR_VERSION
}
.
${
POPPLER_MINOR_VERSION
}
.
${
POPPLER_MICRO_VERSION
}
"
)
...
...
@@ -491,7 +491,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else
()
add_library
(
poppler
${
poppler_SRCS
}
)
endif
()
set_target_properties
(
poppler PROPERTIES VERSION 8
6.0.0 SOVERSION 86
)
set_target_properties
(
poppler PROPERTIES VERSION 8
7.0.0 SOVERSION 87
)
if
(
MINGW AND BUILD_SHARED_LIBS
)
get_target_property
(
POPPLER_SOVERSION poppler SOVERSION
)
set_target_properties
(
poppler PROPERTIES SUFFIX
"-
${
POPPLER_SOVERSION
}${
CMAKE_SHARED_LIBRARY_SUFFIX
}
"
)
...
...
NEWS
View file @
e0eb356d
Release 0.76.0:
core:
* Fix regression on case-insensitive search. Issue #743
* Remove GooList, use std::vector instead
* Fix radiobutton reporting wrong state. Issue #159
* Handle UTF16-LE strings
* Don't error out if there's no DA in FreeText annotation
* cairo: Compute correct coverage values for box filter.
* cairo: Constrain number of cycles in rescale filter.
* Read more fields from ViewerPreferences
* Introduce and use Ref::INVALID
* Fix crashes in broken files
* Fix mismatched free/delete
* Add missing include guards
utils:
* pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. Issue #742
Release 0.75.0:
core:
* Fix rendering of some annotations
...
...
cpp/Doxyfile
View file @
e0eb356d
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler CPP"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.7
5
.0
PROJECT_NUMBER = 0.7
6
.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
qt5/src/Doxyfile
View file @
e0eb356d
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt5"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.7
5
.0
PROJECT_NUMBER = 0.7
6
.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment