[Bug 60698] kill pointless one-file library ...

2014-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 Michael Meeks changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 60698] kill pointless one-file library ...

2014-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #24 from Stephan Bergmann --- (In reply to comment #23) > And about xmlreader library? > > It just have 3 files... where we can put this? xmlreader is used by both the URE and LO layers, but is not part of the URE stable interface,

[Bug 60698] kill pointless one-file library ...

2013-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #23 from Marcos Souza --- And about xmlreader library? It just have 3 files... where we can put this? And this module don't have a component file, so this would be easy to merge... -- You are receiving this mail because: You are o

[Bug 60698] kill pointless one-file library ...

2013-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #22 from Commit Notification --- Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=692c724f5e71f685c269085983828e7539274ecb fdo#60

[Bug 60698] kill pointless one-file library ...

2013-12-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #21 from Marcos Souza --- Hi guys! After sending my patch about animcore, I saw that evtatt(eventattacher) just have one file... What's the best library to hold this implementation? Maybe basic? By removing all these small libs an

[Bug 60698] kill pointless one-file library ...

2013-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #20 from Commit Notification --- Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=eebc1e9a8a5c7fd04b795c62791a70eed65995e4 fdo#60

[Bug 60698] kill pointless one-file library ...

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #19 from Commit Notification --- Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=35c1d6f7617087c18b94e03ec9281c995e6d9e55 fdo#60

[Bug 60698] kill pointless one-file library ...

2013-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #18 from Commit Notification --- Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=1c3d51fd6826fbc7d447243d40fcd351ad47ae84 fdo#60

[Bug 60698] kill pointless one-file library ...

2013-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 Commit Notification changed: What|Removed |Added Whiteboard|EasyHack|EasyHack |Diffic

[Bug 60698] kill pointless one-file library ...

2013-11-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #16 from Marcos Souza --- It seems that in scripting module we have 6 libs that are used in the same conditions inside Repository.mk. They just link to some libs in some cases, but most of the depencies are equal. I'll try to make so

[Bug 60698] kill pointless one-file library ...

2013-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #15 from Marcos Souza --- The io module was a suggestion by Stephan! And yes, I'll try to look for more cases like this :) Thanks a lot for helping! -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug 60698] kill pointless one-file library ...

2013-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #14 from Michael Meeks --- Nice work ! it all helps :-) having said that - I guess really we want to move to enable --enable-merge-libs=yes by default I suppose which then compiles a lot of these into a single library anyway :-) But

[Bug 60698] kill pointless one-file library ...

2013-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #13 from Commit Notification --- Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3a009c427fc04c0a1a100f5f04516cedd1f6f118 fdo#60

[Bug 60698] kill pointless one-file library ...

2013-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #12 from Commit Notification --- Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b40ffd288baf6dc5989cc09c5b5007eee97dd1bf fdo#60

[Bug 60698] kill pointless one-file library ...

2013-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #11 from Michael Meeks --- I imagine the idea is to save memory, but on any modern machine I suspect the shlib overhead, and the linking cost of that makes that not worthwhile. Of course - that is -assuming- that running 'ldd' on each

[Bug 60698] kill pointless one-file library ...

2013-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #10 from Marcos Souza --- I saw a lot of very small filters inside filter module: -rwxrwxr-x 1 marcos marcos 168K Oct 30 13:06 libitglo.so -rwxrwxr-x 1 marcos marcos 158K Oct 30 13:06 libipxlo.so -rwxrwxr-x 1 marcos marcos 156K

[Bug 60698] kill pointless one-file library ...

2013-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #9 from Marcos Souza --- (In reply to comment #8) > (In reply to comment #7) > > Fpicker uses XComponentContext when creating the instance, while inside > > svtools ::cppu::createOneInstanceFactory it needs a XMultiServiceFactory... >

[Bug 60698] kill pointless one-file library ...

2013-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #8 from Stephan Bergmann --- (In reply to comment #7) > Fpicker uses XComponentContext when creating the instance, while inside > svtools ::cppu::createOneInstanceFactory it needs a XMultiServiceFactory... Note that svt_component_get

[Bug 60698] kill pointless one-file library ...

2013-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 Marcos Souza changed: What|Removed |Added CC||sberg...@redhat.com --- Comment #7 from M

[Bug 60698] kill pointless one-file library ...

2013-10-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 Qubit changed: What|Removed |Added Whiteboard|EasyHack,DifficultyInterest |EasyHack |ing,SkillCpp,TopicCl

[Bug 60698] kill pointless one-file library ...

2013-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 Marcos Souza changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |marcos.souza@gmail.com

[Bug 60698] kill pointless one-file library ...

2013-10-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 Commit Notification changed: What|Removed |Added Whiteboard|EasyHack,DifficultyInterest |EasyHack,DifficultyInterest

[Bug 60698] kill pointless one-file library ...

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #4 from Marcos Souza --- I'm in the right direction here? https://gerrit.libreoffice.org/#/c/6288/ -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOff

[Bug 60698] kill pointless one-file library ...

2013-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #3 from Michael Meeks --- yes; sounds like a good plan :-) reducing that madness would be wonderful. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOf

[Bug 60698] kill pointless one-file library ...

2013-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 --- Comment #2 from Marcos Souza --- Maybe fileaccess module is another candidate for this bug? marcos@jedi:~/gitroot/core$ ls -R fileaccess/ fileaccess/: Library_fileacc.mk Makefile Module_fileaccess.mk README source fileaccess/source: fil

[Bug 60698] kill pointless one-file library ...

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60698 Björn Michaelsen changed: What|Removed |Added CC||libreoffice@lists.freedeskt