History log of /seL4-refos-master/libs/libsel4vka/include/vka/cspacepath_t.h
Revision Date Author Comments
# 135c651f 27-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

pragma once and for all


# 0016dfc6 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix all the whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remove blank lines at end of files


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

Fix licenses


# a6f2021e 07-Jun-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

sel4vka: add cspacepath_swap


# fd1e94e0 29-Feb-2016 Adrian Danis <Adrian.Danis@nicta.com.au>

libsel4vka: 64-bit compatible types

Cleanup various debug printing to be size agnostic as well as change the types of
any cookies to be a seL4_Word instead of an explicit uint32_t


# 9df67bb9 25-Nov-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libsel4vka: Put whitespace in-between adjacent string literals.

Later C++ standards interpret characters immediately adjacent to a string
literal to be an encoding modifier (similar to unicode literals). This commit
inserts whitespace to avoid this ambiguity. It should have no effect when
compiling under standards without this interpretation.