psemek/libs/util/include/psemek/util
2022-02-12 13:33:02 +03:00
..
array.hpp Add array::assign 2021-12-01 21:20:21 +03:00
assert.hpp Remove obsolete header 2020-09-10 11:04:42 +03:00
at_scope_exit.hpp Add util, geom, cg, pcg & gfx libs 2020-08-27 13:36:16 +03:00
atlas.hpp Add texture atlas implementation 2022-02-10 13:29:47 +03:00
autoname.hpp Add util, geom, cg, pcg & gfx libs 2020-08-27 13:36:16 +03:00
behavior_tree.hpp Behavior tree retry node: support retrying a fixed number of times 2021-10-30 13:14:02 +03:00
binary_heap.hpp Node-based binary heap (wip) 2020-12-16 11:05:29 +03:00
binary_stream.hpp Support reading an array pointer in util::binary_stream 2021-07-13 11:42:46 +03:00
bits.hpp Add util::log2 2021-07-07 18:58:13 +03:00
blob.hpp Add util::blob::operator bool() and util::blob::swap 2020-11-24 23:10:52 +03:00
clock.hpp Fix util::timer: add timer duration to tracked time point instead of replacing it with now() 2022-02-02 19:45:27 +03:00
ebo.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
ecs.hpp Default-construct components for created entities in util::ecs 2021-08-17 11:42:26 +03:00
empty.hpp Make util::empty stream output operator inline 2021-02-17 23:11:25 +03:00
enum.hpp Fix unknown_enum_value_exception 2022-02-12 13:33:02 +03:00
flat_list.hpp Add util::flat_list::data 2021-07-22 10:49:06 +03:00
fmap.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
function.hpp Bugfix in util::function: forward the callable instead of moving it 2021-03-04 14:31:15 +03:00
functional.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
hash.hpp Add hash for std::pair 2022-02-08 20:34:53 +03:00
heterogeneous_container.hpp Make heterogeneous_container::get return pointers instead of copies 2021-05-07 17:35:11 +03:00
lazy_range.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
lru_cache.hpp Add LRU cache implementation 2020-11-08 16:19:37 +03:00
memory_stream.hpp Various clang compilation issues 2021-01-18 20:02:35 +03:00
moving_average.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
not_implemented.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
overload.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
pimpl.hpp Pimpl declaration macros now define a make_pimpl(...) static helper function 2021-01-23 10:42:14 +03:00
pretty_print.hpp Add memory size pretty printing 2021-03-13 18:46:09 +03:00
profiler.hpp Support adding externally-measured profiling data to util::profiler 2021-06-04 18:01:32 +03:00
range.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
recursive.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
shared_blob.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
smooth_updater.hpp Add smooth_updater::value 2021-12-24 21:01:16 +03:00
span.hpp Add util::span::front,back 2022-01-20 20:32:38 +03:00
statistics.hpp Move old statistic module to statistics_lite, a new statistics module can compute percentiles 2021-03-12 14:43:00 +03:00
synchronyzed_queue.hpp Improve synchronyzed_queue interface: support timed variants of all operations 2020-11-21 23:29:17 +03:00
thread.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
timer.hpp Fix util::timer: add timer duration to tracked time point instead of replacing it with now() 2022-02-02 19:45:27 +03:00
to_string.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
type_list.hpp Add some type list machinery 2021-05-07 17:38:36 +03:00
type_name.hpp Add util::type_name 2021-07-21 22:08:13 +03:00
unicode.hpp Add utf8 iterator & range 2021-02-23 20:13:33 +03:00
unused.hpp Add unused macro 2020-09-13 12:49:47 +03:00
updater.hpp Add util::updater and smooth_updater 2021-12-22 20:35:21 +03:00