Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-10 | try to get it working | Martin Hosken | |
2011-03-10 | simplify this a bit | Caolán McNamara | |
2011-03-09 | lp#726529: using the Linaro gcc 4.5 generated code instead | Jani Monoses | |
* this adds memory barriers to the asm code block making it SMP-safe | |||
2011-03-06 | WaE: silence this annoying warning | Caolán McNamara | |
Notes: split repo tag: ure_LO-BASE-INTEGRATION-DEV300_M101 | |||
2011-03-06 | build these cxx files with exceptions enabled | Caolán McNamara | |
2011-03-04 | duplicate mkdir | Caolán McNamara | |
2011-03-03 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-03-03 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-03-03 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-03-04 | removed dead code; fix a comment | Takeshi Abe | |
2011-03-03 | install unit tester in sub-directory to help windows. | Michael Meeks | |
2011-03-03 | Added using OString - debug code needs it | Thorsten Behrens | |
2011-03-02 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-03-02 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-03-02 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-03-01 | avoid implicit cast | Caolán McNamara | |
2011-03-01 | avoid implicit cast | Caolán McNamara | |
2011-03-01 | Oops, use #if instead of #ifdef | Thomas Arnhold | |
2011-03-01 | Move CMC_DEBUG to OSL_DEBUG_LEVEL 3 | Thomas Arnhold | |
This level means 'ultra-verbose'. | |||
2011-02-28 | lp#726529 and #i117017#: clarified origin of assembler code | Eric Bachard | |
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | |||
2011-02-28 | lp#726529: arm optimizations for ARM 6/7 and gcc < 4.6 | Bjoern Michaelsen | |
2011-02-27 | Handle DragonFly like the other BSDs in more cases. | Francois Tigeot | |
2011-02-27 | Consolidate three #if defined tests in a single one. | Francois Tigeot | |
2011-02-26 | Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) | Thomas Arnhold | |
2011-02-25 | shortly describe diagnostic macros | David Tardon | |
2011-02-25 | define OSL_FAIL as replacement for DBG_ERROR | David Tardon | |
2011-02-25 | use _OSL_ENSURE to define OSL_ASSERT | David Tardon | |
2011-02-24 | order of environ undefined after putenv | Caolán McNamara | |
2011-02-24 | Remove MSDOS support | Thomas Arnhold | |
2011-02-24 | remove empty TESTSHL2LIB | Caolán McNamara | |
2011-02-24 | config dir can vary dramatically, just test for existance | Caolán McNamara | |
2011-02-24 | WaE: logically last test always passes | Caolán McNamara | |
2011-02-24 | add some debug code to help find failures | Caolán McNamara | |
2011-02-23 | Fix MacOS X build issue. | Joseph Powers | |
2011-02-23 | Likely workaround for busted environ on MacOSX | Caolán McNamara | |
2011-02-23 | remove dead jobfile.txt | Caolán McNamara | |
2011-02-23 | get rid of spurious TESTSHL2LIB mentions | Caolán McNamara | |
2011-02-23 | Reanimated test sal/qa/rtl/alloc | Wilhelm Pflueger | |
This was an easy hack. Signed-off-by: Wilhelm Pflueger <Wilhelm.Pflueger@web.de> | |||
2011-02-22 | add possibility of passing command line args down to tests | Caolán McNamara | |
2011-02-22 | Account for the possibilty of a newline in an env variable | Caolán McNamara | |
So, lets getline on '\0' and keep it simple. | |||
2011-02-22 | temp disable due to tinderbox failure | Caolán McNamara | |
2011-02-22 | get to build under windows | Caolán McNamara | |
2011-02-22 | fix to build under windows | Caolán McNamara | |
2011-02-22 | tweak .mk to copy necessary files | Caolán McNamara | |
2011-02-22 | set test dependency order | Caolán McNamara | |
2011-02-22 | change all _cppunit.mk to local version | Caolán McNamara | |
2011-02-22 | make these tests less noisy | Caolán McNamara | |
2011-02-22 | EasyHacks: Re-animate tests in sal/qa/osl | Wilhelm 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-22 | Rework 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-21 | deliver cppunittester into a different dir than the stock solver/bin | Caolá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. |