History log of /seL4-l4v-master/seL4/manual/tools/gen_invocations.py
Revision Date Author Comments
# 79da0792 01-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX identifiers

This commit also converts our own copyright headers to directly use
SPDX, but leaves all other copyright header intact, only adding the
SPDX ident. As far as possible this commit also merges multiple
Data61 copyright statements/headers into one for consistency.


# bc61a7f3 24-Jun-2019 Anna Lyons <anna@gh.st>

python2 --> python3

Update all scripts and build system to call python3, given python2's
upcoming doom. Use sys.maxsize instead of sys.maxint in one script
(maxint does not exist in python3).


# cf57914c 26-Mar-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

style: run autopep8 on python files


# 28648bc8 13-May-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

manual: fix stray brace in output

Invocation headers had a stray brace which broke the markdown output


# d0f69f8f 09-May-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

manual: remove gen_invocations.py unused functions


# b5ee12f0 09-May-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

manual: group generated API methods by object type

This change generates doxygen groups for each object type, which allows us to create sections in
output documents for each object. This has the advantage that we can later label those sections and
link to them from the main document. Additionally, it improves nagivation of the API docs.


# 93d2ed6a 18-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

manual: fix script licenses


# e29b1e8f 24-May-2017 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

manual: Docstrings for gen_invocations script


# aee7a3cb 24-May-2017 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

manual: Remove unused import


# c4500519 24-May-2017 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

manual: Less fragile handling of arch types


# 3180e8ab 23-May-2017 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

manual: Validate interface files against dtd


# ef748996 23-May-2017 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

manual: Docstring for gen_invocations stript


# b2c84ed8 23-May-2017 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

manual: Build system compatible with python3


# 03b2f38d 28-Nov-2016 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

manual: Tool for generating minimal obj inv header

JIRA: SELFOUR-606