Age | Commit message (Expand) | Author |
2013-06-04 | Compiling but not working mingw_x86-64 bridges | Fridrich Štrba |
2013-06-04 | Some configury and non-working stubs to start to compiler for Win64 with MinGW | Fridrich Štrba |
2013-05-29 | optimization fix to UNO bridge's callVirtualMethod() for generic x86_64 | Herbert Dürr |
2013-05-28 | Bypass the type_info generation when using libc++ for gcc3_macosx_intel, too | Tor Lillqvist |
2013-05-28 | Bypass dynamic type_info generation for now when using libc++ | Tor Lillqvist |
2013-05-09 | add some documentation links to the assembler needed for the UNO bridges | Herbert Dürr |
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-19 | remove unused component_canUnload functions | Matúš Kukan |
2013-04-15 | fdo#60724 convertable -> convertible | Thomas Arnhold |
2013-04-10 | bridges: remove unused .map file | Matúš Kukan |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-04-07 | Pre-cache type_info for com::sun::star::ucb::InteractiveAugmentedIOException | Tor Lillqvist |
2013-04-03 | Remove Mac OS X for PowerPC support | Tor Lillqvist |
2013-04-02 | Remove RTL_CONSTASCII_(U)STRINGPARAM in bridges | Chr. Rossmanith |
2013-03-27 | -Wunused-macros | Stephan Bergmann |
2013-03-20 | WaE: '__LP64__' is not defined, evaluates to 0 | Tor Lillqvist |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-03-18 | Cleanup bridges module | Peter Foley |
2013-03-09 | fdo#43460: use isEmpty() | Thomas Arnhold |
2013-02-19 | RTL_CONSTASCII_USTRINGPARAM removals | Krisztian Pinter |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac |
2013-01-20 | Another lacking parenthesis | Julien Nabet |
2013-01-19 | iOS C++/UNO bridge fixes | Tor Lillqvist |
2013-01-19 | Use SAL logging instead of printfs | Tor Lillqvist |
2013-01-19 | More snippets, and cosmetics | Tor Lillqvist |
2013-01-19 | Work on the iOS C++/UNO bridge | Tor Lillqvist |
2013-01-10 | Be truthful to the compiler about registers clobbered by asm snippet | Tor Lillqvist |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens |
2012-11-28 | We only support MSVC 2008 (_MSC_VER 1500) or later | Tor Lillqvist |
2012-11-27 | re-factor lifecycle issues in FormattedFieldWrapper. | Michael Meeks |
2012-11-26 | Some ::rtl::OUString -> OUString in bridges | Ricardo Montania |
2012-11-15 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-11-15 | Revert "sb140: #i117295# use rtl::Static" | Michael Meeks |
2012-11-14 | rtl::OUString -> OUString in bridges | Ricardo Montania |
2012-11-09 | Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORT | Tor Lillqvist |
2012-11-09 | Use JNIEXPORT to really export these for Android | Tor Lillqvist |
2012-11-07 | More ::rtl::OUString -> OUString in bridges | Ricardo Montania |
2012-11-07 | ::rtl::OUString -> OUString in bridges | Ricardo Montania |
2012-11-03 | WaE: unused parameter | Tor Lillqvist |
2012-10-22 | dummy_can_throw_anything reportedly needed at least with GCC 4.5.1, too | Stephan Bergmann |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini |
2012-09-27 | Make exceptions work better in the x86-64 MacOSX C++-UNO bridge | Tor Lillqvist |
2012-09-27 | WaE: format specifiers in debug output | Tor Lillqvist |
2012-09-27 | First attempt at C++/UNO bridge for 64-bit OS X | Tor Lillqvist |
2012-09-26 | make gcc-uno bridge work with both gcc-4.7 and clang | Luboš Luňák |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud |
2012-09-24 | Remove java_uno.map unused after gbuildification | Stephan Bergmann |
2012-09-24 | JNIEXPORT -> SAL_DLLPUBLIC_EXPORT after gbuildification | Stephan Bergmann |
2012-09-23 | Revert "add forgotten asm file to build" | David Tardon |