summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2011-10-03WaE: unreachable codeTor Lillqvist1-1/+0
2011-10-01easier to find leaks if the test harness doesn't leakCaolán McNamara1-2/+4
2011-09-30-fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.Stephan Bergmann1-1/+1
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara9-0/+27
2011-09-29Make this cross-platform.Jan Holesovsky2-26/+14
2011-09-29next test -> unotest changeMarkus Mohrhard2-2/+2
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-59/+118
2011-09-27FullTextEncodingDataSingleton must not call itself recursively.Stephan Bergmann5-81/+144
2011-09-26make sure these are safe wrt embedded NULLsCaolán McNamara2-2/+8
2011-09-23Fix typoTor Lillqvist1-1/+1
2011-09-23make SAL_CPPUNIT_TEST_SUITE_END match CPPUNIT_TEST_SUITE_ENDCaolán McNamara1-2/+2
2011-09-22bah, >= 4.6 thenCaolán McNamara1-1/+1
2011-09-22adapt subsequent check only source tooCaolán McNamara2-48/+48
2011-09-22WaE: workaround auto_ptr deprecationCaolán McNamara8-289/+291
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara6-23/+50
2011-09-22should be > 4, not > 5Caolán McNamara1-1/+1
2011-09-22drop unused testCaolán McNamara1-80/+0
2011-09-22ensure contents are as expectedCaolán McNamara1-3/+6
2011-09-22unit test to ensure we can use embedded nulls in OStringBufferCaolán McNamara1-0/+20
2011-09-21In ChildStatusProc, calculate a meaningful status for processes killed by a s...Stephan Bergmann1-0/+2
2011-09-21Fix windows buildFridrich Štrba1-2/+2
2011-09-21Cleaned up sal_textenc, making it work on Mac OS X.Stephan Bergmann9-78/+171
2011-09-21add a simple timer for unit testsCaolán McNamara1-1/+35
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold12-199/+199
2011-09-19FreeBSD has the same cppunit failure as OSX doesBaptiste Daroussin1-1/+1
2011-09-19Add a clarifying comment (MinGW special case).Jan Holesovsky1-0/+4
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba13-2/+24
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba13-24/+2
2011-09-16Fallback to osl_getExecutableFile when dlsym("main") failsCaolán McNamara1-0/+4
2011-09-15Removed bogus assert.Stephan Bergmann1-2/+0
2011-09-14No need to bark about G_SLICE on stderr.Stephan Bergmann1-15/+2
2011-09-13reduce the scope a bit furtherCaolán McNamara1-2/+1
2011-09-13Reduced the scope of a variable in core/sal/osl/w32/file_dirvol.cxxAndreu Correa Casablanca1-1/+2
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann56-59/+171
2011-09-12sb140: #i117694# some CppUnit related cleanupStephan Bergmann36-209/+83
2011-09-12Accept also a soffice.bin renamed to soffice.bin.exeTor Lillqvist1-7/+13
2011-09-12Fix copy/paste errorTor Lillqvist1-1/+1
2011-09-12Don't bother with SetProcessDEPPolicy() on _WIN64 where it is always onTor Lillqvist1-3/+6
2011-09-11Simplified SAL_DEPRECATED, does not need to abstract over func.Stephan Bergmann1-5/+5
2011-09-09sb140: sb140: #i116981# clean up memory upon exitStephan Bergmann2-412/+227
2011-09-08so *that's* where the hello/world we're coming fromCaolán McNamara1-22/+5
2011-09-07introduce SAL_DEPRECATED macroBjoern Michaelsen1-0/+16
2011-09-02add a public __sal_NoAcquire to OString to match OUString'sCaolán McNamara2-1/+11
2011-09-02And then fix MSVC compilationTor Lillqvist1-0/+1
2011-09-02Fix MinGW compilation error with min()Tor Lillqvist1-1/+1
2011-09-01humour me, and sync this with osl/w32/security.cCaolán McNamara1-1/+1
2011-09-01micro-opt, just use memsetCaolán McNamara1-6/+3
2011-08-31add details to message as to what failedCaolán McNamara1-2/+11
2011-08-30Work around compilation errors with MinGW and --enable-debugTor Lillqvist2-8/+6
2011-08-29We do not need to use GLIBC hereMatúš Kukan2-33/+2