Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-27 | Remove tgetpwnam.cxx, it is unused. | Francois Tigeot | 2 | -264/+0 | |
2011-06-27 | Export the new loadSharedLibComponentFactory() overload, too | Tor Lillqvist | 1 | -0/+1 | |
2011-06-24 | Use $(DLLTOOL) instead of dlltool | Jesús Corrius | 1 | -1/+1 | |
2011-06-24 | Don't include pyversion.mk | Jesús Corrius | 1 | -0/+2 | |
2011-06-24 | re-work prefix handling and undo cppuhelper ABI change, add unit test | Michael Meeks | 7 | -9/+61 | |
use a separate prefix enabled method instead of changing the ABI of cppuhelper also - lookup the prefix in the dllcomponentloader in case we are called this way also - add a unit test for the prefix change | |||||
2011-06-24 | Allows using prefix information about component | Matus Kukan | 5 | -7/+36 | |
2011-06-24 | Add prefix information about component into registry | Matus Kukan | 1 | -7/+40 | |
2011-06-23 | Adapt texts to new B-spline implementation | Regina Henschel | 1 | -3/+2 | |
2011-06-23 | fix for fdo#37880 | Markus Mohrhard | 3 | -0/+54 | |
we need to save the information if we have a global range name or a local range name in the uno api too | |||||
2011-06-23 | add an OString::equalsL equivalent to OUString::equalsAsciiL | Caolán McNamara | 1 | -0/+24 | |
2011-06-22 | offuh is obsolete | David Tardon | 2 | -427/+0 | |
2011-06-22 | remove duplicate code | David Tardon | 1 | -11/+0 | |
2011-06-21 | add default arguments to make this less painful | Caolán McNamara | 1 | -4/+4 | |
2011-06-21 | stoc depends on registry | Tor Lillqvist | 1 | -1/+1 | |
2011-06-21 | No i prefix for import library with MinGW thanks | Tor Lillqvist | 1 | -0/+4 | |
2011-06-21 | MinGW fixup | Tor Lillqvist | 2 | -0/+5 | |
Don't use any i prefix for import library, and deliver it. | |||||
2011-06-21 | Use the expected import library name for WNTGCC | Tor Lillqvist | 1 | -0/+4 | |
2011-06-21 | It's <windows.h>, not <Windows.h> | Tor Lillqvist | 1 | -1/+1 | |
2011-06-20 | make pthreads osl_setThreadKeyData backend work the same on all OSes | Caolán McNamara | 3 | -13/+43 | |
2011-06-20 | gnumake4: fix buildbreakers from merge | Bjoern Michaelsen | 1 | -1/+0 | |
2011-06-20 | add an extra ctor that takes char str+len | Caolán McNamara | 1 | -0/+19 | |
2011-06-19 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | 4989 | -84246/+25747 | |
Conflicts: xmlreader/prj/d.lst | |||||
2011-06-18 | Drop duplicate | Tor Lillqvist | 1 | -1/+0 | |
2011-06-18 | Just make -lstore work for MinGW as it does for other Unix-style compilers | Tor Lillqvist | 1 | -1/+1 | |
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-18 | Just call the import library -luno_sal for MinGW | Tor Lillqvist | 1 | -1/+1 | |
2011-06-18 | fixing rebase errors | Bjoern Michaelsen | 1 | -0/+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 | gnumake4: #i116959#: kill ↵ | Michael Stahl | 1 | -2/+1 | |
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd] | |||||
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-17 | gnumake4: xmlreader: fix build.lst [hg:ab8134c0d177] | Michael Stahl | 1 | -2/+1 | |
2011-06-17 | CWS gnumake4: convert xmlreader to new build system [hg:751b4a1bff7b] | Mathias Bauer | 11 | -113/+147 | |
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 | |