Age | Commit message (Expand) | Author |
2013-08-30 | Make RTTI creation work for libc++ | Stephan Bergmann |
2013-08-19 | Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA | Tor Lillqvist |
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 | compile callvirtualmethod with -fnon-call-exceptions | Caolán McNamara |
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-15 | Don't export a variable called PATH_SEPARATOR | Tor Lillqvist |
2013-05-15 | Spelling "separate" (etc) correctly is hard | Tor Lillqvist |
2013-05-09 | add some documentation links to the assembler needed for the UNO bridges | Herbert Dürr |
2013-05-06 | Java cleanup, convert Hashtable to HashMap | Noel Grandin |
2013-04-26 | Java cleanup, remove unused imports | Noel Grandin |
2013-04-24 | Java cleanup, use generic containers where possible | Noel Grandin |
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-19 | Remove any remaining remnants of unused component_canUnload feature | Stephan Bergmann |
2013-04-19 | remove unused component_canUnload functions | Matúš Kukan |
2013-04-19 | Java cleanup, remove unnecessary casts | Noel Grandin |
2013-04-16 | Related rhbz#867808: More apparently bogus "throw new ..." in C++ code | Stephan Bergmann |
2013-04-15 | bridge_lib_name is $(gb_CPPU_ENV)_uno | Matúš Kukan |
2013-04-15 | fdo#60724 convertable -> convertible | Thomas Arnhold |
2013-04-10 | bridges: remove unused .map file | Matúš Kukan |
2013-04-09 | The OS X x86_64 callvirtualmethod.cxx doesn't work if optimized | Tor Lillqvist |
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-24 | make bridges work with clang on x64 linux | Peter Foley |
2013-03-21 | introduce gb_Module_SKIPTARGETS | Bjoern Michaelsen |
2013-03-21 | Fix typo in previous commit. | Tomas Chvatal |
2013-03-21 | Fix -mno-avx calls by removing weird OS check. | Tomas Chvatal |
2013-03-20 | WaE: '__LP64__' is not defined, evaluates to 0 | Tor Lillqvist |
2013-03-19 | Add the call.s source for the MinGW case | Tor Lillqvist |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold |
2013-03-19 | No -ldl for MinGW either | Tor Lillqvist |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-03-19 | Move the WNTGCC case under the case for CPU=I | Tor Lillqvist |
2013-03-19 | Insert empty lines for clarity | Tor Lillqvist |
2013-03-18 | Cleanup bridges module | Peter Foley |
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks |
2013-03-09 | fdo#43460: use isEmpty() | Thomas Arnhold |
2013-03-04 | sal_Bool to bool | Takeshi Abe |