summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2015-02-06O[U]StringBuffer::appendUninitialized unit testsStephan Bergmann3-0/+112
2015-02-06Remove bogus assertsStephan Bergmann2-2/+0
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl5-8/+155
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara3-10/+6
2015-02-05Updated all precompiled headers.Ashod Nakashian1-1/+4
2015-02-03Let's use log tags starting with "sal" here in salTor Lillqvist1-19/+19
2015-02-03Let's use log tags starting with "sal" here in salTor Lillqvist1-25/+25
2015-02-03Improve loggingTor Lillqvist1-75/+36
2015-02-03Fix typoTor Lillqvist1-1/+1
2015-02-03Improve logging, change OSL_TRACE into SAL_WARN and SAL_INFOTor Lillqvist1-27/+20
2015-02-03Bin stupid macro that was used just onceTor Lillqvist1-4/+1
2015-02-03Bin code that has been commented out since initial importTor Lillqvist1-14/+0
2015-02-02warning C4701: potentially uninitialized local variable 'Addr' usedStephan Bergmann1-4/+1
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann1-1/+1
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann2-6/+18
2015-01-28Clean up implementation of osl_getSymbol et alStephan Bergmann1-35/+45
2015-01-28This typedef is not unusedTor Lillqvist1-0/+1
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-1/+1
2015-01-26sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl2-0/+23
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann2-4/+4
2015-01-21Avoid reinterpret_cast to same typeStephan Bergmann2-3/+6
2015-01-21loplugin:cstylecast (on Mac OS X, where pthread_t is a pointer type)Stephan Bergmann1-1/+1
2015-01-20Fix for Android gethostbyaddrStephan Bergmann1-1/+4
2015-01-20Missing constStephan Bergmann1-3/+3
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann20-67/+73
2015-01-16rtl_arena_alloc must never obey AMode_SYSTEMStephan Bergmann1-11/+0
2015-01-12android: No reason to return JNI version less than Java 6Tomaž Vajngerl1-1/+1
2015-01-08[API CHANGE] Remove osl_send/receiveResourcePipeStephan Bergmann3-145/+11
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin5-10/+0
2015-01-07loplugin:cstylecast: salStephan Bergmann6-68/+47
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara2-645/+2
2015-01-06-Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann2-0/+18
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-0/+1
2015-01-01error C2039: 'max' : is not a member of 'std'Miklos Vajna1-0/+1
2014-12-29"NOMINMAX" is not used [-Werror=unused-macros]Julien Nabet1-1/+2
2014-12-28try to fix windows buildMarkus Mohrhard1-0/+2
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-2/+2
2014-12-20TyposJulien Nabet3-4/+4
2014-12-19constants via #define must be integer if used in #if statementChristian Lohmaier2-2/+2
2014-12-19Assert ASCII precond of rtl_uString_newFromAscii/LiteralStephan Bergmann2-7/+4
2014-12-19IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRINGStephan Bergmann3-18/+15
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn16-89/+62
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2-31/+16
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann1-2/+0
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann1-31/+0
2014-12-17Fix 32-bit buildsStephan Bergmann1-2/+2
2014-12-17rtl::OUStringLiteral to the rescueStephan Bergmann1-0/+18
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-0/+24
2014-12-17Bin code that became dead after 8ecf956d79878c9b24f5ddc51d6b723a76d334f5Tor Lillqvist1-87/+0