summaryrefslogtreecommitdiff
path: root/jvmfwk
AgeCommit message (Expand)Author
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-18Let JavaVirtualMachine::getJavaVm start the VM it already foundStephan Bergmann
2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann
2012-11-15Drop support for /etc/opt/ure and ~/.ure from LibreOffice 4Stephan Bergmann
2012-10-15fix typosJulien Nabet
2012-10-09loplugin: unused OStringsCaolán McNamara
2012-10-08TypoTor Lillqvist
2012-10-08Fix for !SOLAR_JAVATor Lillqvist
2012-10-07Move the #ifndef DISABLE_DYNLOADING a bit earlierTor Lillqvist
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
2012-10-04sal_Bool->bool in jvmfwkNoel Grandin
2012-10-04Mention the plugin mechanismTor Lillqvist
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-08-14Depend on headers so we wont get crasher on missing framework.h.Tomas Chvatal
2012-08-13misc. cleanup.Michael Meeks
2012-08-11Remove unused local varsJulien Nabet
2012-08-10Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann
2012-08-07No point with these executables for non-desktop OSesTor Lillqvist
2012-07-20Globally unique symbols missing from some map filesStephan Bergmann
2012-07-14simplify include guardsThomas Arnhold
2012-07-13re-base on ALv2 code. Includes:Michael Meeks
2012-07-05removed useless forward declarations of classTakeshi Abe
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-22.xml files don't need executable bitsMichael Stahl
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-19typo: paramters, paramaters -> parametersAndras Timar
2012-06-04nuke unused definesTakeshi Abe
2012-06-03fdo#48946: URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll does not exist.David Ostrovsky
2012-05-30targeted string re-workNorbert Thiebaud
2012-05-17removed unused const rtl::OUStringTakeshi Abe
2012-05-11upgrade to icu 49Caolán McNamara
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan
2012-05-04Remove unused method VendorBase::getJavaExePaths(int*)Marc Garcia
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-28make java startup a visible event when debuggingCaolán McNamara
2012-04-18use SAL_N_ELEMENTSDavid Tardon
2012-04-18WaE: parameter 'size' set but not usedDavid Tardon
2012-04-18WaE: declaration of 'errcode' shadows a global declarationDavid Tardon
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
e SplashOutputDev ctor and SplashOutputDev::startDoc from within PSOutputDev::checkPageSlice. The obvious fix would be to extend the curated list of source files to include the missing SplashOutputDev symbols, and any symbols recursively needed by those, but that would quickly lead to inclusion of workdir/UnpackedTarball/poppler/splash/SplashFontEngine.cc which would fail to compile due to a missing #include <ft2build.h> from FreeType. So instead of going down that road of adding in ever more stuff, lets try to leave out the problematic definition of PSOutputDev::checkPageSlice (which is apparently never called anyway, see above). But leaving that virtual function out completely would cause missing symbols in the PSOutputDev vtable emitted alongside the PSOputput dtor, but also leaving out that dtor (which is apparently never called anyway, either) would then suppress emission of the PSOutputDev typeinfo, which started this whole exercise. So, just for the UBSan builds, define PSOutputDev::checkPageSlice (never called anyway, see above) with an empty body, as the least invasive approach to avoid the missing typeinfo symbol. Change-Id: Ifcb80501b71f22d8f14ee29fd8e4480871ee36d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125071 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2021-11-03PCH for external/popplerLuboš Luňák Change-Id: Ic534528d9aeab103d93dc2a627e15460766aec2b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124653 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>