You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/util
Thomas Winget 7caa87862e standardize include format and pragma once
All #ifndef guards on headers have been removed, I think,
in favor of #pragma once

Headers are now included as `#include "filename"` if the included file
resides in the same directory as the file including it, or any
subdirectory therein.  Otherwise they are included as
`#include <project/top/dir/relative/path/filename>`

The above does not include system/os headers.
4 years ago
..
logging standardize include format and pragma once 4 years ago
meta standardize include format and pragma once 4 years ago
thread standardize include format and pragma once 4 years ago
aligned.hpp standardize include format and pragma once 4 years ago
bencode.cpp standardize include format and pragma once 4 years ago
bencode.h standardize include format and pragma once 4 years ago
bencode.hpp standardize include format and pragma once 4 years ago
bits.hpp standardize include format and pragma once 4 years ago
buffer.cpp standardize include format and pragma once 4 years ago
buffer.hpp standardize include format and pragma once 4 years ago
codel.hpp standardize include format and pragma once 4 years ago
common.hpp standardize include format and pragma once 4 years ago
compare_ptr.hpp standardize include format and pragma once 4 years ago
copy_or_nullptr.hpp standardize include format and pragma once 4 years ago
decaying_hashset.hpp standardize include format and pragma once 4 years ago
decaying_hashtable.hpp standardize include format and pragma once 4 years ago
endian.hpp standardize include format and pragma once 4 years ago
fs.cpp standardize include format and pragma once 4 years ago
fs.hpp standardize include format and pragma once 4 years ago
json.cpp standardize include format and pragma once 4 years ago
json.hpp standardize include format and pragma once 4 years ago
lokinet_init.c standardize include format and pragma once 4 years ago
lokinet_init.h standardize include format and pragma once 4 years ago
mem.cpp standardize include format and pragma once 4 years ago
mem.h standardize include format and pragma once 4 years ago
mem.hpp standardize include format and pragma once 4 years ago
printer.cpp standardize include format and pragma once 4 years ago
printer.hpp standardize include format and pragma once 4 years ago
status.hpp standardize include format and pragma once 4 years ago
str.cpp standardize include format and pragma once 4 years ago
str.hpp standardize include format and pragma once 4 years ago
time.cpp standardize include format and pragma once 4 years ago
time.hpp standardize include format and pragma once 4 years ago
types.hpp standardize include format and pragma once 4 years ago