summaryrefslogtreecommitdiffstats
path: root/idl
Commit message (Expand)AuthorAgeFilesLines
* cid#1352218 and cid#1352216 in .SDI parserNoel Grandin2016-02-153-46/+16
* move interface/shell parsing to SvIdlParserNoel Grandin2016-02-154-59/+60
* move item and struct parsing into SvIdlParserNoel Grandin2016-02-155-81/+92
* move include parsing into own methodNoel Grandin2016-02-152-75/+81
* missing includeStephan Bergmann2016-02-121-0/+2
* move parsing of enum into SvIdlParserNoel Grandin2016-02-127-91/+110
* move module parsing into SvIdlParser classNoel Grandin2016-02-124-171/+168
* move parsing of "import" into own methodNoel Grandin2016-02-122-20/+27
* bIsModified in SvMetaModule is unusedNoel Grandin2016-02-122-5/+2
* rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter()Noel Grandin2016-02-127-23/+23
* fix dead code warning on WindowsNoel Grandin2016-02-111-3/+1
* use exceptions for error handling in .SDI parsingNoel Grandin2016-02-1112-194/+137
* rename SeekEnd()->SeekToMax()Noel Grandin2016-02-112-2/+2
* simplify SvTokenStream handlingNoel Grandin2016-02-115-29/+11
* GetToken never returns null, so use a referenceNoel Grandin2016-02-119-129/+124
* ReadDelemiter->ReadDelimiterNoel Grandin2016-02-113-5/+5
* improve the parsing loop for the module keywordNoel Grandin2016-02-111-7/+1
* create a new class SvIdlParserNoel Grandin2016-02-116-65/+132
* we don't use the optional "(" in import statements in .SDI filesNoel Grandin2016-02-111-2/+1
* spellingNoel Grandin2016-02-111-9/+9
* simplify some OStringBuffer codeNoel Grandin2016-02-112-10/+4
* simplify error handling codeNoel Grandin2016-02-117-45/+21
* rename Back2Delemitter->Back2DelimiterNoel Grandin2016-02-113-4/+4
* use WriteOString to reduce the code a littleNoel Grandin2016-02-114-67/+64
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* rename aAttrList to aSlotListNoel Grandin2016-02-094-20/+20
* simplify SvMetaObjectMemberStackNoel Grandin2016-02-094-22/+4
* simplify SvSlotElementNoel Grandin2016-02-095-42/+33
* simplify SvClassElementNoel Grandin2016-02-092-14/+14
* unused template methodNoel Grandin2016-02-091-4/+0
* remove some more dead code, found by LCOVNoel Grandin2016-02-093-37/+5
* split MetaTypeType::Class into Interface and ShellNoel Grandin2016-02-093-19/+13
* disambiguate the two GetType methodsNoel Grandin2016-02-084-11/+11
* move isMethod/isVariable down from SvMetaAttribute to SvMetaSlotNoel Grandin2016-02-084-22/+6
* simplify getMangleName()Noel Grandin2016-02-084-15/+6
* SvString is a just thin wrapper around OStringNoel Grandin2016-02-0811-64/+49
* format IDL compiler headers a littleNoel Grandin2016-02-088-100/+70
* aMethod is more accurately an SvMetaSlotNoel Grandin2016-02-081-1/+1
* Export attribute only applies to SvMetaSlot, so move it downNoel Grandin2016-02-084-24/+24
* ReadonlyDoc only applies to Slot'sNoel Grandin2016-02-084-11/+11
* cParserChar in SvMetaType is unusedNoel Grandin2016-02-083-21/+15
* aBasicPostfix in SvMetaType is unusedNoel Grandin2016-02-083-19/+15
* remove unused ModulePrefix in *.SDI filesNoel Grandin2016-02-084-5/+0
* remove unused HelpText attribute from *.sdi filesNoel Grandin2016-02-086-29/+2
* remove unnecessary module GUIDs in *.sdi filesNoel Grandin2016-02-082-15/+0
* aTypeList,aAttrList in SvMetaModule are unusedNoel Grandin2016-02-082-8/+0
* SvMetaReference currently serves no purposeNoel Grandin2016-02-086-37/+5
* remove some dead code, found using LCOVNoel Grandin2016-02-0714-240/+42
* convert TYPE_ enum to scopedNoel Grandin2016-02-074-29/+26
* TYPE_POINTER is unusedNoel Grandin2016-02-071-1/+1