History log of /seL4-camkes-master/projects/camkes-tool/libsel4camkes/include/camkes/error.h
Revision Date Author Comments
# 19c9d5df 16-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: style fix

make the style checker happy


# c12bb3fb 22-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

camkes-tool: explicitly include gen_config.h

explicitly include gen_config.h since there is going to be
no more global configuration lib


# 3161f414 12-Sep-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libsel4camkes: Fix typo in config var


# 8b2ec3e6 20-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 8dff1c71 06-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

s/unsigned int/unsigned; Why use 12 characters when 8 will do?

This commit cherry-picks 6f50d5e0ebf0d97665edc77a23c5f280d9dd8e6d from
ssh://github.inside.nicta.com.au/mfernandez/project.


# d123d36e 01-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libsel4camkes: Use the COLD_PATH macro on the error path instead.

This commit cherry-picks ec949d550c7b0e509b562e3a92142d25192bb524 from
ssh://github.inside.nicta.com.au/mfernandez/project.


# 0c11cb82 01-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libsel4camkes: Mark general error handler as cold.

This commit cherry-picks d26e5c9f2491712ef20648bea4d3660cdae7b2d7 from
ssh://github.inside.nicta.com.au/mfernandez/project.


# 33167f5f 01-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libsel4camkes: Use attribute abstractions.

This commit cherry-picks c4661e98a25c1b6d3d5ded771944094286d2a521 from
ssh://github.inside.nicta.com.au/mfernandez/project.


# d5925d22 01-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Mark any ERR path as unlikely.

This commit cherry-picks b07cf55677905e9be7e05cb0c63b2bf596ae08a2 from
ssh://github.inside.nicta.com.au/mfernandez/project.


# bacfebce 27-Oct-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Refactored parser init commit.


# f9cda8f8 29-Jan-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Implement error handling in glue code.

This commit replaces previous assertion placeholders and other assumptions with
a flexible error handling mechanism. For details on how to use this, refer to
the accompanying documentation.