summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)Author
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-30coverity#982268 silence Copy-paste errorCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-28coverity#982167 Unchecked return valueCaolán McNamara
2014-10-24coverity#441992 Uncaught exceptionCaolán McNamara
2014-10-03coverity#982268 Copy-paste errorCaolán McNamara
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
2014-09-30idlc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-09-07create clang plugin to warn about C-style castsNoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-10Resolves: #i122368# convert inc paths into short form on windows...Jürgen Schmidt
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-19fix-includes.pl: idlcThomas Arnhold
2014-05-13Revert "CID#705985 ensure umask for mkstemp"Stephan Bergmann
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni
2014-04-19fixincludeguards.sh: idl and idlcThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-24callcatcher: update unused codeCaolán McNamara
2014-03-12loplugin:literaltoboolconversionStephan Bergmann
2014-03-08coverity#707935 Uninitialized scalar fieldCaolán McNamara
2014-02-17idlc: sal_Bool -> boolStephan Bergmann
2014-02-06Typo: atribute(s) -> attribute(s)Julien Nabet
2014-02-06Fix spelling errrorTor Lillqvist
2014-01-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#440064 Logically dead codeCaolán McNamara
2014-01-25coverity#440240 Dereference after null checkNorbert Thiebaud
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-26Duplicate base checking code already covers check for opt base != XInterfaceStephan Bergmann
2013-11-25Fix fn declaration parameter names to match fn definitionStephan Bergmann
2013-11-25Fix unoidl sourceprovider interface base and member checksStephan Bergmann
2013-11-22Fix unoidl sourceprovider polystruct argument checksStephan Bergmann
2013-11-22Fix unoidl sourceprovider "published" checksStephan Bergmann
2013-11-22constant.tests idlc/unoidl diffs:Stephan Bergmann
2013-11-22attributes.tests idlc/unoidl diffs:Stephan Bergmann
2013-11-22Add exectest.pl OLD-/NEW-FAILURE for deliberate idlc/unoidl diffsStephan Bergmann
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold