LookingGlass/common
Quantum 53b4b4818b [common] vector: allow inplace construction with vector_push
This makes vector_push return a pointer to the pushed element.

It also allows the user to push a NULL pointer, which means allocating the
memory for the element but do not copy anything into it.
2021-08-24 22:10:36 +10:00
..
cmake [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
include/common [common] vector: allow inplace construction with vector_push 2021-08-24 22:10:36 +10:00
src [common] vector: allow inplace construction with vector_push 2021-08-24 22:10:36 +10:00
CMakeLists.txt [common] vector: add new data structure 2021-08-22 21:36:13 +10:00