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

compiler: bulk rename stdgum to libgum in all places


# a7dc1660 05-Feb-2020 Jashank Jeremy <jashank.jeremy@unsw.edu.au>

impl/fs/ext2: Pass preprocessor flags to Cogent's cpphs instance.

This allows us to, when we're running in verification mode, define a
`-DVERIFICATION' symbol, which could (e.g.,) hide expressions that do
not produce verifiable code.


# 6243628d 27-Nov-2019 Peter Chubb <peter.chubb@data61.csiro.au>

Improve ext2 makefile.

New TAGS target, to build tags for emacs.
Use static assignment instead of binding for some variables, to
improve performance.


# d75bccb1 04-Mar-2019 Partha Susarla <mail@spartha.org>

libgum: reorganise cogent log functions.

Used by the various modules, the logging functions had some missing
pieces. This patch cleans it up.


# f89605ee 14-Oct-2018 Zilin Chen <Zilin.Chen@data61.csiro.au>

quickcheck-readpage: trying shallow embdg

[skip lemma]


# d7a206cd 21-Sep-2018 Zilin Chen <Zilin.Chen@data61.csiro.au>

compiler+fs: fix naming of generated files

[skip lemma]


# e3dd4a2d 16-May-2018 Partha Susarla <mail@spartha.org>

impl: Use gcc headers from the correct version.


# 45d11357 08-Feb-2018 Partha Susarla <mail@spartha.org>

Remove the old style debug statements.

Cogent earlier had statements starting with an `_` which the compiler
would ignore in debug mode and this behaviour has changed. This commit
removes those statements and is the first phase of using the
C preprocessor style debug conditionals.


# b940fffd 21-Feb-2018 Partha Susarla <mail@spartha.org>

Get `cogent` path from build-env.sh

On machines where the `cogent` binary isn't in the standard path,
running `cogent --stdgum-dir` will fail. Inherit from `build-env.sh`
instead.


# dc6bd0fb 15-Mar-2017 Partha Susarla <parthasarathi.susarlaajay@data61.csiro.au>

[impl] Reorganise impl directory.

We currently have all our filesystem implementation in `impl` directory. This
patch moves all the implementations into `impl/fs` directory. This makes for
better organisation of the source tree when we eventually have `impl/net`,
for network implementations in `Cogent`.