Age | Commit message (Expand) | Author |
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 | ReadDelemiter->ReadDelimiter | 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 | spelling | Noel Grandin |
2016-02-11 | simplify some OStringBuffer code | Noel Grandin |
2016-02-11 | simplify error handling code | Noel Grandin |
2016-02-11 | rename Back2Delemitter->Back2Delimiter | Noel Grandin |
2016-02-11 | use WriteOString to reduce the code a little | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-09 | rename aAttrList to aSlotList | Noel Grandin |
2016-02-09 | simplify SvMetaObjectMemberStack | Noel Grandin |
2016-02-09 | simplify SvSlotElement | Noel Grandin |
2016-02-09 | simplify SvClassElement | Noel Grandin |
2016-02-09 | unused template method | Noel Grandin |
2016-02-09 | remove some more dead code, found by LCOV | Noel Grandin |
2016-02-09 | split MetaTypeType::Class into Interface and Shell | Noel Grandin |
2016-02-08 | disambiguate the two GetType methods | Noel Grandin |
2016-02-08 | move isMethod/isVariable down from SvMetaAttribute to SvMetaSlot | Noel Grandin |
2016-02-08 | simplify getMangleName() | Noel Grandin |
2016-02-08 | SvString is a just thin wrapper around OString | Noel Grandin |
2016-02-08 | format IDL compiler headers a little | Noel Grandin |
2016-02-08 | aMethod is more accurately an SvMetaSlot | Noel Grandin |
2016-02-08 | Export attribute only applies to SvMetaSlot, so move it down | Noel Grandin |
2016-02-08 | ReadonlyDoc only applies to Slot's | 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-08 | remove unnecessary module GUIDs in *.sdi files | Noel Grandin |
2016-02-08 | aTypeList,aAttrList in SvMetaModule are unused | Noel Grandin |
2016-02-08 | SvMetaReference currently serves no purpose | Noel Grandin |
2016-02-07 | remove some dead code, found using LCOV | Noel Grandin |
2016-02-07 | convert TYPE_ enum to scoped | Noel Grandin |
2016-02-07 | TYPE_POINTER is unused | Noel Grandin |
2016-02-07 | remove CALL enum and associated code paths | Noel Grandin |
2016-02-07 | convert SVTOKEN_ENUM to scoped enum | 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 |
2016-02-05 | remove unused HelpFile from .SDI files | Noel Grandin |