- Finland
- https://flower-lang.org
-
Physics, music, WG21, Flower.
For old(er) stuff: http://github.com/ronchaine
-
Joined on
2022年06月24日
834d4d8e18
Try to make
typed_memory_buffer something usable
e3947c4457
Add a concept for fixed capacity policy
02f1fc4910
Stop lying at iterator header
2972d6eca7
Default to trapping instead of throwing errors on freestanding
10c4d1427a
Delegate responsibility
07da644ff0
Rename / move memory buffer to more final form
d9b00cfb84
Work through the madness of edge cases
541745ec3d
Figure out from MemPolicyT whether or not it uses allocator
8fdbc0d677
Restructuring policy randomness to regular CRTP mixins
1401311c13
Add LLVM exceptions to the licence
c29851821e
Style + Disable broken headers/tests due to llmt changes
57fb5c2fd6
Break everything
2c7a19e110
Add adjacency matrix header
3400306869
Redesign/rework memory buffer / typed memory buffer
a74f01c599
Require iterator to be comparable to sentinel
c80334a8b0
Add
self_aware_iterator concept
1c021a1a09
Require iterator to be comparable to sentinel
dffaaecd1f
Add
self_aware_iterator concept
1f08e731cc
Start bringing "vector" type and tests to the library
5eb847175d
Initial graph iteration
4e65ad64a2
Add storage concepts
bdad50a786
Add stubbing for benchmarks
e4b9743426
More base work
18cd7b3d18
Fix sign conversion warnings
5b419ec892
Rename
memory_buffer to typed_memory_buffer
1866698587
Style fix
7b5d461558
Add
LLMT_LIFETIMEBOUND to various parameters
dd39596980
Add
LLMT_LIFETIMEBOUND macro
ae7cfb77de
Return
auto instead of const_iterator for sentinel
214e4d1422
Work work work
030d7f879f
size() should not return a bool
78875ec021
Add 0.2.0 to release notes
ee4d986394
Bump version to 0.2.0, move extras/scripts to contrib
b7166b82cd
Fix iterator requirements
de45b8310e
Update CMakeLists.txt
5e5f84e045
Remove bufferops tests
ea015d67e2
Update header list
a6854bc70f
Barely usable graph
b5cac37971
Save work before attempting another route
1f9b7d1ee3
Rework testing dependencies, start working on graph
d4d5ebbd3f
Oops