summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-06-18Just call the import library -luno_sal for MinGWTor Lillqvist1-1/+1
2011-06-18Add 2 lacking break instructions in a switchJulien Nabet1-0/+2
2011-06-18add new IDL filesDavid Tardon4-7/+71
2011-06-18return OS/2 support to avoid binary incompatibilityDavid Tardon2-0/+8
This partially reverts commit d7bc3048ee87ca5cb190fe8236b354db9b9ef39e "Remove OS/2 support."
2011-06-18remove executable flag from idl filesDavid Tardon3-0/+0
2011-06-18these entities were publishedDavid Tardon6-6/+6
2011-06-18ause130: #i117218# add forgotten makefileHans-Joachim Lankenau1-0/+34
2011-06-18ause130: #i117218# cleanupHans-Joachim Lankenau1-6/+0
2011-06-18ause130: #i117218# missing pieces...Hans-Joachim Lankenau1-0/+1
2011-06-18ause130: #i117218# fix broken offapi build.lstHans-Joachim Lankenau1-0/+1
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau217-9347/+7755
2011-06-18Use the i prefix for the import library only with MSCTor Lillqvist1-0/+4
2011-06-18Use the i prefix for the import library only with MSCTor Lillqvist1-0/+4
2011-06-18Cross-compilation fixTor Lillqvist1-1/+1
checknewapi.pl can run regview fine on Windows even if the name doesn't include the .exe suffix. So drop the use of EXECPOST and then this will work also in the case of cross-compilation to Windows, where EXECPOST is .exe for HOST, but we aren't running a HOST regview but a BUILD one.
2011-06-18Link correctly with the gnu_getopt library in the MinGW caseTor Lillqvist1-1/+3
2011-06-17Use the i prefix for the import library only with MSCTor Lillqvist1-0/+4
2011-06-17Clean out cruft from systools and especially uwinapiTor Lillqvist72-6157/+1
2011-06-17Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky0-0/+0
2011-06-16silence a javadoc warningNorbert Thiebaud1-1/+1
2011-06-16silence a couple of javadoc warningsNorbert Thiebaud1-2/+2
2011-06-16Do build cppunittester when cross-compiling after allTor Lillqvist1-4/+0
2011-06-16Be less picky with library names to match also the static library built for iOSTor Lillqvist1-1/+1
2011-06-16Be less picky with library names to match also the static library built for iOSTor Lillqvist1-1/+1
2011-06-16Use DESKTOP and NATIVE where appropriateTor Lillqvist10-10/+10
2011-06-16We do need to build this when cross-compiling to DESKTOP platformsTor Lillqvist2-11/+0
2011-06-15Revert "No point building build-time executables for iOS"Tor Lillqvist1-5/+0
Handle this using BUILD_TYPE instead. This reverts commit 47b5eed7121305d375cfc9a6fd1ba21ff1430130.
2011-06-14Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)libreoffice-3.4.1.1Petr Mladek0-0/+0
2011-06-14don't throw an exception on unexpected attributes in XML rdb filesMichael Meeks1-7/+1
2011-06-14catch by const referenceCaolán McNamara7-8/+8
2011-06-14No malloc.h in iOS SDK eitherTor Lillqvist1-1/+1
Why this source file bothers including <malloc.h> at all (on platforms where it exists) I have no idea... This is C++ for chrissake. And the standard C location for the malloc() declaration is <stdlib.h> anyway.
2011-06-14Fix SAL_MATH_FINITE definition for iOSTor Lillqvist1-1/+9
2011-06-14No point building build-time executables for iOSTor Lillqvist1-0/+5
2011-06-14Revert "Bypass DLL prefix and extension stuff on iOS for now"Tor Lillqvist1-2/+0
Not needed now with a normal SAL_DLLEXTENSION defined for iOS. This reverts commit dc915ed7fbbbeef9eefbf5bda07289a9462b6904.
2011-06-14Do define SAL_DLLEXTENSION properly for iOS, tooTor Lillqvist1-1/+7
Do it even if it can never be used successfully in an iOS app anyway, as they are not supposed to load dynamic libraries (except system ones).
2011-06-14Be less picky with library nameTor Lillqvist1-1/+1
2011-06-14Be less picky with library nameTor Lillqvist1-1/+1
2011-06-14Bypass DLL prefix and extension stuff on iOS for nowTor Lillqvist1-0/+2
2011-06-13restore dependencyChristian Lohmaier1-1/+1
2011-06-13get rid of "SHL2TARGETN redefined after use" warning - 2nd tryChristian Lohmaier1-9/+3
this time run git add before commiting to commit the locally tested version, and not some intermediate crap that was added in between
2011-06-13use rm -f to not complain about attempting to remove nonexisting fileChristian Lohmaier1-17/+17
2011-06-13get rid of "SHL2TARGETN redefined after use" warningChristian Lohmaier1-4/+1
2011-06-13createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara1-1/+3
2011-06-13No dynamic module loading on iOSTor Lillqvist1-0/+4
2011-06-13No point building build-time executables for iOSTor Lillqvist2-0/+12
2011-06-13Be less picky with library name, match also libreg.aTor Lillqvist1-1/+1
2011-06-11fix compilation with internal python on MacChristian Lohmaier2-12/+7
2011-06-09INCLUDE_BACKTRACE is on for Intel MacOSXTor Lillqvist1-1/+1
2011-06-09First attempt at Android supportTor Lillqvist9-13/+54
2011-06-09WaE: some simple warningsCaolán McNamara2-4/+7
2011-06-09WaE: on some random compiler or otherCaolán McNamara1-4/+6