summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist2012-08-016-243/+0
* WaE: comparison is always false due to limited range of data typeTor Lillqvist2012-07-301-2/+2
* Work around isfinite crack with NDK r8b and the 4.6 toolchainTor Lillqvist2012-07-301-1/+2
* Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini2012-07-2713-77/+94
* weak symbols don't link on macosxCaolán McNamara2012-07-251-1/+2
* make mips (and others?) pass java extension smoketest with gcj's libjvmCaolán McNamara2012-07-251-0/+17
* Don't use a mutex for gethostbyname_r on Mac OS XArnaud Versini2012-07-231-5/+20
* Make rtl::O[U]String::isEmpty return true boolStephan Bergmann2012-07-232-10/+4
* android: x86 porting work.Michael Meeks2012-07-201-13/+17
* saltextenc.map is unncessaryStephan Bergmann2012-07-202-42/+0
* Fix "Same expression on both sides of '|'"Julien Nabet2012-07-161-1/+1
* echo -e is not POSIX (and unknown to Mac OS X)Stephan Bergmann2012-07-161-14/+14
* allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák2012-07-169-0/+160
* fix 32bit build wrt. int vs. sal_Int32 comparisonMichael Meeks2012-07-161-1/+1
* Confusing behavior of cmopareToAscii overloadsStephan Bergmann2012-07-161-0/+13
* simplify include guardsThomas Arnhold2012-07-147-12/+7
* Let's check struct var != NULL before initializing its attributesJulien Nabet2012-07-141-4/+5
* Revert "WaE: logically last test always passes"Stephan Bergmann2012-07-111-1/+3
* Use rtl_zeroMemory in place of rtl_fillMemory(..., 0)Christophe JAILLET2012-07-111-2/+2
* single cpu detection: remove 'defined(__SUNPRO_C)' requirementPierre-Eric Pelloux-Prayer2012-07-101-1/+1
* Report correct test nameChristophe JAILLET2012-07-081-1/+1
* coverity: protect against buffer overflowDavid Tardon2012-07-031-0/+3
* coverity: ensure the string is null-terminatedDavid Tardon2012-07-031-3/+3
* Remove unused definesThomas Arnhold2012-07-024-13/+0
* Remove include guardsThomas Arnhold2012-06-298-125/+20
* Remove some unused defines and controlsThomas Arnhold2012-06-294-8/+0
* rename unittest from ZeroMemory causing issues on windows.Michael Meeks2012-06-291-4/+4
* Remove some more include guardsThomas Arnhold2012-06-292-27/+1
* remove malingering legacy RCS tags.Michael Meeks2012-06-284-4/+4
* targetted re-work of cppunit pieces.Michael Meeks2012-06-2761-592/+389
* re-base on ALv2 code.Michael Meeks2012-06-261-23/+14
* Remove unused definesThomas Arnhold2012-06-251-3/+0
* Remove various commented out definesThomas Arnhold2012-06-251-43/+0
* re-base on ALv2 code.Michael Meeks2012-06-2211-237/+164
* re-base on ALv2 code.Michael Meeks2012-06-2144-893/+686
* re-base on ALv2 code.Michael Meeks2012-06-2115-221/+208
* Clarify SIGHUP behaviorStephan Bergmann2012-06-201-2/+1
* ByteBufferWrapper tweaksTor Lillqvist2012-06-181-17/+6
* fdo#50603: Close fds across a restart of soffice on Mac OS XStephan Bergmann2012-06-181-0/+32
* rtl: (i119939) memory leakNorbert Thiebaud2012-06-171-0/+1
* Revert MSVC ABI incompatible URE change (public -> protected)Stephan Bergmann2012-06-141-0/+2
* trying to fix mingw buildFridrich Štrba2012-06-131-0/+7
* Bring back the Duden hackFridrich Štrba2012-06-133-0/+61
* Use XToolkit2::createScreenCompatibleDeviceUsingBufferTor Lillqvist2012-06-121-6/+34
* Add Android-specific sal/ByteBufferWrapper.hxx headerTor Lillqvist2012-06-122-0/+52
* rename Class Name, Window Name and Message of the QuickStarter to avoid confl...Jesús Corrius2012-06-121-3/+3
* Remove superfluous empty lines on topThomas Arnhold2012-06-098-16/+0
* targetted reversion of minor cppcheck fixMichael Meeks2012-06-081-22/+2
* SwLineLayout: OSL_ENSURE -> SAL_WARN_IFMiklos Vajna2012-06-081-0/+2
* nuke dead codeTakeshi Abe2012-06-071-9/+0