Age | Commit message (Expand) | Author |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-09 | loplugin:staticmethods | Noel Grandin |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-23 | cppcheck: add some explicits | Caolán McNamara |
2015-02-26 | cppcheck: variableScope | Caolán McNamara |
2015-02-10 | cppcheck: variableScope | Caolán McNamara |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-20 | Some more loplugin:cstylecast: xmlsecurity | Stephan Bergmann |
2015-01-19 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2014-12-18 | xmlsecurity: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-08 | Typo "mehtod" -> "method" | Stephan Bergmann |
2014-12-04 | Bin noise comments | Tor Lillqvist |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini |
2014-10-20 | coverity#982248 Unchecked return value | Caolán McNamara |
2014-10-15 | loplugin: cstylecast | Noel Grandin |
2014-10-01 | fdo#82577: Handle Time | Noel Grandin |
2014-08-12 | Get rid of xmlsec_trace() and use SAL_INFO("xmlsecurity.xmlsec") | Tor Lillqvist |
2014-06-04 | update_pch: add a bunch of pch files | Thomas Arnhold |
2014-05-24 | cppcheck: Prefer prefix ++/-- operators | Julien Nabet |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-19 | fix-includes.pl: xmlsecurity | Thomas Arnhold |
2014-05-14 | Find places where uno::Sequence is passed by value. | Noel Grandin |
2014-05-11 | coverity#982735 Negative loop bound | Caolán McNamara |
2014-04-24 | coverity#707488 Uncaught exception | Caolán McNamara |
2014-04-24 | coverity#707489 Uncaught exception | Caolán McNamara |
2014-04-24 | coverity#707490 Uncaught exception | Caolán McNamara |
2014-04-24 | xmlsecurity: sal_Bool->bool | Noel Grandin |
2014-04-19 | WaE: Unreferenced function definition [loplugin:unreffun] | Tor Lillqvist |
2014-04-19 | fixincludeguards.sh: xmlsecurity | Thomas Arnhold |
2014-04-14 | Clean up function declarations | Stephan Bergmann |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-04 | fdo#54938: Convert some places to use cppu::supportsService | Marcos Paulo de Souza |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-01-17 | Convert xmlsecurity to cppu::supportsService | Alexandre Vicenzi |
2013-11-19 | remove most use of RTL_CONSTASCII_USTRINGPARAM macro | Noel Grandin |
2013-11-07 | remove unnecessary use of OUString constructor in XMLSECURITY module | Noel Grandin |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-08-18 | fdo#57950: Remove some chained appends in xmlsecurity | Jelle van der Waa |
2013-08-17 | Revert "fdo#57950: Remove some chained appends in xmlsecurity" | Andrzej J.R. Hunt |
2013-08-17 | fdo#57950: Remove some chained appends in xmlsecurity | Jelle van der Waa |
2013-07-24 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Jelle van der Waa |
2013-07-22 | Mark as const | Takeshi Abe |