summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_ios_arm
AgeCommit message (Expand)Author
2017-09-19iOS, remove support for 32bit (arm).jan Iversen
2017-09-18bridges: [loplugin:stringconstant]Michael Stahl
2017-09-05iOS, update gcc3_ios_arm exception.jan Iversen
2017-06-13iOS, adding x86_64 to gcc_iosjan Iversen
2017-02-16ios update to make TiledLibreOffice compile/linkjan Iversen
2017-02-11LEAK_STATIC_DATA is only ever defined for WNTStephan Bergmann
2017-01-13iOS bridge: Log function names, not string pointersSamuel Mehrbrodt
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-20SAL_FALLTHROUGHTor Lillqvist
2016-08-10SAL_FALLTHROUGHTor Lillqvist
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-02-09Formatting changes across all modulesChris Sherlock
2015-07-04Fix typosAndrea Gelmini
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Use OUString::unacquiredStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-11reduce scope of local variablesMichael Weghorn
2014-12-10Typo: nuber=>numberJulien Nabet
2014-11-21bridges: forgot to remove some include diagnose.hMichael Stahl
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl
2014-11-20Include <osl/diagnose.h>Tor Lillqvist
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist
2014-08-13Clearly we should be moving 64 bit values hereTor Lillqvist
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann
2014-07-08No need for that #else #error, breaks compilation for the simulatorTor Lillqvist
2014-06-05bridges: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-01WaE: unused parameter 'nGPR' and 'nFPR'Tor Lillqvist
2014-03-12fdo#68849 Add header guards to bridges/* files.Jason Gerlowski
2014-03-01Remove visual noise from bridgesAlexander Wilms
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-27cppcheck: fix consecutive breakJulien Nabet
2013-12-27Using pre-cached type_infos provided by the typeid operator seems to work nowTor Lillqvist
2013-12-27Add .cfi_startproc and endproc markersTor Lillqvist
2013-12-26Add static assertion that our Fake_type_info is the same size as the real oneTor Lillqvist
2013-12-26Need the _LIBCPP_NONUNIQUE_RTTI_BIT here, tooTor Lillqvist
2013-12-24Minor logging changeTor Lillqvist
2013-12-24More informative logging in codeSnippet()Tor Lillqvist
2013-12-23More informative loggingTor Lillqvist
2013-12-23Let's try to use basically the same except.cxx for iOS as for OS XTor Lillqvist
2013-12-23Avoid Perl warningsTor Lillqvist
2013-12-22Fix build break for (32-bit) armTor Lillqvist
2013-12-22iOS arm64 C++/UNO bridge WIPTor Lillqvist
2013-12-22Log a bit more information in codeSnippet()Tor Lillqvist
2013-12-21iOS arm64 C++/UNO bridge WIPTor Lillqvist