summaryrefslogtreecommitdiff
path: root/cli.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecated API usageDominik Holland2022-01-271-6/+6
| | | | | | In addition fix all warnings found by flake. Also enable flake8 checks and more verbose test output on the CI.
* freeze qface dependencies based on QtIVI input (#92)Jürgen Ryannel2022-01-271-95/+0
| | | | | | | | | | | | | | * freeze qface dependencies based on QtIVI input * upgrade version number to 2.0.1 * updated requirements and cli file * fix cli test-ci naming * was wrong fix * fix travis ci script
* Added clean command to CLIJuergen Bocklage-Ryannel2017-08-011-0/+7
|
* Fixed some smaller issues with named filters and how theJuergen Bocklage-Ryannel2017-07-131-8/+11
| | | | setup tools are working
* QFace guide uses now central version information from __about__.pyJuergen Bocklage-Ryannel2017-04-041-2/+3
|
* yaml based inline annotations (#31)jryannel2017-04-031-0/+9
| | | | | | | | | | | | | | | | * added support for inline yaml based annotations * CLI supports now livereloading of the documentation * updated the documentation to cover more annoations insights * added support for inline yaml based annotations * CLI supports now livereloading of the documentation * updated the documentation to cover more annoations insights * clarified that there should be one annotation per line
* ensure the distribution folder is created if not exists and removed if ↵Juergen Bocklage-Ryannel2017-03-171-1/+3
| | | | exists. This is for creating a python distribution
* removed unused sys moduleJuergen Bocklage-Ryannel2017-02-061-1/+0
|
* Smaller fixes for using super in Python3 fashionJuergen Bocklage-Ryannel2017-02-031-2/+2
|
* Renamed command line utility again as it will be not exported anymore and it ↵Juergen Bocklage-Ryannel2017-02-031-0/+176
| | | | will remain an internal dev-tool
* renamed the cmdline cli to qface-cli and removed it from the installer. This ↵Juergen Bocklage-Ryannel2017-01-271-199/+0
| | | | can only be used when using the source now
* smaller cosmetics update and renamed searchpath for generator to search_pathJuergen Bocklage-Ryannel2017-01-261-4/+4
|
* Fixed issue with watcher when a file name was passed as srcJuergen Bocklage-Ryannel2017-01-181-0/+1
|
* added support for priitive models using a variant model for the builtin ↵Juergen Bocklage-Ryannel2017-01-161-2/+0
| | | | qtcpp geenrator; fixed reload issue for qt creator in qface runner
* fixed some path issues, when reloading from different directoryJuergen Ryannel2016-12-061-5/+13
|
* WIP: updating the qtcpp generatorJuergen Bocklage-Ryannel2016-12-051-1/+6
|
* WIP: update qtcpp code generatorJuergen Ryannel2016-12-051-4/+1
|
* unified command lines on qface and example generatorJuergen Bocklage-Ryannel2016-12-051-29/+26
|
* added code coverage reportJuergen Bocklage-Ryannel2016-12-021-1/+1
|
* added upload to cli commandsJuergen Bocklage-Ryannel2016-12-021-0/+8
|
* Fixed issue with using new path libraryJuergen Bocklage-Ryannel2016-11-301-1/+1
|
* - Ensured script can be run from other directories and built-in generators ↵Juergen Bocklage-Ryannel2016-11-301-6/+12
| | | | | | | can be called by name. - Added a clean option to generator, which if enabled cleans the output folder before usage - Output folder is created if it does not exists yet
* simplified client scriptJuergen Bocklage-Ryannel2016-11-301-45/+15
|
* Modified the copyright to be AB instead of AG.Juergen Bocklage-Ryannel2016-11-301-1/+1
|
* Added some targets and changed how generators can be called (by name and by ↵Juergen Bocklage-Ryannel2016-11-301-8/+45
| | | | path now)
* Added a 2nd pass resolving listener, which resolves the referenced complex ↵Juergen Bocklage-Ryannel2016-11-301-1/+3
| | | | | | types as symbol object (see domain.TypeSymbol.reference). It does not honor yet module imports.
* Improved the command line scriptJuergen Bocklage-Ryannel2016-11-301-7/+40
|
* Fixed the tests again. Copied the face files into the tests folder to make ↵Juergen Bocklage-Ryannel2016-11-301-1/+1
| | | | them more contained.
* Added copyright statementJuergen Bocklage-Ryannel2016-11-301-0/+3
|
* - added generators with path nowJuergen Bocklage-Ryannel2016-11-301-10/+25
| | | | | | | - added logger yams configurations - added qfacegen generator to generate massive qface files - several small improvements - added USAGE and INSTALL guide
* fixed some whitespacesJuergen Bocklage-Ryannel2016-11-301-2/+1
|
* moved grammar to inplaceJuergen Bocklage-Ryannel2016-11-301-3/+4
|
* Add YAML configuration filesJuergen Bocklage-Ryannel2016-11-301-1/+26
|
* Extended the Qt C++ supportJuergen Bocklage-Ryannel2016-11-301-1/+1
|
* Added test_ci target to cli tool.Juergen Bocklage-Ryannel2016-11-301-0/+4
|
* Updated scriptsJuergen Bocklage-Ryannel2016-11-301-2/+5
|
* Renamed IDL files to use the new qface extension.Juergen Bocklage-Ryannel2016-11-301-1/+1
|
* initial commitJuergen Bocklage-Ryannel2016-11-301-0/+87