mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-04 12:28:35 +02:00
Sorting
- Sorting implemented using a non-relocatable task list, a stable sort, and type-specific comparisons.
This commit is contained in:
parent
9268e552d8
commit
4584da8895
8 changed files with 176 additions and 174 deletions
|
@ -161,6 +161,9 @@ std::string taskInfoDifferences (const Task&, const Task&);
|
|||
std::string renderAttribute (const std::string&, const std::string&);
|
||||
std::string feedback (const Task&, const Task&);
|
||||
|
||||
// sort.cpp
|
||||
void sort_tasks (std::vector <Task>&, std::vector <int>&, const std::string&);
|
||||
|
||||
// list template
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
template <class T> bool listDiff (const T& left, const T& right)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue