Age | Commit message (Expand) | Author |
2023-04-30 | Firebird: add info FDB/FBK use on README | Julien Nabet |
2023-04-25 | Add script to find unused using declarations | Gabor Kelemen |
2023-04-24 | loplugin:unnecessarygetstr extend to more std::string checking | Noel Grandin |
2023-04-24 | tdf#117118 - Saves data automatically in Firebird embedded database | jucasaca |
2023-04-24 | loplugin:unnecessarygetstr extend to createFromAscii | Noel Grandin |
2023-04-23 | use more TOOLS_WARN_EXCEPTION | Noel Grandin |
2023-04-20 | Typo: nCurentPos->nCurrentPos (connectivity/sqliterator) | Julien Nabet |
2023-04-20 | Run clang-tidy with misc-unused-using-decls on modules [a-c]* | Gabor Kelemen |
2023-04-17 | Remove some unused includes | Miklos Vajna |
2023-04-17 | loplugin:stringviewparam | Stephan Bergmann |
2023-04-14 | loplugin:stringviewparam improvements | Noel Grandin |
2023-04-12 | loplugin:stringview whitelist getLength and isEmpty | Noel Grandin |
2023-04-12 | OUString::intern is a relic | Noel Grandin |
2023-04-10 | Use of O(U)StringNumber for float/double is actually a pessimisation | Mike Kaganski |
2023-04-09 | new loplugin:unnecessarygetstr | Noel Grandin |
2023-04-09 | use more OUStringToOString | Noel Grandin |
2023-03-24 | loplugin:stringadd in c* | Noel Grandin |
2023-03-15 | Silence some false -Werror=dangling-reference | Stephan Bergmann |
2023-03-15 | Simplify AcceptsURL | Stephan Bergmann |
2023-03-14 | elide some temporary OStrings | Noel Grandin |
2023-03-11 | osl::Mutex->std::mutex in OSQLParser | Noel Grandin |
2023-03-11 | osl::Mutex->std::mutex in OConnectionPool | Noel Grandin |
2023-03-10 | improve loplugin:unnecessarylocking | Noel Grandin |
2023-03-10 | simplify initialisation in *DatabaseMetaData | Noel Grandin |
2023-03-08 | osl::Mutex->std::mutex in ParameterWrapperContainer | Noel Grandin |
2023-02-28 | Drop 'using namespace ::std' in Windows-specific files | Gabor Kelemen |
2023-02-22 | osl::Mutex->std::mutex in OSQLParseNodesContainer | Noel Grandin |
2023-02-15 | Drop 'using namespace ::std' in dirs b* c* | Gabor Kelemen |
2023-02-14 | disable script dump | Caolán McNamara |
2023-01-16 | XUnoTunnel->dynamic_cast in file::OResultSet | Noel Grandin |
2023-01-16 | XUnoTunnel->dynamic_cast in connectivityy | Noel Grandin |
2022-12-06 | Resolves: tdf#152381 Treat 0-0-0 invalid date as 0 relative days | Eike Rathke |
2022-11-22 | Resolves: tdf#152114 Use comphelper::date algorithms | Eike Rathke |
2022-10-21 | loplugin:referencecasting look for a new pattern | Noel Grandin |
2022-10-11 | escapeWith is just a substitution for OUString::replaceAll | Mike Kaganski |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
2022-09-29 | split utl::TempFile into fast and named variants | Noel Grandin |
2022-09-27 | use more string_view in connectivity | Noel Grandin |
2022-09-22 | connectivity: use default member initializers in OWriterConnection | Miklos Vajna |
2022-09-18 | use more string_view in utl::TempFile | Noel Grandin |
2022-09-17 | cid#1500499 Resource leak | Caolán McNamara |
2022-09-16 | OSL_ENSURE->assert where we would crash if not true | Caolán McNamara |
2022-09-15 | tdf#150877: Add support for Kamenický and Mazovia encodings | Julien Nabet |
2022-09-14 | move ErrCode to comphelper and improve debug output string | Noel Grandin |
2022-09-08 | Simplify by using replace instead of replaceAt in loop in connectivity (3) | Julien Nabet |
2022-09-08 | Simplify by using replace instead of replaceAt in loop in connectivity (4) | Julien Nabet |
2022-09-08 | Simplify by using replace instead of replaceAt in loop in connectivity (2) | Julien Nabet |
2022-09-08 | loplugin:unusedmethods | Noel Grandin |
2022-09-08 | loplugin:virtualdead | Noel Grandin |
2022-09-04 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | jsala |