summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin1-5/+5
2014-05-22Work around undef conversion of large double to floatStephan Bergmann1-2/+17
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr1-7/+2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold6-17/+17
2014-04-04Clean up unreferenced functionsStephan Bergmann1-3/+2
2014-04-04Fix ASCII-only checkStephan Bergmann1-14/+20
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist11-101/+0
2014-04-03Use boost::noncopyableStephan Bergmann1-5/+1
2014-03-31coverity#983373 Dereference before null checkCaolán McNamara1-3/+1
2014-03-28coverity#705205 Missing break in switchCaolán McNamara1-0/+1
2014-03-11"overflow" is one wordTor Lillqvist1-5/+5
2014-03-01Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann1-134/+123
2014-03-01Remove visual noise from salAlexander Wilms1-11/+11
2014-02-28Simplify string constructionStephan Bergmann1-9/+12
2014-02-28Fix typo: s/Alined/AlignedTor Lillqvist1-1/+1
2014-02-27Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida1-0/+11
2014-02-23Remove unneccessary commentsAlexander Wilms1-18/+18
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann1-54/+3
2014-02-17sal: sal_Bool -> boolStephan Bergmann8-28/+28
2014-02-13Revert "sal: fix some clang warning about implicit bool conversion"Stephan Bergmann1-1/+1
2014-02-13Move string hash function into String class.Muthu Subramanian1-0/+13
2014-02-12sal: fix some clang warning about implicit bool conversionMichael Stahl1-1/+1
2014-02-10Do not do RTL_LOG_STRING_NEW on null pointerStephan Bergmann1-2/+2
2014-01-28bool improvementsStephan Bergmann3-6/+6
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-3/+1
2014-01-10Use boolStephan Bergmann3-7/+7
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-15/+0
2013-12-02Drop duplicate #includeTakeshi Abe2-2/+0
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann1-2/+2
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-2/+1
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-11-14Use rtl::StaticStephan Bergmann1-120/+97
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-14/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-3/+2
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-12document the use of the strtmpl.cxx and remove unnecessary macro usageNoel Grandin2-22/+29
2013-11-07Name threads for debug purposeArnaud Versini1-0/+2
2013-10-28Related: fdo#69641 convert OSL_ASSERT into assertCaolán McNamara1-6/+6
2013-10-17fdo#70319 "exponent followed by at least on digit" also for special case 0.0Stephan Bergmann1-0/+4
2013-10-14resolved fdo#70319 exponent must be followed by at least one digitEike Rathke1-0/+6
2013-10-09Fail fast at least in debug buildsStephan Bergmann1-1/+1
2013-10-09Revert "Don't ignore -env: command line parameters in some cases"Tor Lillqvist1-10/+1
2013-10-08Don't ignore -env: command line parameters in some casesTor Lillqvist1-1/+10
2013-10-02-Werror,-Wunused-functionStephan Bergmann1-8/+0
2013-09-30Clean up rtl/character.hxxStephan Bergmann1-32/+19
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini1-50/+19
2013-09-02MacOSX 10.6 does not like id as a variable nameNorbert Thiebaud1-6/+6
2013-08-30WaE: C4334: '<<' : result of 32-bit shift implicitly converted to 64 bitsTor Lillqvist2-7/+7
2013-08-22Various undefined behavior involving signed integersStephan Bergmann1-25/+26
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann2-2/+4