summaryrefslogtreecommitdiff
path: root/store/source
AgeCommit message (Expand)AuthorFilesLines
2014-11-12coverity#1242813 Unused valueCaolán McNamara1-2/+2
2014-11-04coverity#1242933 unused valueDavid Tardon1-1/+1
2014-11-04coverity#1242809 unused valueDavid Tardon1-1/+1
2014-08-14warning C4189: : local variable is initialized but not referencedThomas Arnhold1-2/+1
2014-07-18cid#1226495 Uninitialized scalar fieldNoel Grandin1-1/+1
2014-07-10use SimpleReferenceObject in stoc moduleNoel Grandin8-147/+13
2014-07-08WaE: C4754Tor Lillqvist1-2/+2
2014-06-13loplugin:staticcallStephan Bergmann1-11/+8
2014-06-05various: remove SAL_THROW macroNoel Grandin2-6/+6
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre6-21/+36
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold10-30/+30
2014-04-04Clean up unreferenced functionsStephan Bergmann4-49/+13
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-53/+53
2014-03-12No need for isKindOf to be SAL_CALLStephan Bergmann8-9/+9
2014-02-27Remove visual noise from storeAlexander Wilms12-74/+24
2014-02-17store: sal_Bool -> boolStephan Bergmann11-16/+16
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-2/+2
2013-06-20-Werror,-Wdeprecated-registerStephan Bergmann2-5/+5
2013-06-10mingw64: use the sal formatting strings in storeFridrich Štrba1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-3/+2
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
2013-03-09Use BOOST_STATIC_ASSERTStephan Bergmann5-24/+23
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+1
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud1-2/+2
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud2-7/+18
2012-06-29Remove some more include guardsThomas Arnhold4-16/+0
2012-06-27re-base on ALv2 code.Michael Meeks18-414/+252
2012-06-21re-base on ALv2 code.Michael Meeks3-69/+42
2012-05-07gbuild conversion: store moduleDavid Ostrovsky1-72/+0
2012-04-24WaE: MSVC2008 C4530 exception handler without unwind semanticsCaolán McNamara1-0/+1
2012-03-23Make default zero-initialization explicitStephan Bergmann1-1/+1
2012-03-23Initialize m_hFile in FileMapping constructor.Catalin Iacob1-1/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann4-0/+12
2012-01-31SimplificationStephan Bergmann1-9/+2
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann11-18/+17
2012-01-10valgrind: have MappedLockBytes take complete ownership of the file handleCaolán McNamara1-0/+2
2011-12-21osl_unmapFile can't work for files bundled inside the .apk on AndroidTor Lillqvist1-5/+9
2011-11-27remove include of pch header from storeNorbert Thiebaud11-22/+0
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-2/+2
2011-09-06[cppchecker] suppression of unread VariablePierre-André Jacquod1-2/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky2-2/+4
2011-02-01Remove RCS informationThomas Arnhold8-8/+8
2010-11-25Update from sibling repository.Matthias Huetsch [mhu]2-2/+4
2010-11-25#i115784# store: fix memory errors uncovered by valgrind and other tools.Matthias Huetsch [mhu]2-2/+4
2010-10-18remove non-compiled codePovilas Kanapickas4-131/+0
2010-10-17use SAL_N_ELEMENTS macroKenneth Venken1-1/+2
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth21-0/+57
2010-10-05more removed include guards using fixguard.pyPetr Mladek3-30/+0