| .. |
|
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
|
Improvements to merging casted/shifted variables, minor style changes.
|
2020-05-04 09:28:47 +02:00 |
|
critical_section.cpp
|
Fixed UNIX TID.
|
2020-05-03 00:22:03 +02:00 |
|
critical_section.hpp
|
Fixed a critical section bug, implemented IFS instruction.
|
2020-05-27 20:34:24 +02:00 |
|
dynamic_size.hpp
|
Minor typo fixes.
|
2020-05-25 06:17:18 +02:00 |
|
fnv64.hpp
|
Fixed intrinsics further.
|
2020-05-03 00:18:02 +02:00 |
|
fnv128.hpp
|
Fixed intrinsics further.
|
2020-05-03 00:18:02 +02:00 |
|
hashable.hpp
|
Exposed combine_hash.
|
2020-05-25 07:31:48 +02:00 |
|
lt_typeid.hpp
|
Minor typo fixes.
|
2020-05-25 06:17:18 +02:00 |
|
mul128.hpp
|
Improvements to merging casted/shifted variables, minor style changes.
|
2020-05-04 09:28:47 +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
|
Minor typo fixes.
|
2020-05-25 06:17:18 +02:00 |
|
reverse_iterator.hpp
|
Implemented a pseudo reverse-iterator.
|
2020-06-02 05:00:46 +02:00 |
|
sinkhole.hpp
|
Fixed a major bug in boundary selection.
|
2020-05-27 00:55:14 +02:00 |
|
stack_container.hpp
|
Stack containers should not allow direct cpy to prevent allocator cpy.
|
2020-06-10 09:00:59 +02:00 |
|
variant.cpp
|
Fixed bug with trivially copyable variants.
|
2020-05-22 21:26:38 +02:00 |
|
variant.hpp
|
Improvements to merging casted/shifted variables, minor style changes.
|
2020-05-04 09:28:47 +02:00 |
|
zip.hpp
|
Removed std::iterator inheritence, added specialize_pass/nop_pass.
|
2020-05-27 22:03:05 +02:00 |