aboutsummaryrefslogtreecommitdiff
path: root/joinstate.h
AgeCommit message (Collapse)Author
2018-03-26Introduce JoinStates (QFlags<JoinState>)Kitsune Ral
This required to change numeric values for JoinState enum; so anybody who relied on them being 0-based and/or contiguous, beware.
2017-10-15Fixed building with clang+libcpp (used on OS X)Kitsune Ral
libcpp has pessimistic definition of array that only engages constexpr in C++14 mode and newer; so one cannot use std::array<> in constexpr code.
2017-10-14Make JoinState (de)serializable library-wideKitsune Ral
2016-11-06Use #pragma once everywhereMalte Brandy
2016-04-05Imported the current source tree from Quaternion/lib.Kitsune Ral