summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2011-11-15Rework the bootstrap mechanism of a LO program on AndroidTor Lillqvist9-190/+1286
2011-11-15Intermediate Android commit, before having NativeActivity load lo-bootstrapTor Lillqvist4-196/+224
2011-11-14Search app's lib firstTor Lillqvist1-1/+1
2011-11-13Remove _osl_getDomainName and simplify _osl_getFullQualifiedDomainNameArnaud Versini1-129/+11
2011-11-13Replace domainname command by getdomainname syscall or functionArnaud Versini1-46/+5
2011-11-11WaE: defined but not usedTor Lillqvist1-3/+3
2011-11-11Intermediate Android commitTor Lillqvist1-3/+17
2011-11-11Release strings after useTor Lillqvist1-0/+5
2011-11-11TypoTor Lillqvist1-2/+2
2011-11-11More baby steps for AndroidTor Lillqvist12-0/+597
2011-11-10Deliver the Android libuno_sal.soTor Lillqvist1-0/+1
2011-11-07First baby steps of proper Android "native" program supportTor Lillqvist1-0/+48
2011-11-07Remove obsolete IsWin95A functionJesús Corrius1-20/+1
2011-11-04Added OUStringBuffer::append(char) so that b.append(' ') does what one expects.Stephan Bergmann3-0/+82
2011-11-01Moved sal/rtl/source string files from C to C++, for easier maintenance.Stephan Bergmann11-51/+104
2011-11-01Moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance.Stephan Bergmann10-124/+91
2011-11-01Removed some obsolete register annotations.Stephan Bergmann5-30/+30
2011-11-01Moved various sal/rtl/source files from C to C++, for easier maintenance.Stephan Bergmann12-110/+188
2011-11-01Removed obsolete rtl/tres stuff.Stephan Bergmann5-912/+0
2011-11-01Fixed rtl_getGlobalProcessId implementation (moved from C to C++).Stephan Bergmann1-21/+33
2011-11-01adapt naming schemeCaolán McNamara1-4/+3
2011-11-01add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString oneCaolán McNamara1-0/+24
2011-11-01add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString oneCaolán McNamara1-0/+28
2011-10-25Fix previous commit for non-Valgrind builds.Stephan Bergmann3-5/+7
2011-10-24Avoid Clang -Wunused-value with trunk rev. 12226 Valgrind.Stephan Bergmann2-5/+5
2011-10-21misc trivial tweaks, and documentation additionMichael Meeks1-0/+20
2011-10-21String->OUString, with accompanying testsAugust Sodora1-1/+6
2011-10-20osl_getCommandArgCount can be called w/o prior osl_setCommandArgs.Stephan Bergmann2-2/+10
2011-10-19WaE: two functions defined but not usedTor Lillqvist1-1/+1
2011-10-19WaE: passing argument discards qualifiers from pointer target typeTor Lillqvist1-1/+3
2011-10-19WaE: unused parameter 'f'Tor Lillqvist1-0/+1
2011-10-18Clang does not understand #pragma GCC diagnostic warning "-Wunused-but-set-va...Stephan Bergmann1-1/+1
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann1-2/+1
2011-10-18sal: workaround warnings in valgrind macrosMichael Stahl1-0/+7
2011-10-15get TestResult dtor before osl::Module dtorCaolán McNamara1-1/+1
2011-10-11WaE: ISO C90 forbids mixed declarations and codeDavid Tardon5-8/+11
2011-10-10WaE: -Wsign-promoCaolán McNamara1-0/+19
2011-10-08Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann4-0/+92
2011-10-08Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist4-85/+0
2011-10-08Introduced OSL_FORMAT, adpated some places to it.Stephan Bergmann4-0/+85
2011-10-08Revert "cppcheck reduce scope of var in sal/... security.c"Norbert Thiebaud1-1/+33
2011-10-07cppcheck reduce scope of var in sal/... cbptest.cxx and cbvtest.cxxPierre-André Jacquod2-4/+2
2011-10-07cppcheck reduce scope of var in sal/...cbcpytest.cxxPierre-André Jacquod1-19/+1
2011-10-07cppcheck reduce scope in sal/...osl_Pipe.cxxPierre-André Jacquod1-112/+1
2011-10-07cppcheck reduce scope of var in sal/... security.cPierre-André Jacquod1-33/+1
2011-10-05Drop test that require tmp with exec rights.Tomas Chvatal1-45/+0
2011-10-05Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *.Stephan Bergmann4-26/+38
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