summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2011-06-09WaE: some simple warningsCaolán McNamara2-4/+7
2011-06-09WaE: on some random compiler or otherCaolán McNamara1-4/+6
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist20-21/+21
2011-06-05__cdecl -> SAL_CALLChristina Rossmanith1-5/+1
2011-06-05Simplified #define OSL_FILE_TRACEChristina Rossmanith1-2/+4
2011-06-05Simplified if ((FileBase::E_None != rc) && (FileBase::E_INVAL == rc))Christina Rossmanith1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-36/+36
2011-06-02removed unused macroTakeshi Abe1-4/+0
2011-06-01remove const to allow alternative templateCaolán McNamara1-3/+3
2011-06-01drop const for alternative templateCaolán McNamara1-2/+2
2011-06-01add a StaticWithArg to make its use easierCaolán McNamara1-0/+118
2011-05-31fdo#32263Takeshi Abe1-2/+21
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2-2/+5
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ureJan Holesovsky7-11/+30
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky7-49/+43
2011-05-25fix flaggs typoCaolán McNamara1-2/+2
2011-05-25Don't fork() on iOS, use a new NO_CHILD_PROCESSES flag for thatTor Lillqvist2-2/+5
2011-05-25Define NO_DL_FUNCTIONS on iOSTor Lillqvist1-0/+4
2011-05-25Compilation fix for iOSTor Lillqvist1-5/+5
2011-05-25Fix compilation errors when NO_DL_FUNCTIONS is definedTor Lillqvist1-0/+6
2011-05-25Use the dummy floppy API implementations on iOS, tooTor Lillqvist1-6/+6
2011-05-25Compilation fix for iOSTor Lillqvist1-0/+6
2011-05-24Add iOSTor Lillqvist1-1/+32
2011-05-24Use isfinite() on iOSTor Lillqvist1-0/+2
2011-05-23Use 'i' prefix for import library only with MSVCfeature/calc-multiline-inputTor Lillqvist1-2/+3
2011-05-23No need to build a static sal archiveTor Lillqvist1-9/+0
2011-05-23No need to build import library separately hereTor Lillqvist1-7/+0
2011-05-23Remove useless cruftTor Lillqvist9-1201/+0
2011-05-22Cannot do unit testing when cross-compilingTor Lillqvist18-2/+71
2011-05-22Get rid of gen_makefile, always use the clever way to generate rtlbootstrap.mkTor Lillqvist2-64/+2
2011-05-22Drop the doublequotesTor Lillqvist1-1/+1
2011-05-22MinGW cross-compilation fixesTor Lillqvist4-18/+9
2011-05-22Generate rtlbootstrap.mk in a more clever fashion when cross-compilingTor Lillqvist1-0/+10
2011-05-22Do build typesconfig also for Windows, but don't do anything there when using...Tor Lillqvist2-1/+7
2011-05-22Fix compilation errors with recet mingw-w64Tor Lillqvist4-6/+12
2011-05-20fix this to be the same as original implementationCaolán McNamara1-0/+4
2011-05-20#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leakssb7-134/+456
2011-05-18Do not include quota.hFrancois Tigeot1-6/+0
2011-05-18Do not include #include <ufs/ufs/quota.h> on NetBSD.Thomas Klausner1-0/+2
2011-05-16make this more robustDavid Tardon1-10/+27
2011-05-16Always link with WS2_32LIB, not WSOCK32LIBTor Lillqvist1-1/+1
2011-05-15fix typoTakeshi Abe1-1/+1
2011-05-14Add missing newline at endTor Lillqvist1-1/+1
2011-05-14Add defines for iOSTor Lillqvist4-5/+39
2011-05-14When cross-compiling, use what configure script figured outTor Lillqvist1-0/+24
2011-05-11Remove the ::osl::Security getHomeDir() checkFrancois Tigeot1-29/+1
2011-05-11Remove an implementation of getpwnam_r for old versions of NetBSD.Francois Tigeot1-154/+0
2011-05-09Fix osl_Security::getHomeDir test under fakerootMiklos Vajna1-1/+4
2011-05-09Fix osl_Security::getHomeDir test under fakerootMiklos Vajna1-1/+4
2011-05-03Properly advance the data / buffer pointer.Julien Chaffraix1-2/+8