Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-11 | unused methods | Caolán McNamara | 4 | -76/+0 | |
2011-07-11 | callcatcher: unused methods | Caolán McNamara | 2 | -202/+0 | |
2011-07-11 | Make iOS sal unit testing actually work | Tor Lillqvist | 4 | -4/+28 | |
We must call the initialize() methods of the plugins which for iOS aren't actually plugins in the sense of being dynamically loaded, but still. Unfortunately this means we have to list the plugin interface getter functions explicitly in the sal_cppunittester_all source. | |||||
2011-07-10 | Remove accidentally committed debugging printout | Tor Lillqvist | 1 | -2/+0 | |
2011-07-10 | Do build sal unit tests for iOS, too | Tor Lillqvist | 26 | -73/+92 | |
We can't run them in the normal way, but we build the tests as static archives, which we link into the single sal_cppunittester_all executable. (Work in progress, so far just a part of the tests are linked into it.) There is no makefilery yet to actually construct a complete iOS app bundle (.app directory), so just copy (in this case) the sal_cppunittester_all iOS executable on top of the executbale some dummy iOS app you build in Xcode... works fine, can be debugged that way. | |||||
2011-07-10 | No <sys/statfs.h> for iOS either | Tor Lillqvist | 1 | -1/+1 | |
2011-07-10 | No getVolumeInfo tests for iOS | Tor Lillqvist | 1 | -1/+1 | |
2011-07-10 | iOS is much like MacOSX | Tor Lillqvist | 2 | -3/+5 | |
2011-07-10 | Add a statically linked unit tester for iOS | Tor Lillqvist | 3 | -0/+190 | |
2011-07-10 | aTestSec is not used anywhere | Tor Lillqvist | 1 | -1/+0 | |
2011-07-10 | Don't run cppunittester automatically when cross-compiling | Tor Lillqvist | 1 | -0/+4 | |
2011-07-09 | Build cpputools only for desktop OSes | Tor Lillqvist | 1 | -1/+1 | |
2011-07-09 | sal_main_with_args() is static | Tor Lillqvist | 1 | -2/+2 | |
2011-07-09 | iOS hacking for cppunittester | Tor Lillqvist | 3 | -1/+61 | |
We don't need sal/main.h in salinit.cxx as far as I can see. Add stuff to sal/main.h so that we can link an iOS executable that actually will run, and hack the makefile so that cppunittester builds successfully. Of course, a cppunittester executable built here won't be usable for anything interesting as we don't build any dynamic libraries of LibreOffice code for iOS, so there is nothing to pass on the command line to load. But hey, baby steps, experimentation, doing work in the public, commit often, etc... | |||||
2011-07-08 | fix for fdo 37880 | Markus Mohrhard | 2 | -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 Signed-off-by: Kohei Yoshida <kyoshida@novell.com> | |||||
2011-07-07 | workaround sal built with _GLIBCXX_DEBUG and cppunit build without it | Caolán McNamara | 1 | -0/+1 | |
2011-07-04 | fix indent | Caolán McNamara | 1 | -1/+1 | |
2011-07-04 | change O[U]StringBuffer::remove() to take start+len | Luboš Luňák | 7 | -62/+34 | |
In order to be consistent with other usage in LO and C++ libs, instead of being consistent with Java. | |||||
2011-07-03 | callcatcher: secondfunc unused | Caolán McNamara | 1 | -4/+0 | |
2011-07-03 | callcatcher: unused code | Caolán McNamara | 2 | -21/+0 | |
2011-07-03 | callcatcher: unused getExtraInputFile | Caolán McNamara | 2 | -13/+0 | |
2011-07-01 | fix last commit | Luboš Luňák | 1 | -0/+1 | |
2011-07-01 | XLSX formula import improvement. Recommit. | Muthu Subramanian | 2 | -0/+72 | |
2011-07-01 | missing else, *cough* | Caolán McNamara | 1 | -0/+1 | |
2011-06-30 | extend CppUnit::Protector for context-less protection | Caolán McNamara | 2 | -8/+26 | |
2011-06-30 | rearrange the cppunittester to allow makeFixture time exceptions catchable | Caolán McNamara | 1 | -34/+66 | |
2011-06-30 | callcatcher: various unused foo | Caolán McNamara | 4 | -494/+0 | |
2011-06-30 | callcatcher: unused writeU1 | Caolán McNamara | 1 | -5/+0 | |
2011-06-30 | callcatcher: unused code | Caolán McNamara | 4 | -80/+0 | |
2011-06-30 | add StringBuffers ::remove | Caolán McNamara | 8 | -7/+212 | |
2011-06-29 | Revert patch to change .idl | Muthu Subramanian | 1 | -22/+0 | |
2011-06-29 | Just use the same style library name for jvmaccess for MinGW as for Unix | Tor Lillqvist | 1 | -1/+1 | |
2011-06-29 | Improved xlsx formula import. | Muthu Subramanian | 1 | -0/+22 | |
Now uses the values present in the import document rather than calculating the formula. This speeds up document loading. TODO: Extend this to string results as well. | |||||
2011-06-28 | 16-bit Windows is no more | Francois Tigeot | 1 | -2/+0 | |
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. |