Age | Commit message (Expand) | Author |
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-03-02 | pyuno, scripting: remove executable bits from python, js, bsh files | Michael Stahl |
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-02 | pyuno: move "officehelper.py" from scripting to pyuno | Michael Stahl |
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 |
2014-10-30 | Add include | Stephan Bergmann |
2014-10-29 | fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT | Naruhiko Ogasawara |
2014-09-29 | loplugin: cstylecast | Noel Grandin |
2014-09-21 | Don't try to write Python bytecode files in case of a read-only installset | Tor Lillqvist |
2014-09-12 | pyuno: remove obsolete NOOPT comment about GCC 3.2 | Michael Stahl |
2014-09-09 | Make the "Mac-like" or "canonical" app bundle structure always used on OS X | Tor Lillqvist |
2014-08-28 | fdo#46678: pyuno: fix deadlock in Runtime::any2PyObject() | Michael Stahl |
2014-08-07 | coverity#982756 Dereference null return value | Caolán McNamara |
2014-07-21 | coverity#706600 Uncaught exception | Caolán McNamara |
2014-07-10 | coverity#982756 Dereference null return value | Caolán McNamara |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin |
2014-06-04 | Demystify magic ponies | Stephan Bergmann |
2014-06-03 | coverity#982753 Dereference null return value | Caolán McNamara |
2014-06-03 | coverity#982755 Dereference null return value | Caolán McNamara |
2014-06-03 | coverity#982756 Dereference null return value | Caolán McNamara |
2014-05-26 | coverity#982751 Dereference null return value | Caolán McNamara |
2014-05-26 | coverity#982752 Dereference null return value | Caolán McNamara |
2014-05-26 | coverity#982754 Dereference null return value | Caolán McNamara |
2014-05-26 | coverity#982757 Dereference null return value | Caolán McNamara |
2014-05-26 | coverity#982758 Dereference null return value | Caolán McNamara |
2014-05-26 | coverity#982761 Dereference null return value | Caolán McNamara |
2014-05-26 | coverity#982759 Dereference null return value | Caolán McNamara |
2014-05-26 | coverity#982760 Dereference null return value | Caolán McNamara |
2014-05-26 | coverity#982169 Unchecked return value | Caolán McNamara |
2014-05-23 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 | Julien Nabet |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-19 | pyuno: fix warnings with system python 3.4.0 | Thomas Arnhold |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-05-08 | pyuno: sal_Bool->bool | Noel Grandin |
2014-04-02 | coverity#1019376 Resource leak | Caolán McNamara |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-18 | Find places where OUString and OString are passed by value. | Noel Grandin |