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