summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2011-03-01avoid implicit castCaolán McNamara3-17/+17
2011-02-28lp#726529 and #i117017#: clarified origin of assembler codeEric Bachard1-0/+3
2011-02-28lp#726529: arm optimizations for ARM 6/7 and gcc < 4.6Bjoern Michaelsen2-0/+100
2011-02-27Handle DragonFly like the other BSDs in more cases.Francois Tigeot4-3/+5
2011-02-27Consolidate three #if defined tests in a single one.Francois Tigeot1-4/+0
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold1-1/+1
2011-02-25shortly describe diagnostic macrosDavid Tardon1-0/+44
2011-02-25define OSL_FAIL as replacement for DBG_ERRORDavid Tardon1-0/+1
2011-02-25use _OSL_ENSURE to define OSL_ASSERTDavid Tardon1-9/+1
2011-02-24order of environ undefined after putenvCaolán McNamara1-0/+14
2011-02-24config dir can vary dramatically, just test for existanceCaolán McNamara1-6/+2
2011-02-24WaE: logically last test always passesCaolán McNamara1-2/+1
2011-02-24add some debug code to help find failuresCaolán McNamara1-0/+19
2011-02-23Fix MacOS X build issue.Joseph Powers1-0/+4
2011-02-23Likely workaround for busted environ on MacOSXCaolán McNamara2-3/+18
2011-02-23remove dead jobfile.txtCaolán McNamara1-8/+0
2011-02-23get rid of spurious TESTSHL2LIB mentionsCaolán McNamara27-108/+71
2011-02-23Reanimated test sal/qa/rtl/allocWilhelm Pflueger2-4/+10
2011-02-22add possibility of passing command line args down to testsCaolán McNamara1-7/+22
2011-02-22Account for the possibilty of a newline in an env variableCaolán McNamara2-20/+12
2011-02-22temp disable due to tinderbox failureCaolán McNamara1-0/+4
2011-02-22get to build under windowsCaolán McNamara1-10/+10
2011-02-22fix to build under windowsCaolán McNamara4-64/+22
2011-02-22tweak .mk to copy necessary filesCaolán McNamara1-4/+10
2011-02-22set test dependency orderCaolán McNamara1-2/+2
2011-02-22change all _cppunit.mk to local versionCaolán McNamara23-37/+23
2011-02-22make these tests less noisyCaolán McNamara3-126/+9
2011-02-22EasyHacks: Re-animate tests in sal/qa/oslWilhelm Pflueger8-76/+120
2011-02-22Rework this test to be useful.Caolán McNamara2-54/+29
2011-02-21deliver cppunittester into a different dir than the stock solver/binCaolán McNamara1-2/+3
2011-02-21disable copy/write unittest as it makes assumptions on the build-environmentChristian Lohmaier1-1/+3
2011-02-21this test only makes sense if we're not rootCaolán McNamara2-39/+34
2011-02-21Remove SCO support.Francois Tigeot4-5/+5
2011-02-18try harderCaolán McNamara1-1/+8
2011-02-18crash without built-in report dialog on windowsCaolán McNamara1-0/+4
2011-02-18Kill _WIN16Tor Lillqvist4-16/+3
2011-02-16Silence ASSERT for the test of a deliberate error.Caolán McNamara1-0/+8
2011-02-16Suppress OSL_ASSERT about the deliberate error in the cppunit test.Caolán McNamara1-0/+7
2011-02-16make a dir and explicitly disallow creation of dirs in itCaolán McNamara2-2/+12
2011-02-16Remove unused UUID_SYSTEM_TIME_RESOLUTION_100NS_TICKSFrancois Tigeot1-30/+0
2011-02-16Remove SCO supportThomas Arnhold4-175/+1
2011-02-16Remove HPUX supportThomas Arnhold6-98/+4
2011-02-15dragonfly stuffFrancois Tigeot18-30/+55
2011-02-15clear some windows warningsCaolán McNamara2-1/+2
2011-02-14Fix: call of overloaded 'append(char)' is ambiguousJoseph Powers1-1/+1
2011-02-14no sys/statfs.h on BSDsRobert Nagy1-1/+1
2011-02-14Unit test cleanup for OUStringBuffer.Sébastien Le Ray7-136/+118
2011-02-14Added toString() method to O(U)StringBuffer.Sébastien Le Ray2-0/+11
2011-02-14move this into comphelperCaolán McNamara7-197/+0
2011-02-14unittest: Allow concurrent run of the osl_File.cxx tests.Jan Holesovsky1-12/+45