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
/
ranges.hh
Age
Commit message (
Expand
)
Author
2025-06-27
Move helper logic inside static_gather
Maxime Coste
2025-06-27
Small code style tweak in ranges utilities
Maxime Coste
2024-08-15
Remove unused ConstexprVector and rename constexpr_utils.hh to array.hh
Maxime Coste
2024-08-14
Remove tuple use from ranges.hh
Maxime Coste
2023-10-25
Default comparison operators that can be
Maxime Coste
2023-10-25
Remove redundant comparison operators
Maxime Coste
2022-10-02
Fix compilation failure with clang 12 and debug=yes
Hampus Fröjdholm
2022-05-21
Stop using deprecated std::iterator
Johannes Altmanninger
2022-04-25
Introduce a flatten range adapter and use it in execute_keys_cmd
Maxime Coste
2021-11-21
More C++20 refactorings
Maxime Coste
2021-11-21
Use std::remove_cvref instead of std::decay
Maxime Coste
2021-10-24
src: Make `gf` open all selected paths
Frank LENORMAND
2021-10-21
src: Implement the `enumerate()` range filter
Frank LENORMAND
2020-05-29
Add a range based remove_if overload
Maxime Coste
2020-02-18
Small code style tweak in ranges.hh
Maxime Coste
2020-02-02
Use ReverseView to perform fewer allocations
geppettodivacin
2020-01-26
Add support for `@` symbols in selection buffer
geppettodivacin
2019-11-10
Aggregatify ConcatView
Maxime Coste
2019-11-09
Add static or const where useful
Jason Felice
2019-06-10
Add a gather overload that infer element type
Maxime Coste
2019-01-24
Replace std::mem_fn with custom lambda in ranges
Maxime Coste
2019-01-23
Change pipe diffing to work linewise
Maxime Coste
2018-07-26
Make TransformView iterator's category match its underlying's
Maxime Coste
2018-07-05
Add 'skip(size_t)' range utility to skip a number of elements
Maxime Coste
2018-04-19
Extract a for_n_best algorithm from completion function
Maxime Coste
2018-03-25
Remove contains_that and use any_of to be closer to the c++ stdlib
Maxime Coste
2018-03-25
Unify code that validates identifiers in Kakoune
Maxime Coste
2018-03-13
ranges: Add transform overload taking directly a pointer to member
Maxime Coste
2018-02-28
Ranges: Fix copiability of some range view iterators
Maxime Coste
2018-02-20
ranges: Support temporary parameters passed to concatenated
Maxime Coste
2018-01-12
Save/restore main selection from/to strings
Maxime Coste
2017-12-07
Ranges: add unit test and fix corner case in split view
Maxime Coste
2017-12-06
Remove Vector returning split functions, use range adaptor
Maxime Coste
2017-12-04
Replace uses of getpwuid which is incompatible with static linking
Maxime Coste
2017-11-02
Append '/' to highlighter group completion candidates
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste