Age | Commit message (Expand) | Author |
2016-05-19 | clang-tidy modernize-make-unique | Noel Grandin |
2016-05-18 | update unusedmethods plugin to deal with constructors | Noel Grandin |
2016-05-16 | Fix typos | Andrea Gelmini |
2016-05-10 | Add SAL_FALLTHROUGH, where apparently appropriate | Stephan Bergmann |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-05-09 | tdf#99589 tolower / toupper - dangerous to Turks ... | Krishna Keshav |
2016-05-08 | BASIC : Remove an useless static_cast and use make_unique | Arnaud Versini |
2016-05-07 | BASIC: SbiParser Remove useless static_cast and indent the code correctly. | Arnaud Versini |
2016-05-06 | teach passstuffbyref plugin to check for.. | Noel Grandin |
2016-05-04 | use Any constructor instead of temporaries | Noel Grandin |
2016-05-04 | While at it, delete Any functions on sal_Bool* | Stephan Bergmann |
2016-05-01 | Fix typo in code | Andrea Gelmini |
2016-05-01 | Fix typos | Andrea Gelmini |
2016-04-26 | update loplugin stylepolice to check local pointers vars | Noel Grandin |
2016-04-21 | clang-tidy modernize-loop-convert in b* | Noel Grandin |
2016-04-21 | new plugin stylepolice | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-19 | BASIC : Partially revert SbxArray simplification. | Arnaud Versini |
2016-04-18 | clang-tidy performance-unnecessary-copy-initialization | Noel Grandin |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke |
2016-04-18 | BASIC : Simplify SbxArray | Arnaud Versini |
2016-04-18 | Remove needless typedef from basic/qa/cppunit/basic_coverage.cxx | Ryan McCoskrie |
2016-04-17 | tdf#99357: Basic, return if .with pNode null | Julien Nabet |
2016-04-15 | remove tools/solarmutex.hxx | Noel Grandin |
2016-04-13 | loplugin:passstuffbyref in basic | Noel Grandin |
2016-04-13 | Related tdf#99089: avoid second crash | Julien Nabet |
2016-04-12 | Avoid reserved identifier | Stephan Bergmann |
2016-04-12 | Avoid reserved identifier | Stephan Bergmann |
2016-04-12 | Avoid reserved identifiers | Stephan Bergmann |
2016-04-12 | cleanup: remove unused com/sun/star/uno includes | Jochen Nitschke |
2016-04-11 | BASIC: Remove useless static_cast from basmgr.cxx | Arnaud Versini |
2016-04-11 | Avoid reserved identifier | Stephan Bergmann |
2016-04-11 | Remove an useless check I had added | Julien Nabet |
2016-04-11 | clang-tidy performance-unnecessary-value-param in basic | Noel Grandin |
2016-04-11 | make GetGlobalUNOConstant and GetUNOConstant take an OUString | Noel Grandin |
2016-04-10 | tdf#99089: avoid some crashes in Basic | Julien Nabet |
2016-04-07 | fix bug in SbxArray::Merge | Noel Grandin |
2016-04-06 | Avoid reserved identifier | Stephan Bergmann |
2016-04-06 | Avoid reserved identifiers | Stephan Bergmann |
2016-04-06 | Turn SbiOpcode into scoped enum | Stephan Bergmann |
2016-04-06 | Avoid reserved identifiers | Stephan Bergmann |
2016-04-04 | BASIC : Use a vector to store the argv stack | Arnaud Versini |
2016-04-04 | tdf#94306 replace boost::noncopyable in .. | Jochen Nitschke |
2016-04-04 | tdf#97499 Fixed containers parameters clearing #4 | tymyjan |
2016-04-04 | tdf#97499 Fixed containers parameters clearing #2 | tymyjan |
2016-04-03 | BASIC : Use a vector to store the go sub stack. | Arnaud Versini |
2016-04-01 | tdf#97966 Drop 'static' keywords | Wastack |
2016-03-23 | loplugin:constantparam in basic | Noel Grandin |
2016-03-20 | BASIC: Calling SbxDimArray::Clear should also call SbxArray. | Arnaud Versini |
2016-03-20 | BASIC : Use std::vector in SbiRuntime to save references | Arnaud Versini |