mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Dependencies
- Implemented/stubbed some of the dependency helper functions.
This commit is contained in:
parent
b050d67ba9
commit
1687e85335
2 changed files with 49 additions and 3 deletions
|
@ -130,6 +130,11 @@ int handleExportCSV (std::string &);
|
|||
int handleExportiCal (std::string &);
|
||||
int handleExportYAML (std::string &);
|
||||
|
||||
// dependency.cpp
|
||||
bool dependencyIsBlocked (Task&);
|
||||
bool dependencyIsBlocking (Task&);
|
||||
bool dependencyCheckCircular (Task&);
|
||||
|
||||
// list template
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
template <class T> bool listDiff (const T& left, const T& right)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue