Age | Commit message (Expand) | Author |
2014-05-24 | coverity#983657 Uncaught exception | Caolán McNamara |
2014-05-22 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 | Julien Nabet |
2014-04-22 | eventattacher: sal_Bool->bool | Noel Grandin |
2014-04-14 | Remove dead function declaration | Stephan Bergmann |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-07 | Introduce com.sun.star.beans.theIntrospection singleton | Stephan Bergmann |
2014-02-27 | eventattacher: fix out of bounds string access | Miklos Vajna |
2014-02-26 | Remove visual noise from eventattacher | Alexander Wilms |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin |
2013-10-22 | fdo#54938: Adapt supportsService implementations.. | Marcos Paulo de Souza |
2013-05-14 | fdo#46808, Convert script::InvocationAdapterFactory to new style | Noel Grandin |
2013-04-30 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks |
2013-02-28 | remove all d.lst | Michael Stahl |
2012-10-23 | fdo#46808, use service constructor for beans::Introspection | Noel Grandin |
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl |
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl |
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann |
2012-09-05 | fdo#46808, Adapt reflection::CoreReflection UNO service to new style | Noel Grandin |
2012-09-01 | add more component prefixes | Matúš Kukan |
2012-08-27 | fdo#46808, Adapt script::Converter service code to new style | Noel Grandin |
2012-06-26 | re-base on ALv2 code. | Michael Meeks |
2012-05-31 | targeted string re-work | Norbert Thiebaud |
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl |
2012-03-23 | .component files don't need executable bits | Michael Stahl |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud |
2011-12-20 | Link most libs and executables with gb_STDLIBS as presumably is intended | Tor Lillqvist |
2011-12-10 | catch exception by constant reference | Takeshi Abe |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud |
2011-10-05 | fix broken eventattacher. bnc#718227 | Noel Power |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen |
2011-09-18 | convert eventattacher to gbuild and add to tail_build | Peter Foley |
2011-08-16 | Reduce indentation level. | Kohei Yoshida |
2011-08-16 | Some micro-optimization with the string objects. | Kohei Yoshida |
2011-08-16 | And use it from the multi-listener regstration code. | Kohei Yoshida |
2011-08-16 | Extracted a method that will be called from another method. | Kohei Yoshida |
2011-08-16 | Fixed a crash due to invalid index for Sequence. | Kohei Yoshida |
2011-08-16 | Extended UNO's script API to allow adding of multiple listeners at once. | Kohei Yoshida |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matúš Kukan |