VTIL-Core/VTIL-Common/util
2020-06-28 01:18:45 +02:00
..
colony.hpp Implemented an object pool allocator based on plf::colony. 2020-06-25 01:15:24 +02:00
concept.hpp Fixed license headers. 2020-04-25 05:51:24 +02:00
conditional_lock.hpp Implemented conditional locks. 2020-06-10 06:10:31 +02:00
constexpr_random.hpp Minor typo fixes. 2020-05-25 06:17:18 +02:00
copy_on_write.hpp Implemented an object pool allocator based on plf::colony. 2020-06-25 01:15:24 +02:00
critical_section.cpp Changed Thread ID to ignore bottom 3 bits on Windows. 2020-06-25 01:13:51 +02:00
critical_section.hpp Fixing size_t usage for MacOS compilers. 2020-06-15 22:30:56 +02:00
dynamic_size.hpp Fixed zip for non-reference return values. 2020-06-17 13:32:16 +02:00
fnv64.hpp Fixing size_t usage for MacOS compilers. 2020-06-15 22:30:56 +02:00
fnv128.hpp Fixing size_t usage for MacOS compilers. 2020-06-15 22:30:56 +02:00
hashable.hpp Exposed combine_hash. 2020-05-25 07:31:48 +02:00
lt_typeid.hpp Fixing size_t usage for MacOS compilers. 2020-06-15 22:30:56 +02:00
mul128.hpp Improvements to merging casted/shifted variables, minor style changes. 2020-05-04 09:28:47 +02:00
multivariate.hpp Implemented multivariate ::has<T> and ::purge<T>. 2020-06-24 20:10:16 +02:00
numeric_iterator.hpp Implemented numeric iterator. 2020-06-17 13:32:38 +02:00
object_pool.hpp Minor style fixes. 2020-06-25 06:32:40 +02:00
optional_reference.hpp Minor typo fixes. 2020-05-25 06:17:18 +02:00
range.hpp Implemented a small range helper. 2020-05-26 11:05:07 +02:00
reducable.hpp vtil::reducable is now constexpr. 2020-06-28 01:14:38 +02:00
reverse_iterator.hpp Implemented a pseudo reverse-iterator. 2020-06-02 05:00:46 +02:00
sinkhole.hpp Lazy flag is now "stolen" instead of being carried. 2020-06-26 11:32:28 +02:00
stack_container.hpp Fixing stack container for debug mode. 2020-06-25 09:18:54 +02:00
tuple_visit.hpp Implementing tuple enumeration/visiting. 2020-06-28 01:18:45 +02:00
variant.cpp Fixing builds for mingw. 2020-06-23 21:02:12 +02:00
variant.hpp Changed variant size to fit a register descriptor. 2020-06-25 03:34:05 +02:00
zip.hpp Minor fixes. 2020-06-20 00:19:51 +02:00