summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Collapse)AuthorAgeFilesLines
* Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *.Stephan Bergmann2011-10-054-26/+38
| | | | | As a replacement, added appropriate operator [] functions. All other uses can use getStr().
* WaE: unreachable codeTor Lillqvist2011-10-031-1/+0
|
* easier to find leaks if the test harness doesn't leakCaolán McNamara2011-10-011-2/+4
|
* -fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.Stephan Bergmann2011-09-301-1/+1
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-309-0/+27
|
* Make this cross-platform.Jan Holesovsky2011-09-292-26/+14
|
* next test -> unotest changeMarkus Mohrhard2011-09-292-2/+2
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-59/+118
|
* FullTextEncodingDataSingleton must not call itself recursively.Stephan Bergmann2011-09-275-81/+144
| | | | | | | Happened on non-standard locales (like hu_HU on Linux) when osl_loadModuleRelative wanted to access non-standard text encodings. For Windows, the fix is still only a "TODO: FIXME" dummy.
* make sure these are safe wrt embedded NULLsCaolán McNamara2011-09-262-2/+8
| | | | something of a micro optimization as well I guess
* Fix typoTor Lillqvist2011-09-231-1/+1
|
* make SAL_CPPUNIT_TEST_SUITE_END match CPPUNIT_TEST_SUITE_ENDCaolán McNamara2011-09-231-2/+2
|
* bah, >= 4.6 thenCaolán McNamara2011-09-221-1/+1
|
* adapt subsequent check only source tooCaolán McNamara2011-09-222-48/+48
|
* WaE: workaround auto_ptr deprecationCaolán McNamara2011-09-228-289/+291
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-226-23/+50
|
* should be > 4, not > 5Caolán McNamara2011-09-221-1/+1
|
* drop unused testCaolán McNamara2011-09-221-80/+0
|
* ensure contents are as expectedCaolán McNamara2011-09-221-3/+6
|
* unit test to ensure we can use embedded nulls in OStringBufferCaolán McNamara2011-09-221-0/+20
|
* In ChildStatusProc, calculate a meaningful status for processes killed by a ↵Stephan Bergmann2011-09-211-0/+2
| | | | signal.
* Fix windows buildFridrich Štrba2011-09-211-2/+2
|
* Cleaned up sal_textenc, making it work on Mac OS X.Stephan Bergmann2011-09-219-78/+171
|
* add a simple timer for unit testsCaolán McNamara2011-09-211-1/+35
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-2112-199/+199
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* FreeBSD has the same cppunit failure as OSX doesBaptiste Daroussin2011-09-191-1/+1
|
* Add a clarifying comment (MinGW special case).Jan Holesovsky2011-09-191-0/+4
|
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-1613-2/+24
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-1613-24/+2
|
* Fallback to osl_getExecutableFile when dlsym("main") failsCaolán McNamara2011-09-161-0/+4
| | | | e.g. testtool under Linux
* Removed bogus assert.Stephan Bergmann2011-09-151-2/+0
|
* No need to bark about G_SLICE on stderr.Stephan Bergmann2011-09-141-15/+2
|
* reduce the scope a bit furtherCaolán McNamara2011-09-131-2/+1
|
* Reduced the scope of a variable in core/sal/osl/w32/file_dirvol.cxxAndreu Correa Casablanca2011-09-131-1/+2
|
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-1256-59/+171
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* sb140: #i117694# some CppUnit related cleanupStephan Bergmann2011-09-1236-209/+83
|
* Accept also a soffice.bin renamed to soffice.bin.exeTor Lillqvist2011-09-121-7/+13
|
* Fix copy/paste errorTor Lillqvist2011-09-121-1/+1
|
* Don't bother with SetProcessDEPPolicy() on _WIN64 where it is always onTor Lillqvist2011-09-121-3/+6
|
* Simplified SAL_DEPRECATED, does not need to abstract over func.Stephan Bergmann2011-09-111-5/+5
| | | | Cf. page 260 of Martin Reddy: API Design for C++ (MK, 2011).
* sb140: sb140: #i116981# clean up memory upon exitStephan Bergmann2011-09-092-412/+227
|
* so *that's* where the hello/world we're coming fromCaolán McNamara2011-09-081-22/+5
|
* introduce SAL_DEPRECATED macroBjoern Michaelsen2011-09-071-0/+16
|
* add a public __sal_NoAcquire to OString to match OUString'sCaolán McNamara2011-09-022-1/+11
|
* And then fix MSVC compilationTor Lillqvist2011-09-021-0/+1
|
* Fix MinGW compilation error with min()Tor Lillqvist2011-09-021-1/+1
|
* humour me, and sync this with osl/w32/security.cCaolán McNamara2011-09-011-1/+1
|
* micro-opt, just use memsetCaolán McNamara2011-09-011-6/+3
|
* add details to message as to what failedCaolán McNamara2011-08-311-2/+11
|
* Work around compilation errors with MinGW and --enable-debugTor Lillqvist2011-08-302-8/+6
|