summaryrefslogtreecommitdiff
path: root/tests/in
Commit message (Expand)AuthorAgeFilesLines
* Don't report an error when parsing an empty annotations fileHEADupstream/masterDominik Holland2022-01-271-0/+0
* Improve error handling when parsing annotation filesDominik Holland2022-01-273-0/+9
* Merge branch 'feature/default_values' into developJuergen Bocklage-Ryannel2018-03-082-8/+20
|\
| * Added default values to properties and struct fields.Juergen Bocklage-Ryannel2018-03-082-18/+13
| * adding default values to interface properties and struct membersJuergen Bocklage-Ryannel2018-03-071-0/+17
* | Added test for structs with lists and mapsJuergen Bocklage-Ryannel2018-03-071-0/+4
* | add initial support for profiles and a map with a value type only.Juergen Bocklage-Ryannel2018-03-071-0/+2
|/
* Added better (still not optima) error handling for the parserJuergen Bocklage-Ryannel2017-07-252-1/+6
* doc parser changedJuergen Bocklage-Ryannel2017-07-251-0/+2
* Added is_enumeration to TypeSymbol which is true for enums and flags.Juergen Bocklage-Ryannel2017-07-191-1/+3
* Added test interface propertiesJuergen Bocklage-Ryannel2017-06-191-0/+5
* Merge branch 'develop' of github.com:Pelagicore/qface into developJuergen Bocklage-Ryannel2017-05-091-0/+2
|\
| * Add support for const operations (#44)Mike Krus2017-04-291-0/+2
* | Changed grammar to allow extending other interfaces.Juergen Bocklage-Ryannel2017-04-291-1/+7
|/
* feature constant properties (#38)jryannel2017-04-061-0/+2
* yaml based inline annotations (#31)jryannel2017-04-032-5/+6
* Fixed some issues with annotations. Several attributes should work now and al...Juergen Bocklage-Ryannel2017-03-282-2/+6
* Tags which have no value are treated as flags now. So you can detect them wit...Juergen Bocklage-Ryannel2017-03-271-0/+1
* Added new iteration of structured documentation implementation.Juergen Bocklage-Ryannel2017-03-141-1/+5
* Added parser support for signals. Signals are now an own domain objects and n...Juergen Bocklage-Ryannel2017-02-032-1/+4
* WIP: structured doc support: updated the test casesJuergen Bocklage-Ryannel2017-02-031-2/+2
* Changed all examples files to use JavaDoc tagsJuergen Bocklage-Ryannel2017-02-014-38/+59
* Added initial support for external annotation files using the YAML syntax. Se...Juergen Bocklage-Ryannel2017-01-301-0/+2
* Started to use .qface file extension for interface files. The parse method ac...Juergen Bocklage-Ryannel2017-01-084-0/+0
* tags can now appear several times and need to have the form @name([key=value]*)Juergen Bocklage-Ryannel2017-01-071-0/+1
* Added initial tag support. Everywhere where you can add a comment you can als...Juergen Bocklage-Ryannel2017-01-052-0/+3
* cleanup code before open sourcingJuergen Bocklage-Ryannel2016-11-304-3/+3
* Added support for module versions.Juergen Bocklage-Ryannel2016-11-304-4/+5
* Added checking of import module for external types. Gives a warning if type i...Juergen Bocklage-Ryannel2016-11-301-0/+4
* Added auto increment feature to enums and flags. enum will increment by +1 an...Juergen Bocklage-Ryannel2016-11-301-4/+10
* Added a 2nd pass resolving listener, which resolves the referenced complex ty...Juergen Bocklage-Ryannel2016-11-301-0/+19
* Renamed attribute to property everywhereJuergen Bocklage-Ryannel2016-11-301-1/+1
* Renamed face files to QDL and changed package identified in grammar and every...Juergen Bocklage-Ryannel2016-11-303-3/+3
* Update all template files to the new grammar and testsJuergen Bocklage-Ryannel2016-11-303-4/+4
* Fixed the tests again. Copied the face files into the tests folder to make th...Juergen Bocklage-Ryannel2016-11-303-0/+198