Age | Commit message (Expand) | Author |
2019-05-09 | regenerate PCH headers for the 4 new levels | Luboš Luňák |
2019-03-07 | tdf#42949 Fix IWYU warnings in include/basic/* | Gabor Kelemen |
2019-02-20 | o3tl::make_unique -> std::make_unique in include/ & o3tl/ | Gabor Kelemen |
2018-11-17 | Adapt to C++2a char_t | Stephan Bergmann |
2018-03-20 | drop unnecessary includes | Caolán McNamara |
2018-01-02 | RID_* can be extern global variables | Noel Grandin |
2017-11-10 | loplugin:finalclasses in basic,basegfx | Noel Grandin |
2017-10-23 | loplugin:includeform: basic | Stephan Bergmann |
2017-10-10 | basic: consistently use "" and <> in include directives | Mike Kaganski |
2017-09-22 | Fresh run of bin/update_pch.sh | Mike Kaganski |
2017-08-25 | no need to use ERRCODE_RES_MASK here | Noel Grandin |
2017-08-02 | normalize resource locale ctor construction mechanisms | Caolán McNamara |
2017-08-01 | loplugin:checkunusedparams | Noel Grandin |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-07-20 | loplugin:constparams in basic | Noel Grandin |
2017-07-02 | loplugin:casttovoid: basic | Stephan Bergmann |
2017-06-15 | replace SbxError typedef with ErrCode | Noel Grandin |
2017-05-02 | loplugin:checkunusedparams in basctl and basic | Noel Grandin |
2017-04-27 | tools: move errcode.hxx to the vcl module | Chris Sherlock |
2017-03-17 | remove unused defines from HRC files in various | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, basic | Stephan Bergmann |
2016-10-19 | loplugin:expandablemethodds in basctl..chart2 | Noel Grandin |
2016-09-13 | loplugin:dllprivate | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-08-29 | BASIC : Remove useless SbxBase::GetCreator | Arnaud Versini |
2016-08-13 | BASIC: Use more often std::unique_ptr | Arnaud Versini |
2016-07-18 | BASIC: Remove useless overrides | Arnaud Versini |
2016-06-27 | loplugin:singlevalfields in basic and fix leak | Noel Grandin |
2016-04-13 | loplugin:passstuffbyref in basic | Noel Grandin |
2016-04-12 | Avoid reserved identifier | Stephan Bergmann |
2016-03-08 | tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctors | Steven Guo |
2016-01-05 | Fix typos | Andrea Gelmini |
2015-11-18 | remove unused typedefs and inline use-once typedefs | Noel Grandin |
2015-11-15 | Fast PCH generator and optimized PCH files | Ashod Nakashian |
2015-11-11 | 5th step to remove tools/rtti.hxx | Oliver Specht |
2015-10-26 | basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr> | Michael Stahl |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-18 | boost->std | Caolán McNamara |
2015-07-20 | com::sun::star->css in basic | Noel Grandin |
2015-06-27 | coverity#1308445 Uncaught exception | Caolán McNamara |
2015-06-24 | remove SFX_NOTIFY macro | Noel Grandin |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-05-19 | tdf#90110: basic: fix Randomize statement | Michael Stahl |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-13 | loplugin:staticmethods | Noel Grandin |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-07 | Resolves: fdo#87003 - Kill BOOST_FOREACH | Pieter Adriaensen |
2014-10-23 | basic: move SbxAppData to a BasicDLL member | Michael Stahl |