summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-20make pthreads osl_setThreadKeyData backend work the same on all OSesCaolán McNamara
2011-06-20add an extra ctor that takes char str+lenCaolán McNamara
2011-06-18Drop duplicateTor Lillqvist
2011-06-18Just make -lstore work for MinGW as it does for other Unix-style compilersTor Lillqvist
I don't really see the point in having the UDK_MAJOR in the import library name. We don't do that for any Unix either, just -lstore is used. It isn't as if it would make any sense in keeping a mix of (import) libraries for incompatible versions/builds of the LO (SDK) in the same location anyway. The simpler, the better.
2011-06-18Just call the import library -luno_sal for MinGWTor Lillqvist
2011-06-18Add 2 lacking break instructions in a switchJulien Nabet
2011-06-18add new IDL filesDavid Tardon
2011-06-18return OS/2 support to avoid binary incompatibilityDavid Tardon
This partially reverts commit d7bc3048ee87ca5cb190fe8236b354db9b9ef39e "Remove OS/2 support."
2011-06-18remove executable flag from idl filesDavid Tardon
2011-06-18these entities were publishedDavid Tardon
2011-06-18ause130: #i117218# add forgotten makefileHans-Joachim Lankenau
2011-06-18ause130: #i117218# cleanupHans-Joachim Lankenau
2011-06-18ause130: #i117218# missing pieces...Hans-Joachim Lankenau
2011-06-18ause130: #i117218# fix broken offapi build.lstHans-Joachim Lankenau
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-18Use the i prefix for the import library only with MSCTor Lillqvist
2011-06-18Use the i prefix for the import library only with MSCTor Lillqvist
2011-06-18Cross-compilation fixTor Lillqvist
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 Lillqvist
2011-06-17Use the i prefix for the import library only with MSCTor Lillqvist
2011-06-17Clean out cruft from systools and especially uwinapiTor Lillqvist
2011-06-17Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky
2011-06-16silence a javadoc warningNorbert Thiebaud
2011-06-16silence a couple of javadoc warningsNorbert Thiebaud
2011-06-16Do build cppunittester when cross-compiling after allTor Lillqvist
2011-06-16Be less picky with library names to match also the static library built for iOSTor Lillqvist
2011-06-16Be less picky with library names to match also the static library built for iOSTor Lillqvist
2011-06-16Use DESKTOP and NATIVE where appropriateTor Lillqvist
2011-06-16We do need to build this when cross-compiling to DESKTOP platformsTor Lillqvist
2011-06-15Revert "No point building build-time executables for iOS"Tor Lillqvist
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)Petr Mladek
Notes: split repo tag: ure_libreoffice-3.4.1.1
2011-06-14don't throw an exception on unexpected attributes in XML rdb filesMichael Meeks
2011-06-14catch by const referenceCaolán McNamara
2011-06-14No malloc.h in iOS SDK eitherTor Lillqvist
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 Lillqvist
2011-06-14No point building build-time executables for iOSTor Lillqvist
2011-06-14Revert "Bypass DLL prefix and extension stuff on iOS for now"Tor Lillqvist
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 Lillqvist
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 Lillqvist
2011-06-14Be less picky with library nameTor Lillqvist
2011-06-14Bypass DLL prefix and extension stuff on iOS for nowTor Lillqvist
2011-06-13restore dependencyChristian Lohmaier
2011-06-13get rid of "SHL2TARGETN redefined after use" warning - 2nd tryChristian Lohmaier
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 Lohmaier
2011-06-13get rid of "SHL2TARGETN redefined after use" warningChristian Lohmaier
2011-06-13createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2011-06-13No dynamic module loading on iOSTor Lillqvist
2011-06-13No point building build-time executables for iOSTor Lillqvist
2011-06-13Be less picky with library name, match also libreg.aTor Lillqvist
2011-06-11fix compilation with internal python on MacChristian Lohmaier