summaryrefslogtreecommitdiff
path: root/idl/inc
AgeCommit message (Expand)AuthorFilesLines
2016-02-23small cleanups in .SDI parserNoel Grandin1-2/+3
2016-02-22loplugin:write only fieldsNoel Grandin2-3/+0
2016-02-17cleanup the Read*() methods in SvIdlParserNoel Grandin2-22/+35
2016-02-17move some more slot parsing to SvIdlParserNoel Grandin2-19/+21
2016-02-17move parsing of method ags into SvIdlParserNoel Grandin2-8/+3
2016-02-16tighten up the attribute parsing, and drop some unused slotsNoel Grandin1-1/+1
2016-02-16parse shell/interface entries in SvIdlParserNoel Grandin4-5/+9
2016-02-15cid#1352218 and cid#1352216 in .SDI parserNoel Grandin1-3/+3
2016-02-15move interface/shell parsing to SvIdlParserNoel Grandin2-5/+7
2016-02-15move item and struct parsing into SvIdlParserNoel Grandin2-5/+9
2016-02-15move include parsing into own methodNoel Grandin1-1/+3
2016-02-12move parsing of enum into SvIdlParserNoel Grandin4-7/+11
2016-02-12move module parsing into SvIdlParser classNoel Grandin2-12/+6
2016-02-12move parsing of "import" into own methodNoel Grandin1-0/+1
2016-02-12bIsModified in SvMetaModule is unusedNoel Grandin1-2/+1
2016-02-12rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter()Noel Grandin1-2/+2
2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin4-7/+14
2016-02-11rename SeekEnd()->SeekToMax()Noel Grandin1-1/+1
2016-02-11simplify SvTokenStream handlingNoel Grandin2-2/+4
2016-02-11GetToken never returns null, so use a referenceNoel Grandin1-5/+5
2016-02-11ReadDelemiter->ReadDelimiterNoel Grandin1-1/+1
2016-02-11create a new class SvIdlParserNoel Grandin2-2/+38
2016-02-11simplify error handling codeNoel Grandin1-0/+1
2016-02-11rename Back2Delemitter->Back2DelimiterNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-09rename aAttrList to aSlotListNoel Grandin1-6/+6
2016-02-09simplify SvMetaObjectMemberStackNoel Grandin2-20/+2
2016-02-09simplify SvSlotElementNoel Grandin3-14/+12
2016-02-09simplify SvClassElementNoel Grandin1-2/+2
2016-02-09unused template methodNoel Grandin1-4/+0
2016-02-09remove some more dead code, found by LCOVNoel Grandin1-2/+2
2016-02-09split MetaTypeType::Class into Interface and ShellNoel Grandin1-3/+1
2016-02-08disambiguate the two GetType methodsNoel Grandin1-1/+1
2016-02-08move isMethod/isVariable down from SvMetaAttribute to SvMetaSlotNoel Grandin2-7/+3
2016-02-08simplify getMangleName()Noel Grandin2-2/+1
2016-02-08SvString is a just thin wrapper around OStringNoel Grandin4-22/+7
2016-02-08format IDL compiler headers a littleNoel Grandin7-86/+65
2016-02-08aMethod is more accurately an SvMetaSlotNoel Grandin1-1/+1
2016-02-08Export attribute only applies to SvMetaSlot, so move it downNoel Grandin2-4/+4
2016-02-08ReadonlyDoc only applies to Slot'sNoel Grandin2-2/+2
2016-02-08cParserChar in SvMetaType is unusedNoel Grandin1-3/+1
2016-02-08aBasicPostfix in SvMetaType is unusedNoel Grandin1-3/+1
2016-02-08remove unused ModulePrefix in *.SDI filesNoel Grandin2-3/+0
2016-02-08remove unused HelpText attribute from *.sdi filesNoel Grandin3-20/+0
2016-02-08remove unnecessary module GUIDs in *.sdi filesNoel Grandin1-2/+0
2016-02-08aTypeList,aAttrList in SvMetaModule are unusedNoel Grandin1-2/+0
2016-02-08SvMetaReference currently serves no purposeNoel Grandin3-15/+2
2016-02-07remove some dead code, found using LCOVNoel Grandin7-59/+6
2016-02-07convert TYPE_ enum to scopedNoel Grandin1-5/+5
2016-02-07TYPE_POINTER is unusedNoel Grandin1-1/+1