index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flags.hh
Age
Commit message (
Expand
)
Author
2023-10-25
Default comparison operators that can be
Maxime Coste
2023-10-25
Remove redundant comparison operators
Maxime Coste
2021-11-21
Replace std::enable_if with requires
Maxime Coste
2017-10-06
Add more constexpr to flags wrapping functions
Maxime Coste
2017-07-19
Migrate code to c++14
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2016-11-14
Tweak RankedMatch behaviour and fix bug in its comparison function
Maxime Coste
2016-08-29
Use flags and bit operations instead of bools in RankedMatch
Maxime Coste
2015-11-20
Move enum option handling in enum.hh and refactor enum options
Maxime Coste
2015-05-26
Retreat ! go back to C++11 only code
Maxime Coste
2015-05-25
Migrate code to c++14
Maxime Coste
2015-03-16
Change flags operator& to return a value convertible both to flags and bool
Maxime Coste
2014-11-04
Tweak flags implementation
Maxime Coste
2014-10-23
centralize bit operation support for enum used as flags
Maxime Coste