Age | Commit message (Expand) | Author |
2014-06-27 | loplugin:unreffun: also warn about redundant redeclarations | Stephan Bergmann |
2014-06-23 | fdo#71000: Fix SOLARIS-INTEL case | Stephan Bergmann |
2014-06-11 | fix build | Caolán McNamara |
2014-06-11 | Fix build on FreeBSD with libc++ | Baptiste Daroussin |
2014-06-10 | Filter out OS not needing -ldl | Baptiste Daroussin |
2014-06-05 | bridges: remove SAL_THROW macro | Noel Grandin |
2014-05-29 | remove more unnecesary OUString constructor use | Noel Grandin |
2014-05-23 | Fix undefined misaligned writes | Stephan Bergmann |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-21 | Work around Clang -fsanitize=address inline asm error | Stephan Bergmann |
2014-05-20 | enhance pass-by-ref plugin to detect large arguments | Noel Grandin |
2014-05-18 | fix some header guards | Thomas Arnhold |
2014-05-15 | Work around Clang -fsanitize=address inline asm error | Stephan Bergmann |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-05-13 | Revert "CID#705982 ensure umask for mkstemp" | Stephan Bergmann |
2014-05-12 | Coverity 441351, 441352: JNI_type_info's real dtor is "destroy" | Stephan Bergmann |
2014-05-11 | coverity#707667 Uninitialized pointer field | Caolán McNamara |
2014-05-07 | Avoid inlining of bridge functions on Solaris / Intel. | Apostolos Syropoulos |
2014-04-30 | Many spelling fixes: directories a* - g*. | Pedro Giffuni |
2014-04-25 | coverity#707667 Uninitialized pointer field | Caolán McNamara |
2014-04-21 | blind fix for hppa bridges | Rene Engelhard |
2014-04-15 | whitespace for include statements | Thomas Arnhold |
2014-04-10 | Clean up function declarations | Stephan Bergmann |
2014-04-08 | Clean up function declarations | Stephan Bergmann |
2014-04-01 | WaE: unused parameter 'nGPR' and 'nFPR' | Tor Lillqvist |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-12 | fdo#68849 Add header guards to bridges/* files. | Jason Gerlowski |
2014-03-11 | "overflow" is one word | Tor Lillqvist |
2014-03-01 | Remove visual noise from bridges | Alexander Wilms |
2014-02-24 | fix "fix gcc inline assembler operands usage" | Rene Engelhard |
2014-02-24 | Restore abandoned lines in bridges/Library_cpp_uno.mk | Douglas Mencken |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-21 | loplugin:implicitboolconversion, loplugin:literaltoboolconversion | Stephan Bergmann |
2014-02-14 | Resolves: #i124086# preserve 16byte stack alignment... | Herbert Dürr |
2014-02-14 | Adapt gcc3_linux_intel to Clang 3.4 | Stephan Bergmann |
2014-02-07 | auto_ptr -> heap_ptr | Stephan Bergmann |
2014-02-06 | fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsService | Alexandre Vicenzi |
2014-02-05 | static assert is enough | Stephan Bergmann |
2014-02-02 | fdo#54938 Convert bridges, editeng and others to cppu::supportsService | Alexandre Vicenzi |
2014-01-31 | Remove UNOIDL "array" and "union" vaporware remnants | Stephan Bergmann |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-10 | Use proper bool operations | Stephan Bergmann |
2014-01-07 | remove unnecessary sal_Unicode casts in OUStringBuffer::append calls | Noel Grandin |
2013-12-27 | cppcheck: fix consecutive break | Julien Nabet |
2013-12-27 | Using pre-cached type_infos provided by the typeid operator seems to work now | Tor Lillqvist |
2013-12-27 | Add .cfi_startproc and endproc markers | Tor Lillqvist |
2013-12-26 | Add static assertion that our Fake_type_info is the same size as the real one | Tor Lillqvist |
2013-12-26 | Need the _LIBCPP_NONUNIQUE_RTTI_BIT here, too | Tor Lillqvist |
2013-12-24 | Minor logging change | Tor Lillqvist |
2013-12-24 | More informative logging in codeSnippet() | Tor Lillqvist |