Age | Commit message (Expand) | Author |
2015-02-24 | Fix MI RTTI (as needed by -fsanitize=vptr) | Stephan Bergmann |
2015-02-19 | Adapt gcc3_solaris_intel bridge to GCC 4.7 | Gabriele Bulfon |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-05 | convert all remaining BOOST_STATIC_ASSERT to static_assert | Caolán McNamara |
2015-02-02 | add back typedef (regression from fe480d8136b204c8dc6c68916cce7e816f8b9c48) | Andras Timar |
2015-01-29 | Extract loplugin:redundantcast from loplugin:cstylecast | Stephan Bergmann |
2015-01-29 | loplugin:cstylecast (Mac OS X) | Stephan Bergmann |
2015-01-29 | rhbz#1186897: bridges: oops, fix s390 bridge build | Michael Stahl |
2015-01-28 | fix enable-assert-always-abort build | Caolán McNamara |
2015-01-28 | Some more loplugin:cstylecast clean-up | Stephan Bergmann |
2015-01-28 | remove unused typedefs | Noel Grandin |
2015-01-22 | loplugin:cstylecast (MACOSX) | Stephan Bergmann |
2015-01-21 | loplugin:cstylecast | Stephan Bergmann |
2015-01-20 | Some more loplugin:cstylecast: bridges | Stephan Bergmann |
2015-01-16 | fdo#72755: Only use double mmap as fallback | Stephan Bergmann |
2015-01-08 | loplugin:cstylecast,stringconstant | Stephan Bergmann |
2015-01-07 | loplugin:cstylecast: bridges | Stephan Bergmann |
2015-01-07 | Revert "Revert "boost::unordered_map->std::unordered_map"" | Stephan Bergmann |
2015-01-06 | Revert "boost::unordered_map->std::unordered_map" | Caolán McNamara |
2015-01-05 | Fix build error with libstdc++ 4.7 and Clang | Tor Lillqvist |
2015-01-05 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2015-01-02 | No need for USE_DOUBLE_MMAP on OS X | Tor Lillqvist |
2014-12-25 | Uno bridge msvc-x86_64: Fix EH memory and addressing issues | Mark Williams |
2014-12-18 | bridges: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-16 | bridges: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-15 | add link to mkstemp coverity warning wrt threading fiasco | Caolán McNamara |
2014-12-11 | Fix JNI calls to AsynchronousFinalizer | Stephan Bergmann |
2014-12-11 | Store JNI_info in JniUnoEnvironmentData instead of Bridge | Stephan Bergmann |
2014-12-11 | better documentation | Stephan Bergmann |
2014-12-11 | Move JniUnoEnvironmentData into its own include file | Stephan Bergmann |
2014-12-11 | Rename Context -> JniUnoEnvironmentData | Stephan Bergmann |
2014-12-11 | bridges: fix gcc3_linux_arm build | Miklos Vajna |
2014-12-11 | reduce scope of local variables | Michael Weghorn |
2014-12-10 | Typo: nuber=>number | Julien Nabet |
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-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-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 |