summaryrefslogtreecommitdiffstats
path: root/idl
Commit message (Expand)AuthorAgeFilesLines
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-182-15/+0
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-282-7/+7
* loplugin:constantparam in idlNoel Grandin2016-03-234-9/+4
* Remove some unused include stdioJulien Nabet2016-03-127-8/+0
* loplugin:constantparam in idlNoel Grandin2016-03-093-4/+4
* loplugin:write only fieldsNoel Grandin2016-03-072-10/+8
* methods in .SDI files don't use attributesNoel Grandin2016-02-231-21/+15
* cid#1353438 Logically dead codeNoel Grandin2016-02-232-11/+5
* small cleanups in .SDI parserNoel Grandin2016-02-234-22/+30
* new loplugin: commaoperatorNoel Grandin2016-02-231-7/+28
* loplugin:write only fieldsNoel Grandin2016-02-223-5/+0
* cleanup the Read*() methods in SvIdlParserNoel Grandin2016-02-173-74/+113
* move some more slot parsing to SvIdlParserNoel Grandin2016-02-173-32/+46
* move parsing of method ags into SvIdlParserNoel Grandin2016-02-173-12/+23
* tighten up the attribute parsing, and drop some unused slotsNoel Grandin2016-02-162-7/+8
* parse shell/interface entries in SvIdlParserNoel Grandin2016-02-166-7/+127
* 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