psemek/libs/util/include/psemek/util
2020-12-11 17:58:36 +03:00
..
array.hpp Fix util::array::release 2020-11-24 23:11:11 +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
autoname.hpp Add util, geom, cg, pcg & gfx libs 2020-08-27 13:36:16 +03:00
blob.hpp Add util::blob::operator bool() and util::blob::swap 2020-11-24 23:10:52 +03:00
clock.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
ebo.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
empty.hpp Fix all stream output operators: operator<< might return a different stream type 2020-11-06 17:34:57 +03:00
flat_list.hpp Fix flat_list: destructor hack should only compile for types with nontrivial destructor 2020-11-29 12:27:41 +03:00
fmap.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
function.hpp Add <functional> include in util::function for std::invoke 2020-11-24 23:10:15 +03:00
functional.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
hash.hpp Add util/hash header 2020-12-11 17:58:36 +03:00
heterogeneous_container.hpp Add a heterogeneous container (with type list specified at compile-time) & tests 2020-11-26 22:01:57 +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 Add an istream class that wraps raw data buffer 2020-08-30 21:27:10 +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 Add macro-based pimpl & use it everywhere 2020-10-23 17:14:54 +03:00
pretty_print.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
profiler.hpp Make util::profiler use the logging system 2020-11-29 12:30:02 +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
statistics.hpp Fix all stream output operators: operator<< might return a different stream type 2020-11-06 17:34:57 +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 Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
to_string.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
unicode.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
unused.hpp Add unused macro 2020-09-13 12:49:47 +03:00