summaryrefslogtreecommitdiff
path: root/odk/util
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-04-11 11:23:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-04-11 14:12:21 +0200
commit77db890a80d62da5524c76addb33e71b3ed9fb6c (patch)
tree81df8c46ee068ae978325a636aa2ecc65137d233 /odk/util
parent9c5facd726e3d5148d17ad547213afe0874ea910 (diff)
unoidl-check does not need to be part of installation sets
...it is a build-time tool used from solenv/gbuild/UnoApiTarget.mk, and should be of no value for users of LO (or of the SDK). It was presumably a historic mistake that its predecessor regcompare was included in installation sets in the first place. (The only mention of it in the Developers' Guide, which only acknowledged its existence without giving any details how to use it, has been removed in <https://wiki.documentfoundation.org/index.php?title=Documentation/DevGuide/Writing_UNO_Components&oldid=492551> "Drop mention of build-time tool unoidl-check that should not be part of any installation sets".) Change-Id: I626e22fa18ad900af150afe29a36aa1ceaf5e259 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132814 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'odk/util')
-rw-r--r--odk/util/check.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/util/check.pl b/odk/util/check.pl
index a67d63152bc3..84242f45829e 100644
--- a/odk/util/check.pl
+++ b/odk/util/check.pl
@@ -46,7 +46,7 @@ if (-d "$SdkDir") {
print "check binaries: ";
if (check_dir("bin")) {
my @binarylist = ( "idlc","cppumaker","javamaker",
- "unoidl-check", "unoidl-write",
+ "unoidl-write",
"unoapploader", "uno-skeletonmaker" );
if ($ENV{SYSTEM_UCPP} eq "") {
push @binarylist,"ucpp";
d>Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann 2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl 2016-05-10Fix typosAndrea Gelmini 2016-04-29coverity#1358844 Uninitialized pointer fieldCaolán McNamara 2016-04-22Various loplugin warnings in opencl/Stephan Bergmann 2016-04-22opencl: better logging of devices and device selectionTomaž Vajngerl 2015-10-01loplugin:unusedmethodsNoel Grandin 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-02OpenCL: correctly handle platforms without devicesGiuseppe Bilotta 2015-01-20Some more loplugin:cstylecast: openclStephan Bergmann 2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist 2014-11-27Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist