Age | Commit message (Expand) | Author |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" 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-08-18 | configure, pyuno: stop claiming our python 3.3.5 is 3.3.3 | Michael Stahl |
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 | loplugin:unusedmethods bridges,ucbhelper,io,pyuno | Noel Grandin |
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 | WaE: redundant const_cast on lhs of pointer comparison expression | Tor Lillqvist |
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-03-11 | V668 no sense in testing the result of new against null | Caolán McNamara |
2015-03-02 | pyuno, scripting: remove executable bits from python, js, bsh files | Michael Stahl |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
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-12-03 | Fold URE: Windows | Stephan Bergmann |
2014-12-02 | pyuno: move "officehelper.py" from scripting to pyuno | Michael Stahl |
2014-11-26 | Extract python-only pythonloader.uno ini-file into its own Package | Stephan Bergmann |
2014-11-25 | Revert "pyuno: set up fake command line in getComponentContext()" | Stephan Bergmann |