aboutsummaryrefslogtreecommitdiffstats
path: root/qface/idl
Commit message (Expand)AuthorAgeFilesLines
* Improve error handling when parsing annotation filesDominik Holland2022-01-271-3/+3
* Replace usage of 'typing.io' by 'typing'Dominik Holland2022-01-272-2/+2
* Disable the antlr runtim version checkDominik Holland2022-01-272-2/+6
* Fix deprecated API usageDominik Holland2022-01-271-2/+2
* Domain.py: fix qualified_name() (#73)jacky3092018-05-021-1/+5
* added default values feature to profileJuergen Bocklage-Ryannel2018-03-082-1/+4
* clean up of value parsingJuergen Bocklage-Ryannel2018-03-081-11/+10
* Merge branch 'feature/default_values' into developJuergen Bocklage-Ryannel2018-03-089-405/+497
|\
| * Added default values to properties and struct fields.Juergen Bocklage-Ryannel2018-03-088-336/+411
| * adding default values to interface properties and struct membersJuergen Bocklage-Ryannel2018-03-0710-266/+523
* | renamed the profiles to micro, advanced, fullJuergen Bocklage-Ryannel2018-03-072-6/+6
* | By default qface support the full profile. Also outputsJuergen Bocklage-Ryannel2018-03-072-3/+3
* | add initial support for profiles and a map with a value type only.Juergen Bocklage-Ryannel2018-03-0712-552/+904
* | Merge branch 'feature/profile' into developJuergen Bocklage-Ryannel2018-03-072-29/+54
|\ \
| * | Start to use the qface language profileJuergen Bocklage-Ryannel2018-03-072-29/+54
| * | initial idea of a profile. Next would be to twek the listenerJuergen Bocklage-Ryannel2017-04-061-0/+36
* | | small typoJuergen Bocklage-Ryannel2018-03-071-1/+1
* | | ensured YAML error reporting is always reported a stringJuergen Bocklage-Ryannel2018-03-071-1/+10
| |/ |/|
* | - Updated enum test. No test will pass again.Juergen Bocklage-Ryannel2018-01-251-2/+2
* | added depencies detection support for symbols.Juergen Bocklage-Ryannel2018-01-241-0/+7
* | added writeable to property. A property is writeable if it isJuergen Bocklage-Ryannel2018-01-161-0/+4
* | adding missing struct field annotationsJuergen Bocklage-Ryannel2017-10-171-0/+1
* | Fixed some smaller issues and renamed variant to var is checksJuergen Bocklage-Ryannel2017-08-091-5/+5
* | - Updated the documentation.Juergen Bocklage-Ryannel2017-08-011-1/+1
* | fixed random changes in generated JSON output by using OrderedDictJuergen Bocklage-Ryannel2017-07-261-2/+2
* | Added missing json converter for operation return typeJuergen Bocklage-Ryannel2017-07-251-0/+1
* | Added kind property to test in templates the kind (class) of objectJuergen Bocklage-Ryannel2017-07-251-0/+1
* | Fix some small issues (#56)Dominik Holland2017-07-241-0/+1
* | Added is_enumeration to TypeSymbol which is true for enums and flags.Juergen Bocklage-Ryannel2017-07-191-5/+10
* | Added is_flag test type type symbol.Juergen Bocklage-Ryannel2017-07-191-2/+7
* | changed the module.module_name behavior that it does no capitalize theJuergen Bocklage-Ryannel2017-07-191-2/+2
* | update the API documentationJuergen Bocklage-Ryannel2017-07-111-1/+23
* | Added tests for const oeprations. Also added missingJuergen Bocklage-Ryannel2017-07-111-1/+1
* | added more helper functions to the interface/property objectsJuergen Bocklage-Ryannel2017-07-111-0/+12
* | added fully qualified names also toJuergen Bocklage-Ryannel2017-07-081-1/+27
* | upgrade antlr-runtime to 4.7Juergen Bocklage-Ryannel2017-07-084-134/+140
* | Add majorVersion and minorVersion properties (#51)jacky3092017-06-271-0/+8
* | TypeSymbol: Add "is_interface" propertyJacques GUILLOU2017-06-161-0/+5
* | Merge branch 'develop' of github.com:Pelagicore/qface into developJuergen Bocklage-Ryannel2017-05-099-437/+555
|\ \
| * | Add support for const operations (#44)Mike Krus2017-04-297-526/+447
* | | Changed grammar to allow extending other interfaces.Juergen Bocklage-Ryannel2017-04-297-539/+572
|/ /
* | Added support for JSON serialization (#43)jryannel2017-04-191-1/+89
* | Removed unecessary codeJuergen Bocklage-Ryannel2017-04-101-1/+0
* | feature constant properties (#38)jryannel2017-04-069-575/+674
|/
* yaml based inline annotations (#31)jryannel2017-04-037-411/+402
* Fixed error where wrong symbol was parsed for signal annotationJuergen Bocklage-Ryannel2017-03-281-1/+2
* Fixed some issues with annotations. Several attributes should work now and al...Juergen Bocklage-Ryannel2017-03-283-202/+212
* Tags which have no value are treated as flags now. So you can detect them wit...Juergen Bocklage-Ryannel2017-03-271-1/+2
* Removed debug statements from codeJuergen Bocklage-Ryannel2017-03-171-3/+0
* Introduced the NamedElement base class for the domain and removed the TypedSy...Juergen Bocklage-Ryannel2017-02-112-38/+47