summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-04-10Make ErrorContext includers happier.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-07Remove dead INetProtocol::OutStephan Bergmann
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-02Kill INetProtocol::NewsTor Lillqvist
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02Plug the hole in INetProtocolStephan Bergmann
2015-04-02Remove left-over comment junkStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23Rectangle::toString(): output position, then sizeMiklos Vajna
2015-03-19loplugin:constantfunction: toolsNoel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-02convert RC_ constants to enum classNoel Grandin
2015-03-02convert enum _ImplINetRFC822MessageHeaderState to enum classNoel Grandin
2015-03-02convert INETMSG_MIME_VERSION constants to enum classNoel Grandin
2015-03-02convert INETMSG_RFC822_ constants to enum classNoel Grandin
2015-02-23Add Rectangle::toString()Miklos Vajna
2015-02-21Various typosJulien Nabet
2015-02-18DBG_ASSERT -> assertStephan Bergmann
2015-02-12tdf#89319 SvFileStream: remove redundant osl_getFilePos() callsLászló Németh
2015-02-11Fold INetMessageIOStream into INetMIMEMessageStreamStephan Bergmann
2015-02-11Fold INetOStream into INetMessageOStreamStephan Bergmann
2015-02-11Fold INetIStream into INetMessageIStreamStephan Bergmann
2015-02-11GenerateHeader(false) -> SetHeaderGenerated()Stephan Bergmann
2015-02-11Remove unused INetMIMEMessage streaming operatorsStephan Bergmann
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann
2015-02-11Fold INetMessage into INetRFC822MessageStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-02-02coverity#1242531 Untrusted value as argumentCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26coverity#1244945 Untrusted value as argumentCaolán McNamara
2015-01-26coverity#1244946 Untrusted value as argumentCaolán McNamara
2015-01-20Some more loplugin:cstylecast: toolsStephan Bergmann
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin
2015-01-07fix windows buildNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-05valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara