Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
Paul Beckingham 51ad77e952 Bug Fix
- 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.
2009-07-05 23:59:11 -04:00
doc Updated man pages and task help documentation 2009-07-06 03:08:41 +02:00
i18n Merge branch '1.8.0' of git@github.com:pbeckingham/task into 1.8.0 2009-06-30 18:36:11 -04:00
package-config Added information about cygwin packaging 2009-07-05 17:29:40 +02:00
scripts Vim syntax highlighting (thanks to John Florian) 2009-07-06 03:31:58 +02:00
src Bug Fix 2009-07-05 23:59:11 -04:00
.gitignore Updated man pages and task help documentation 2009-07-06 03:08:41 +02:00
AUTHORS Enhancment - interactive shell 2009-06-21 08:39:53 -04:00
ChangeLog Documentation Update 2009-07-04 23:19:20 -04:00
configure.ac Code Cleanup 2009-07-05 11:33:02 -04:00
COPYING - Updated all documents. 2008-05-30 21:22:22 -04:00
depcomp - Generic OSS files added. 2008-04-19 22:04:44 -04:00
INSTALL - Generic OSS files added. 2008-04-19 22:04:44 -04:00
install-sh - Generic OSS files added. 2008-04-19 22:04:44 -04:00
Makefile.am Vim syntax highlighting (thanks to John Florian) 2009-07-06 03:31:58 +02:00
missing - Generic OSS files added. 2008-04-19 22:04:44 -04:00
NEWS Documentation Update 2009-07-03 01:21:29 -04:00
README Documentation Update 2009-06-28 10:44:50 -04:00

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.

---