* **code_report:** fixed missing project_home parameter in arguments * **setup:** specify python version in setup.py, merge 'source_doctest' make target into 'test'
0.16.2
-------------------
New features ~~~~~~~~~~~~
* **configs:** add support of setting the environment variables for build steps * **code_report:** add parameter '--output-directory' for Uncrustify fixed files * **code_report:** read HtmlDiff argument value from Uncrustify config * **api:** add initial API support and 'file-diff' as example usage
Bug fixes ~~~~~~~~~
* **p4:** remove 'master CL check' feature as it doesn't work correctly * **p4:** fix ascii decoding on p4 diff
0.16.1
-------------------
New features ~~~~~~~~~~~~
* **code_report:** replace wildcards with directory names processing for Uncrustify * **code_report:** add regexp support in pattern filter for Uncrustify
Bug fixes ~~~~~~~~~
* **p4:** fix 'Related Change IDs' bug with wrong current review determining
0.16.0
-------------------
New features ~~~~~~~~~~~~
* **launch:** add critical background steps * **vcs:** make VCS-related packages (e.g. :mod:`gitpython`) not reqired if not used * **code_report:** add separate entry points for all :doc:`static analysers <code_report>` * **code_report:** add :ref:`Uncrustify <code_reportuncrustify>` static analyser * **out:** add pretty step numbering padding
Bug fixes ~~~~~~~~~
* **args:** fix required argument check to not accept empty values as valid * **launcher:** finish background steps after foreground steps failing * **out:** add reporting failed background steps to TC
0.15.4
-------------------
Bug fixes ~~~~~~~~~
* **swarm:** fix not adding current Swarm CL number to list of CLs to unshelve