History log of /seL4-l4v-10.1.1/l4v/.licenseignore
Revision Date Author Comments
# 8af6b2ec 24-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

Isabelle2018: add ulem.sty which is now required by isabelle.sty

(available by default in newer tetex installs, but not older ones)


# 3abbdd74 18-Feb-2018 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

aspec: reintroduce spec document version information

Including version information in the spec document is tricky, because
Isabelle will rebuild the session whenever it sees that session inputs
(including document sources) have changed. Since ASpec is close to the
root of our session hierarchy, frequently changing version information
causes excessive rebuilds during development.

This commit avoids excessive rebuilding by building the document (with
version information) in a separate ASpecDoc session. The ASpecDoc
session is identical to the previous version of the ASpec session, but
is not the parent of any other sessions. The ASpec session is used as
the basis for other sessions, but has document-only inputs removed, and
also has document builds disabled.


# 38badfeb 19-Sep-2017 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

licenses: update ignored cspec files for new kernel build system


# ce748b75 22-Jun-2017 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

x64: create arch-specific CKernel


# 5b92b63e 16-Apr-2017 Gerwin Klein <gerwin.klein@data61.csiro.au>

arm-hyp: add missing license header


# 8ee20e57 28-Apr-2017 Gerwin Klein <gerwin.klein@data61.csiro.au>

ignore C parser test files in license check


# 119b0412 30-Mar-2017 Rafal Kolanski <rafal.kolanski@nicta.com.au>

licenses: update ignored locations for moved cspec


# aee13996 31-Jan-2017 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

haskell: use stack to obtain suitable GHC and cabal


# 4cfd8802 26-Jan-2017 Gerwin Klein <gerwin.klein@nicta.com.au>

trivial: ignore generated files in license check


# 3dafec7d 25-Jan-2017 Joel Beeren <Joel.Beeren@nicta.com.au>

backport changes to ARM proofs from X64 work in progress

- replace ARM-specific constants and types with aliases which can be
instantiated separately for each architecture.
- expand lib with lemmas used in X64 proofs.
- simplify some proofs.

Also-by: Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>


# 5b04aa27 17-Jan-2017 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

update .licenseignore


# 61e77e62 21-Nov-2016 Rafal Kolanski <rafal.kolanski@nicta.com.au>

trivial: skip jEdit .*.marks files in license check

When you right-click in the gutter to create a mark in the document,
jEdit creates a .filename.marks file which was confusing the license
check.


# 8d4a8eb2 21-Sep-2016 Xin,Gao <xin.gao@nicta.com.au>

SELFOUR-421: fix coding style


# 945ee811 01-Sep-2016 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

CParser multi_arch_refactor: build standalone parser in dir named after arch

Architecture names follow L4V_ARCH-style naming conventions ('ARM', 'FAKE64').
However, the standalone parser does not make use of the L4V_ARCH environment
variable.

The standalone-parser Makefile builds all architectures at once, producing
binaries at 'ARM/c-parser', 'FAKE64/c-parser', and similarly for the tokenizer.

There are also wrapper scripts 'c-parser' and 'tokenizer' in the
standalone-parser directory, which take an architecture on the command line.

The make_munge.sh script calls the appropriate binary parser directly.


# 886fe0ef 31-Aug-2016 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

CParser multi_arch_refactor: fix tokenizer build


# 0c6effaf 21-Jul-2016 Matthew Brecknell <Matthew.Brecknell@nicta.com.au>

license-tool: .licenseignore update [VER-551]


# 7c13256d 19-Jul-2016 Alejandro Gomez-Londono <alejandro.gomez@nicta.com.au>

license-tool: .licenseignore update + some fixes [VER-551]


# 93adccc1 30-May-2016 Alejandro Gomez-Londono <alejandro.gomez@nicta.com.au>

license-tool: missing license headers + .licenseignore [VER-551]