Age | Commit message (Expand) | Author |
2016-06-06 | tools: rename SvStream::Read/Write to ReadBytes/WriteBytes | Michael Stahl |
2016-06-02 | STREAM_STD_READ already includes StreamMode::NOCREATE | Takeshi Abe |
2016-04-28 | teach stylepolice plugin about ref-counted-pointer naming | Noel Grandin |
2016-03-23 | loplugin:constantparam in idl | Noel Grandin |
2016-03-09 | loplugin:constantparam in idl | Noel Grandin |
2016-02-23 | methods in .SDI files don't use attributes | Noel Grandin |
2016-02-23 | cid#1353438 Logically dead code | Noel Grandin |
2016-02-23 | small cleanups in .SDI parser | Noel Grandin |
2016-02-22 | loplugin:write only fields | Noel Grandin |
2016-02-17 | cleanup the Read*() methods in SvIdlParser | Noel Grandin |
2016-02-17 | move some more slot parsing to SvIdlParser | Noel Grandin |
2016-02-17 | move parsing of method ags into SvIdlParser | Noel Grandin |
2016-02-16 | tighten up the attribute parsing, and drop some unused slots | Noel Grandin |
2016-02-16 | parse shell/interface entries in SvIdlParser | Noel Grandin |
2016-02-15 | cid#1352218 and cid#1352216 in .SDI parser | Noel Grandin |
2016-02-15 | move interface/shell parsing to SvIdlParser | Noel Grandin |
2016-02-15 | move item and struct parsing into SvIdlParser | Noel Grandin |
2016-02-15 | move include parsing into own method | Noel Grandin |
2016-02-12 | missing include | Stephan Bergmann |
2016-02-12 | move parsing of enum into SvIdlParser | Noel Grandin |
2016-02-12 | move module parsing into SvIdlParser class | Noel Grandin |
2016-02-12 | move parsing of "import" into own method | Noel Grandin |
2016-02-11 | use exceptions for error handling in .SDI parsing | Noel Grandin |
2016-02-11 | rename SeekEnd()->SeekToMax() | Noel Grandin |
2016-02-11 | simplify SvTokenStream handling | Noel Grandin |
2016-02-11 | GetToken never returns null, so use a reference | Noel Grandin |
2016-02-11 | improve the parsing loop for the module keyword | Noel Grandin |
2016-02-11 | create a new class SvIdlParser | Noel Grandin |
2016-02-11 | we don't use the optional "(" in import statements in .SDI files | Noel Grandin |
2016-02-11 | simplify some OStringBuffer code | Noel Grandin |
2016-02-11 | simplify error handling code | Noel Grandin |
2016-02-11 | use WriteOString to reduce the code a little | Noel Grandin |
2016-02-09 | rename aAttrList to aSlotList | Noel Grandin |
2016-02-09 | simplify SvMetaObjectMemberStack | Noel Grandin |
2016-02-08 | SvString is a just thin wrapper around OString | Noel Grandin |
2016-02-08 | cParserChar in SvMetaType is unused | Noel Grandin |
2016-02-08 | aBasicPostfix in SvMetaType is unused | Noel Grandin |
2016-02-08 | remove unused ModulePrefix in *.SDI files | Noel Grandin |
2016-02-08 | remove unused HelpText attribute from *.sdi files | Noel Grandin |
2016-02-07 | remove some dead code, found using LCOV | Noel Grandin |
2016-02-07 | remove CALL enum and associated code paths | Noel Grandin |
2016-02-07 | .SDI compiler: expand out some typedefs | Noel Grandin |
2016-02-05 | remove unused Hidden/Description/UnoName from .SDI files | Noel Grandin |
2016-02-05 | remove unused typedef in .SDI files | Noel Grandin |
2016-02-05 | remove unused union from .SDI files | Noel Grandin |
2016-02-05 | remove unused int/char/map/ItemName/AllConfig from .SDI files | Noel Grandin |
2016-02-05 | remove unused SlotId/Volatile from .SDI files | Noel Grandin |
2016-02-05 | remove unused HelpContext/Name/UCHAR/USHORT from .SDI files | Noel Grandin |
2016-02-05 | remove unused in/out/inout from .SDI files | Noel Grandin |
2016-02-05 | remove unused Default from .SDI files | Noel Grandin |