History log of /seL4-camkes-master/projects/seL4_libs/libsel4serialserver/CMakeLists.txt
Revision Date Author Comments
# c18523b2 18-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

replace kernel_autoconf with sel4_autoconf

since the mainline kernel's kernel_autoconf doesn't include
seL4/gen_config.h but sel4_autoconf does


# e9a9ff4f 18-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: Style fix

make the style checker happy


# 4f4c9c25 15-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

link kernel_autoconf explicitly

explicitly link kernel_autoconf on each subdirectory


# 559fb225 11-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

seL4_libs: specify linking method

this commit set as much private linked config as possible


# e23dc54b 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

seL4_libs: remove autoconf.h from seL4_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'


# 113f7c17 10-Jul-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

serialserver: Remove sel4test library dependency

libsel4test is only required as a library for the tests.


# c16334d7 09-Jul-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

sel4serialserver: Create separate lib for tests

Placing the tests in a separate library so that they don't need to get
built in projects that don't need them.


# 6b2bbe62 15-Apr-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

CMake: Mark config options as advanced

This is to hide the options in the cmake-gui. Top level applications can
choose to reexpose these options by clearing the advanced setting.


# 11062d0b 15-Apr-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: style CMakeLists.txt files


# c562ec25 04-Dec-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Fix serialserver config definition


# 75e258f6 04-Oct-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

output clients in different colors

So they can be distinguished in output. This is enabled by default but
can be turned off with a config option.


# 0becd7e1 24-Sep-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libsel4serialserver: Fix build dependencies


# 4a22508f 18-Sep-2017 Claudia Tu <claudia.tu@unsw.edu.au>

SELFOUR-1107 move serial server to own library