Age | Commit message (Expand) | Author |
2023-09-19 | tdf#146619 Remove unused includes from sal/ [cpp files] | Gabor Kelemen |
2022-12-28 | Introduce lo_get_app_data_dir() for Emscripten, too | Tor Lillqvist |
2022-12-04 | rtl bootsratp : use enum class | Arnaud VERSINI |
2022-08-05 | Fix typo | Stephan Bergmann |
2022-05-17 | clang-tidy modernize-pass-by-value in sal | Noel Grandin |
2022-05-03 | add o3tl::matchIgnoreAsciiCase | Noel Grandin |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-04-10 | loplugin:stringview check for getToken and trim | Noel Grandin |
2022-04-01 | Use some more string_view | Stephan Bergmann |
2022-01-19 | WASM setup as non-multiuser, desktop build | Jan-Marek Glogowski |
2021-11-23 | O[U]String::replaceAt overloads that take string_view | Noel Grandin |
2021-11-14 | rtl::Static->thread-safe static in sal | Noel Grandin |
2021-10-18 | Noop unify style for branches | Emanuel Schorsch |
2021-10-15 | NoOp refactor to make elif clearer | Emanuel Schorsch |
2021-08-20 | New loplugin:unusedcapturedefault | Stephan Bergmann |
2021-07-31 | rtl::Static -> static local | Noel Grandin |
2021-06-21 | tdf#135316 add small cache to rtl_bootstrap_args_open | Noel Grandin |
2021-06-21 | remove now unnecessary comment | Noel Grandin |
2021-06-21 | simplify bootstrap_map (tdf#135316 related) | Noel Grandin |
2021-04-20 | Simplify some code by using OUString instead of raw rtl_uString | Stephan Bergmann |
2020-07-02 | Upcoming improved loplugin:staticanonymous -> redundantstatic: sal | Stephan Bergmann |
2020-04-02 | loplugin:flatten in sal | Noel Grandin |
2020-03-12 | Revert "loplugin:constfields in reportdesign,sal,sax" | Noel Grandin |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-10-21 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): sal | Stephan Bergmann |
2019-02-12 | Simplify containers iterations in reportdesign, sal, sax | Arkadiy Illarionov |
2019-02-10 | tdf#39593 use existing find() to reduce copypaste | Arkadiy Illarionov |
2018-11-22 | improve function-local statics in sal | Noel Grandin |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-12 | loplugin:constfields in reportdesign,sal,sax | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-08-27 | directly use malloc/free in sal, instead of rtl_allocateMemory/etc | Noel Grandin |
2018-08-06 | Add missing sal/log.hxx headers | Gabor Kelemen |
2017-12-03 | Replace lists by vectors in bootstrap (sal) | Julien Nabet |
2017-11-10 | rtl: change nullptr comparison | Chris Sherlock |
2017-10-23 | loplugin:includeform: sal | Stephan Bergmann |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-08-11 | convert std::map::insert to std::map::emplace II | Noel Grandin |
2017-07-22 | rtl: fix bootstrap formatting, comparison to nullptr | Chris Sherlock |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-07-13 | use more OUString::operator== in forms..sal | Noel Grandin |
2017-07-02 | loplugin:casttovoid: sal | Stephan Bergmann |
2017-04-12 | clang-tidy: readability-else-after-return | Noel Grandin |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2016-12-15 | teach sallogareas plugin to catch inconsistencies | Noel Grandin |
2016-12-06 | new loplugin/rewriter comparisonwithconstant | Noel Grandin |
2016-10-03 | -Werror,-Wdeprecated-declaration | Tor Lillqvist |