summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* sal: -Werror=unused-parameterMichael Stahl2015-02-161-2/+2
* Related: tdf#63690 - add stubs for removed rtl_logfile functions.Thorsten Behrens2015-02-162-0/+15
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-6/+6
* It is not necessary to be _that_ verbose.Jan Holesovsky2015-02-161-3/+0
* Related: tdf#63690 - remove rtl_logfileThorsten Behrens2015-02-146-466/+0
* coverity#1268298 mark up codeCaolán McNamara2015-02-121-4/+5
* coverity#1267660 etc.: remove redundant checksStephan Bergmann2015-02-111-20/+0
* coverity#1267668 Logically dead codeCaolán McNamara2015-02-081-13/+4
* make this a comment a coverity quellerCaolán McNamara2015-02-081-4/+4
* coverity#1268297 Logically dead codeCaolán McNamara2015-02-071-2/+0
* 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