mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +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
|
@ -73,6 +73,7 @@ public:
|
|||
std::string canonicalize (const std::string&) const;
|
||||
void disallowModification () const;
|
||||
void applyOverrides (const std::vector <std::string>&, std::vector <std::string>&);
|
||||
void decomposeSortField (const std::string&, std::string&, bool&);
|
||||
|
||||
private:
|
||||
void loadCorrectConfigFile ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue