Age | Commit message (Expand) | Author | Files | Lines |
2020-05-18 | Silence -Werror,-Wuninitialized | Stephan Bergmann | 1 | -0/+1 |
2020-05-18 | tdf#128671: Rely on unwind.h, declare what's missing from cxxabi.h | Stephan Bergmann | 3 | -36/+92 |
2020-05-18 | bridges arm64: Use [[falltrough]]. | Jan Holesovsky | 3 | -9/+9 |
2020-05-18 | android: Avoid throwing exceptions through the bridges. | Jan Holesovsky | 1 | -0/+4 |
2020-04-16 | Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabi | Stephan Bergmann | 2 | -1/+46 |
2019-11-06 | loplugin:indentation find broken if statements | Noel Grandin | 1 | -1/+1 |
2019-11-05 | typeinfo fix for x86 | Tomoyuki Kubota | 1 | -1/+1 |
2019-10-17 | Remove some memset calls | Mike Kaganski | 2 | -2/+1 |
2019-10-16 | loplugin:bufferadd loosen some constraints | Noel Grandin | 1 | -10/+2 |
2019-10-12 | aarch64 callVirtualFunction needs to be compiled w/o -fstack-clash-protection | Stephan Bergmann | 1 | -1/+6 |
2019-10-04 | always use gb_LinkTarget__get_cxxflags for cxxobjects | Luboš Luňák | 1 | -11/+8 |
2019-09-24 | latest update of Visual Studio complains about typeinfo.h | Tomoyuki Kubota | 1 | -1/+1 |
2019-09-23 | android: add support for 64bit build | Christian Lohmaier | 2 | -1/+11 |
2019-09-19 | improve and enable loplugin:fragiledestructor | Noel Grandin | 1 | -1/+1 |
2019-09-05 | loplugin:useuniqueptr in VtableFactory | Noel Grandin | 3 | -14/+11 |
2019-08-21 | loplugin:constvars, look for loop vars that can be const | Noel Grandin | 1 | -1/+1 |
2019-08-18 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2019-08-08 | android: support NDK 19 and above (20 as of this commit) | Christian Lohmaier | 1 | -2/+2 |
2019-05-31 | Replace 0 in nullptr | Juergen Funk | 2 | -3/+3 |
2019-05-10 | an uno -> a uno | Caolán McNamara | 1 | -1/+1 |
2019-05-05 | Fix remaining uses of gb_SYMBOL | Stephan Bergmann | 1 | -1/+1 |
2019-04-19 | optimise find/insert pattern | Noel Grandin | 1 | -2/+3 |
2019-04-13 | use more std::make_unique | Noel Grandin | 1 | -1/+1 |
2019-04-03 | Revert "add more append methods to *StringBuffer" | Noel Grandin | 2 | -4/+4 |
2019-04-03 | add more append methods to *StringBuffer | Noel Grandin | 2 | -4/+4 |
2019-03-27 | loplugin:typedefparam (clang-cl) | Stephan Bergmann | 1 | -1/+1 |
2019-03-16 | Simplify containers iterations in basctl, basegfx, basic, bridges | Arkadiy Illarionov | 2 | -10/+8 |
2019-02-22 | tdf#112689: Replace changed O(U)StringBuffer::append() with operator+ | Omer Fatih Celik | 1 | -9/+6 |
2019-02-21 | loplugin:indentation (macOS) | Stephan Bergmann | 1 | -2/+2 |
2019-02-19 | tdf#112689:Replace chained O(U)StringBuffer::append() with operator+ | Salih Sariyar | 1 | -9/+5 |
2019-02-11 | Revert "tdf#112689: Replace changed O(U)StringBuffer::append() with operator+" | Tor Lillqvist | 1 | -6/+9 |
2019-02-11 | tdf#112689: Replace changed O(U)StringBuffer::append() with operator+ | Omer Fatih Celik | 1 | -9/+6 |
2019-02-08 | The gcc3_linux_aarch64 bridge needs to call __cxa_current_exception_type, too | Stephan Bergmann | 3 | -4/+6 |
2019-02-08 | loplugin:indentation in basctl..bridges | Noel Grandin | 1 | -4/+4 |
2019-01-30 | loplugin:redundantinline (clang-cl) | Stephan Bergmann | 2 | -3/+3 |
2019-01-16 | o3tl::make_unique -> std::make_unique in basctl...bridges | Gabor Kelemen | 1 | -2/+1 |
2018-12-20 | Fix typo | Andrea Gelmini | 1 | -2/+2 |
2018-12-13 | Add missing "!" | Stephan Bergmann | 1 | -1/+1 |
2018-12-13 | Fix getRTTI for Android x86 | Stephan Bergmann | 2 | -8/+37 |
2018-12-13 | Adapt gcc3_linux_arm __cxa_exception to NDK 18 libc++abi | Stephan Bergmann | 1 | -0/+9 |
2018-12-13 | Export RTTI symbols from liblo-native-code.so, for binary UNO bridge | Stephan Bergmann | 1 | -3/+0 |
2018-12-13 | Use declarations from cxxabi.h where available | Stephan Bergmann | 1 | -0/+4 |
2018-12-11 | -Werror,-Wunused-variable | Stephan Bergmann | 1 | -0/+2 |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann | 14 | -16/+16 |
2018-12-05 | loplugin:unnecessaryparen | Stephan Bergmann | 1 | -1/+1 |
2018-12-05 | loplugin:unnecessaryparen include more assignments | Noel Grandin | 1 | -2/+2 |
2018-12-03 | sync std::unexpected_handler across bridges | Caolán McNamara | 16 | -16/+16 |
2018-12-03 | ofz#11611 build failure with std::unexpected_handler | Caolán McNamara | 1 | -1/+1 |
2018-11-28 | Bin some unused declarations | Tor Lillqvist | 1 | -55/+0 |
2018-11-28 | Do like effe6b3d84302afce3d5095e4f376e7e3bf669e0 for iOS, too | Tor Lillqvist | 1 | -1/+1 |