From 63c508e3e86a140e35161c45d2be97779746f6cb Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 17 Jul 2012 12:30:48 +0100 Subject: re-base on ALv2 code. Includes: 118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396 --- odk/util/check.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk/util') diff --git a/odk/util/check.pl b/odk/util/check.pl index 7811635067e1..a685b7f4ae0f 100644 --- a/odk/util/check.pl +++ b/odk/util/check.pl @@ -43,7 +43,7 @@ if (-d "$StartDir") { # check binaries print "check binaries: "; if (-d "$StartDir/bin") { - my @binarylist = ( "idlc","idlcpp","cppumaker","javamaker", + my @binarylist = ( "idlc","ucpp","cppumaker","javamaker", "regcompare","autodoc", "unoapploader", "uno-skeletonmaker" ); -- cgit LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/helpcompiler
AgeCommit message (Expand)Author
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-17Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-02-26Remove visual noise from helpcompilerAlexander Wilms
2014-02-11coverity#707948 Uninitialized scalar fieldCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-10-28Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann
2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann
2013-10-28Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann
2013-10-22Use conventional std::vector idiomsStephan Bergmann
2013-10-22Unwind HighlightPortions typedefStephan Bergmann
2013-06-20remove last uses of config 'GUI' variableMatúš Kukan
2013-06-13rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config headerLuboš Luňák