Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
Paul Beckingham a1132f0028 Code Cleanup
- Cmake was not updating HAVE_ST_BIRTHTIME.
- NIBBLER_FEATURE_DATE was not properly applied everywhere.
- FEATURE_COLOR was not properly set.
- Some source files failed to include cmake.h, and therefore were not properly
- Removed inefficient use of std::string::substr for guaranteed single character
  strings.
- Integrated Directory::cd.
- Integrated File::ctime, ::btime.
- Integrated Path::operator+.
- Integrated Nibbler::getDigit{2,4,6}.
- Integrated HighResTimer.
  enabling/disabling code.
- All Path objects now expanded internally to absolute form.
- Modified unit tests to accomodate absolute paths.
- Merged new nibbler.t.cpp tests.
- Made various methods const.
- Includes removed from some files, added to others.
2013-05-05 08:33:52 -04:00
cmake/Modules - Changed FindReadline.cmake to search for Readline in macports paths before system paths. - Fixed CTRL-D. Now it exits tasksh. - Fixed a crash when a task description had any special characters. 2013-03-26 23:19:34 -04:00
doc Merge branch 'master' into 2.3.0 2013-04-07 17:56:59 -04:00
i18n Typo in several tips.something files: 'task edit 1' changed to 'task 1 edit'. 2013-04-07 12:56:35 -04:00
package-config Merge branch 'master' into 2.3.0 2013-04-07 17:56:59 -04:00
performance Adjust performance script for POSIX /bin/sh. 2013-04-03 17:35:47 -04:00
scripts L10N Utility 2013-04-16 00:11:07 -04:00
src Code Cleanup 2013-05-05 08:33:52 -04:00
test Code Cleanup 2013-05-05 08:33:52 -04:00
.gitignore Cleanup 2013-03-10 16:39:37 -04:00
AUTHORS Documentation 2013-05-02 17:58:57 -04:00
ChangeLog Enhancement 2013-05-04 07:36:53 -04:00
cmake.h.in Code Cleanup 2013-05-05 08:33:52 -04:00
CMakeLists.txt Italian translation. 2013-05-02 06:24:07 -04:00
commit.h.in Code Cleanup 2013-04-07 23:50:51 -04:00
COPYING Copyright 2013 2013-03-04 17:47:12 -05:00
DEVELOPER Doc, Unit Tests 2013-03-31 17:30:43 -04:00
EXPOSITION Merge branch 'master' into 2.3.0 2013-04-07 17:56:59 -04:00
INSTALL Merge branch 'master' into 2.3.0 2013-04-07 17:56:59 -04:00
LICENSE Copyright 2013 2013-03-04 17:47:12 -05:00
NEWS Documentation 2013-05-02 17:58:57 -04:00
README Feature #328 2013-03-10 15:23:06 -04:00

                         *** Disclaimer ***
                       *** during ongoing ***
                        *** development ***

The development branch is a work in progress and may not pass all quality tests,
therefore it may harm your data.  While we welcome bug reports from the
development branch, we do not guarantee proper or timely fixes.

      Broken functionality may arise from ongoing development work.

                        Make proper backups.

       Be aware that using the development branch involves risks.

---

Thank you for taking a look at taskwarrior!

Taskwarrior 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.  Taskwarrior has binary distributions, online
documentation, demonstration movies, and you'll find all the details at:

    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, encouragement or criticism, 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 taskwarrior.

---

Taskwarrior is released under the MIT license. For details check the LICENSE
file.