Age | Commit message (Expand) | Author |
2013-12-03 | Clean up string concatenation | Stephan Bergmann |
2013-12-03 | Clean up use of OSL debug functionality | Stephan Bergmann |
2013-12-03 | Remove long dead workaround | Stephan Bergmann |
2013-12-03 | BRIDGES_JNI_UNO_FORCE_BOXED_ANY is undefined | Stephan Bergmann |
2013-11-27 | Unwind occurrences of deprecated sal_sChar, sal_uChar | Stephan Bergmann |
2013-11-12 | Add some more comments | Tor Lillqvist |
2013-10-05 | WaE: -Wunused-variable | Thomas Arnhold |
2013-10-02 | Spell "indices" correctly | Tor Lillqvist |
2013-10-02 | No use using auto_ptr here (spares us a -Werror,-Wdeprecated-declarations) | Stephan Bergmann |
2013-10-02 | Add dummy arm64 code to just get it to compile for now | Tor Lillqvist |
2013-10-01 | Untabify and add mode lines | Tor Lillqvist |
2013-10-01 | Add dummy code for the ARM64 case | Tor Lillqvist |
2013-10-01 | Don't use tabs here either | Tor Lillqvist |
2013-10-01 | Use // consistently for comments in the iOS assembly sources | Tor Lillqvist |
2013-09-12 | CID#705982 ensure umask for mkstemp | Caolán McNamara |
2013-09-11 | Improve debug output | Stephan Bergmann |
2013-09-07 | s/wiki.services.openoffice.org/wiki.openoffice.org/g | Andras Timar |
2013-08-30 | The except.cxx for gcc3_macosx_x86-64 can be the same as for gcc3_macosx_intel | Tor Lillqvist |
2013-08-30 | Make RTTI creation work for libc++ | Stephan Bergmann |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |
2013-06-22 | fix debug build on s390x | David Tardon |
2013-06-20 | ...and similarly for __cxa_allocate_exception and __cxa_throw | Stephan Bergmann |
2013-06-20 | Clean up declaration of __cxa_get_globals | Stephan Bergmann |
2013-06-16 | fix debug build on s390 | root |
2013-06-08 | the header file new.h is obsolete on our platforms | Herbert Dürr |
2013-06-05 | fix gcc inline assembler operands usage | Luboš Luňák |
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 |