summaryrefslogtreecommitdiff
path: root/idlc/source/idlccompile.cxx
AgeCommit message (Expand)Author
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): idlcStephan Bergmann
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-30loplugin:useuniqueptr in idlc::compileFileNoel Grandin
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-12More loplugin:cstylecast: idlcStephan Bergmann
2017-09-11clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin
2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin
2017-01-09New loplugin:externvar: idlcStephan Bergmann
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-15add link to mkstemp coverity warning wrt threading fiascoCaolán McNamara
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-05-13Revert "CID#705985 ensure umask for mkstemp"Stephan Bergmann
2014-02-17idlc: sal_Bool -> boolStephan Bergmann
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-09-12CID#705985 ensure umask for mkstempCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19further OUString cleanupThomas Arnhold
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-09-27add --with-system-ucppRene Engelhard
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-07-20idlc: do not use -I., deps need absolute pathsMichael Stahl
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-01-14idlc: do not use -I., deps need absolute pathsMichael Stahl
2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from idlcNorbert Thiebaud
2011-09-27WaE: comparison between signed and unsigned integer expressionsTor Lillqvist
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-06[cppchecker] deletion of unread / unneeded variablePierre-André Jacquod
2011-04-18Remove OS/2 support.Francois Tigeot
2011-02-15dragonfly stuffFrancois Tigeot
2011-01-29Use errno to get the correct error message if mkstemp() fails.Thomas Arnhold