| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace usage of 'typing.io' by 'typing' | Dominik Holland | 2022-01-27 | 1 | -1/+1 |
| | | | | | | | | | | With python 3.5 typing.io was integrated into the core libraries and no additional package is needed in order to use it. This also sets python 3.5 as the minimum version. Fixes: #104 | ||||
| * | Also update the minimal requirements in setup.py | Dominik Holland | 2022-01-27 | 1 | -2/+2 |
| | | |||||
| * | Change the long description content type to "Markdown" | Dominik Holland | 2022-01-27 | 1 | -0/+1 |
| | | | | | This makes sure the pypi page is rendered correctly. | ||||
| * | Relax the required versions of all our dependencies | Dominik Holland | 2022-01-27 | 1 | -9/+9 |
| | | | | | | | This should make it easier to install the package using pip, especially when some other packages require a more uptodate version of one of our dependent packages. | ||||
| * | Bump pyyaml from 5.1 to 5.4 (#95) | dependabot[bot] | 2022-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | Bump jinja2 from 2.10.3 to 2.11.3 (#94) | dependabot[bot] | 2022-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10.3...2.11.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | upgrade to jinja 2.10.3 to fix jinja vulnerability of 2.10.0 | Juergen Ryannel | 2022-01-27 | 1 | -1/+1 |
| | | |||||
| * | freeze qface dependencies based on QtIVI input (#92) | Jürgen Ryannel | 2022-01-27 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | * 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 | ||||
| * | - add new qface binary to launch external rule files | Juergen Bocklage-Ryannel | 2018-11-22 | 1 | -1/+6 |
| | | | | | | | - add ns to qtcpp/qtqml filters - restructured rules format, docs are now a list - changed monitor signature | ||||
| * | bumped antlr version to 4.7.1 | Juergen Bocklage-Ryannel | 2018-03-07 | 1 | -1/+1 |
| | | |||||
| * | added missing dependency | Juergen Bocklage-Ryannel | 2018-01-18 | 1 | -2/+3 |
| | | |||||
| * | updated setup script to use updated manifest file | Juergen Bocklage-Ryannel | 2017-07-26 | 1 | -3/+0 |
| | | |||||
| * | Fixed some smaller issues with named filters and how the | Juergen Bocklage-Ryannel | 2017-07-13 | 1 | -0/+3 |
| | | | | | setup tools are working | ||||
| * | Updated setup dependencies | Juergen Bocklage-Ryannel | 2017-07-11 | 1 | -1/+1 |
| | | |||||
| * | updates setup script (license, dev status) | Juergen Bocklage-Ryannel | 2017-07-10 | 1 | -13/+4 |
| | | |||||
| * | Merge the fixes from master into develop and add a new fix for the needed ↵ | Dominik Holland | 2017-06-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | 'typing' package (#53) * Add 'six' as a requirement to requirements.txt and setup.py (#46) It seems like the 'six' package is a dependency and needs to be installed expliclty. * Fix generator.py to always write with the utf-8 encoding (#47) On windows the default encoding is not utf-8, that's why need to set it when opening a file for writing * antlr4 has a implicit dependency towards the 'typing' module antlr doesn't specify the dependency anywhere and on most systems 'typing' is already installed, but on systems like RHEL it is not installed and needs to be specified explicitly | ||||
| * | setup: Add watchdog package as dependency (#28) | Kevin Funk | 2017-03-28 | 1 | -0/+1 |
| | | | | It's required | ||||
| * | added email contact | Juergen Bocklage-Ryannel | 2017-01-27 | 1 | -0/+2 |
| | | |||||
| * | added mising requirements | Juergen Bocklage-Ryannel | 2017-01-27 | 1 | -3/+2 |
| | | |||||
| * | Updated development status to beta. After it has been used in a production ↵ | Juergen Bocklage-Ryannel | 2017-01-27 | 1 | -1/+1 |
| | | | | | system this will be updated next time | ||||
| * | Added qface-qtcpp and qface-qtqml as entry points to call the built-in ↵ | Juergen Bocklage-Ryannel | 2017-01-27 | 1 | -1/+8 |
| | | | | | generators | ||||
| * | renamed the cmdline cli to qface-cli and removed it from the installer. This ↵ | Juergen Bocklage-Ryannel | 2017-01-27 | 1 | -7/+3 |
| | | | | | can only be used when using the source now | ||||
| * | added central about information for publishing | Juergen Bocklage-Ryannel | 2017-01-17 | 1 | -5/+12 |
| | | |||||
| * | bumped version number | Juergen Ryannel | 2016-12-09 | 1 | -1/+1 |
| | | |||||
| * | bumped version number | Juergen Ryannel | 2016-12-09 | 1 | -1/+1 |
| | | |||||
| * | unified command lines on qface and example generator | Juergen Bocklage-Ryannel | 2016-12-05 | 1 | -0/+4 |
| | | |||||
| * | refactored the examples. WIP | Juergen Ryannel | 2016-12-02 | 1 | -4/+0 |
| | | |||||
| * | updated the setup configuration | Juergen Bocklage-Ryannel | 2016-12-02 | 1 | -8/+49 |
| | | |||||
| * | Added the ability to install face now. Simple type ./cli.py install. You can ↵ | Juergen Bocklage-Ryannel | 2016-11-30 | 1 | -0/+21 |
| use the optional --editable if you want that changes are still reflected after installation | |||||
