Age | Commit message (Expand) | Author | Files | Lines |
2019-02-09 | The gcc3_linux_aarch64 bridge needs to call __cxa_current_exception_type, too | Stephan Bergmann | 3 | -4/+6 |
2018-11-16 | loplugin:buriedassign in avmedia..cui | Noel Grandin | 2 | -7/+8 |
2018-11-12 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski | 22 | -286/+59 |
2018-11-02 | fix signatures of deleted copy/assign operators | Noel Grandin | 5 | -14/+14 |
2018-11-01 | gbuild: rename value OS=IOS to OS=iOS | Michael Stahl | 1 | -2/+2 |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann | 1 | -1/+1 |
2018-09-24 | loplugin:external (clang-cl) | Stephan Bergmann | 3 | -6/+39 |
2018-09-24 | Simplify assertion code | Stephan Bergmann | 1 | -13/+8 |
2018-09-18 | loplugin:external (macOS) | Stephan Bergmann | 1 | -1/+1 |
2018-09-18 | Fix for --enable-debug --disable-assert-always-abort | Stephan Bergmann | 1 | -2/+2 |
2018-09-18 | loplugin:useuniqueptr in VtableFactory::createBlock | Noel Grandin | 1 | -7/+6 |
2018-09-17 | New loplugin:external | Stephan Bergmann | 3 | -4/+4 |
2018-09-15 | Re-think cppu::throwException() and the C++/UNO bridge on iOS | Tor Lillqvist | 1 | -0/+4 |
2018-09-05 | loplugin:simplifyconstruct in accessibility..bridges | Noel Grandin | 1 | -2/+1 |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin | 3 | -11/+11 |
2018-08-16 | -Werror,-Wmultichar (clang-cl) | Stephan Bergmann | 2 | -2/+2 |
2018-08-16 | loplugin:reservedid (clang-cl) | Stephan Bergmann | 2 | -6/+6 |
2018-08-09 | Don't use internal __CxxDetectRethrow: it has side effects | Mike Kaganski | 3 | -13/+116 |
2018-08-04 | fix arm build | Caolán McNamara | 2 | -2/+2 |
2018-08-04 | fillUnoException not working on std::rethrow_exception exceptions | Caolán McNamara | 60 | -156/+209 |
2018-08-03 | loplugin:useuniqueptr in bridges | Noel Grandin | 3 | -52/+4 |
2018-07-27 | Related: rhbz#1602589 add comments to coverity annotations | Caolán McNamara | 3 | -6/+6 |
2018-07-23 | Fix typos | Andrea Gelmini | 1 | -3/+3 |
2018-07-09 | Add missing sal/log.hxx headers | Gabor Kelemen | 3 | -0/+3 |
2018-05-15 | loplugin:stringconcat, loplugin:sallogareas (clang-cl) | Stephan Bergmann | 1 | -5/+5 |
2018-05-07 | bridges (win32/64): Log method calls | Samuel Mehrbrodt | 2 | -0/+17 |
2018-04-16 | loplugin:useuniqueptr in bridges | Noel Grandin | 2 | -9/+9 |
2018-04-10 | Adapt remaining cpp_uno bridges to #i114635# | Stephan Bergmann | 18 | -88/+379 |
2018-03-20 | iOS, simplified assembler | jan Iversen | 2 | -34/+17 |
2018-03-17 | iOS, balanced return stack | jan Iversen | 1 | -21/+19 |
2018-03-17 | iOS update unwind abi to v. 26 | jan Iversen | 1 | -7/+9 |
2018-03-16 | iOS, solved call stack problem. | jan Iversen | 2 | -6/+9 |
2018-03-16 | iOS, added description of __cxa_throw | jan Iversen | 1 | -0/+3 |
2018-03-15 | iOS, move assembler constants to C++ | jan Iversen | 2 | -13/+5 |
2018-03-15 | iOS, simplified bridge assembler code. | jan Iversen | 2 | -160/+134 |
2018-03-15 | iOS, solved corrupted stack in cpp -> uno | jan Iversen | 2 | -36/+38 |
2018-03-11 | iOS, calling cpp_vtable_call does not corrupt stack | jan Iversen | 1 | -2/+2 |
2018-03-11 | iOS, moved privateSnippetExecutor from asm to C function. | jan Iversen | 2 | -44/+36 |
2018-03-11 | iOS, removed unneeded #ifdef arm64 | jan Iversen | 1 | -3/+0 |
2018-03-11 | iOS, revert bed135e02bf7db2ef8c29747bbf79f26da71e9ca | jan Iversen | 2 | -3/+1 |
2018-03-11 | iOS, removed perl script in bridges | jan Iversen | 3 | -74/+204 |
2018-03-11 | iOS, typo in function decl. | jan Iversen | 1 | -0/+2 |
2018-03-11 | iOS, activate USE_DOUBLE_MMAP | jan Iversen | 1 | -1/+1 |
2018-03-11 | bridges,iOS removed suport for x86 and arm. | jan Iversen | 2 | -473/+0 |
2018-03-05 | Make LibreOffice buildable on Haiku. | Kacper Kasper | 2 | -2/+3 |
2018-02-21 | iOS, solved problem with -I for asm module | jan Iversen | 1 | -2/+3 |
2018-02-20 | iOS, remove throw definition | jan Iversen | 1 | -6/+0 |
2018-02-19 | Buildsystem changes to recognize Haiku. | Kacper Kasper | 1 | -3/+3 |
2018-02-17 | iOS, add custom include for codesnippets.S | jan Iversen | 1 | -0/+4 |