Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-02-17 | iOS, readded perl script to generate codesnippets | jan Iversen | 2 | -2805/+34 |
2018-02-15 | iOS, add old snippet script. | jan Iversen | 1 | -0/+114 |
2018-02-15 | iOS, update to original files | jan Iversen | 3 | -3/+16 |
2018-02-15 | iOS, reduce arm64 files to actually needed | jan Iversen | 7 | -725/+1 |
2018-02-14 | iOS, add gcc3 helper for ARM64 | jan Iversen | 3 | -964/+6 |
2018-02-14 | iOS, simulator == MACOSX | jan Iversen | 1 | -37/+27 |
2018-02-14 | iOS, use gcc3 mac code for simulator | jan Iversen | 1 | -0/+5 |
2018-01-31 | bridges: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski | 7 | -16/+0 |
2018-01-25 | Fix typos | Andrea Gelmini | 5 | -6/+6 |
2018-01-23 | More loplugin:cstylecast on Windows | Stephan Bergmann | 2 | -2/+2 |
2018-01-20 | More loplugin:cstylecast on macOS | Stephan Bergmann | 1 | -1/+1 |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann | 1 | -4/+4 |
2018-01-18 | enable c++17 for android again after boost auto_ptr has a workaround | Christian Lohmaier | 2 | -2/+2 |
2018-01-18 | android: use unified headers and llvm-c++ STL (x86) with NDK 16 | Christian Lohmaier | 5 | -16/+55 |
2018-01-16 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2018-01-12 | More loplugin:cstylecast: bridges | Stephan Bergmann | 2 | -2/+2 |
2017-12-21 | new loplugin: convertlong | Noel Grandin | 1 | -1/+1 |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin | 8 | -47/+47 |
2017-12-08 | bridges: [loplugin:includeform] gcc3_linux_intel | Michael Stahl | 6 | -23/+23 |
2017-12-05 | std::unexpected_handler is gone at least from recent libc++ in C++17 mode | Stephan Bergmann | 1 | -1/+1 |
2017-12-04 | new loplugin salcall: remove unnecessary SAL_CALL | Noel Grandin | 3 | -22/+10 |
2017-11-26 | fix includes in aarch64 bridge | David Tardon | 4 | -5/+5 |
2017-11-14 | Fix ASan "alloc-dealloc-mismatch (operator new [] vs operator delete)" | Stephan Bergmann | 1 | -24/+64 |
2017-11-13 | ofz: Direct-leak | Caolán McNamara | 1 | -5/+11 |
2017-11-09 | Clean up m_generatedRttis at exit | Stephan Bergmann | 1 | -16/+24 |