Age | Commit message (Expand) | Author |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-18 | cid#706201: No need to call access prior to realpath here | Stephan Bergmann |
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-10-31 | Removed duplicated includes | Andrea Gelmini |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-08 | fdo#80927: css.office.Quickstart should be single-instance service. | Matúš Kukan |
2014-09-30 | cppuhelper: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-29 | Adapt cppu::bootstrap to new Mac OS X LibreOffice.app layout | Stephan Bergmann |
2014-09-25 | Eliminate memory leak due to circular shared_ptr | Matthew J. Francis |
2014-09-17 | cppu and cppuhelper: loplugin: cstylecast | Noel Grandin |
2014-09-12 | fix access to potentiellement empty string | Norbert Thiebaud |
2014-09-09 | Make the "Mac-like" or "canonical" app bundle structure always used on OS X | Tor Lillqvist |
2014-08-18 | Remove unnecessary #include | Stephan Bergmann |
2014-08-08 | warning C4702: unreachable code | Michael Stahl |
2014-08-08 | Remove redundant inclusions of header "cppuhelper/shlib.h" | Matthew Pottage |
2014-08-08 | [API CHANGE] Removed two cppuhelper deprecated headers. | Matthew Pottage |
2014-07-12 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-07-11 | new loplugin: externalandnotdefined | Noel Grandin |
2014-07-01 | New loplugin:stringconcat | Stephan Bergmann |
2014-06-17 | -Wstrict-prototypes | Stephan Bergmann |
2014-06-05 | cppuhelper: remove SAL_THROW macro | Noel Grandin |
2014-06-04 | update_pch: add a bunch of pch files | Thomas Arnhold |
2014-06-04 | cppuhelper: fix includes | Thomas Arnhold |
2014-06-02 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-29 | remove more unnecesary OUString constructor use | Noel Grandin |
2014-05-24 | coverity#983624 Uncaught exception | Caolán McNamara |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-23 | add default value for Context param in uno::Exception constructors | Noel Grandin |
2014-05-23 | Combine unoidl::loadProvider and unoidl::Manager::addProvider | Stephan Bergmann |
2014-05-20 | C string usage improvment | Arnaud Versini |
2014-05-14 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 | Julien Nabet |
2014-05-11 | Fix previous commit | Julien Nabet |
2014-05-11 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10 | Julien Nabet |
2014-04-30 | Many spelling fixes: directories a* - g*. | Pedro Giffuni |
2014-04-28 | prefer makefile-gmake-mode | Takeshi Abe |
2014-04-27 | automaticly -> automatically. | Jan Holesovsky |
2014-04-25 | Print the important failure messages on iOS even in a non-debug build | Tor Lillqvist |
2014-04-19 | fixincludeguards.sh: some smaller dirs | Thomas Arnhold |
2014-04-15 | cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unused | Stephan Bergmann |
2014-04-04 | fix creating com.sun.star.sheet.Solver instance | Matúš Kukan |
2014-04-03 | Remove unused copy ctor (and use boost::noncopyable) | Stephan Bergmann |
2014-04-02 | Make function prototype visible | Stephan Bergmann |
2014-04-01 | Remove unused inline constructor | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-22 | coverity#705457 Dereference null return value | Caolán McNamara |
2014-03-18 | Use cppu::BaseMutex instead of plain osl::Mutex as base | Stephan Bergmann |
2014-03-18 | Find places where OUString and OString are passed by value. | Noel Grandin |
2014-03-10 | cppuhelper: simplify deprecated XTypeProvider.getImplementationId | Stephan Bergmann |
2014-02-27 | Remove visual noise from cppuhelper | Alexander Wilms |