summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* O[U]StringBuffer::appendUninitialized unit testsStephan Bergmann2015-02-063-0/+112
* Remove bogus assertsStephan Bergmann2015-02-062-2/+0
* sal: add some argument checking assertions for strings and buffersMichael Stahl2015-02-055-8/+155
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-053-10/+6
* Updated all precompiled headers.Ashod Nakashian2015-02-051-1/+4
* Let's use log tags starting with "sal" here in salTor Lillqvist2015-02-031-19/+19
* Let's use log tags starting with "sal" here in salTor Lillqvist2015-02-031-25/+25
* Improve loggingTor Lillqvist2015-02-031-75/+36
* Fix typoTor Lillqvist2015-02-031-1/+1
* Improve logging, change OSL_TRACE into SAL_WARN and SAL_INFOTor Lillqvist2015-02-031-27/+20
* Bin stupid macro that was used just onceTor Lillqvist2015-02-031-4/+1
* Bin code that has been commented out since initial importTor Lillqvist2015-02-031-14/+0
* warning C4701: potentially uninitialized local variable 'Addr' usedStephan Bergmann2015-02-021-4/+1
* Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann2015-01-291-1/+1
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-282-6/+18
* Clean up implementation of osl_getSymbol et alStephan Bergmann2015-01-281-35/+45
* This typedef is not unusedTor Lillqvist2015-01-281-0/+1
* remove unused typedefsNoel Grandin2015-01-281-1/+0
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-261-1/+1
* sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl2015-01-262-0/+23
* loplugin:cstylecast (MACOSX)Stephan Bergmann2015-01-222-4/+4
* Avoid reinterpret_cast to same typeStephan Bergmann2015-01-212-3/+6
* loplugin:cstylecast (on Mac OS X, where pthread_t is a pointer type)Stephan Bergmann2015-01-211-1/+1
* Fix for Android gethostbyaddrStephan Bergmann2015-01-201-1/+4
* Missing constStephan Bergmann2015-01-201-3/+3
* Some more loplugin:cstylecast: salStephan Bergmann2015-01-2020-67/+73
* rtl_arena_alloc must never obey AMode_SYSTEMStephan Bergmann2015-01-161-11/+0
* android: No reason to return JNI version less than Java 6Tomaž Vajngerl2015-01-121-1/+1
* [API CHANGE] Remove osl_send/receiveResourcePipeStephan Bergmann2015-01-083-145/+11
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-085-10/+0
* loplugin:cstylecast: salStephan Bergmann2015-01-076-68/+47
* drop crashrep unused since start of LibreOfficeCaolán McNamara2015-01-072-645/+2
* -Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann2015-01-062-0/+18
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-0/+1
* error C2039: 'max' : is not a member of 'std'Miklos Vajna2015-01-011-0/+1
* "NOMINMAX" is not used [-Werror=unused-macros]Julien Nabet2014-12-291-1/+2
* try to fix windows buildMarkus Mohrhard2014-12-281-0/+2
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-2/+2
* TyposJulien Nabet2014-12-203-4/+4
* constants via #define must be integer if used in #if statementChristian Lohmaier2014-12-192-2/+2
* Assert ASCII precond of rtl_uString_newFromAscii/LiteralStephan Bergmann2014-12-192-7/+4
* IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRINGStephan Bergmann2014-12-193-18/+15
* fdo#39440 sal: reduce scope of local variablesMichael Weghorn2014-12-1916-89/+62
* No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-192-31/+16
* No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-191-2/+0
* Remove unused */qa/checkapi/Stephan Bergmann2014-12-191-31/+0
* Fix 32-bit buildsStephan Bergmann2014-12-171-2/+2
* rtl::OUStringLiteral to the rescueStephan Bergmann2014-12-171-0/+18
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-171-0/+24
* Bin code that became dead after 8ecf956d79878c9b24f5ddc51d6b723a76d334f5Tor Lillqvist2014-12-171-87/+0