Skip to content
Snippets Groups Projects
  1. Aug 10, 2019
  2. Aug 06, 2019
  3. Aug 04, 2019
  4. Aug 03, 2019
  5. Aug 02, 2019
  6. Aug 01, 2019
  7. Jul 30, 2019
  8. Jul 29, 2019
  9. Jul 26, 2019
  10. Jul 23, 2019
  11. Jul 02, 2019
  12. Jul 01, 2019
    • Daniel Gerhardt's avatar
      a06f3c0a
    • Daniel Gerhardt's avatar
      Fix code style violations regarding comments · f8bafdff
      Daniel Gerhardt authored
      * Removed obsolete commented-out code.
      * Fixed indentation of commented out code.
      * Added FIXME comments where old code still has to be migrated.
      f8bafdff
    • Daniel Gerhardt's avatar
      Fix multiple code style violations · 387c6347
      Daniel Gerhardt authored
      Rules:
      * (naming) ParameterName
      * (naming) LocalVariableName
      * (naming) MemberName
      * (naming) InterfaceTypeParameterName
      * (naming) AbbreviationAsWordInName
      * (modifier) ModifierOrder
      * (blocks) NeedBraces
      * (coding) OneStatementPerLine
      * (coding) MultipleVariableDeclarations
      * (coding) VariableDeclarationUsageDistance
      * (coding) MissingSwitchDefault
      * (coding) OverloadMethodsDeclarationOrder
      * (extension) RightCurlySame
      * (misc) ArrayTypeStyle
      387c6347