summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-10try to get it workingMartin Hosken
2011-03-10simplify this a bitCaolán McNamara
2011-03-09lp#726529: using the Linaro gcc 4.5 generated code insteadJani Monoses
* this adds memory barriers to the asm code block making it SMP-safe
2011-03-06WaE: silence this annoying warningCaolán McNamara
Notes: split repo tag: ure_LO-BASE-INTEGRATION-DEV300_M101
2011-03-06build these cxx files with exceptions enabledCaolán McNamara
2011-03-04duplicate mkdirCaolán McNamara
2011-03-03Remove "using namespace ::rtl"Julien Nabet
2011-03-03Remove "using namespace ::rtl"Julien Nabet
2011-03-03Remove "using namespace ::rtl"Julien Nabet
2011-03-04removed dead code; fix a commentTakeshi Abe
2011-03-03install unit tester in sub-directory to help windows.Michael Meeks
2011-03-03Added using OString - debug code needs itThorsten Behrens
2011-03-02Remove "using namespace ::rtl"Julien Nabet
2011-03-02Remove "using namespace ::rtl"Julien Nabet
2011-03-02Remove "using namespace ::rtl"Julien Nabet
2011-03-01avoid implicit castCaolán McNamara
2011-03-01avoid implicit castCaolán McNamara
2011-03-01Oops, use #if instead of #ifdefThomas Arnhold
2011-03-01Move CMC_DEBUG to OSL_DEBUG_LEVEL 3Thomas Arnhold
This level means 'ultra-verbose'.
2011-02-28lp#726529 and #i117017#: clarified origin of assembler codeEric Bachard
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2011-02-28lp#726529: arm optimizations for ARM 6/7 and gcc < 4.6Bjoern Michaelsen
2011-02-27Handle DragonFly like the other BSDs in more cases.Francois Tigeot
2011-02-27Consolidate three #if defined tests in a single one.Francois Tigeot
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold
2011-02-25shortly describe diagnostic macrosDavid Tardon
2011-02-25define OSL_FAIL as replacement for DBG_ERRORDavid Tardon
2011-02-25use _OSL_ENSURE to define OSL_ASSERTDavid Tardon
2011-02-24order of environ undefined after putenvCaolán McNamara
2011-02-24Remove MSDOS supportThomas Arnhold
2011-02-24remove empty TESTSHL2LIBCaolán McNamara
2011-02-24config dir can vary dramatically, just test for existanceCaolán McNamara
2011-02-24WaE: logically last test always passesCaolán McNamara
2011-02-24add some debug code to help find failuresCaolán McNamara
2011-02-23Fix MacOS X build issue.Joseph Powers
2011-02-23Likely workaround for busted environ on MacOSXCaolán McNamara
2011-02-23remove dead jobfile.txtCaolán McNamara
2011-02-23get rid of spurious TESTSHL2LIB mentionsCaolán McNamara
2011-02-23Reanimated test sal/qa/rtl/allocWilhelm Pflueger
This was an easy hack. Signed-off-by: Wilhelm Pflueger <Wilhelm.Pflueger@web.de>
2011-02-22add possibility of passing command line args down to testsCaolán McNamara
2011-02-22Account for the possibilty of a newline in an env variableCaolán McNamara
So, lets getline on '\0' and keep it simple.
2011-02-22temp disable due to tinderbox failureCaolán McNamara
2011-02-22get to build under windowsCaolán McNamara
2011-02-22fix to build under windowsCaolán McNamara
2011-02-22tweak .mk to copy necessary filesCaolán McNamara
2011-02-22set test dependency orderCaolán McNamara
2011-02-22change all _cppunit.mk to local versionCaolán McNamara
2011-02-22make these tests less noisyCaolán McNamara
2011-02-22EasyHacks: Re-animate tests in sal/qa/oslWilhelm Pflueger
Some tests in osl_process are not running: a) the batch file for the batch test is not copied to the execution path b) osl_execProc_exe_name_in_argument_list() throws an assertion.
2011-02-22Rework this test to be useful.Caolán McNamara
Make it test that everything works as expected under EEXIST conditions, which is what it effectively tested for before.
2011-02-21deliver cppunittester into a different dir than the stock solver/binCaolán McNamara
This means that under windows the dlls found in PATH will be found, in the order set by PATH, and not any dlls that happen be side-by-side with it, which compromises the test local .dlls before deliver concept.