| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix deprecated API usage | Dominik Holland | 2022-01-27 | 1 | -5/+5 |
| * | Merge branch 'feature/default_values' into develop | Juergen Bocklage-Ryannel | 2018-03-08 | 1 | -0/+8 |
| |\ |
|
| | * | Added default values to properties and struct fields. | Juergen Bocklage-Ryannel | 2018-03-08 | 1 | -0/+8 |
| * | | Added test for structs with lists and maps | Juergen Bocklage-Ryannel | 2018-03-07 | 1 | -0/+36 |
| * | | add initial support for profiles and a map with a value type only. | Juergen Bocklage-Ryannel | 2018-03-07 | 1 | -0/+18 |
| |/ |
|
| * | Fixed the test cases | Juergen Bocklage-Ryannel | 2017-07-27 | 1 | -6/+1 |
| * | Added better (still not optima) error handling for the parser | Juergen Bocklage-Ryannel | 2017-07-25 | 1 | -0/+13 |
| * | Added tests for symbol kind information | Juergen Bocklage-Ryannel | 2017-07-25 | 1 | -0/+9 |
| * | Added is_enumeration to TypeSymbol which is true for enums and flags. | Juergen Bocklage-Ryannel | 2017-07-19 | 1 | -1/+16 |
| * | Added tests for const oeprations. Also added missing | Juergen Bocklage-Ryannel | 2017-07-11 | 1 | -1/+2 |
| * | Added test interface properties | Juergen Bocklage-Ryannel | 2017-06-19 | 1 | -0/+9 |
| * | Merge branch 'develop' of github.com:Pelagicore/qface into develop | Juergen Bocklage-Ryannel | 2017-05-09 | 1 | -0/+3 |
| |\ |
|
| | * | Add support for const operations (#44) | Mike Krus | 2017-04-29 | 1 | -0/+3 |
| * | | Changed grammar to allow extending other interfaces. | Juergen Bocklage-Ryannel | 2017-04-29 | 1 | -0/+9 |
| |/ |
|
| * | feature constant properties (#38) | jryannel | 2017-04-06 | 1 | -1/+6 |
| * | Removed debug statements from code | Juergen Bocklage-Ryannel | 2017-03-17 | 1 | -2/+0 |
| * | Introduced the NamedElement base class for the domain and removed the TypedSy... | Juergen Bocklage-Ryannel | 2017-02-11 | 1 | -1/+1 |
| * | Added parser support for signals. Signals are now an own domain objects and n... | Juergen Bocklage-Ryannel | 2017-02-03 | 1 | -0/+16 |
| * | Updated tests for JavaDoc open doc tags | Juergen Bocklage-Ryannel | 2017-02-01 | 1 | -4/+4 |
| * | Ensured we always use the path module and not the pathlib module from Python3... | Juergen Bocklage-Ryannel | 2017-01-30 | 1 | -2/+2 |
| * | Started to use .qface file extension for interface files. The parse method ac... | Juergen Bocklage-Ryannel | 2017-01-08 | 1 | -2/+2 |
| * | fixed var and method names to follow python conventions | Juergen Ryannel | 2016-12-20 | 1 | -18/+17 |
| * | unified command lines on qface and example generator | Juergen Bocklage-Ryannel | 2016-12-05 | 1 | -6/+1 |
| * | cleanup code before open sourcing | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -18/+18 |
| * | method names follow python rules; removed helper tpl | Juergen Ryannel | 2016-11-30 | 1 | -3/+3 |
| * | Added support for module versions. | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -0/+1 |
| * | Added auto increment feature to enums and flags. enum will increment by +1 an... | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -0/+21 |
| * | Unified different lookup calls to only use one on the system and module. | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -13/+13 |
| * | Made internal variables (mostly maps in symbols) protected by prefixing with _ | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -5/+5 |
| * | Renamed attribute to property everywhere | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -28/+28 |
| * | Renamed face files to QDL and changed package identified in grammar and every... | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -14/+14 |
| * | Update all template files to the new grammar and tests | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -12/+12 |
| * | Fixed the tests again. Copied the face files into the tests folder to make th... | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -4/+4 |
| * | Updated tests to support model and lists | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -0/+35 |
| * | Renamed IDL files to use the new qface extension. | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -17/+21 |
| * | initial commit | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -0/+81 |