summaryrefslogtreecommitdiff
path: root/src/flags.hh
AgeCommit message (Expand)Author
2023-10-25Default comparison operators that can beMaxime Coste
2023-10-25Remove redundant comparison operatorsMaxime Coste
2021-11-21Replace std::enable_if with requiresMaxime Coste
2017-10-06Add more constexpr to flags wrapping functionsMaxime Coste
2017-07-19Migrate code to c++14Maxime Coste
2017-03-15Migrate WithBitOps template specialization to with_bit_ops functionMaxime Coste
2016-11-14Tweak RankedMatch behaviour and fix bug in its comparison functionMaxime Coste
2016-08-29Use flags and bit operations instead of bools in RankedMatchMaxime Coste
2015-11-20Move enum option handling in enum.hh and refactor enum optionsMaxime Coste
2015-05-26Retreat ! go back to C++11 only codeMaxime Coste
2015-05-25Migrate code to c++14Maxime Coste
2015-03-16Change flags operator& to return a value convertible both to flags and boolMaxime Coste
2014-11-04Tweak flags implementationMaxime Coste
2014-10-23centralize bit operation support for enum used as flagsMaxime Coste