History log of /seL4-camkes-master/tools/cogent/build-env.mk
Revision Date Author Comments
# 2684d923 03-Jul-2020 Zilin Chen <Zilin.Chen@data61.csiro.au>

compiler: bulk rename stdgum to libgum in all places


# 9efb00e4 20-Mar-2019 Zilin Chen <Zilin.Chen@data61.csiro.au>

autocorres: remove the submomdule and use the release

update readme, tests, etc. accordingly


# fd00617f 30-Mar-2017 Zilin Chen <Zilin.Chen@nicta.com.au>

regression: lemma and travis cover most tests (minus huge proofs)

* add some isabelle related tests back to lemma-regression
* update libgum typecheck test
* fix isabelle tests
* fix bilby build (fail due to kernel compatibility)
* other misc fixes to test script


# 5e574bad 02-Nov-2016 Partha Susarla <parthasarathi.susarlaajay@data61.csiro.au>

[skelfs] Skel-fs framework.

Add entry and exit functions to the various `super_block`, `file_operations`
and `inode_operations` structures.
The idea is to provide a framework of sorts that can be used to implement an
actual filesystem, by implementing the missing pieces, with the grunt work
already done.

This commit also adds support for verbose mode for Makefiles.


# 97727027 01-May-2016 Peter Chubb <peter.chubb@nicta.com.au>

Initial Release