Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-24 | coverity#983657 Uncaught exception | Caolán McNamara | |
Change-Id: I4feec3aeaf5f7b821a15f3b74f7b2df1f63a6681 | |||
2014-05-22 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 | Julien Nabet | |
Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9 | |||
2014-04-22 | eventattacher: sal_Bool->bool | Noel Grandin | |
Change-Id: Iaf760bc747bfd8e16a52ba2047b0be8178b740cf | |||
2014-04-14 | Remove dead function declaration | Stephan Bergmann | |
Change-Id: I638fade941d369f0b09a016cfdc23cf5c981b8f0 | |||
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann | |
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1 | |||
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann | |
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a | |||
2014-03-07 | Introduce com.sun.star.beans.theIntrospection singleton | Stephan Bergmann | |
...deprecating com.sun.star.beans.Introspection (single-instance) service. Change-Id: Ica2e3a3541c7dcb1aab79222c5abf40d6988c882 | |||
2014-02-27 | eventattacher: fix out of bounds string access | Miklos Vajna | |
Change-Id: Ic1f7ac2b6c3f5a865b316a83d92a0f2ff7616f5c | |||
2014-02-26 | Remove visual noise from eventattacher | Alexander Wilms | |
Conflicts: eventattacher/source/eventattacher.cxx Change-Id: I7169992d453b1b2919cc8076fbd6803a95ee0565 Reviewed-on: https://gerrit.libreoffice.org/8258 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> | |||
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann | |
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3 | |||
2014-02-23 | Remove unneccessary comments | Alexander Wilms | |
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> | |||
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann | |
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83 | |||
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin | |
Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71 | |||
2013-10-22 | fdo#54938: Adapt supportsService implementations.. | Marcos Paulo de Souza | |
to cppu::supportsService Change-Id: I0b03d3910f094f2183bf9859db9d5bcaf35d1f14 Reviewed-on: https://gerrit.libreoffice.org/6370 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> | |||
2013-05-14 | fdo#46808, Convert script::InvocationAdapterFactory to new style | Noel Grandin | |
Change-Id: I2fe24c863f4c43471f46032ed15fcd5b98863fc1 | |||
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 | |
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09 | |||
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks | |
2013-02-28 | remove all d.lst | Michael Stahl | |
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885 | |||
2012-10-23 | fdo#46808, use service constructor for beans::Introspection | Noel Grandin | |
Change-Id: Ieb49277020d31779979d8eb508391d6f8b97bf94 | |||
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl | |
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a | |||
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | |
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 | |||
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl | |
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 | |||
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann | |
...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea | |||
2012-09-05 | fdo#46808, Adapt reflection::CoreReflection UNO service to new style | Noel Grandin | |
The XComponent part of the interface made no sense for a singleton, so it was removed. Explicitly document the 'theCoreReflection' singleton and move it into it's own file. Deprecated the now old CoreReflection service. Change-Id: Ib8befa87c7da7eb53a2f587948fd54a64c082472 | |||
2012-09-01 | add more component prefixes | Matúš Kukan | |
Change-Id: I3afe59a6326b9e5cb26c39a82d7aabdb05cc2b7e | |||
2012-08-27 | fdo#46808, Adapt script::Converter service code to new style | Noel Grandin | |
Change-Id: I19b3ba7c978e02ce865360f0411007525012149c | |||
2012-06-26 | re-base on ALv2 code. | Michael Meeks | |
2012-05-31 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Ie2abf9752b9b6fc14f45c5e8e11348cac4847cae | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
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 | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-10-05 | fix broken eventattacher. bnc#718227 | Noel Power | |
event handler registered for a ListenerType were triggered when *any* of the events associated with that ListenerType were fired. | |||
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 | |
With this, 3.81 sec -> 1.2 sec. | |||
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 | |