summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2017-09-22iOS, make simulator config copy of macosx.jan Iversen16-1073/+4945
2017-09-22iOS, updated helper.s to do 64 bitjan Iversen1-24/+1
2017-09-21iOS, change bridges to 64bit and reducejan Iversen7-1660/+1055
2017-09-19iOS, remove support for 32bit (arm).jan Iversen17-1284/+11
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski2-0/+6
2017-09-18bridges: [loplugin:stringconstant]Michael Stahl21-21/+21
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski2-0/+2
2017-09-07Fix typosAndrea Gelmini2-2/+2
2017-09-05iOS, update gcc3_ios_arm exception.jan Iversen1-71/+97
2017-08-28Replace use of oslInterlockedCount with std::atomic in bridgesStephan Bergmann9-24/+37
2017-08-19Removed ignored includesAndrea Gelmini1-49/+0
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin1-1/+1
2017-07-12Supress unused variable warning in gcc arm bridgebrainbreaker1-0/+2
2017-06-27iOS, first attempt to get bridges compiling.jan Iversen1-9/+15
2017-06-23bridges: fix Linux/arm for the non-Android caseMiklos Vajna1-0/+4
2017-06-23android: Fix bridges/ module for building with Clangbrainbreaker3-3/+4
2017-06-19Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann1-0/+20
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke7-8/+0
2017-06-14Clean up declaration of __cxa_get_globals in linux_arm bridgebrainbreaker2-5/+21
2017-06-13iOS, adding x86_64 to gcc_iosjan Iversen1-1/+98
2017-05-30remove duplicate 'using namespace'Jochen Nitschke2-4/+0
2017-05-23loplugin:comparisonwithconstant in bridgesNoel Grandin11-170/+170
2017-05-18Revert "Fix typos"Stephan Bergmann4-4/+4
2017-05-18Fix typosAndrea Gelmini4-4/+4
2017-05-03remove empty namespacesJochen Nitschke1-3/+0
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-04-05fix shadow warning with latest clangNoel Grandin1-4/+2
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann1-3/+3
2017-03-26Fix typosAndrea Gelmini1-1/+1
2017-03-24loplugin:redundantcastStephan Bergmann1-1/+1
2017-03-23loplugin:redundantcastStephan Bergmann1-1/+1
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann2-15/+15
2017-03-03UNO bridges: Remove MSVC 2013 legacy codeDavid Ostrovsky3-32/+2
2017-03-03Fix typosAndrea Gelmini7-7/+7
2017-02-21Kill bitrot Emscripten experimentKhaled Hosny1-2/+0
2017-02-16ios update to make TiledLibreOffice compile/linkjan Iversen2-0/+6
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist20-55/+55
2017-02-15Support MSVC 15.0David Ostrovsky2-2/+2
2017-02-12LEAK_STATIC_DATA is always defined for WNTStephan Bergmann3-89/+0
2017-02-11LEAK_STATIC_DATA is only ever defined for WNTStephan Bergmann19-76/+0
2017-02-10Remove MinGW supportStephan Bergmann25-4003/+3
2017-02-02loplugin:useuniqueptrStephan Bergmann1-4/+4
2017-02-01loplugin:stringconstantStephan Bergmann1-1/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-13iOS bridge: Log function names, not string pointersSamuel Mehrbrodt1-2/+2
2016-12-16Fix undefined misaligned writesStephan Bergmann1-2/+7
2016-11-27fix sparc64 bridges buildRene Engelhard2-8/+8
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann2-30/+7