Age | Commit message (Expand) | Author |
2015-11-19 | use comphelper::containerToSequence | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-27 | loplugin:unusedmethods | Noel Grandin |
2015-10-25 | Bump python to 3.5 | David Ostrovsky |
2015-10-23 | com::sun::star->css in package,pyuno | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-09 | fix build by moving python-related includes below others | Douglas Mencken |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin |
2015-09-15 | Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-22 | tdf#39440 reduce scope of local variables | Michael Weghorn |
2015-07-30 | Give PyUNO structs/exceptions their own separate type | Matthew J. Francis |
2015-07-27 | Tweak introspection/invocation to be more useful to PyUNO | Matthew J. Francis |
2015-07-25 | Fix PyUNO object hash to use the correct pointer | Matthew J. Francis |
2015-07-21 | Make PyUNO objects hashable | Matthew J. Francis |
2015-07-02 | coverity#1309066 Uncaught exception | Caolán McNamara |
2015-07-01 | PyUNO: Allow import of constant group by name | Matthew J. Francis |
2015-07-01 | Fix compilation with Python 2.7 | Matthew J. Francis |
2015-06-28 | coverity#1308526 Uncaught exception | Caolán McNamara |
2015-06-26 | loplugin:implicitboolconversion | Stephan Bergmann |
2015-06-26 | loplugin:cstylecast | Stephan Bergmann |
2015-06-26 | loplugin:passstuffbyref | Stephan Bergmann |
2015-06-26 | loplugin:salbool | Stephan Bergmann |
2015-06-26 | loplugin:salbool | Stephan Bergmann |
2015-06-26 | loplugin:loopvartoosmall | Stephan Bergmann |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-06-26 | Make PyUNO provide more Pythonic behaviour | Matthew J. Francis |
2015-06-14 | Typo: pyhton->python | Julien Nabet |
2015-06-13 | Typos | Julien Nabet |
2015-06-12 | Typo: Adapater->Adapter | Julien Nabet |
2015-06-10 | pyuno: remove obsolete LC_NUMERIC to "C" mangling code | Michael Stahl |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-02 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-04-08 | A UNO Any can't contain an Any | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-29 | Clean up remaining C-style casts among void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-19 | We require MSVC2013 (_MSC_VER == 1800) now | Tor Lillqvist |
2015-01-20 | Some more loplugin:cstylecast: pyuno | Stephan Bergmann |
2015-01-02 | include algorithm | Caolán McNamara |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-12 | pyuno: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-11-25 | Revert "pyuno: set up fake command line in getComponentContext()" | Stephan Bergmann |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-10 | fix spelling implemenation -> implementation | Noel Grandin |