algo
types/traits: use LessThanComparable more consistently
2019-02-03 17:28:53 +11:00
alloc
build: satiate clang-tidy somewhat
2019-01-03 15:48:34 +11:00
array
array/varray: allow construction from containers
2019-02-21 17:40:38 +11:00
buffer
buffer: move buffer code out of 'memory' namespace
2018-12-19 20:22:18 +11:00
coord
coord: use std::array for data storage
2019-01-31 13:46:53 +11:00
cpuid
cpuid: add null fallback
2019-02-02 16:40:37 +11:00
debug /gdb
debug/gdb/printers: appease PEP8 warnings
2019-01-19 11:37:58 +11:00
doc
doc: add noise documentation stubs
2016-02-02 10:36:42 +11:00
encode
encode/number: set the view's remainder at exit
2018-12-16 18:06:28 +11:00
fixup /experimental
build: transition from experimental filesystem
2018-12-05 19:12:03 +11:00
geom
build: satiate clang-tidy somewhat
2019-01-03 15:48:34 +11:00
hash
build: satiate clang-tidy somewhat
2019-01-03 15:48:34 +11:00
job
parse: change parsing functions to modify the data view
2018-12-16 13:26:48 +11:00
maths
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
memory
buffer: move buffer code out of 'memory' namespace
2018-12-19 20:22:18 +11:00
parallel
thread/primitive: add platform wrappers for pause/yield instructions
2019-02-02 14:55:13 +11:00
posix
posix/interface: move data holding into the container
2019-02-02 20:39:32 +11:00
rand
rand/pcg: add pcg_xsh_rr generator
2019-02-21 20:53:58 +11:00
roots
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
test
rand/pcg: add pcg_xsh_rr generator
2019-02-21 20:53:58 +11:00
thread
thread/primitive: add platform wrappers for pause/yield instructions
2019-02-02 14:55:13 +11:00
time
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
tools
cpuid: avoid directly including x86 specifics
2019-02-02 16:34:39 +11:00
tuple
tuple/type: add 'nth' accessor for tuples
2018-11-13 12:56:48 +11:00
types
types/traits: use LessThanComparable more consistently
2019-02-03 17:28:53 +11:00
win32
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
.gitignore
build; remove unnecessary gitignore entries
2018-08-06 14:36:23 +10:00
.gitlab-ci.yml
gitlab-ci: Use the official Arch linux image
2019-02-10 12:50:18 +11:00
.gitmodules
build: don't include cmake modules in this repository
2018-07-24 16:16:53 +10:00
abnf.rl
uri: extract grammar into contained ragel file
2017-12-20 12:45:05 +11:00
adapter.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
adapter.hpp
build: satiate clang-tidy somewhat
2019-01-03 15:48:34 +11:00
annotation.hpp
build: add doxygen comments for various headers
2019-01-03 11:15:00 +11:00
ascii.hpp
ascii: rename hex2u8 as hex2u08
2019-02-09 14:57:02 +11:00
backtrace_execinfo.cpp
backtrace: remove dependency on addr2line
2018-09-12 14:01:21 +10:00
backtrace_null.cpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
backtrace_stackwalk.cpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
backtrace_win32.cpp
win32/windows: add a defensive windows wrapper header
2018-08-27 14:16:27 +10:00
backtrace.hpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
bezier1.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
bezier2.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
bezier3.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
bezier.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
bezier.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
bitwise.cpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
bitwise.hpp
bitwise: use free equality operator for bitfields
2019-02-03 16:38:53 +11:00
cast.hpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
CMakeLists.txt
rand/pcg: add pcg_xsh_rr generator
2019-02-21 20:53:58 +11:00
cmdopt.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
cmdopt.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
colour.cpp
colour: use view::consume with unsigned types
2019-02-03 11:37:03 +11:00
colour.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
coord.hpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
COPYING
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
cpp.cpp
build: transition from experimental filesystem
2018-12-05 19:12:03 +11:00
cpp.hpp
build: transition from experimental filesystem
2018-12-05 19:12:03 +11:00
cpuid.cpp
cpuid: add initial trivial CPUID queries
2018-03-18 17:29:44 +11:00
cpuid.hpp
cpuid: connect the 'none' provider
2019-02-02 17:01:03 +11:00
debug_posix.cpp
debug;posix: log that we're waiting for a debugger
2018-09-12 14:02:27 +10:00
debug_win32.cpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
debug.cpp
debug: add a breakpoint before unhandled aborts
2019-01-07 12:18:45 +11:00
debug.hpp
debug: pretend to return the same type in unhandled
2019-02-05 18:16:36 +11:00
Doxyfile.in
Doxyfile: Use CMake variables in preference to autotools variables
2019-01-03 11:15:00 +11:00
endian.cpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
endian.hpp
endian: be less clever with value operators
2019-02-03 16:37:08 +11:00
except.cpp
except: add custom base exception
2018-12-03 15:29:21 +11:00
except.hpp
except: error::describe shouldn't be noexcept
2019-02-02 15:35:44 +11:00
exe_freebsd.cpp
build: transition from experimental filesystem
2018-12-05 19:12:03 +11:00
exe_linux.cpp
build: transition from experimental filesystem
2018-12-05 19:12:03 +11:00
exe_win32.cpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
exe.hpp
build: transition from experimental filesystem
2018-12-05 19:12:03 +11:00
expected.hpp
expected: add trivial then
method.
2019-02-07 17:33:47 +11:00
extent.cpp
build: satiate clang-tidy somewhat
2019-01-03 15:48:34 +11:00
extent.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
fixed.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
fixed.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
float.cpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
float.hpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
format.cpp.rl
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
format.hpp
format: allow implicit conversion from formats to strings
2018-11-29 13:10:02 +11:00
fourcc.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
fourcc.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
functor.hpp
functor: add construct and tuple_construct
2019-02-05 12:13:53 +11:00
gcc.hpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
hash.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
introspection.cpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
introspection.hpp
build: transition from experimental filesystem
2018-12-05 19:12:03 +11:00
io_posix.cpp
io: don't forget to initialise the mmap size for zero length mappings
2019-02-03 18:23:22 +11:00
io_posix.hpp
io;posix: implement move constructor for mapped_file
2019-01-17 19:49:45 +11:00
io_win32.cpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
io_win32.hpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
io.cpp
build: transition from experimental filesystem
2018-12-05 19:12:03 +11:00
io.hpp
io: ensure write/pwrite views use pointer iterators
2018-12-19 17:13:06 +11:00
iterator.hpp
iterator: add full iterator_traits for cruft::zip
2019-02-05 11:58:57 +11:00
kmeans.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
libcruft.pc.in
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
library_posix.cpp
build: transition from experimental filesystem
2018-12-05 19:12:03 +11:00
library_posix.hpp
build: transition from experimental filesystem
2018-12-05 19:12:03 +11:00
library_win32.cpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
library_win32.hpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
library.hpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
log.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
log.hpp
preprocessor: build the header out of tree
2018-10-30 21:41:15 +11:00
maths.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
maths.hpp
maths: remove duplicate equality test helpers
2019-02-03 16:38:06 +11:00
matrix2.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
matrix3.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
matrix4.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
matrix.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
matrix.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
meson.build
build: add initial meson experiments
2019-02-22 12:41:19 +11:00
nocopy.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
parse.cpp
parse: don't use relative includes for generated sources
2019-02-03 12:29:33 +11:00
parse.hpp
parse: change parsing functions to modify the data view
2018-12-16 13:26:48 +11:00
platform.hpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
point.cpp
build: satiate clang-tidy somewhat
2019-01-03 15:48:34 +11:00
point.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
pointer.hpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
polynomial.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
polynomial.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
pool.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
pool.hpp
pool: add attributes to allocate
2019-01-21 17:14:02 +11:00
preprocessor.py
preprocessor: add convenience APPEND_COMMA macro
2018-11-13 15:19:53 +11:00
quaternion.cpp
quaternion: add slerp and nlerp
2019-02-07 15:45:08 +11:00
quaternion.hpp
quaternion: add slerp and nlerp
2019-02-07 15:45:08 +11:00
random.cpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
random.hpp
random: separate the generator initialisation code
2019-02-21 20:53:32 +11:00
range.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
range.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
rational.cpp
build: satiate clang-tidy somewhat
2019-01-03 15:48:34 +11:00
rational.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
README.adoc
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
region.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
region.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
rfc3986.rl
rfc3986: don't enforce actions for rules
2017-12-26 17:34:08 +11:00
scoped.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
si.cpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
si.hpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
signal.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
signal.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
singleton.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
stats.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
stats.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
std.hpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
stream.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
stream.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
string.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
string.hpp
string: fixup tokeniser::contains
2019-02-20 15:51:54 +11:00
stringid.cpp
stringid: use string_view for accessors
2018-09-18 16:36:03 +10:00
stringid.hpp
stringid: add at method
2018-09-18 16:36:28 +10:00
strongdef.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
strongdef.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
tap.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
tap.hpp
build: satiate clang-tidy somewhat
2019-01-03 15:48:34 +11:00
term.cpp
build: transition from experimental filesystem
2018-12-05 19:12:03 +11:00
term.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
time_posix.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
time_win32.cpp
build; fix compilation errors under win32
2018-08-13 14:52:40 +10:00
time.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
time.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
typeidx.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
typeidx.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
types.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
uri.cpp.rl
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
uri.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
utf8.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
utf8.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
variadic.cpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
variadic.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
vector.cpp
build: satiate clang-tidy somewhat
2019-01-03 15:48:34 +11:00
vector.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
version.cpp.rl
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
version.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
view.cpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
view.hpp
view: add front
and back
observers
2019-02-08 11:59:24 +11:00
zlib.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
zlib.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00