summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* Filter out OS not needing -ldlBaptiste Daroussin2014-06-101-1/+1
* Work around Clang -fsanitize=address inline asm errorStephan Bergmann2014-05-211-27/+38
* enhance pass-by-ref plugin to detect large argumentsNoel Grandin2014-05-204-4/+4
* fix some header guardsThomas Arnhold2014-05-181-2/+2
* Work around Clang -fsanitize=address inline asm errorStephan Bergmann2014-05-151-27/+38
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1518-39/+39
* Revert "CID#705982 ensure umask for mkstemp"Stephan Bergmann2014-05-131-4/+0
* Coverity 441351, 441352: JNI_type_info's real dtor is "destroy"Stephan Bergmann2014-05-121-0/+6
* coverity#707667 Uninitialized pointer fieldCaolán McNamara2014-05-111-0/+1
* Avoid inlining of bridge functions on Solaris / Intel.Apostolos Syropoulos2014-05-072-13/+2
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-1/+1
* coverity#707667 Uninitialized pointer fieldCaolán McNamara2014-04-251-0/+5
* blind fix for hppa bridgesRene Engelhard2014-04-211-2/+1
* whitespace for include statementsThomas Arnhold2014-04-151-2/+2
* Clean up function declarationsStephan Bergmann2014-04-104-6/+56
* Clean up function declarationsStephan Bergmann2014-04-084-7/+42
* WaE: unused parameter 'nGPR' and 'nFPR'Tor Lillqvist2014-04-011-8/+6
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-2/+2
* fdo#68849 Add header guards to bridges/* files.Jason Gerlowski2014-03-1222-0/+68
* "overflow" is one wordTor Lillqvist2014-03-116-108/+108
* Remove visual noise from bridgesAlexander Wilms2014-03-01102-388/+87
* fix "fix gcc inline assembler operands usage"Rene Engelhard2014-02-241-1/+1
* Restore abandoned lines in bridges/Library_cpp_uno.mkDouglas Mencken2014-02-241-0/+6
* Remove unneccessary commentsAlexander Wilms2014-02-2331-150/+150
* loplugin:implicitboolconversion, loplugin:literaltoboolconversionStephan Bergmann2014-02-211-3/+3
* Resolves: #i124086# preserve 16byte stack alignment...Herbert Dürr2014-02-141-1/+16
* Adapt gcc3_linux_intel to Clang 3.4Stephan Bergmann2014-02-143-24/+42
* auto_ptr -> heap_ptrStephan Bergmann2014-02-074-39/+16
* fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsServiceAlexandre Vicenzi2014-02-061-11/+3
* static assert is enoughStephan Bergmann2014-02-051-45/+34
* fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi2014-02-021-39/+2
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-313-6/+0
* bool improvementsStephan Bergmann2014-01-282-4/+4
* Use proper bool operationsStephan Bergmann2014-01-101-1/+1
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-0725-30/+30
* cppcheck: fix consecutive breakJulien Nabet2013-12-271-1/+0
* Using pre-cached type_infos provided by the typeid operator seems to work nowTor Lillqvist2013-12-271-3/+13
* Add .cfi_startproc and endproc markersTor Lillqvist2013-12-271-0/+2
* Add static assertion that our Fake_type_info is the same size as the real oneTor Lillqvist2013-12-261-0/+3
* Need the _LIBCPP_NONUNIQUE_RTTI_BIT here, tooTor Lillqvist2013-12-261-0/+3
* Minor logging changeTor Lillqvist2013-12-241-2/+4
* More informative logging in codeSnippet()Tor Lillqvist2013-12-241-5/+7
* More informative logging in codeSnippet()Tor Lillqvist2013-12-241-12/+18
* More informative loggingTor Lillqvist2013-12-232-15/+16
* Let's try to use basically the same except.cxx for iOS as for OS XTor Lillqvist2013-12-231-31/+100
* Avoid Perl warningsTor Lillqvist2013-12-231-2/+2
* Fix build break for (32-bit) armTor Lillqvist2013-12-221-3/+6
* iOS arm64 C++/UNO bridge WIPTor Lillqvist2013-12-224-94/+125
* Log a bit more information in codeSnippet()Tor Lillqvist2013-12-221-4/+1
* iOS arm64 C++/UNO bridge WIPTor Lillqvist2013-12-216-272/+193