summaryrefslogtreecommitdiff
path: root/jvmaccess/source/unovirtualmachine.cxx
AgeCommit message (Collapse)Author
2022-05-23clang-tidy modernize-pass-by-value in jvmaccessNoel Grandin
Change-Id: I9a2ef4370136b0f26ae3590f358025e7d89f30d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134757 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-03-11new loplugin:trivialdestructorNoel Grandin
look for potentially trivial destructors that can then be elided Change-Id: I435c251bd4291b5864c20d68f88676faac7c43fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131318 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-23loplugin:includeform: jvmaccessStephan Bergmann
Change-Id: Iae16eaada04d35a655f7f9d8b5e8156f5c7cd171
2016-04-13loplugin:passstuffbyref in jvmaccessNoel Grandin
Change-Id: I0c5daabe31393db08654dd9f22abc757f6c67d4c
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: I226aeb4787a4c30e17fb54dc7775a288aa09b760
2015-10-27Move member definition back into .cxxStephan Bergmann
Change-Id: Ie0698792c8785e0caee0e78222051451e5ebc65c
2015-02-12Remove uses of osl/diagnose.h from jvmaccessStephan Bergmann
Change-Id: Ic9cda5259db81dd921dd3fa891b1289b8283bf27
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist
Just sprinkle #ifdef SOLAR_JAVA into the code instead. In the source for jvmaccess and jvmfwk such ifdefs can be removed as it isn't compiled unless SOLAR_JAVA. Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606
2012-06-27re-base on ALv2 code.Michael Meeks
2011-10-03WaE: unreferenced formal parameters in the !SOLAR_JAVA caseTor Lillqvist
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.4.56); FILE MERGEDRüdiger Timm
2008/03/31 07:24:39 rt 1.4.56.1: #i87441# Change license header to LPGL v3.
2005-09-07INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGEDRüdiger Timm
2005/09/05 14:40:57 rt 1.3.4.1: #i54170# Change license header: remove SISSL
2005-07-07INTEGRATION: CWS sb33 (1.2.2); FILE MERGEDOliver Bolte
2005/06/29 13:54:08 sb 1.2.2.1: #i51091# Changed occurences of jobject in the jvmaccess API to void* to avoid different mangled C++ names for different JDKs.
2005-06-17INTEGRATION: CWS sb31 (1.1.2); FILE ADDEDOliver Bolte
2005/04/07 13:48:49 sb 1.1.2.2: #120220# Fixed copyright statement. 2005/04/07 12:17:07 sb 1.1.2.1: #120220# Added an encapsulating wrapper around a Java virtual machine and an appropriate UNO class loader.