summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Expand)Author
2016-02-12rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter()Noel Grandin
2016-02-11fix dead code warning on WindowsNoel Grandin
2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin
2016-02-11rename SeekEnd()->SeekToMax()Noel Grandin
2016-02-11simplify SvTokenStream handlingNoel Grandin
2016-02-11GetToken never returns null, so use a referenceNoel Grandin
2016-02-11ReadDelemiter->ReadDelimiterNoel Grandin
2016-02-11improve the parsing loop for the module keywordNoel Grandin
2016-02-11create a new class SvIdlParserNoel Grandin
2016-02-11we don't use the optional "(" in import statements in .SDI filesNoel Grandin
2016-02-11spellingNoel Grandin
2016-02-11simplify some OStringBuffer codeNoel Grandin
2016-02-11simplify error handling codeNoel Grandin
2016-02-11rename Back2Delemitter->Back2DelimiterNoel Grandin
2016-02-11use WriteOString to reduce the code a littleNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09rename aAttrList to aSlotListNoel Grandin
2016-02-09simplify SvMetaObjectMemberStackNoel Grandin
2016-02-09simplify SvSlotElementNoel Grandin
2016-02-09simplify SvClassElementNoel Grandin
2016-02-09unused template methodNoel Grandin
2016-02-09remove some more dead code, found by LCOVNoel Grandin
2016-02-09split MetaTypeType::Class into Interface and ShellNoel Grandin
2016-02-08disambiguate the two GetType methodsNoel Grandin
2016-02-08move isMethod/isVariable down from SvMetaAttribute to SvMetaSlotNoel Grandin
2016-02-08simplify getMangleName()Noel Grandin
2016-02-08SvString is a just thin wrapper around OStringNoel Grandin
2016-02-08format IDL compiler headers a littleNoel Grandin
2016-02-08aMethod is more accurately an SvMetaSlotNoel Grandin
2016-02-08Export attribute only applies to SvMetaSlot, so move it downNoel Grandin
2016-02-08ReadonlyDoc only applies to Slot'sNoel Grandin
2016-02-08cParserChar in SvMetaType is unusedNoel Grandin
2016-02-08aBasicPostfix in SvMetaType is unusedNoel Grandin
2016-02-08remove unused ModulePrefix in *.SDI filesNoel Grandin
2016-02-08remove unused HelpText attribute from *.sdi filesNoel Grandin
2016-02-08remove unnecessary module GUIDs in *.sdi filesNoel Grandin
2016-02-08aTypeList,aAttrList in SvMetaModule are unusedNoel Grandin
2016-02-08SvMetaReference currently serves no purposeNoel Grandin
2016-02-07remove some dead code, found using LCOVNoel Grandin
2016-02-07convert TYPE_ enum to scopedNoel Grandin
2016-02-07TYPE_POINTER is unusedNoel Grandin
2016-02-07remove CALL enum and associated code pathsNoel Grandin
2016-02-07convert SVTOKEN_ENUM to scoped enumNoel Grandin
2016-02-07.SDI compiler: expand out some typedefsNoel Grandin
2016-02-05remove unused Hidden/Description/UnoName from .SDI filesNoel Grandin
2016-02-05remove unused typedef in .SDI filesNoel Grandin
2016-02-05remove unused union from .SDI filesNoel Grandin
2016-02-05remove unused int/char/map/ItemName/AllConfig from .SDI filesNoel Grandin
2016-02-05remove unused SlotId/Volatile from .SDI filesNoel Grandin
2016-02-05remove unused HelpContext/Name/UCHAR/USHORT from .SDI filesNoel Grandin