algo
algo/search: return the score and the object in minimises
2018-11-19 15:35:56 +11:00
alloc
build: satiate clang-tidy somewhat
2019-01-03 15:48:34 +11:00
array
array: add varray wrapper
2019-01-31 13:45:40 +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
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
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
rand
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
roots
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
test
pool: add 'full' query
2019-01-21 17:13:47 +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
build: transition from experimental filesystem
2018-12-05 19:12:03 +11:00
tuple
tuple/type: add 'nth' accessor for tuples
2018-11-13 12:56:48 +11:00
types
types/traits: check for begin/end in is_container_v
2018-12-17 12:50:05 +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: ensure python3 is installed for testing
2018-07-24 16:19:43 +10: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
build: satiate clang-tidy somewhat
2019-01-03 15:48:34 +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
build: add doxygen comments for various headers
2019-01-03 11:15:00 +11:00
cast.hpp
build: many compilation fixes for win32
2019-01-04 17:13:21 +11:00
CMakeLists.txt
build: only build x86 cpuid on support architectures
2019-02-02 15:49:50 +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
parse: change parsing functions to modify the data view
2018-12-16 13:26:48 +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_x86.cpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
cpuid_x86.hpp
build: add doxygen comments for various headers
2019-01-03 11:15:00 +11:00
cpuid.cpp
cpuid: add initial trivial CPUID queries
2018-03-18 17:29:44 +11:00
cpuid.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10: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: change default unreachable
message
2019-01-29 16:40:28 +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: add typedefs for u64, i16, i32, and i64 endian::value
2019-01-18 17:18:01 +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
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
rename root namespace from util to cruft
2018-08-05 14:42:02 +10: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_posix: test the file size can actually be cast to size_t
2019-02-02 15:36:20 +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: rewrite detail::zip to avoid dangling references
2018-11-01 17:04:50 +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: abs should be constexpr
2018-09-27 14:17:54 +10: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
nocopy.hpp
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
parse.cpp
parse: move internal helpers into an anonymous namespace
2019-02-02 13:48:48 +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
rename root namespace from util to cruft
2018-08-05 14:42:02 +10:00
quaternion.hpp
build: add doxygen comments for various headers
2019-01-03 11:15:00 +11:00
random.cpp
relicense under MPL-2.0
2018-08-04 15:14:06 +10:00
random.hpp
random: use decltype auto for wrapper functions
2018-11-28 15:24:01 +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: add tests for character_position
2018-10-17 11:48:03 +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: style
2019-01-29 21:30:29 +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