History log of /seL4-camkes-master/projects/capdl/python-capdl-tool/capdl/Spec.py
Revision Date Author Comments
# 3aa810cb 17-Jun-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Make python style compliant

Brings the python files in this repo into compliance with the
checks in `sel4_tools`.


# 9f1ba467 17-Jun-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert to SPDX license tags

This includes marking all documentation files CC-BY-SA-4.0.


# d5ae4e67 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 5a9ad6ff 01-Jun-2016 Stephen Sherratt <Stephen.Sherratt@nicta.com.au>

Removed broken __getitem__ methods

The Spec and ObjectAllocator classes defined __getitem__ methods which
were never used and ended up invoking __getitem__ on a set, which is not
defined.


# 0a6e905d 12-Apr-2016 Adrian Danis <Adrian.Danis@nicta.com.au>

python-capdl-tool: update Spec.py to use new arch abstraction


# 54cb3cbb 15-Dec-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

python-capdl: Normalise the architecture being assigned to a spec.

This commit allows callers to be a bit fuzzy when specifying the architecture
of a CapDL specification. It is intended to support upcoming changes to
camkes-tool to unify support for ARM's Hyp mode.

Related to JIRA CAMKES-394, CAMKES-334, SELFOUR-297


# 39a78477 26-Nov-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

python-capdl: Enable Python 3 compatibility settings from `__future__`.

This change enables a variety of Python 3 compatibility settings from
`__future__` when running Python 2. Essentially this forces all existing code
under Python 2 to conform to the Python 3 semantics. This makes bilingual
compatibility easier.


# 5924b144 26-Nov-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

python-capdl: Make all intra-package imports relative.

This progresses compatibility with Python 3 to the point where this package can
be imported. I haven't explored further, but I believe the package still cannot
be used correctly under Python 3. More changes to come.


# 7d6dade6 18-Nov-2015 Stephen Sherratt <Stephen.Sherratt@nicta.com.au>

Moved python-capdl-tool into subdirectory