Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-15 | Android build fixes | Tor Lillqvist | 2 | -3/+5 | |
2011-07-15 | Include the rest of the active sal cppunit tests for iOS | Tor Lillqvist | 8 | -27/+24 | |
2011-07-14 | Use MSVC options only with MSVC | Tor Lillqvist | 2 | -18/+2 | |
2011-07-13 | unused OUString_to_std_string | Caolán McNamara | 1 | -8/+0 | |
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 | 2 | -3/+25 | |
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 | 25 | -72/+87 | |
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 | Add a statically linked unit tester for iOS | Tor Lillqvist | 2 | -0/+189 | |
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-07 | workaround sal built with _GLIBCXX_DEBUG and cppunit build without it | Caolán McNamara | 1 | -0/+1 | |
2011-07-04 | change O[U]StringBuffer::remove() to take start+len | Luboš Luňák | 1 | -1/+1 | |
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-06-30 | callcatcher: various unused foo | Caolán McNamara | 4 | -494/+0 | |
2011-06-30 | callcatcher: unused code | Caolán McNamara | 4 | -80/+0 | |
2011-06-30 | add StringBuffers ::remove | Caolán McNamara | 1 | -0/+48 | |
2011-06-20 | make pthreads osl_setThreadKeyData backend work the same on all OSes | Caolán McNamara | 1 | -5/+0 | |
2011-06-18 | Add 2 lacking break instructions in a switch | Julien Nabet | 1 | -0/+2 | |
2011-06-14 | catch by const reference | Caolán McNamara | 4 | -5/+5 | |
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 | |
2011-06-06 | Always compare CROSS_COMPILING explicitly to "YES" | Tor Lillqvist | 17 | -17/+17 | |
2011-06-01 | remove const to allow alternative template | Caolán McNamara | 1 | -3/+3 | |
2011-05-31 | Merge commit 'libreoffice-3.4.0.2' | Jan Holesovsky | 1 | -1/+4 | |
Conflicts: sal/osl/unx/diagnose.c | |||||
2011-05-22 | Cannot do unit testing when cross-compiling | Tor Lillqvist | 17 | -2/+67 | |
2011-05-20 | #i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks | sb | 3 | -0/+372 | |
2011-05-11 | Remove the ::osl::Security getHomeDir() check | Francois Tigeot | 1 | -29/+1 | |
It serves no useful purpose and breaks the build under some packaging systems such as pkgsrc. | |||||
2011-05-09 | Fix osl_Security::getHomeDir test under fakeroot | Miklos Vajna | 1 | -1/+4 | |
fakeroot uses LD_PRELOAD to let getuid() return 0, so getpwuid() will not return the correct home directory. If we are under fakeroot, the HOME environment variable can be used to do so. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> | |||||
2011-05-09 | Fix osl_Security::getHomeDir test under fakeroot | Miklos Vajna | 1 | -1/+4 | |
fakeroot uses LD_PRELOAD to let getuid() return 0, so getpwuid() will not return the correct home directory. If we are under fakeroot, the HOME environment variable can be used to do so. | |||||
2011-05-01 | remove Attribute_XXX in favor of osl_File_Attribute_XXX (ure) | Christina Rossmanith | 2 | -28/+28 | |
2011-04-19 | remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure) | Christina Rossmanith | 1 | -55/+55 | |
2011-04-18 | Remove OS/2 support. | Francois Tigeot | 24 | -89/+50 | |
2011-04-14 | Kill Pos_XXX in favour of osl_Pos_XXX | Michael Lefevre | 1 | -7/+7 | |
2011-04-14 | Kill Pos_XXX in favour of osl_Pos_XXX | Michael Lefevre | 1 | -3/+3 | |
2011-04-14 | Kill Pos_XXX in favour of osl_Pos_XXX | Michael Lefevre | 1 | -9/+9 | |
2011-04-12 | remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXX | Michael Lefevre | 1 | -54/+54 | |
2011-04-06 | breaks windows, backout for now | Caolán McNamara | 1 | -1/+0 | |
2011-04-05 | valgrind: fix leak | Caolán McNamara | 1 | -0/+1 | |
2011-04-04 | valgrind: fix mem leak | Caolán McNamara | 1 | -0/+3 | |
2011-04-04 | valgrind: fix mem leak | Caolán McNamara | 1 | -0/+10 | |
2011-04-04 | shouldn't double-acquire | Caolán McNamara | 1 | -3/+3 | |
2011-04-04 | the SAL_ALLOW_LINKOO_SYMLINKS hack breaks this test | Caolán McNamara | 1 | -2/+9 | |
2011-04-04 | helgrind: join threads before reading values | Caolán McNamara | 1 | -3/+3 | |
2011-03-30 | fix uninitialized bits | Caolán McNamara | 1 | -2/+3 | |
2011-03-29 | drop bogus executable flag from [ch]xx/bas/asm files | Francisco Saito | 1 | -0/+0 | |
2011-03-28 | migrate sal subsequenttests to gbuild | Bjoern Michaelsen | 11 | -365/+6 | |