summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* use more OUString::operator== in a*..chart2Noel Grandin2017-07-131-1/+1
* Supress unused variable warning in gcc arm bridgebrainbreaker2017-07-121-0/+2
* iOS, first attempt to get bridges compiling.jan Iversen2017-06-271-9/+15
* bridges: fix Linux/arm for the non-Android caseMiklos Vajna2017-06-231-0/+4
* android: Fix bridges/ module for building with Clangbrainbreaker2017-06-233-3/+4
* Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann2017-06-191-0/+20
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-187-8/+0
* Clean up declaration of __cxa_get_globals in linux_arm bridgebrainbreaker2017-06-142-5/+21
* iOS, adding x86_64 to gcc_iosjan Iversen2017-06-131-1/+98
* remove duplicate 'using namespace'Jochen Nitschke2017-05-302-4/+0
* loplugin:comparisonwithconstant in bridgesNoel Grandin2017-05-2311-170/+170
* Revert "Fix typos"Stephan Bergmann2017-05-184-4/+4
* Fix typosAndrea Gelmini2017-05-184-4/+4
* remove empty namespacesJochen Nitschke2017-05-031-3/+0
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* fix shadow warning with latest clangNoel Grandin2017-04-051-4/+2
* loplugin:redundantinline (clang-cl)Stephan Bergmann2017-04-041-3/+3
* Fix typosAndrea Gelmini2017-03-261-1/+1
* loplugin:redundantcastStephan Bergmann2017-03-241-1/+1
* loplugin:redundantcastStephan Bergmann2017-03-231-1/+1
* loplugin:redundantcast find redundant c-style enum castsNoel Grandin2017-03-221-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-032-15/+15
* UNO bridges: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-03-033-32/+2
* Fix typosAndrea Gelmini2017-03-037-7/+7
* Kill bitrot Emscripten experimentKhaled Hosny2017-02-211-2/+0
* ios update to make TiledLibreOffice compile/linkjan Iversen2017-02-162-0/+6
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-1520-55/+55
* Support MSVC 15.0David Ostrovsky2017-02-152-2/+2
* LEAK_STATIC_DATA is always defined for WNTStephan Bergmann2017-02-123-89/+0
* LEAK_STATIC_DATA is only ever defined for WNTStephan Bergmann2017-02-1119-76/+0
* Remove MinGW supportStephan Bergmann2017-02-1025-4003/+3
* loplugin:useuniqueptrStephan Bergmann2017-02-021-4/+4
* loplugin:stringconstantStephan Bergmann2017-02-011-1/+1
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-1/+1
* iOS bridge: Log function names, not string pointersSamuel Mehrbrodt2017-01-131-2/+2
* Fix undefined misaligned writesStephan Bergmann2016-12-161-2/+7
* fix sparc64 bridges buildRene Engelhard2016-11-272-8/+8
* New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann2016-11-232-30/+7
* Don't rely on __builtin_alloca when creating a call stackStephan Bergmann2016-11-071-16/+29
* Drop unnecessary nFPR parameterStephan Bergmann2016-11-073-17/+7
* Drop unused nGPR parameterStephan Bergmann2016-11-073-7/+5
* clang-cl loplugin: bridgesStephan Bergmann2016-10-167-134/+143
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-1529-32/+32
* loplugin:overrideStephan Bergmann2016-09-131-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-2/+2
* SAL_FALLTHROUGHTor Lillqvist2016-08-202-1/+3
* SAL_FALLTHROUGHTor Lillqvist2016-08-102-0/+3
* (initial) sparc64 portJames Clarke2016-08-056-0/+2067
* Revert "hack for now"Caolán McNamara2016-07-195-99/+107
* hack for nowCaolán McNamara2016-07-195-107/+99