Age | Commit message (Expand) | Author |
2014-12-09 | Uno bridge: Apply debug info setting to noopt code | David Ostrovsky |
2014-12-09 | Fix base+offset pointer calculations when synthesizing exception data | Stephan Bergmann |
2014-12-09 | Fix mscx_filterCppException base+offset pointer calculations | Stephan Bergmann |
2014-12-09 | rhbz#1036877: Join Java AsynchronousFinalizer thread well before exit | Stephan Bergmann |
2014-12-08 | Mark classes as noncopyable | Stephan Bergmann |
2014-12-03 | Fold URE: Windows | Stephan Bergmann |
2014-12-02 | except.cxx: Fix pTypeDescr is unknown in this context error | David Ostrovsky |
2014-12-02 | MSVC 2013: Compute uno bridge exception offset for X64 | David Ostrovsky |
2014-11-28 | Fold URE: Linux ure/share/java/* -> program/classes/ | Stephan Bergmann |
2014-11-28 | Fold URE: Linux ure/lib/* -> program/ | Stephan Bergmann |
2014-11-23 | gcc3_linux_powerpc64 bridges: assert -> static_assert to fix build | Rene Engelhard |
2014-11-23 | aarch63 bridges: add missing #include <osl/mutex.hxx> | Rene Engelhard |
2014-11-21 | bridges: oops some semicolons got lost | Michael Stahl |
2014-11-21 | bridges: oops, static_assert requires 2nd string parameter | Michael Stahl |
2014-11-21 | bridges: forgot to remove some include diagnose.h | Michael Stahl |
2014-11-21 | ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_uno | Michael Stahl |
2014-11-20 | Include <osl/diagnose.h> | Tor Lillqvist |
2014-11-18 | cppu: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-18 | java: fix some raw types warnings | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-17 | Blind fix attempt: include <osl/diagnose.h> | Tor Lillqvist |
2014-11-17 | missing include | Matúš Kukan |
2014-11-17 | bridges: get at least the x86 bridge to build | Michael Stahl |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | bridges, vcl: turns out there is sal/alloca.h; replace #ifdefery | Michael Stahl |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-11-12 | java: last statement in finalize() method should be call to super.finalize() | Noel Grandin |
2014-11-11 | Avoid -fsanitize=signed-integer-overflow | Stephan Bergmann |
2014-11-06 | Revert "use the new OUString::fromUtf8 method" | Stephan Bergmann |
2014-11-06 | use the new OUString::fromUtf8 method | Noel Grandin |
2014-11-05 | markup with event type not checker type | Caolán McNamara |
2014-11-03 | some coverity false positive markup efforts | Caolán McNamara |
2014-11-03 | fix sparc build | Noel Grandin |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini |
2014-10-30 | coverity#704134 silence Resource leak in object | Caolán McNamara |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-16 | java: when overriding finalize(), keep it protected | Noel Grandin |
2014-10-14 | fix use of RuntimeException constructor | Noel Grandin |
2014-10-08 | coverity#706248 Uncaught exception | Caolán McNamara |
2014-10-02 | remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macro | Michael Stahl |
2014-10-02 | remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macro | Michael Stahl |
2014-10-01 | We always build 64-bit OS X code | Tor Lillqvist |
2014-10-01 | We require OS X SDK 10.8 or newer now | Tor Lillqvist |
2014-09-29 | Improve debug output | Stephan Bergmann |
2014-09-29 | Precise, platform-specific Class-Path path for NativeLibraryLoader use | Stephan Bergmann |
2014-09-26 | The unused source_arena arg to alloc/freeExec can just be null | Stephan Bergmann |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-09-24 | Remove o3tl/heap_ptr.hxx, use std::unique_ptr instead | Stephan Bergmann |