Age | Commit message (Expand) | Author |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from stoc | Alexander Wilms |
2014-02-25 | Replace deprecated std::auto_ptr with boost::scoped_ptr | Takeshi Abe |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-07 | Simplify access to theCoreReflection singleton | Stephan Bergmann |
2014-01-31 | Remove UNOIDL "array" and "union" vaporware remnants | Stephan Bergmann |
2014-01-29 | bool improvements | Stephan Bergmann |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-28 | coverity#440504 Dereference before null check | Caolán McNamara |
2014-01-26 | Translate some German comments to English, and remove some ASCII art. | Sven Wehner |
2014-01-23 | Let C++ inline functions return bool instead of sal_Bool | Stephan Bergmann |
2014-01-22 | Introduce static inline cppu::acquire(), and make use of that. | Jan Holesovsky |
2014-01-21 | Change _get_implementation()'s not to do initialization directly. | Jan Holesovsky |
2014-01-21 | bool improvements | Stephan Bergmann |
2014-01-21 | Fix bogus mass-conversion equalsAsciiL -> startsWith | Stephan Bergmann |
2014-01-21 | bool improvements | Stephan Bergmann |
2014-01-20 | Minimize the constructor functions to a bare minimum. | Jan Holesovsky |
2014-01-18 | Unify ctor functions for component implementations. | Matúš Kukan |
2014-01-15 | Unify ctor functions to have _get_implementation suffix. | Matúš Kukan |
2014-01-15 | Use const& arguments parameter for ctor functions. | Matúš Kukan |
2014-01-08 | Some ConfigurationProvider -> theDefaultProvider simplifications | Stephan Bergmann |
2014-01-07 | remove unnecessary sal_Unicode casts in OUStringBuffer::append calls | Noel Grandin |
2013-12-19 | Add .component <implementation constructor="..." feature | Stephan Bergmann |
2013-12-18 | bootstrap component: Split into implementation functions. | Matúš Kukan |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-17 | remove unnecessary double calls to OUString constructor | Noel Grandin |
2013-12-17 | Remove unnecessary use of OUString constructor in + expressions | Noel Grandin |
2013-12-16 | Clean-up uno/lbnames.h | Stephan Bergmann |
2013-12-13 | [API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix again | Stephan Bergmann |
2013-12-12 | remove unnecessary casts | Noel Grandin |
2013-12-12 | simplify - use OUString::startsWith where possible | Noel Grandin |
2013-11-28 | Catching std::bad_alloc in UNO implementations no longer necessary | Stephan Bergmann |
2013-11-22 | remove unnecessary RTL_CONSTASCII_STRINGPARAM | Noel Grandin |
2013-11-22 | remove unnecessary use of OUString constructor in equalsIgnoreAsciiCase | Noel Grandin |
2013-11-20 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls | Noel Grandin |
2013-11-20 | convert equalsAsciiL calls to startsWith calls | Noel Grandin |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin |
2013-11-19 | remove most use of RTL_CONSTASCII_USTRINGPARAM macro | Noel Grandin |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin |
2013-11-08 | remove unnecessary use of OUString constructor in STOC module | Noel Grandin |
2013-11-04 | remove redundant calls to OUString constructor in if expression | Noel Grandin |
2013-11-04 | remove redundant calls to OUString constructor | Noel Grandin |
2013-10-22 | fdo#54938: Adapt supportsService implementations.. | Marcos Paulo de Souza |
2013-10-20 | Clean up stoc::uriproc::supportsService | Stephan Bergmann |
2013-10-20 | Some clean-up | Stephan Bergmann |
2013-10-20 | Clean-up std::bad_alloc handling | Stephan Bergmann |
2013-10-11 | No need to support "prefix" in DllComponentLoader | Stephan Bergmann |
2013-10-02 | Spell "indices" correctly | Tor Lillqvist |
2013-10-02 | -Werror,-Wunused-function | Stephan Bergmann |
2013-10-01 | [API CHANGE] Stricter requirements for shlib.hxx function arguments | Stephan Bergmann |