summaryrefslogtreecommitdiff
path: root/cppu/source/uno/sequence.cxx
AgeCommit message (Expand)Author
2024-04-30WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-02-23Abort if type information is missing when creating sequencesStephan Bergmann
2020-09-25cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara
2020-04-14loplugin:buriedassign in c*Noel Grandin
2019-01-29tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-22tweak markupCaolán McNamara
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-29loplugin:constantparam (1)Noel Grandin
2018-01-19convert these to true assertsCaolán McNamara
2017-10-23loplugin:includeform: cppuStephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-23icopyConstructFromElements's nAlloc is never negativeStephan Bergmann
2016-08-05loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-27see if we can auto-ignore new Sequence false positives as suchCaolán McNamara
2014-10-02optimise UNO Sequence destructorNoel Grandin
2014-02-27Remove visual noise from cppuAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann
2013-01-15Include <cassert>Stephan Bergmann
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud
2012-07-29Replace usage of rtl/memory.h in cppu with their equivalent from string.hArnaud Versini
2012-07-24Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppuArnaud Versini
2012-06-13re-base on ALv2 code.Michael Meeks
2011-12-19get this to build under msvc 2008Caolán McNamara
2011-12-19cppu: add visibility symbolsMatúš Kukan
2011-11-27remove include of pch header in cppuNorbert Thiebaud
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2008-04-11INTEGRATION: CWS changefileheader (1.19.74); FILE MERGEDRüdiger Timm
2006-09-16INTEGRATION: CWS pchfix02 (1.18.10); FILE MERGEDOliver Bolte
2006-06-19INTEGRATION: CWS warnings01 (1.17.4); FILE MERGEDJens-Heiner Rechtien
2005-09-08INTEGRATION: CWS ooo19126 (1.16.38); FILE MERGEDRüdiger Timm
2004-06-17INTEGRATION: CWS ooo64bit01 (1.15.38); FILE MERGEDRüdiger Timm
2003-09-04INTEGRATION: CWS cliuno01 (1.14.2); FILE MERGEDOliver Bolte
2003-03-20INTEGRATION: CWS uno1 (1.13.18); FILE MERGEDVladimir Glazounov
2002-08-21#102391# cleaning up __ symbolsDaniel Boelzle
2001-07-06#89361# sequence realloc bugDaniel Boelzle
2001-07-06#89361# mem realloc anysDaniel Boelzle
2001-06-29#88593# any opt: avoiding heap allocation for any sizeof(type) <= sizeof(void *)Daniel Boelzle
2001-05-10rtl string api changesPhilipp Lohmann