issues
search
KDAB
/
KDAlgorithms
Algorithm wrappers
Other
82
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
cmake: Add install target
#76
iamsergio
opened
3 hours ago
0
[pre-commit.ci] pre-commit autoupdate
#75
pre-commit-ci[bot]
closed
3 months ago
0
Update run script to ensure I use Qt5
#74
jesperkdab
closed
3 months ago
0
CI: Use OS-latest
#73
dantti
closed
3 months ago
0
Require only C++ compiler
#72
dantti
closed
3 months ago
0
new algorithms cartesian_product
#71
jesperkdab
closed
3 months ago
0
Minimal range support
#70
jesperkdab
closed
4 months ago
0
[pre-commit.ci] pre-commit autoupdate
#69
pre-commit-ci[bot]
closed
5 months ago
0
work with std::range::subrange
#68
hmoffatt
closed
4 months ago
5
Introduce algorithms sum and sum_if
#67
jesperkdab
closed
6 months ago
0
Bugfix remove duplicate without operator lt
#66
jesperkdab
closed
10 months ago
0
kdalgorithms::remove_duplicates doesn't work if the type is not sortable
#65
narnaud
closed
3 months ago
0
Added new algorithm multi_transform
#64
jesperkdab
closed
1 year ago
0
Enable Window/Linux/Release/Qt6 builds
#63
dantti
closed
1 year ago
1
Dantti/gha build [void_t]
#62
dantti
closed
1 year ago
0
Add GitHub actions
#61
dantti
closed
1 year ago
1
[pre-commit.ci] pre-commit autoupdate
#60
pre-commit-ci[bot]
closed
9 months ago
0
[pre-commit.ci] pre-commit autoupdate
#59
pre-commit-ci[bot]
closed
1 year ago
0
Call std::invoke if we have it
#58
jesperkdab
closed
1 year ago
0
Improved sort_by
#57
jesperkdab
closed
1 year ago
0
new algorithms sort_by and sorted_by.
#56
jesperkdab
closed
1 year ago
0
Remove std::move() on temporaries, as detected by gcc 13
#55
dfaure-kdab
closed
1 year ago
0
gcc 13 warns about extra std::move() calls
#54
dfaure-kdab
closed
1 year ago
0
Fix issue #50 - find_if creates dangling references
#53
jesperkdab
closed
1 year ago
0
Rename min_element to min_value, and max_element to max_value
#52
jesperkdab
closed
1 year ago
0
min_element() fails to compile on custom container without an empty() method
#51
dfaure-kdab
closed
1 year ago
0
find_if creates dangling references for r-value references.
#50
LeonMatthesKDAB
closed
1 year ago
0
Wip/misc stuff
#49
jesperkdab
closed
1 year ago
0
[pre-commit.ci] pre-commit autoupdate
#48
pre-commit-ci[bot]
closed
1 year ago
0
Expose /Zc:__cplusplus flag to consumers of the kdalgorithm target
#47
aambrosano
closed
1 year ago
1
Use Container::size_type to kill warning in Qt5
#46
jesperkdab
closed
1 year ago
0
Fix transform precondition
#45
narnaud
closed
1 year ago
1
reserve_helper type conversion warning
#44
hmoffatt
closed
1 year ago
2
transform compile error in Visual Studio
#43
hmoffatt
closed
1 year ago
11
new algo max_value_less_than_unsorted
#42
phyBrackets
closed
1 year ago
0
Added missing std for make_tuple
#41
jesperkdab
closed
1 year ago
0
New algorithm: copied
#40
jesperkdab
closed
1 year ago
0
Consider C++20 uniform erasure for erase/erase_if
#39
daniel-petrovic
closed
1 year ago
5
Wip/zip
#38
jesperkdab
closed
1 year ago
0
Added section on deployment
#37
jesperkdab
closed
1 year ago
0
Add alias target
#36
seanharmer
closed
1 year ago
0
[pre-commit.ci] pre-commit autoupdate
#35
pre-commit-ci[bot]
closed
1 year ago
0
fix typos
#34
dfaure-kdab
closed
1 year ago
0
[pre-commit.ci] pre-commit autoupdate
#33
pre-commit-ci[bot]
closed
1 year ago
0
New algorithm transformed_if
#32
jesperkdab
closed
1 year ago
1
Wip/generate
#31
jesperkdab
closed
1 year ago
0
Wip/added missing std
#30
jesperkdab
closed
2 years ago
0
Wip/new algorithms
#29
jesperkdab
closed
2 years ago
0
added accumulate_if
#28
jesperkdab
closed
2 years ago
0
Make it possible to specify a pointer to member variable in transformed
#27
jesperkdab
closed
2 years ago
0
Next