summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed generation of Introspectable interface file. This resolves #17.Michele Calgaro2019-05-093-4/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Make the use of the class name requested by the -cSlávek Banko2019-05-021-8/+16
| | | | | | | | command line option consistent. This resolves issue #14. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Adjusting class name moved from generators to caller.Slávek Banko2019-04-302-21/+21
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed problem with interface file name generation and inclusion. ThisMichele Calgaro2019-04-303-7/+18
| | | | | | relates to #5. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed previous commit. The name of the included moc file needs to be taken ↵Michele Calgaro2019-04-303-8/+12
| | | | | | | | from the specified basename when available. The location of the function call was also wrong. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix for issue #9 - add include moc in proxy cppEmanoil Kotsev2019-04-281-0/+8
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* missed from commit 99fc7a4311Emanoil Kotsev2019-04-281-1/+1
|
* Fixed up names of files and classes.Michele Calgaro2019-04-283-15/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add Proxy and Interface to class name.Emanoil Kotsev2019-04-281-0/+2
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* dd node name if not a root node.Emanoil Kotsev2019-04-281-0/+4
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Create node class with ending with Node.Emanoil Kotsev2019-04-281-1/+4
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Fix missing interface.h in generated code and filename.Emanoil Kotsev2019-04-282-2/+2
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Moved source files to "src" folder.Michele Calgaro2019-04-2737-0/+16003
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>