Age | Commit message (Expand) | Author |
2021-05-28 | no need to allocate these on the heap | Noel Grandin |
2021-05-26 | comphelper: fix the "console" use-case of ProfileZone | Miklos Vajna |
2021-05-03 | loplugin:stringadd improvement for appending numbers | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-29 | Add SAL_WARN in case ProfileZones are overlapping and not hierarchical | Tor Lillqvist |
2021-04-29 | Make the nested AsyncEvent work more reliably | Tor Lillqvist |
2021-04-29 | Add AsyncEvent::finish() to end a nested AsyncEvent before its parent ends | Tor Lillqvist |
2021-04-29 | Fix syntax error in generated JSON | Tor Lillqvist |
2021-04-29 | Introduce Async trace events and a unit test | Tor Lillqvist |
2021-04-28 | Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, too | Tor Lillqvist |
2021-04-28 | Enable turning on trace event recording in a dbgutil build with an env var | Tor Lillqvist |
2021-04-28 | Re-think what the nesting means in ProfileZones | Tor Lillqvist |
2021-04-28 | Make the console logging in ProfileZone work more sanely | Tor Lillqvist |
2021-04-28 | Move some static functions from ProfileZone to TraceEvent where they belong | Tor Lillqvist |
2021-04-28 | Extend the trace event API with instant events | Tor Lillqvist |
2021-04-28 | g_nStartTime was unused | Tor Lillqvist |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-27 | Add also the comma separator between Event Trace events | Tor Lillqvist |
2021-04-27 | Drop the leftover "sum time" thing from the Event Trace | Tor Lillqvist |
2021-04-27 | Refactor ProfileZone and create Chrome Trace Event Format data | Tor Lillqvist |
2021-04-27 | Clarify the ProfileRecording API | Tor Lillqvist |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-04-21 | Fix templates to use correct typedefs | Mike Kaganski |
2021-04-21 | loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat | Noel Grandin |
2021-04-19 | use more string_view in comphelper::string | Noel Grandin |
2021-04-08 | update PCHs | Luboš Luňák |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-02 | Simplify some static variable initializations | Mike Kaganski |
2021-03-26 | loplugin:flatten | Noel |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-23 | use single-use attribute for OfficeInstallationDirectories | Noel Grandin |
2021-03-23 | use single-use attribute for OOfficeRestartManager | Noel Grandin |
2021-03-21 | update pches | Caolán McNamara |
2021-03-17 | tdf#124909: Use the myspell dictionary for Swiss German on iOS | Tor Lillqvist |
2021-03-11 | remove intermediate containers in sidebars | Caolán McNamara |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |
2021-02-27 | loplugin:refcounting in accessibility | Noel |
2021-02-23 | loplugin:refcounting in comphelper | Noel |
2021-02-21 | fix variable name in SAL_INFO | Andras Timar |
2021-02-17 | loplugin:referencecasting in comphelper | Noel |
2021-02-12 | Fix threadpool test for --enable-debug | Mike Kaganski |
2021-02-10 | Remove unneeded breaks | Andrea Gelmini |
2021-02-08 | update pches | Caolán McNamara |
2021-02-05 | Revert "Fix typo in code" | Stephan Bergmann |
2021-02-04 | Fix typo in code | Andrea Gelmini |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-24 | Use ContainerType().swap and avoid local variables | Mike Kaganski |
2021-01-20 | improve some IllegalArgumentException messages | Noel |