summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add OSX@PowerPC support to UNO/C++ bridgeDouglas Mencken2013-12-174-0/+1748
* Clean-up uno/lbnames.hStephan Bergmann2013-12-166-5/+2
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-133-23/+3
* Intermediate work in progress commit on the arm64 C++/UNO bridgeTor Lillqvist2013-12-085-20/+1209
* -Werror=unused-parameterStephan Bergmann2013-12-031-1/+1
* Clean up string concatenationStephan Bergmann2013-12-034-133/+77
* Clean up use of OSL debug functionalityStephan Bergmann2013-12-036-279/+209
* Remove long dead workaroundStephan Bergmann2013-12-031-9/+0
* BRIDGES_JNI_UNO_FORCE_BOXED_ANY is undefinedStephan Bergmann2013-12-031-26/+0
* Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann2013-11-271-3/+3
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-193-5/+5
* Add some more commentsTor Lillqvist2013-11-123-1/+19
* fdo#42783: remove CPU variable from environmentMichael Stahl2013-11-072-17/+17
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-1/+1
* gbuild: set Package default target to INSTDIRMichael Stahl2013-10-281-2/+0
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-252-14/+4
* Bin pointless commentTor Lillqvist2013-10-121-1/+1
* WaE: -Wunused-variableThomas Arnhold2013-10-051-2/+2
* Spell "indices" correctlyTor Lillqvist2013-10-0246-644/+644
* No use using auto_ptr here (spares us a -Werror,-Wdeprecated-declarations)Stephan Bergmann2013-10-021-4/+3
* Add dummy arm64 code to just get it to compile for nowTor Lillqvist2013-10-022-2/+19
* Untabify and add mode linesTor Lillqvist2013-10-011-18/+20
* Add dummy code for the ARM64 caseTor Lillqvist2013-10-012-5/+21
* Don't use tabs here eitherTor Lillqvist2013-10-012-29/+33
* Use // consistently for comments in the iOS assembly sourcesTor Lillqvist2013-10-012-156/+155