summaryrefslogtreecommitdiff
path: root/py/makeversionhdr.py
AgeCommit message (Collapse)Author
2018-08-07Support internationalisation.Scott Shawcroft
2018-07-11WIP: after merge; before testingDan Halbert
2018-05-02correct path to conf.py in makeversionhdr.pyLars Kellogg-Stedman
the py/makeversionhdr.py script was looking for `conf.py` in the `docs/` directory, but this was relocated in 46e7f8e. This is used by the fallback `get_version_info_from_docs_conf` method, which is only consulted if `git` is unavailable in the build environment. Closes #791.
2018-02-22py: Use "GEN" consistently for describing files generated in the build.Damien George
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in ↵Dan Halbert
development) master. cpx build compiles and loads and works in repl; test suite not run yet esp8266 not tested yet
2017-07-04py/makeversionhdr.py: Update to parse new release line in docs/conf.py.Damien George
The line in docs/conf.py with the release/version number was recently changed and this patch makes the makeversionhdr.py script work again.
2017-05-01py: Fix version header generation when no tags are available.Scott Shawcroft
2017-02-13Change sys.implementation to return circuitpython and the circuitpython ↵Scott Shawcroft
version number that doesn't start with v. Fixes #86.
2016-10-14py/makeversionhdr.py: Use any tag to describe the version.Scott Shawcroft
2015-10-30py/makeversionhdr.py: Work with backslashes in paths.omtinez
This script may be called by Windows IDEs (e.g. Visual Studio) and be passed paths with backslashes.
2015-08-12py/makeversionhdr.py: Use returncode attr to be Python2.7 compat.Damien George
2015-08-11py/makeversionhdr.py: Fallback to using docs version if no git repo.Damien George
Addresses issue #1420.
2015-05-30py: Get makeqstrdata.py and makeversionhdr.py running under Python 2.6.Damien George
These scripts should run under as wide a range of Python versions as possible.
2015-05-25py: Make makeversionhdr.py extract version from docs/conf.py if no git.Damien George
Addresses issue #1285.
2015-04-28py: Replace py-version.sh with makeversionhdr.py, written in Python.Damien George
Also rename py-version.h to mpversion.h for consistency with mpconfig.h.