Age | Commit message (Expand) | Author |
2016-12-19 | vcl: separate ImplImageTree - ImageTree singleton and public iface | Tomaž Vajngerl |
2016-12-19 | ScrollableWrapper -> ScrollableDialog | Noel Grandin |
2016-12-18 | On Windows, #include <process.h> for getpid | Stephan Bergmann |
2016-12-18 | loplugin:vclwidgets: Adapt check for 'assert' for MSVCRT | Stephan Bergmann |
2016-12-18 | loplugin:stringconstant: Adapt to definition of OSL_THIS_FUNC on Windows | Stephan Bergmann |
2016-12-18 | loplugin:stringconcat: Adapt to definition of OSL_THIS_FUNC on Windows | Stephan Bergmann |
2016-12-18 | Work around problem with poor gperf-generated code under clang-cl | Stephan Bergmann |
2016-12-18 | loplugin:fpcomparison: Whitelist some Windows-only functions | Stephan Bergmann |
2016-12-18 | loplugin:commaoperator: Ignore occurrence in FD_SET expansion on Windows | Stephan Bergmann |
2016-12-18 | Chose better diagnostic location | Stephan Bergmann |
2016-12-18 | Generalize typedef-to-void* check in loplugin:redundantcast | Stephan Bergmann |
2016-12-18 | Rename cdecl -> classdecl (MSVC treats the former like a keyword) | Stephan Bergmann |
2016-12-17 | Adapt to no-longer explicit OUStringLiteral ctor | Stephan Bergmann |
2016-12-16 | Make move detection in loplugin::passstuffbyref work for parenthesized cases | Stephan Bergmann |
2016-12-16 | Make move detection in loplugin:passstuffbyref work with MSVCRT | Stephan Bergmann |
2016-12-15 | disable the 'two different log areas in the same file' loplugin check | Noel Grandin |
2016-12-15 | teach sallogareas plugin to catch inconsistencies | Noel Grandin |
2016-12-14 | Merge shell into TaskManager base class | Stephan Bergmann |
2016-12-14 | Disambiguate clang::StringLiteral | Stephan Bergmann |
2016-12-14 | Check that VclPtr is only instantiated with appropriate types | Stephan Bergmann |
2016-12-12 | Prevent use of ORowSetValue with sal_Bool as TINYINT | Stephan Bergmann |
2016-12-12 | Whitelist aLogger, in FormulaLogger& FormulaLogger::get() | Tor Lillqvist |
2016-12-09 | No need for rtl::Reference friend, no need for #include vclptr.hxx | Stephan Bergmann |
2016-12-09 | Catch some misuses of VclPtr construction | Stephan Bergmann |
2016-12-08 | sw: remove some inline version control in uibase | Miklos Vajna |
2016-12-07 | Replace calls to get(Qualified)NameAsString with stuff from check.hxx | Stephan Bergmann |
2016-12-06 | new loplugin/rewriter comparisonwithconstant | Noel Grandin |
2016-12-05 | loplugin:unnecessaryoverride (dtors) | Stephan Bergmann |
2016-12-05 | make passstuffbyref plugin ignore std::move'd params | Noel Grandin |
2016-12-01 | Missing include | Stephan Bergmann |
2016-11-29 | loplugin:vclwidgets check for assigning from VclPt<T> to T* | Noel Grandin |
2016-11-25 | loplugin:stringconstant: look into 'char const * const var = "..."' | Stephan Bergmann |
2016-11-25 | Clean up CLANG_VERSION check | Stephan Bergmann |
2016-11-25 | Clean up PPCallbacks compatiblity fix | Stephan Bergmann |
2016-11-24 | Blind fix for Clang 3.6 | Stephan Bergmann |
2016-11-24 | CompilerTest_compilerplugins_clang: fix this to work with clang-3.7 | Miklos Vajna |
2016-11-23 | loplugin field-can-be-private in include/vcl..xmlscript | Noel Grandin |
2016-11-22 | New loplugin:oslendian | Stephan Bergmann |
2016-11-22 | can-be-private analysis needs to ignore virtual methods | Noel Grandin |
2016-11-21 | FieldDecl::getParent fires assert for Objective C @interface members | Stephan Bergmann |
2016-11-21 | new loplugin datamembershadow | Noel Grandin |
2016-11-17 | extend unusedfields loplugin to find fields that can be private | Noel Grandin |
2016-11-16 | update couple of loplugins for move constructors | Noel Grandin |
2016-11-16 | Reduce noise for irrelevant warnings somewhat | Stephan Bergmann |
2016-11-16 | new loplugin finalprotected | Noel Grandin |
2016-11-15 | New compilerplugins/clang unit tests | Stephan Bergmann |
2016-11-14 | CXXDestructorDecl is already handled | Stephan Bergmann |
2016-11-14 | ignore constructors for method-can-be-private analysis | Noel Grandin |
2016-11-14 | tdf#68118: Pass current document frame to SvxScriptSelectorDialog | Mike Kaganski |
2016-11-11 | update vclwidget loplugin to find ref-dropping assigment | Noel Grandin |