| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-07 | Support internationalisation. | Scott Shawcroft | |
| 2018-07-11 | WIP: after merge; before testing | Dan Halbert | |
| 2018-05-02 | correct path to conf.py in makeversionhdr.py | Lars 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-22 | py: Use "GEN" consistently for describing files generated in the build. | Damien George | |
| 2018-01-02 | merge from 2.2.0 + fix up board defs | Dan Halbert | |
| 2017-08-27 | Modernize module and class static dicts; update freetouch | Dan Halbert | |
| 2017-08-25 | Initial 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-04 | py/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-01 | py: Fix version header generation when no tags are available. | Scott Shawcroft | |
| 2017-02-13 | Change sys.implementation to return circuitpython and the circuitpython ↵ | Scott Shawcroft | |
| version number that doesn't start with v. Fixes #86. | |||
| 2016-10-14 | py/makeversionhdr.py: Use any tag to describe the version. | Scott Shawcroft | |
| 2015-10-30 | py/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-12 | py/makeversionhdr.py: Use returncode attr to be Python2.7 compat. | Damien George | |
| 2015-08-11 | py/makeversionhdr.py: Fallback to using docs version if no git repo. | Damien George | |
| Addresses issue #1420. | |||
| 2015-05-30 | py: 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-25 | py: Make makeversionhdr.py extract version from docs/conf.py if no git. | Damien George | |
| Addresses issue #1285. | |||
| 2015-04-28 | py: 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. | |||
