office-gobmx/jurt
Stephan Bergmann 928b1b04ad loplugin:external (clang-cl)
Including:

* expanding STDAPI to its definition (as per
  <https://msdn.microsoft.com/library/ms686631(vs.85).aspx> "STDAPI"), to add
  __declspec(dllexport) into its middle, in
  extensions/source/activex/so_activex.cxx; as discussed in the comments at
  <https://gerrit.libreoffice.org/#/c/60691/> "Get rid of Windows .def files in
  setup_native, use __declspec(dllexport)", having a function both listed in a
  .def file EXPORTS and marking it dllexport is OK, and the latter helps the
  heuristics of loplugin:external; however, the relevant functions in
  extensions/source/activex/so_activex.cxx probably don't even need to be
  exported in the first place?

* follow-up loplugin:salcall in sal/osl/w32/file-impl.hxx

Change-Id: Ida6e17eba19cfa3d7e5c72dda57409005c0a0191
Reviewed-on: https://gerrit.libreoffice.org/60938
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-09-24 17:22:05 +02:00
..
com/sun/star Fix typo: s/an other/another/g 2018-08-29 17:12:35 +02:00
source/pipe loplugin:external (clang-cl) 2018-09-24 17:22:05 +02:00
test/com/sun/star
util
workbench/com/sun/star/comp/urlresolver
BUCK
CustomTarget_test_urp.mk
InternalUnoApi_test_urp.mk
Jar_jurt.mk
JunitTest_bridgefactory.mk
JunitTest_connections.mk
JunitTest_java.mk
JunitTest_java_remote.mk
JunitTest_remote.mk
JunitTest_uno.mk
JunitTest_urp.mk
JunitTest_util.mk
Library_jpipe.mk
Library_jpipx.mk
Makefile
Module_jurt.mk
pom.jurt.xml Use https instead of http 2018-04-16 15:57:08 +02:00
README

JURT means Java Uno Runtime and implements most of Java UNO.