Age | Commit message (Expand) | Author |
2022-10-08 | Simplify this code a bit | Mike Kaganski |
2020-12-14 | warning C4189: 'pInst': local variable is initialized but not referenced | Stephan Bergmann |
2020-12-03 | tdf#96505: Get rid of cargo cult long integer literals | Gökhan Özeloğlu |
2020-11-25 | DdeInitializeW, DdeGetLastError, etc. use UINT as status return type | Stephan Bergmann |
2020-11-19 | Clarify DdeData::GetExternalFormat return type | Stephan Bergmann |
2020-11-19 | svl/source/svdde/ddedata.cxx is only compiled on Windows anyway | Stephan Bergmann |
2020-11-11 | make tools::Long 64-bit on Windows platform | Noel Grandin |
2020-09-07 | Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit | Stephan Bergmann |
2020-03-12 | comparison operators should be const | Noel Grandin |
2019-11-26 | loplugin:external (clang-cl) | Stephan Bergmann |
2019-11-24 | cppcheck: performing init in init list (sot/svl/svtools/svx) | Julien Nabet |
2019-10-01 | loplugin:returnconstval (clang-cl) | Stephan Bergmann |
2019-10-01 | loplugin:stringconstant (clang-cl) | Stephan Bergmann |
2019-08-24 | loplugin:returnconstval in svl | Noel Grandin |
2019-08-23 | Mark move ctors/assignments noexcept | Mike Kaganski |
2019-08-22 | loplugin:constmethod in svl | Noel Grandin |
2019-04-13 | use more std::make_unique | Noel Grandin |
2019-01-28 | o3tl::make_unique -> std::make_unique in sax...svtools (except sc) | Gabor Kelemen |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-11-25 | Simplify containers iterations in svgio, svl, svtools | Arkadiy Illarionov |
2018-11-14 | tdf#42949 Fix IWYU warnings in include/svl/* | Gabor Kelemen |
2018-10-21 | tdf#120703 (PVS): redundant nullptr check; loop index size | Mike Kaganski |
2018-10-20 | result of DdeQueryStringW unused | Caolán McNamara |
2018-01-24 | loplugin:emptyif (clang-cl) | Stephan Bergmann |
2018-01-23 | More loplugin:cstylecast on Windows | Stephan Bergmann |
2017-12-19 | svl: Fix possible memleak at deleting DdeService | Takeshi Abe |
2017-11-29 | loplugin:unnecessaryparen (clang-cl) | Stephan Bergmann |
2017-10-16 | svl: Drop unnecessary abstraction of DdeItemImp | Takeshi Abe |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski |
2017-09-22 | Windows: avoid dependence on UNICODE define; prefer W functions | Mike Kaganski |
2017-09-18 | Use even more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-07-17 | loplugin:useuniqueptr: svl (clang-cl) | Stephan Bergmann |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-05-11 | Clean up uses of SAL_U/SAL_W: svl | Stephan Bergmann |
2017-04-19 | loplugin:useuniqueptr (clang-cl) | Stephan Bergmann |
2017-04-05 | loplugin:constantparam part2 | Noel Grandin |
2017-04-04 | Finally switch MSVC to sal_Unicode = char16_t, too | Stephan Bergmann |
2017-03-21 | tdf#96505 - Get rid of cargo cult long integer literals | udaycoder |
2017-01-02 | coverity#1371220 Missing move assignment operator | Caolán McNamara |
2017-01-02 | use std::unique_ptr | Caolán McNamara |
2016-10-15 | clang-cl loplugin: svl | Stephan Bergmann |
2016-10-14 | DdeInternal::InfCallback is unused | Stephan Bergmann |
2016-10-08 | svl: convert DBG_ASSERTs to assert | Michael Stahl |
2016-10-07 | svl: remove #include windows.h from svdde.hxx | Michael Stahl |
2016-10-07 | Revert "More blind fix for --enable-pch Windows builds" | Michael Stahl |
2016-10-07 | More blind fix for --enable-pch Windows builds | Stephan Bergmann |
2016-10-07 | Make _WIN32-only DDE code use proper HCONV | Stephan Bergmann |
2016-10-06 | Replace DdeString conversion opreator with proper function | Stephan Bergmann |
2016-10-05 | Replace DdeData conversion operators with proper functions | Stephan Bergmann |
2016-07-04 | remove comphelper::string::remove | Noel Grandin |