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