summaryrefslogtreecommitdiff
path: root/sw/inc/ring.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-21fix some typos in sw::RingNoel Grandin1-2/+2
2018-03-09sw: fix some IWYU warningsMiklos Vajna1-2/+1
2018-03-08sw::Ring: simplify '*&x' to just 'x'Miklos Vajna1-2/+2
2017-10-23loplugin:includeform: swStephan Bergmann1-2/+2
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-04-12add SAL_WARN_UNUSED to sw::Ring and friendsNoel Grandin1-2/+2
2016-12-19sw: prefix members of RingMiklos Vajna1-20/+20
2016-04-30Fix typosAndrea Gelmini1-1/+1
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-06-26Remove workarounds for no longer supported GCC 4.6Stephan Bergmann1-6/+0
2015-02-16sw: work around buggy boost::intrusive::circular_list_algorithms::unlink()Michael Stahl1-2/+9
2015-02-16(related: tdf#80715) sw: fix Ring::MoveTo() not doing anything...Michael Stahl1-7/+3
2015-02-16sw: RingContainer::merge(): assert that the Rings aren't already linkedMichael Stahl1-0/+4
2015-02-09Also fix other Ring ctorStephan Bergmann1-2/+1
2015-02-04Don't downcast from Ring<T> base class ctor/dtor to derived class TStephan Bergmann1-16/+16
2014-12-23use sw::Ring insteadBjoern Michaelsen1-1/+1
2014-12-08typoBjoern Michaelsen1-2/+2
2014-12-08trying to make this fit in gcc-4.6s little brainBjoern Michaelsen1-1/+2
2014-12-07effectively expand init_header into member init listCaolán McNamara1-7/+9
2014-12-07trying to fix Windows breaker into the blindBjoern Michaelsen1-7/+8
2014-12-05this seems to be working too and is less uglyBjoern Michaelsen1-13/+1
2014-12-05also dont confuse clang on OSXBjoern Michaelsen1-2/+2
2014-12-05ugly preliminary hack for keeping ggc 4.6 happyBjoern Michaelsen1-0/+17
2014-12-05add unique() functionBjoern Michaelsen1-0/+3
2014-12-05move Ring<>::MoveRingTo to RingContainer<>::mergeBjoern Michaelsen1-13/+15
2014-12-05Rename GetNext/GetPrev to GetPrevInRing/GetNextInRing ...Bjoern Michaelsen1-15/+15
2014-12-05more const correctnessBjoern Michaelsen1-4/+10
2014-12-05stick to code conventions for new codeBjoern Michaelsen1-61/+61
2014-12-05work towards better constnessBjoern Michaelsen1-6/+14
2014-12-04cid#1256668: uninit ptr fieldBjoern Michaelsen1-0/+1
2014-12-04cid#1256669: uninit ptr fieldBjoern Michaelsen1-0/+1
2014-12-04cid#1256663: only allow comparing iterators from the same ringBjoern Michaelsen1-1/+6
2014-12-04coverity#1256663: sw: fix Ring::equals()Michael Stahl1-1/+1
2014-12-04more docsBjoern Michaelsen1-1/+12
2014-12-04reformatBjoern Michaelsen1-90/+91
2014-12-03update docs for C++11 iterationBjoern Michaelsen1-6/+2
2014-12-03move size() into the container tooBjoern Michaelsen1-6/+4
2014-12-03move container stuff out of sw::Ring<>Bjoern Michaelsen1-41/+53
2014-12-02rename numberOf() to STL-like size()Bjoern Michaelsen1-1/+1
2014-12-02ring docsBjoern Michaelsen1-6/+57
2014-12-02add rangeRing() for easier iterationBjoern Michaelsen1-0/+5
2014-12-02Blind fix for C2491: definition of dllimport function not allowedTor Lillqvist1-1/+1
2014-12-02unconfuse clang about the nature of struct-class-duality of traitsBjoern Michaelsen1-1/+1
2014-12-02const iteratorsBjoern Michaelsen1-1/+10
2014-12-02move Ring to sw::RingBjoern Michaelsen1-101/+104
2014-12-02use new typesafer implementationBjoern Michaelsen1-36/+44
2014-12-02make ring header onlyBjoern Michaelsen1-5/+47
2014-12-02some more iterationBjoern Michaelsen1-2/+14
2014-12-02more testing and initial iteratorsBjoern Michaelsen1-0/+34
2014-12-02private pointerBjoern Michaelsen1-2/+5