summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin2020-01-141-2/+2
* loplugin:indentation in basctl..bridgesNoel Grandin2019-02-081-4/+4
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-1/+1
* loplugin:buriedassign in avmedia..cuiNoel Grandin2018-11-161-6/+6
* Simplify assertion codeStephan Bergmann2018-09-241-13/+8
* Fix for --enable-debug --disable-assert-always-abortStephan Bergmann2018-09-181-2/+2
* fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara2018-08-041-3/+1
* loplugin:includeform: bridgesStephan Bergmann2017-10-231-4/+4
* Fix typosAndrea Gelmini2017-03-031-1/+1
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-1/+1
* New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann2016-11-231-15/+4
* Revert "hack for now"Caolán McNamara2016-07-191-9/+1
* hack for nowCaolán McNamara2016-07-191-1/+9
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-271-4/+4
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* Use config_cxxabi.h to check for __cxa_eh_globals, __cxa_exceptionStephan Bergmann2016-02-261-9/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-15/+15
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-2/+2
* Turn macros into functionsStephan Bergmann2015-03-301-31/+45
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-4/+4
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-281-1/+1
* Some more loplugin:cstylecast: bridgesStephan Bergmann2015-01-201-8/+8
* ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl2014-11-211-4/+3
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl2014-11-171-5/+2
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* Drop unnecessary nFPR parameterStephan Bergmann2014-07-071-2/+1
* Drop unused nGPR parameterStephan Bergmann2014-07-071-1/+1
* Fix build on FreeBSD with libc++Baptiste Daroussin2014-06-111-0/+7
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-6/+2
* Remove visual noise from bridgesAlexander Wilms2014-03-011-2/+0
* Spell "indices" correctlyTor Lillqvist2013-10-021-14/+14
* Clean up declaration of __cxa_get_globalsStephan Bergmann2013-06-201-2/+5
* Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith2013-04-021-2/+2
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-3/+2
* re-base on ALv2 code. Includes:Michael Meeks2012-11-151-23/+14
* Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.hStephan Bergmann2012-03-301-1/+1
* alloca(3) needs stdlib.h on *BSD because there is no alloca.hRobert Nagy2012-03-291-0/+4
* Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7Stephan Bergmann2012-03-291-153/+3
* catch by constant referenceTakeshi Abe2011-11-301-2/+2
* remove include of pch header in bridgeNorbert Thiebaud2011-11-271-2/+0
* Adapted numbering of reordered asm parameters.Stephan Bergmann2011-10-191-8/+8
* Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann2011-10-181-3/+2
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-081-8/+42
|\
| * sb123: #i114635# handle non-UNO exceptions in C++ UNO bridge, for unxlngx6, r...sb2010-09-211-7/+42
* | Replace all occured, occurance etc.Takeshi Abe2010-12-061-1/+1
* | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-141-0/+3
|/