summaryrefslogtreecommitdiff
path: root/poppler/Array.cc
AgeCommit message (Expand)AuthorFilesLines
2022-02-10Use the "superior" C++17 std::scoped_lockAlbert Astals Cid1-2/+2
2021-11-19AnnotWidget::generateFieldAppearance: Do not modify the Form DR dictAlbert Astals Cid1-0/+11
2020-07-03Run clang-formatAlbert Astals Cid1-53/+58
2019-12-08Update (C)Albert Astals Cid1-1/+1
2019-12-06Align signature of Array::copy with Dict::copy as a preparation for implicit ...Adam Reichold1-2/+2
2019-04-05Use Ref::INVALID moreAlbert Astals Cid1-2/+2
2019-02-28Array: introduce get variant that returns also the Ref it is oneAlbert Astals Cid1-0/+14
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-5/+6
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-3/+3
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-09-22Also simplify the Array implementation by rebasing it on std::vector<Object>.Adam Reichold1-29/+10
2018-09-21Remove MULTITHREADED build flag, i.e. always enable threading support based o...Adam Reichold1-5/+2
2018-09-21Replace GooMutex by std::recursive_mutex (and plain reference counter by std:...Adam Reichold1-19/+1
2018-08-31Reintroduce the assertion in Array::remove since there it is not possible to ...Adam Reichold1-0/+1
2018-08-31Remove index out of range assertions from Array gettersAdam Reichold1-3/+0
2018-08-29Add (c) of the last few commitsAlbert Astals Cid1-0/+1
2018-08-29Replace specific DEBUG_MEM in Array implementation by debug assertions.Adam Reichold1-12/+4
2018-05-07cast to void * to bypass new gcc -Wclass-memaccess warningAlbert Astals Cid1-1/+1
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-1/+1
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-0/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-3/+3
2017-09-21Add some constness to the basic classesAlbert Astals Cid1-4/+4
2017-05-09New Object APIAlbert Astals Cid1-19/+15
2017-05-05Make Object free itself on init and destructionAlbert Astals Cid1-2/+3
2013-03-03Small improvements over locker classAlbert Astals Cid1-7/+8
2013-03-03Add a locker helper and a bool -> enum changesThomas Freitag1-15/+7
2013-01-19Make rendering thread-safeThomas Freitag1-2/+46
2012-03-28Added Array::remove (and Object::arrayRemove)Fabio D'Urso1-0/+13
2008-09-01All poppler commiters to these files agreed to GPLv2+Albert Astals Cid1-0/+3
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+11
2005-08-27Merge the gmalloc -> gmallocn changes from xpdf 3.0.1. This change isBrad Hards1-1/+1
2005-03-222005-03-22 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+15
2005-03-03Initial revisionKristian Høgsberg1-0/+73