Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-18 | Just call the import library -luno_sal for MinGW | Tor Lillqvist | 1 | -1/+1 | |
2011-06-18 | Add 2 lacking break instructions in a switch | Julien Nabet | 1 | -0/+2 | |
2011-06-18 | add new IDL files | David Tardon | 4 | -7/+71 | |
2011-06-18 | return OS/2 support to avoid binary incompatibility | David Tardon | 2 | -0/+8 | |
This partially reverts commit d7bc3048ee87ca5cb190fe8236b354db9b9ef39e "Remove OS/2 support." | |||||
2011-06-18 | remove executable flag from idl files | David Tardon | 3 | -0/+0 | |
2011-06-18 | these entities were published | David Tardon | 6 | -6/+6 | |
2011-06-18 | ause130: #i117218# add forgotten makefile | Hans-Joachim Lankenau | 1 | -0/+34 | |
2011-06-18 | ause130: #i117218# cleanup | Hans-Joachim Lankenau | 1 | -6/+0 | |
2011-06-18 | ause130: #i117218# missing pieces... | Hans-Joachim Lankenau | 1 | -0/+1 | |
2011-06-18 | ause130: #i117218# fix broken offapi build.lst | Hans-Joachim Lankenau | 1 | -0/+1 | |
2011-06-18 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | 217 | -9347/+7755 | |
2011-06-18 | Use the i prefix for the import library only with MSC | Tor Lillqvist | 1 | -0/+4 | |
2011-06-18 | Use the i prefix for the import library only with MSC | Tor Lillqvist | 1 | -0/+4 | |
2011-06-18 | Cross-compilation fix | Tor Lillqvist | 1 | -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-18 | Link correctly with the gnu_getopt library in the MinGW case | Tor Lillqvist | 1 | -1/+3 | |
2011-06-17 | Use the i prefix for the import library only with MSC | Tor Lillqvist | 1 | -0/+4 | |
2011-06-17 | Clean out cruft from systools and especially uwinapi | Tor Lillqvist | 72 | -6157/+1 | |
2011-06-17 | Merge remote-tracking branch 'origin/libreoffice-3-4' | Jan Holesovsky | 0 | -0/+0 | |
2011-06-16 | silence a javadoc warning | Norbert Thiebaud | 1 | -1/+1 | |
2011-06-16 | silence a couple of javadoc warnings | Norbert Thiebaud | 1 | -2/+2 | |
2011-06-16 | Do build cppunittester when cross-compiling after all | Tor Lillqvist | 1 | -4/+0 | |
2011-06-16 | Be less picky with library names to match also the static library built for iOS | Tor Lillqvist | 1 | -1/+1 | |
2011-06-16 | Be less picky with library names to match also the static library built for iOS | Tor Lillqvist | 1 | -1/+1 | |
2011-06-16 | Use DESKTOP and NATIVE where appropriate | Tor Lillqvist | 10 | -10/+10 | |
2011-06-16 | We do need to build this when cross-compiling to DESKTOP platforms | Tor Lillqvist | 2 | -11/+0 | |
2011-06-15 | Revert "No point building build-time executables for iOS" | Tor Lillqvist | 1 | -5/+0 | |
Handle this using BUILD_TYPE instead. This reverts commit 47b5eed7121305d375cfc9a6fd1ba21ff1430130. | |||||
2011-06-14 | Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)libreoffice-3.4.1.1 | Petr Mladek | 0 | -0/+0 | |
2011-06-14 | don't throw an exception on unexpected attributes in XML rdb files | Michael Meeks | 1 | -7/+1 | |
2011-06-14 | catch by const reference | Caolán McNamara | 7 | -8/+8 | |
2011-06-14 | No malloc.h in iOS SDK either | Tor Lillqvist | 1 | -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-14 | Fix SAL_MATH_FINITE definition for iOS | Tor Lillqvist | 1 | -1/+9 | |
2011-06-14 | No point building build-time executables for iOS | Tor Lillqvist | 1 | -0/+5 | |
2011-06-14 | Revert "Bypass DLL prefix and extension stuff on iOS for now" | Tor Lillqvist | 1 | -2/+0 | |
Not needed now with a normal SAL_DLLEXTENSION defined for iOS. This reverts commit dc915ed7fbbbeef9eefbf5bda07289a9462b6904. | |||||
2011-06-14 | Do define SAL_DLLEXTENSION properly for iOS, too | Tor Lillqvist | 1 | -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-14 | Be less picky with library name | Tor Lillqvist | 1 | -1/+1 | |
2011-06-14 | Be less picky with library name | Tor Lillqvist | 1 | -1/+1 | |
2011-06-14 | Bypass DLL prefix and extension stuff on iOS for now | Tor Lillqvist | 1 | -0/+2 | |
2011-06-13 | restore dependency | Christian Lohmaier | 1 | -1/+1 | |
2011-06-13 | get rid of "SHL2TARGETN redefined after use" warning - 2nd try | Christian Lohmaier | 1 | -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-13 | use rm -f to not complain about attempting to remove nonexisting file | Christian Lohmaier | 1 | -17/+17 | |
2011-06-13 | get rid of "SHL2TARGETN redefined after use" warning | Christian Lohmaier | 1 | -4/+1 | |
2011-06-13 | createFromAscii -> RTL_CONSTASCII_USTRINGPARAM | Caolán McNamara | 1 | -1/+3 | |
2011-06-13 | No dynamic module loading on iOS | Tor Lillqvist | 1 | -0/+4 | |
2011-06-13 | No point building build-time executables for iOS | Tor Lillqvist | 2 | -0/+12 | |
2011-06-13 | Be less picky with library name, match also libreg.a | Tor Lillqvist | 1 | -1/+1 | |
2011-06-11 | fix compilation with internal python on Mac | Christian Lohmaier | 2 | -12/+7 | |
2011-06-09 | INCLUDE_BACKTRACE is on for Intel MacOSX | Tor Lillqvist | 1 | -1/+1 | |
2011-06-09 | First attempt at Android support | Tor Lillqvist | 9 | -13/+54 | |
2011-06-09 | WaE: some simple warnings | Caolán McNamara | 2 | -4/+7 | |
2011-06-09 | WaE: on some random compiler or other | Caolán McNamara | 1 | -4/+6 | |