Age | Commit message (Expand) | Author | Files | Lines |
2020-11-13 | tdf#123936 Formatting files in module idl with clang-format | Philipp Hofer | 10 | -42/+44 |
2020-09-21 | Fix typo in code | Andrea Gelmini | 1 | -1/+1 |
2020-08-17 | inline some use-once typedefs | Noel Grandin | 1 | -3/+1 |
2020-02-21 | Drop o3tl::optional wrapper | Stephan Bergmann | 2 | -3/+3 |
2020-01-27 | tdf#124176: Use pragma once instead of include guards | Cumali Toprak | 1 | -4/+2 |
2020-01-14 | loplugin:finalclasses in i18npool..linguistic | Noel Grandin | 16 | -16/+16 |
2019-12-19 | sal_Char->char in idlc..linguistic | Noel Grandin | 4 | -5/+5 |
2019-12-01 | Introduce o3tl::optional as an alias for std::optional | Stephan Bergmann | 2 | -3/+3 |
2019-10-14 | loplugin:stringadd look for unnecessary temporaries | Noel Grandin | 1 | -1/+1 |
2019-09-01 | Fix '..' | Andrea Gelmini | 1 | -1/+1 |
2019-06-25 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-06-25 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-02-24 | loplugin:unusedfields in helpcompiler..jvmfwk | Noel Grandin | 1 | -4/+0 |
2018-12-22 | idlc: no need to store single OString objects on the heap | Noel Grandin | 2 | -3/+4 |
2018-09-09 | loplugin:simplifyconstruct in helpcompiler..io | Noel Grandin | 1 | -1/+0 |
2018-08-30 | use std::vector in AstStack | Noel Grandin | 1 | -4/+3 |
2018-03-23 | loplugin:useuniqueptr in AstStruct | Noel Grandin | 1 | -2/+2 |
2018-02-01 | idlc: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski | 1 | -4/+0 |
2018-01-19 | loplugin:unusedmethods also check for functions returning bool | Noel Grandin | 2 | -2/+2 |
2018-01-17 | fix use of std::unique_ptr in Idlc | Noel Grandin | 1 | -4/+5 |
2018-01-13 | loplugin:useuniqueptr in idlc | Noel Grandin | 2 | -14/+3 |
2018-01-12 | More loplugin:cstylecast: idlc | Stephan Bergmann | 1 | -1/+1 |
2018-01-11 | loplugin:useuniqueptr cppu,idlc,io,ucbhelper | Noel Grandin | 1 | -2/+4 |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin | 3 | -5/+5 |
2017-11-02 | improve constparam loplugin | Noel Grandin | 1 | -1/+1 |
2017-10-23 | loplugin:includeform: idlc | Stephan Bergmann | 26 | -42/+42 |
2017-10-23 | loplugin:constmethod in cppu,cppuhelper,idlc | Noel Grandin | 9 | -25/+25 |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin | 1 | -3/+1 |
2017-08-06 | loplugin:constparams in sw part6 | Noel Grandin | 2 | -3/+3 |
2017-07-18 | loplugin:constparams codemaker,idl,idlc | Noel Grandin | 3 | -5/+5 |
2017-07-17 | extend loplugin useuniqueptr to OUString pointers | Noel Grandin | 1 | -1/+2 |
2017-07-16 | Fix lifecycle issue | Stephan Bergmann | 1 | -1/+1 |
2017-07-14 | extend loplugin useuniqueptr to POD types | Noel Grandin | 1 | -2/+3 |
2017-06-23 | loplugin:unusedfields in forms..idlc | Noel Grandin | 1 | -2/+0 |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann | 1 | -1/+1 |
2017-02-21 | Idlc::m_pErrorHandler is unused | Stephan Bergmann | 1 | -1/+0 |
2017-02-16 | convert ExprComb to scoped enum | Noel Grandin | 1 | -16/+15 |
2017-02-16 | convert ErrorCode to scoped enum | Noel Grandin | 1 | -51/+41 |
2017-02-16 | convert WarningCode to scoped enum | Noel Grandin | 1 | -6/+2 |
2017-02-16 | remove unused PS_OpCompleted from ParseState enum | Noel Grandin | 1 | -1/+0 |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann | 1 | -6/+3 |
2017-01-25 | Remove junk | Stephan Bergmann | 1 | -5/+0 |
2017-01-25 | loplugin: unnecessary destructor forms..idlc | Noel Grandin | 15 | -21/+0 |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, idlc | Stephan Bergmann | 1 | -0/+3 |
2016-11-08 | loplugin:expandablemethods in hwpfilter..linguistic | Noel Grandin | 1 | -2/+0 |
2016-11-08 | loplugin:unnecessaryvirtual in hwpfilter..rsc | Noel Grandin | 4 | -11/+11 |
2016-10-19 | loplugin:expandablemethodds in hwpfilter..linguistic | Noel Grandin | 2 | -4/+0 |
2016-10-13 | tdf#96099 Reduce no of typedefs used for trivial containers | Asela Dasanayaka | 3 | -6/+3 |
2016-10-06 | Simplify AstExpression::compare | Stephan Bergmann | 1 | -2/+2 |
2016-09-24 | we shouldn't need explicit lt_rtl_OUString, etc things anymore | Caolán McNamara | 1 | -9/+1 |