summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl160-76219/+0
2011-08-02make sure we get the right interim objCaolán McNamara1-1/+17
2011-07-21use SAL_WARN_UNUSED_RESULTCaolán McNamara1-2/+2
2011-07-15Android build fixesTor Lillqvist2-3/+5
2011-07-15Include the rest of the active sal cppunit tests for iOSTor Lillqvist8-27/+24
2011-07-14Use MSVC options only with MSVCTor Lillqvist2-18/+2
2011-07-13unused OUString_to_std_stringCaolán McNamara1-8/+0
2011-07-11unused methodsCaolán McNamara4-76/+0
2011-07-11callcatcher: unused methodsCaolán McNamara2-202/+0
2011-07-11Make iOS sal unit testing actually workTor Lillqvist2-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-10Remove accidentally committed debugging printoutTor Lillqvist1-2/+0
2011-07-10Do build sal unit tests for iOS, tooTor Lillqvist25-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-10No <sys/statfs.h> for iOS eitherTor Lillqvist1-1/+1
2011-07-10No getVolumeInfo tests for iOSTor Lillqvist1-1/+1
2011-07-10Add a statically linked unit tester for iOSTor Lillqvist2-0/+189
2011-07-10aTestSec is not used anywhereTor Lillqvist1-1/+0
2011-07-10Don't run cppunittester automatically when cross-compilingTor Lillqvist1-0/+4
2011-07-07workaround sal built with _GLIBCXX_DEBUG and cppunit build without itCaolán McNamara1-0/+1
2011-07-04change O[U]StringBuffer::remove() to take start+lenLuboš Luňák1-1/+1
In order to be consistent with other usage in LO and C++ libs, instead of being consistent with Java.
2011-07-03callcatcher: secondfunc unusedCaolán McNamara1-4/+0
2011-06-30callcatcher: various unused fooCaolán McNamara4-494/+0
2011-06-30callcatcher: unused codeCaolán McNamara4-80/+0
2011-06-30add StringBuffers ::removeCaolán McNamara1-0/+48
2011-06-20make pthreads osl_setThreadKeyData backend work the same on all OSesCaolán McNamara1-5/+0
2011-06-18Add 2 lacking break instructions in a switchJulien Nabet1-0/+2
2011-06-14catch by const referenceCaolán McNamara4-5/+5
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 Lillqvist17-17/+17
2011-06-01remove const to allow alternative templateCaolán McNamara1-3/+3
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-1/+4
Conflicts: sal/osl/unx/diagnose.c
2011-05-22Cannot do unit testing when cross-compilingTor Lillqvist17-2/+67
2011-05-20#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leakssb3-0/+372
2011-05-11Remove the ::osl::Security getHomeDir() checkFrancois Tigeot1-29/+1
It serves no useful purpose and breaks the build under some packaging systems such as pkgsrc.
2011-05-09Fix osl_Security::getHomeDir test under fakerootMiklos Vajna1-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-09Fix osl_Security::getHomeDir test under fakerootMiklos Vajna1-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-01remove Attribute_XXX in favor of osl_File_Attribute_XXX (ure)Christina Rossmanith2-28/+28
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure)Christina Rossmanith1-55/+55
2011-04-18Remove OS/2 support.Francois Tigeot24-89/+50
2011-04-14Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre1-7/+7
2011-04-14Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre1-3/+3
2011-04-14Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre1-9/+9
2011-04-12remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXXMichael Lefevre1-54/+54
2011-04-06breaks windows, backout for nowCaolán McNamara1-1/+0
2011-04-05valgrind: fix leakCaolán McNamara1-0/+1
2011-04-04valgrind: fix mem leakCaolán McNamara1-0/+3
2011-04-04valgrind: fix mem leakCaolán McNamara1-0/+10
2011-04-04shouldn't double-acquireCaolán McNamara1-3/+3
2011-04-04the SAL_ALLOW_LINKOO_SYMLINKS hack breaks this testCaolán McNamara1-2/+9
2011-04-04helgrind: join threads before reading valuesCaolán McNamara1-3/+3