mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
Taskwarrior - Command line Task Management taskwarrior.org
https://taskwarrior.org
![]() - Fixed bug that was causing more non-unique UUIDs. Here are the changes made: - Task.cpp, tasks are no longer provided with a UUID in Task::Task. This prevents the global context.task from being constructed before srandom/srand is called. - main.cpp, instead of srandom/srand (time (NULL)), it now uses struct timeval tv_usec member, which has a micro-second granularity, instead of time (NULL) which has a second granularity. When "task add ..." is called in a unit test, several calls are made per second, this the random number generator is seeded with the same value. - Modified the unit test to cover all 6 tasks created, instead of 5. |
||
---|---|---|
doc | ||
i18n | ||
package-config | ||
scripts | ||
src | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
Makefile.am | ||
missing | ||
NEWS | ||
README |
Thank you for taking a look at task! Task is a GTD, todo list, task management, command line utility with a multitude of features. It is a portable, well supported, very active project, and it is Open Source. Task has binary distributions, online documentation, demonstration movies, and you'll find all the details at the site: http://taskwarrior.org At the site you'll find a wiki, discussion forums, downloads, news and more. Your contributions are especially welcome. Whether it comes in the form of code patches, ideas, discussion, bug reports or just encouragement, your input is needed. Please send your support questions and code patches to: support@taskwarrior.org Consider joining taskwarrior.org and participating in the future of task. ---