summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann2014-03-012-144/+135
* Fix construction of non-ASCII test stringStephan Bergmann2014-03-011-33/+17
* fdo#71043 - Use STACK lint tool to clean codeJosé Guilherme Vanz2014-03-011-2/+10
* Remove visual noise from salAlexander Wilms2014-03-0139-391/+391
* Simplify string constructionStephan Bergmann2014-02-281-9/+12
* Missing @since tags, and adapt to semantics of posix_memalignStephan Bergmann2014-02-281-3/+10
* Android does not have posix_memalign()Tor Lillqvist2014-02-281-0/+7
* Fix typo: s/Alined/AlignedTor Lillqvist2014-02-282-2/+2
* Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida2014-02-276-0/+99
* Use "deprecated" API for OS X alias resolving on X 10.5Douglas Mencken2014-02-241-4/+61
* Remove unneccessary commentsAlexander Wilms2014-02-2346-764/+764
* loplugin:literaltoboolconversionStephan Bergmann2014-02-211-7/+7
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-211-1/+0
* Stick to a single O[U]String hash functionStephan Bergmann2014-02-182-60/+3
* C++03 fixupStephan Bergmann2014-02-181-2/+4
* coverity#984129 Uninitialized scalar fieldNorbert Thiebaud2014-02-171-0/+1
* coverity#984130 Uninitialized scalar fieldNorbert Thiebaud2014-02-171-1/+9
* sal: sal_Bool -> boolStephan Bergmann2014-02-1730-458/+448
* String cleanups.Muthu Subramanian2014-02-171-1/+6
* Revert "sal: fix some clang warning about implicit bool conversion"Stephan Bergmann2014-02-131-1/+1
* Move string hash function into String class.Muthu Subramanian2014-02-132-0/+14
* sal: fix some clang warning about implicit bool conversionMichael Stahl2014-02-121-1/+1
* Do not do RTL_LOG_STRING_NEW on null pointerStephan Bergmann2014-02-101-2/+2
* typo fixes in commentsAndras Timar2014-02-062-2/+2
* Typo: seam(s) -> seem(s)Julien Nabet2014-02-061-1/+1
* coverity#705403 Argument cannot be negativeCaolán McNamara2014-02-061-0/+5
* bool improvementsStephan Bergmann2014-01-289-16/+16
* Apparently missing "== nError1"Stephan Bergmann2014-01-281-1/+1
* coverity#440521 Dereference before null checkCaolán McNamara2014-01-281-2/+1
* coverity#440520 Dereference before null checkCaolán McNamara2014-01-281-2/+1
* coverity#440519 Dereference before null checkCaolán McNamara2014-01-281-2/+1
* coverity#440517 Dereference before null checkCaolán McNamara2014-01-281-2/+1
* coverity#982254 Same on both sidesCaolán McNamara2014-01-271-1/+1
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-276-47/+47
* coverity#440167 Dereference after null checkNorbert Thiebaud2014-01-251-9/+7
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-233-4/+3
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-3/+1
* Handle osl_createThread failureStephan Bergmann2014-01-131-2/+7
* Use boolStephan Bergmann2014-01-103-7/+7
* Use boolStephan Bergmann2014-01-102-5/+5
* Use boolStephan Bergmann2014-01-101-4/+4
* some notes about COM threading in LO generally and winaccessibilityMichael Stahl2014-01-091-3/+2
* sal: remove OSL_ENSURE_FILE, better use SAL_LOG/SAL_INFOMichael Stahl2014-01-093-43/+12
* Bin duplicate definitions (already in file_error.h)Tor Lillqvist2014-01-091-6/+0
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-072-3/+3
* TyposJulien Nabet2013-12-231-1/+1
* Print file and not pointer value in SAL_INFOTor Lillqvist2013-12-211-2/+4
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-202-9/+9
* typo fixesAndras Timar2013-12-202-2/+2
* Fix crash on AndroidTor Lillqvist2013-12-191-6/+2