summaryrefslogtreecommitdiff
path: root/include/o3tl/typed_flags_set.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Introduce o3tl::underlyingEnumValueStephan Bergmann1-60/+49
2018-12-07HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann1-23/+0
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann1-34/+21
2017-03-02Remove HAVE_CXX11_CONSTEXPR, always true nowStephan Bergmann1-11/+11
2016-09-17fix warning in windows debug buildJochen Nitschke1-1/+1
2016-09-16Try silence cid#1371124 ("Operands don't affect result")Stephan Bergmann1-1/+5
2015-09-30Avoid unhelpful -Wunused-variableStephan Bergmann1-20/+53
2015-09-16Remove unnecessary typedef from previous attempt againStephan Bergmann1-1/+0
2015-09-15Fix binary ops with two o3tl::type_flags<E>::Wrap paramsStephan Bergmann1-21/+33
2015-08-26Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_...Noel Grandin1-9/+0
2015-07-30add assert for valid value in o3tl::typed_flags_setNoel Grandin1-1/+4
2015-07-15create a macro to tidy up the declaration sites of o3tl::typed_flags_setNoel Grandin1-0/+9
2015-06-26Remove workarounds for no longer supported GCC 4.6Stephan Bergmann1-61/+54
2015-05-09Fix ICEs in gcc 4.6.3 for small-int typed_flags.Thorsten Behrens1-55/+61
2015-04-10Get rid of false GCC 4.7 -Werror=type-limits in template codeStephan Bergmann1-23/+85
2015-03-19We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist1-9/+3
2015-03-11convert CHILD_ constants to enum classNoel Grandin1-0/+17
2015-01-09One more place to work around missing std::underlying_type for GCC 4.6Stephan Bergmann1-60/+52
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-0/+39
2014-10-23gcc4.7.3 complains about the assertsNoel Grandin1-2/+2
2014-10-14Reintroduce SFINAE-based selective enablement of &=, |=Stephan Bergmann1-35/+41
2014-10-14fixes and tests for o3tl::typed_flagsNoel Grandin1-8/+4
2014-10-14Work around missing std::underlying_type in GCC 4.6Stephan Bergmann1-38/+47
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-0/+208