[Libreoffice-commits] .: sal/rtl

2012-04-02 Thread Michael Meeks
sal/rtl/source/uri.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 54bc03051702ad279dfd17471a3d5c30003c892d Author: Michael Meeks Date: Mon Apr 2 14:26:43 2012 +0100 sal: reduce allocation thrash in URI encode / decode This saves 1% of str

[Libreoffice-commits] .: sal/rtl

2012-03-30 Thread Michael Meeks
sal/rtl/source/strtmpl.cxx | 46 - sal/rtl/source/ustring.cxx | 18 + 2 files changed, 51 insertions(+), 13 deletions(-) New commits: commit 81a4e4ba99b1534949e66bf81c723c2123fd47f0 Author: Michael Meeks Date: Fri Mar 30 15:14:10

[Libreoffice-commits] .: sal/rtl

2011-12-21 Thread Caolán McNamara
sal/rtl/source/strtmpl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 458a7c2c7dc5ce082bddcc953ab57a9506206f18 Author: Caolán McNamara Date: Wed Dec 21 15:53:23 2011 + WaE: add a space to tell SLED-11 gcc that we know what we're doing diff --git a/s

[Libreoffice-commits] .: sal/rtl

2011-12-19 Thread Matus Kukan
sal/rtl/source/alloc_impl.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ec64e5e36db7d9bf7c9f6fe2705c11dc54548fb7 Author: Matúš Kukan Date: Mon Dec 19 12:09:48 2011 +0100 WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warning diff --git a/sal/rtl

[Libreoffice-commits] .: sal/rtl

2011-12-13 Thread Caolán McNamara
sal/rtl/source/alloc_global.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit edf90c212d8bfe6360a1e35eb4d7fbbf82ed33b4 Author: Caolán McNamara Date: Tue Dec 13 14:53:41 2011 + warn about massive allocs diff --git a/sal/rtl/source/alloc_global.cxx b/sal/rtl/sour

[Libreoffice-commits] .: sal/rtl

2011-11-30 Thread Stephan Bergmann
sal/rtl/source/alloc_arena.cxx | 162 ++ sal/rtl/source/alloc_cache.cxx | 214 ++-- sal/rtl/source/alloc_global.cxx | 14 +- 3 files changed, 182 insertions(+), 208 deletions(-) New commits: commit 2d9beb7854bdfa6e6140e78ab7544

[Libreoffice-commits] .: sal/rtl

2011-11-22 Thread Stephan Bergmann
sal/rtl/source/makefile.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 171855c21eeedca46fe0cf2ce4f566957e618a45 Author: Stephan Bergmann Date: Tue Nov 22 11:01:06 2011 +0100 rtlbootstrap.mk.cxx needs to be a C++ file (including C++ macros.hxx). diff -

[Libreoffice-commits] .: sal/rtl

2011-10-24 Thread Stephan Bergmann
sal/rtl/source/alloc_arena.c |2 +- sal/rtl/source/alloc_cache.c |8 sal/rtl/source/alloc_impl.h |2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) New commits: commit 0a6132d7de81e33f6d632f621cf30eb232c3b5df Author: Stephan Bergmann Date: Tue Oct 25 00:01:01 2011 +0

[Libreoffice-commits] .: sal/rtl

2011-10-24 Thread Stephan Bergmann
sal/rtl/source/alloc_arena.c |2 +- sal/rtl/source/alloc_cache.c |8 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 041b54fef20668abaab5bcc7b52dfc31695c25d2 Author: Stephan Bergmann Date: Mon Oct 24 23:41:21 2011 +0200 Avoid Clang -Wunused-value with