Age | Commit message (Expand) | Author | Files | Lines |
2024-08-16 | convert TASKHANDLING constants to scoped enum | Noel Grandin | 1 | -62/+62 |
2024-07-20 | Remove now unneeded osl/diagnose.h | Gabor Kelemen | 1 | -0/+1 |
2024-05-15 | loplugin:ostr in ucb | Noel Grandin | 1 | -10/+10 |
2024-05-01 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara | 1 | -1/+1 |
2023-12-04 | cid#1545566 COPY_INSTEAD_OF_MOVE | Caolán McNamara | 1 | -5/+2 |
2023-11-20 | c++20: use std::erase(_if) instead of std::remove(_if)+erase (ucb) | Julien Nabet | 1 | -1/+1 |
2023-10-20 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ucb | Stephan Bergmann | 1 | -15/+15 |
2023-02-16 | osl::Mutex->std::mutex in TaskManager | Noel Grandin | 1 | -33/+41 |
2022-05-23 | std::unordered_set->o3tl::sorted_vector in TaskManager | Noel Grandin | 1 | -4/+5 |
2022-05-03 | Just use Any ctor instead of makeAny in ucb | Stephan Bergmann | 1 | -12/+12 |
2021-11-01 | Prepare for removal of non-const operator[] from Sequence in ucb | Mike Kaganski | 1 | -50/+51 |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski | 1 | -2/+2 |
2021-10-14 | use std::vector::insert instead of push_back | Noel Grandin | 1 | -2/+2 |
2021-09-03 | cid#1490899 Unchecked return value | Caolán McNamara | 1 | -1/+1 |
2021-08-09 | can pass PropertyChangeNotifier around by value | Noel Grandin | 1 | -34/+34 |
2021-06-11 | Simplify Sequences initializations (ucb) | Julien Nabet | 1 | -21/+11 |
2021-02-19 | loplugin:refcounting in ucb | Noel | 1 | -8/+4 |
2021-02-15 | loplugin:referencecasting in ucb | Noel | 1 | -3/+3 |
2020-10-04 | loplugin:reducevarscope in toolkit..unotools | Noel | 1 | -5/+6 |
2020-09-22 | OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround | Caolán McNamara | 1 | -15/+15 |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann | 1 | -2/+0 |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann | 1 | -17/+17 |
2020-08-03 | loplugin:flatten in ucb | Noel Grandin | 1 | -30/+28 |
2020-07-22 | ucb/file: create instances with uno constructors | Noel Grandin | 1 | -13/+0 |
2020-07-02 | Upcoming improved loplugin:staticanonymous -> redundantstatic: ucb | Stephan Bergmann | 1 | -15/+15 |
2020-04-17 | loplugin:buriedassign in tools..xmloff | Noel Grandin | 1 | -1/+4 |
2019-12-12 | Remove some redundant user-provided dtors | Stephan Bergmann | 1 | -5/+0 |
2019-10-01 | tdf#42949 Fix IWYU warnings in ucb/source/*/*hxx | Gabor Kelemen | 1 | -0/+2 |
2019-09-26 | add property name when throwing css::uno::UnknownPropertyException | Noel Grandin | 1 | -1/+1 |
2019-09-25 | Better use rtl::Reference to hold ref-counted UNO objects | Stephan Bergmann | 1 | -9/+10 |
2019-08-17 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Julien Nabet | 1 | -3/+1 |
2019-08-16 | loplugin:sequenceloop in ucb..unotools | Noel Grandin | 1 | -4/+4 |
2019-08-12 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): ucb | Stephan Bergmann | 1 | -1/+1 |
2019-07-21 | cid#1448305 silence Out-of-bounds access | Caolán McNamara | 1 | -0/+1 |
2019-07-19 | loplugin:constantparam | Noel Grandin | 1 | -5/+0 |
2019-07-19 | cid#1448426 Unchecked return value | Caolán McNamara | 1 | -1/+1 |
2019-07-19 | cid#1448437 Unchecked return value | Caolán McNamara | 1 | -2/+2 |
2019-07-18 | cid#1448431 Using invalid iterator | Caolán McNamara | 1 | -11/+14 |
2019-07-06 | no need for XResultSet_impl to extend Notifier | Noel Grandin | 1 | -2/+4 |
2019-06-30 | Simplify Sequence iterations in ucb | Arkadiy Illarionov | 1 | -41/+37 |
2019-06-29 | Flatten TaskManager::erasePersistentSet and TaskManager::copyPersistentSet | Arkadiy Illarionov | 1 | -75/+70 |
2019-05-02 | Use hasElements to check Sequence emptiness in [t-u]* | Arkadiy Illarionov | 1 | -1/+1 |
2019-04-19 | optimise find/insert pattern | Noel Grandin | 1 | -2/+1 |
2019-04-08 | tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 4 | Noel Grandin | 1 | -37/+27 |
2019-02-11 | new loplugin writeonlyvars | Noel Grandin | 1 | -3/+1 |
2019-02-02 | tdf#123067: fix assert when exporting template | Julien Nabet | 1 | -1/+1 |
2018-12-20 | use unique_ptr in ucb | Noel Grandin | 1 | -12/+9 |
2018-11-29 | Rename Mac OS X to official name macOS in comments and documentation | Bartosz Kosiorek | 1 | -1/+1 |
2018-11-28 | loplugin:unusedfields | Noel Grandin | 1 | -15/+0 |