Age | Commit message (Expand) | Author |
2020-05-15 | use for-range on Sequence in basctl..canvas | Noel Grandin |
2020-01-28 | tdf#42949 Add back includes to binaryurp/ | Gabor Kelemen |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-27 | tdf#42949 Fix IWYU warnings in binaryurp/ | Gabor Kelemen |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): binaryurp | Stephan Bergmann |
2019-06-11 | Use hasElements to check Sequence emptiness in accessibility..canvas | Arkadiy Illarionov |
2019-05-22 | New loplugin:data | Stephan Bergmann |
2019-02-19 | Some uses of C++17 class template argument deduction | Stephan Bergmann |
2019-01-14 | Use C++17 nested namespace definitions (in binaryurp) | Stephan Bergmann |
2019-01-11 | tdf#112689:Replace chained O(U)StringBuffer::append() with operator+ | Furkan Ahmet Kara |
2018-12-08 | Use [[maybe_unused]] instead of cast to void | Stephan Bergmann |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-06 | Use structured binding | Stephan Bergmann |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-09-11 | Revert "clang bugprone-unused-return-value" | Noel Grandin |
2018-09-08 | clang bugprone-unused-return-value | Noel Grandin |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2017-12-19 | inline use-once typedefs | Noel Grandin |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-11-23 | Replace list by vector in incomingrequest (binaryurp) | Julien Nabet |
2017-11-23 | Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8 | Julien Nabet |
2017-11-18 | Replace some lists by vectors in binaryurp | Julien Nabet |
2017-10-26 | loplugin:constmethods in unotools | Noel Grandin |
2017-10-11 | binaryurp: consistently use "" and <> for include directives | Mike Kaganski |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin |
2017-09-08 | clang-tidy modernize-use-emplace in b* | Noel Grandin |
2017-08-25 | Replace use of oslInterlockedCount with std::atomic | Stephan Bergmann |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin |
2017-06-15 | use more SAL_N_ELEMENTS part 3 | Noel Grandin |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-04-06 | Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurp | Stephan Bergmann |
2017-02-15 | Drop :: prefix from std in [a-b]*/ | Tor Lillqvist |
2017-02-06 | Add missing #includes | Stephan Bergmann |
2017-02-03 | makeAny->Any in basctl..chart2 | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-11-23 | New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUString | Stephan Bergmann |
2016-11-15 | loplugin:unusedfields | Noel Grandin |
2016-09-16 | Replace remaining OSL_ASSERT etc. in binaryurp | Stephan Bergmann |
2016-09-16 | In binaryurp, fix change from rtl_copyMemory to memcpy | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-08-19 | cid#1371307: Move semantics for BinaryAny | Stephan Bergmann |
2016-07-10 | split the assert into two | Markus Mohrhard |
2016-07-04 | use SAL_DEPRECATED in uno::Reference | Noel Grandin |
2016-07-04 | Fix some spelling errors in comments and strings | Otto Kekäläinen |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-04-14 | loplugin:passstuffbyref in various | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-08 | loplugin:unusedmethods | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |