1. fbd2318 loplugin:unusedfields by Noel Grandin · 10 years ago
  2. ea5a5b1 tdf#99589 - tolower / toupper - dangerous to Turks ... by Gökhan Gurbetoğlu · 10 years ago
  3. 3e53c6b move the attribute parsing code to SvParser by Noel Grandin · 10 years ago
  4. 5a39ad3 move the method param parsing code into SvParser by Noel Grandin · 10 years ago
  5. dc1df1b simplify parser by Noel Grandin · 10 years ago
  6. 62d2701 tools: rename SvStream::Read/Write to ReadBytes/WriteBytes by Michael Stahl · 10 years ago
  7. f3c1d24 loplugin:constantparams by Noel Grandin · 10 years ago
  8. 53bc542 STREAM_STD_READ already includes StreamMode::NOCREATE by Takeshi Abe · 10 years ago
  9. 2b99f83 tdf#99589 tolower / toupper - dangerous to Turks ... by apurvapriyadarshi · 10 years ago
  10. 509f0c6 loplugin:unusedreturntypes by Noel Grandin · 10 years ago
  11. 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
  12. 43b4903 teach stylepolice plugin about ref-counted-pointer naming by Noel Grandin · 10 years ago
  13. 5b79f5a loplugin:constantparam in idl by Noel Grandin · 10 years ago
  14. 33b2d58 Remove some unused include stdio by Julien Nabet · 10 years ago
  15. ed4375c loplugin:constantparam in idl by Noel Grandin · 10 years ago
  16. b2fb844 loplugin:write only fields by Noel Grandin · 10 years ago
  17. 799eab3 methods in .SDI files don't use attributes by Noel Grandin · 10 years ago
  18. 1e6dfe4 cid#1353438 Logically dead code by Noel Grandin · 10 years ago
  19. 2027679 small cleanups in .SDI parser by Noel Grandin · 10 years ago
  20. c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
  21. db80671 loplugin:write only fields by Noel Grandin · 10 years ago
  22. b94272a cleanup the Read*() methods in SvIdlParser by Noel Grandin · 10 years ago
  23. cd3bb30 move some more slot parsing to SvIdlParser by Noel Grandin · 10 years ago
  24. 0f8f733 move parsing of method ags into SvIdlParser by Noel Grandin · 10 years ago
  25. aa8c854 tighten up the attribute parsing, and drop some unused slots by Noel Grandin · 10 years ago
  26. 314cb54 parse shell/interface entries in SvIdlParser by Noel Grandin · 10 years ago
  27. 645394f0 cid#1352218 and cid#1352216 in .SDI parser by Noel Grandin · 10 years ago
  28. f7520bb move interface/shell parsing to SvIdlParser by Noel Grandin · 10 years ago
  29. ac43283 move item and struct parsing into SvIdlParser by Noel Grandin · 10 years ago
  30. d4a10f0 move include parsing into own method by Noel Grandin · 10 years ago
  31. a739f77 missing include by Stephan Bergmann · 10 years ago
  32. b27dcab move parsing of enum into SvIdlParser by Noel Grandin · 10 years ago
  33. f3f533f move module parsing into SvIdlParser class by Noel Grandin · 10 years ago
  34. e6029684 move parsing of "import" into own method by Noel Grandin · 10 years ago
  35. 62225ee bIsModified in SvMetaModule is unused by Noel Grandin · 10 years ago
  36. 0c6d6aa rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter() by Noel Grandin · 10 years ago
  37. 8db11c9 fix dead code warning on Windows by Noel Grandin · 10 years ago
  38. 4e13a69 use exceptions for error handling in .SDI parsing by Noel Grandin · 10 years ago
  39. 489dd902 rename SeekEnd()->SeekToMax() by Noel Grandin · 10 years ago
  40. 33e128b simplify SvTokenStream handling by Noel Grandin · 10 years ago
  41. 09d58f7 GetToken never returns null, so use a reference by Noel Grandin · 10 years ago
  42. cf6c21e ReadDelemiter->ReadDelimiter by Noel Grandin · 10 years ago
  43. 78a072f improve the parsing loop for the module keyword by Noel Grandin · 10 years ago
  44. 401b746 create a new class SvIdlParser by Noel Grandin · 10 years ago
  45. 6b00d85 we don't use the optional "(" in import statements in .SDI files by Noel Grandin · 10 years ago
  46. d542cf3 spelling by Noel Grandin · 10 years ago
  47. 8137280 simplify some OStringBuffer code by Noel Grandin · 10 years ago
  48. 4bcc7dd simplify error handling code by Noel Grandin · 10 years ago
  49. e755ac7 rename Back2Delemitter->Back2Delimiter by Noel Grandin · 10 years ago
  50. ae7f6dc use WriteOString to reduce the code a little by Noel Grandin · 10 years ago
  51. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  52. 3c14d8f rename aAttrList to aSlotList by Noel Grandin · 10 years ago
  53. cfa4ba4 simplify SvMetaObjectMemberStack by Noel Grandin · 10 years ago
  54. 8bbcbce simplify SvSlotElement by Noel Grandin · 10 years ago
  55. 8d6e489 simplify SvClassElement by Noel Grandin · 10 years ago
  56. e6693de unused template method by Noel Grandin · 10 years ago
  57. c7b66c19 remove some more dead code, found by LCOV by Noel Grandin · 10 years ago
  58. 7a6c044 split MetaTypeType::Class into Interface and Shell by Noel Grandin · 10 years ago
  59. c4f056c disambiguate the two GetType methods by Noel Grandin · 10 years ago
  60. 898061f move isMethod/isVariable down from SvMetaAttribute to SvMetaSlot by Noel Grandin · 10 years ago
  61. afa1779 simplify getMangleName() by Noel Grandin · 10 years ago
  62. d61b450 SvString is a just thin wrapper around OString by Noel Grandin · 10 years ago
  63. 04e22be format IDL compiler headers a little by Noel Grandin · 10 years ago
  64. 81c82ca aMethod is more accurately an SvMetaSlot by Noel Grandin · 10 years ago
  65. 760b86a Export attribute only applies to SvMetaSlot, so move it down by Noel Grandin · 10 years ago
  66. 1795bb2 ReadonlyDoc only applies to Slot's by Noel Grandin · 10 years ago
  67. b2c7ea1 cParserChar in SvMetaType is unused by Noel Grandin · 10 years ago
  68. 37458b7 aBasicPostfix in SvMetaType is unused by Noel Grandin · 10 years ago
  69. e137c40 remove unused ModulePrefix in *.SDI files by Noel Grandin · 10 years ago
  70. 8a79d04 remove unused HelpText attribute from *.sdi files by Noel Grandin · 10 years ago
  71. aa9b67d remove unnecessary module GUIDs in *.sdi files by Noel Grandin · 10 years ago
  72. f5a2836 aTypeList,aAttrList in SvMetaModule are unused by Noel Grandin · 10 years ago
  73. f408ced SvMetaReference currently serves no purpose by Noel Grandin · 10 years ago
  74. 0b7337b remove some dead code, found using LCOV by Noel Grandin · 10 years ago
  75. e90f4e1 convert TYPE_ enum to scoped by Noel Grandin · 10 years ago
  76. 128c4c4 TYPE_POINTER is unused by Noel Grandin · 10 years ago
  77. 5d410b5 remove CALL enum and associated code paths by Noel Grandin · 10 years ago
  78. 375cc8d convert SVTOKEN_ENUM to scoped enum by Noel Grandin · 10 years ago
  79. 8beb3e7 .SDI compiler: expand out some typedefs by Noel Grandin · 10 years ago
  80. d932eb9 remove unused Hidden/Description/UnoName from .SDI files by Noel Grandin · 10 years ago
  81. 6b0279c remove unused typedef in .SDI files by Noel Grandin · 10 years ago
  82. ffacdae remove unused union from .SDI files by Noel Grandin · 10 years ago
  83. 71f2f88 remove unused int/char/map/ItemName/AllConfig from .SDI files by Noel Grandin · 10 years ago
  84. 8cb1c1e remove unused SlotId/Volatile from .SDI files by Noel Grandin · 10 years ago
  85. 353b9b4 remove unused HelpContext/Name/UCHAR/USHORT from .SDI files by Noel Grandin · 10 years ago
  86. 520bb08 remove unused in/out/inout from .SDI files by Noel Grandin · 10 years ago
  87. 7f5de24 remove unused Default from .SDI files by Noel Grandin · 10 years ago
  88. c8c856b remove unused HelpFile from .SDI files by Noel Grandin · 10 years ago
  89. e02d634 remove unused SvName from .SDI files by Noel Grandin · 10 years ago
  90. 8763140 remove unused SbxName from .SDI files by Noel Grandin · 10 years ago
  91. 1c3649c remove unused OdlName from .SDI files by Noel Grandin · 10 years ago
  92. 90942b2 remove unused TypeLib from .SDI files by Noel Grandin · 10 years ago
  93. 1149040 remove unused UUID and VERSION from .SDI files by Noel Grandin · 10 years ago
  94. f811edf remove unused Readonly from .SDI files by Noel Grandin · 10 years ago
  95. fd97858 remove unused Automation from .SDI files by Noel Grandin · 10 years ago
  96. 7236df4 remove unused Compare method by Noel Grandin · 10 years ago
  97. b5cf88f remove unused ConfigName from .SDI files by Noel Grandin · 10 years ago
  98. ccbed01 remove unused GET/SET/STATUSBARCONFIG in .SDI files by Noel Grandin · 10 years ago
  99. 44e48e3 remove unused RecordManual from SDI files by Noel Grandin · 10 years ago
  100. 228a570 remove unused HasDialog from SDI files by Noel Grandin · 10 years ago