summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/gcc3_macosx_x86-64
Commit message (Expand)AuthorAgeFilesLines
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* loplugin:redundantcastStephan Bergmann2015-04-024-41/+55
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-3/+3
* Use OUString::unacquiredStephan Bergmann2015-03-311-3/+3
* loplugin:cstylecastStephan Bergmann2015-03-294-11/+11
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-1/+0
* loplugin:cstylecast (Mac OS X)Stephan Bergmann2015-01-291-2/+2
* loplugin:cstylecast (MACOSX)Stephan Bergmann2015-01-222-10/+10
* loplugin:cstylecastStephan Bergmann2015-01-211-1/+1
* Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann2015-01-072-4/+2
* Revert "boost::unordered_map->std::unordered_map"Caolán McNamara2015-01-062-2/+4
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-052-4/+2
* No need for USE_DOUBLE_MMAP on OS XTor Lillqvist2015-01-021-1/+2
* bridges: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-161-3/+3
* Typo: nuber=>numberJulien Nabet2014-12-101-1/+1
* ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl2014-11-214-31/+20
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-173-0/+4
* bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl2014-11-171-5/+2
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-292-2/+0
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl2014-10-021-2/+2
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-021-2/+2
* Improve debug outputStephan Bergmann2014-09-291-3/+10
* mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud2014-09-131-28/+2
* Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann2014-08-071-1/+2
* loplugin:unreffunStephan Bergmann2014-07-291-2/+0
* new loplugin: externalandnotdefinedNoel Grandin2014-07-111-0/+2
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-271-2/+0
* bridges: remove SAL_THROW macroNoel Grandin2014-06-052-8/+8
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-232-15/+6
* Work around Clang -fsanitize=address inline asm errorStephan Bergmann2014-05-211-27/+38
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-152-5/+5
* Clean up function declarationsStephan Bergmann2014-04-104-6/+56
* fdo#68849 Add header guards to bridges/* files.Jason Gerlowski2014-03-121-0/+3
* Remove visual noise from bridgesAlexander Wilms2014-03-014-17/+2
* Remove unneccessary commentsAlexander Wilms2014-02-231-4/+4
* loplugin:implicitboolconversion, loplugin:literaltoboolconversionStephan Bergmann2014-02-211-3/+3
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-311-2/+0
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-1/+1
* Spell "indices" correctlyTor Lillqvist2013-10-022-28/+28
* The except.cxx for gcc3_macosx_x86-64 can be the same as for gcc3_macosx_intelTor Lillqvist2013-08-301-103/+91
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-2/+2
* Bypass dynamic type_info generation for now when using libc++Tor Lillqvist2013-05-281-0/+9
* Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith2013-04-022-3/+3
* 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-193-9/+8
* re-base on ALv2 code. Includes:Michael Meeks2012-11-157-169/+125
* Make exceptions work better in the x86-64 MacOSX C++-UNO bridgeTor Lillqvist2012-09-274-102/+157
* First attempt at C++/UNO bridge for 64-bit OS XTor Lillqvist2012-09-279-0/+2179