summaryrefslogtreecommitdiff
path: root/unoidl/source/sourceprovider-parser.y
AgeCommit message (Expand)AuthorFilesLines
2014-02-24Yet another one undefined comparison of 'const' and a 'non-const' iteratorsDouglas Mencken1-1/+1
2013-11-27Silence false "may be used uninitialized" warningsStephan Bergmann1-2/+5
2013-11-26Fix unoidl sourceprovider old-style service duplicate member checksStephan Bergmann1-11/+45
2013-11-26Remove outdated TODO (@deprecated annotation are handled fine)Stephan Bergmann1-1/+0
2013-11-26Duplicate base checking code already covers check for opt base != XInterfaceStephan Bergmann1-1/+0
2013-11-25Fix unoidl sourceprovider interface base and member checksStephan Bergmann1-63/+488
2013-11-22Fix unoidl sourceprovider polystruct argument checksStephan Bergmann1-30/+37
2013-11-22Fix unoidl sourceprovider typedef checkStephan Bergmann1-6/+6
2013-11-22Fix unoidl sourceprovider recursive struct/exception member checkStephan Bergmann1-1/+8
2013-11-22Fix unoidl sourceprovider "published" checksStephan Bergmann1-57/+342
2013-10-15Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann1-5/+2
2013-09-20Reject "too similar" service constructorsStephan Bergmann1-16/+79
2013-09-20Certain UNOIDL typedefs are forbidden for historic reasonsStephan Bergmann1-1/+16
2013-09-19Handle special case -(2^63) correctlyStephan Bergmann1-8/+12
2013-09-19typoStephan Bergmann1-1/+1
2013-09-18-WshadowStephan Bergmann1-2/+2
2013-09-17&& vs. & typosStephan Bergmann1-9/+9
2013-09-17Fix build with Bison 3Khaled Hosny1-1/+1
2013-09-17Move full file parsing logic to sourceprovider-parser.yStephan Bergmann1-0/+87
2013-09-17Detect reuse of module names for other entitiesStephan Bergmann1-2/+33
2013-09-12Fix C++11'ismStephan Bergmann1-2/+2
2013-09-12WIP: additional unoidl::Provider that directly reads from .idl filesStephan Bergmann1-0/+3631