History log of /seL4-test-master/projects/util_libs/libutils/include/utils/util.h
Revision Date Author Comments
# 3f9cdc14 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

util_libs: remove autoconf.h from util_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# 73973282 30-Nov-2017 Kofi Doku Atuah <kofidoku.atuah@data61.csiro.au>

libutils: Make the default ZF_LOG_LEVEL configurable in both build systems


# 6b354d1c 03-Sep-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libutils: move zf_log macros from libsel4utils


# a7130f9f 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

fix licenses


# 8b2a8f30 08-May-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libutils: Add compile zf_log compiler warning


# d3147e87 08-Nov-2016 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

utils: Added memory fence macro


# f72330ca 08-Nov-2016 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

utils: Headers included in alphabetical order


# 952c61bc 27-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libutils: Add functionality for forcing an undefined instruction.

See source code comments for the purpose of this.


# 5e8c615b 22-Jun-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

Revert "libutils: Add functionality for printing JSON."

This reverts commit afa8fe48022ae1cc71ad9d589a460123148947d3.
Please use projects_libs/libjansson instead, which is a
more complete JSON parsing and encoding library for c.


# a7b8939c 25-May-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libutils: trivial: Replace ifdef guards with pragma once.


# 31d6bcd4 29-Feb-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libutils: Add support for auto-freed pointers.


# 019612e6 06-Apr-2016 Stephen Sherratt <Stephen.Sherratt@nicta.com.au>

libutils: Added frequency.h to libutils

This defines some macros for converting between frequency, time and
cycles, some frequency unit conversions, and a typedef for freq_t.


# 0cb521e2 05-Apr-2016 Stephen Sherratt <Stephen.Sherratt@nicta.com.au>

libutils: Including force.h from util.h


# 2a052286 22-Mar-2016 Adrian Danis <Adrian.Danis@nicta.com.au>

libutils: Implementation of config_set

An implementation of a config_set macro for checking if a Kconfig
style configuration variable is set or not from regular C 'if'
statements


# 5274075a 22-Mar-2016 Adrian Danis <Adrian.Danis@nicta.com.au>

libutils: Implementation of config_set

An implementation of a config_set macro for checking if a Kconfig
style configuration variable is set or not from regular C 'if'
statements


# afa8fe48 03-Jan-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libutils: Add functionality for printing JSON.

This commit is essentially an import and clean up of
https://github.inside.nicta.com.au/mfernandez/libjson.


# d725ae50 18-Nov-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libutils: Add a function for printing escaped XML data.


# 0a482ea1 18-Nov-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libutils: Add support for generic variable printing.


# 5c7ba6b8 18-Nov-2015 Anna Lyons <Anna.Lyons@nicta.com.au>

libutils: remove TRUE and FALSE, use stdbool instead


# 33f6e6aa 15-Nov-2015 Anna Lyons <Anna.Lyons@nicta.com.au>

Default ZF_LOG_LEVEL to ERROR, DEBUG should be turned on per file when debugging


# 25215983 20-Oct-2015 Anna Lyons <Anna.Lyons@nicta.com.au>

libutils: remove unused header