Paul Beckingham
589b84982f
Documentation Update
...
- Removed 1.9.x references.
- Cleared out NEWS file.
2011-03-03 22:34:26 -05:00
Federico Hernandez
4de854a3c3
CMake
...
- zapped autoh*ll from build system. No more pain.
2011-03-04 03:58:55 +01:00
Federico Hernandez
32235ca60a
CMake
...
- improve compilation by removing the git sha1 dependency into its
own include file that is just used 2 times instead of auto.h that
is included in more places.
2011-01-17 23:27:38 +01:00
Federico Hernandez
7f0c3bf94b
Prepared gitignore for upcoming CPack
2011-01-05 01:26:32 +01:00
Federico Hernandez
51fd0afade
CMake
...
- moved configuration stuff from src to top level cmake file
- building static library task and using it for building task binary
- the static library will then be used as well in the unit tests
2011-01-02 23:45:25 +01:00
Paul Beckingham
f5f1b38fe8
CMake
...
- Added cmake transient files to the .gitignore file.
2010-12-29 10:19:15 -05:00
Paul Beckingham
78778c2819
Packaging
...
- This is the structure that the OSX package requires. Note that the
task binary is 'represented' by an empty file.
- With more time, this could possibly be converted to a tree of symlinks,
but I'm not sure whether PackageManager deals with them as expected.
2010-01-12 08:22:29 -05:00
Paul Beckingham
90d53245c3
Merge branch '1.8.0'
...
Conflicts:
.gitignore
AUTHORS
ChangeLog
DEVELOPERS
Makefile.am
NEWS
README
configure.ac
doc/man/task.1
doc/man/taskrc.5
src/T.cpp
src/T.h
src/TDB.cpp
src/TDB.h
src/command.cpp
src/edit.cpp
src/import.cpp
src/parse.cpp
src/report.cpp
src/rules.cpp
src/task.cpp
src/task.h
task_completion.sh
2009-07-21 19:15:54 -04:00
Federico Hernandez
b5d8045eb3
Updated man pages and task help documentation
2009-07-06 03:08:41 +02:00
Paul Beckingham
bd89287f05
Documentation Update
...
- More ChangeLog updates.
- Corrected supported platforms in NEWS file, accirding to Fredde's
latest update on the Wiki.
2009-07-03 01:21:29 -04:00
Federico Hernandez
94e4c7b9da
Ignore temp data in tests dir
2009-06-22 08:21:17 +02:00
Paul Beckingham
7ff178cecc
Integration - TDB write operations
...
- TDB::gc rewritten.
- TDB::commit fixed.
- Corrected usage of handleRecurringTasks wrt TDB.
- Unit tests for TDB.
2009-06-15 00:52:24 -04:00
Paul Beckingham
6e27feb8a3
Code Cleanup
...
- Removed Makefile.in from repository. This was done in 1.8.0, but
wasn't in 1.7.0. It's time.
- Added Makefile.in to the .gitignore files.
2009-06-08 23:24:09 -04:00
Paul Beckingham
81e96e0ec4
Code Cleanup - removed Makefile.in from git
...
- Makefile.in is a generated file, and there is no need to track it
in git (thanks to Federico Hernandez).
2009-05-18 21:08:54 -04:00
Andy Lester
7049bf19d9
Ignore backup files, too
...
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2009-03-17 10:19:07 +08:00
Paul Beckingham
9e7844796b
Updated Documentation
...
- Added 'beta' download section to main web page.
2009-03-09 02:53:44 -04:00
Paul Beckingham
0362b41f3b
Performance
...
- Added Timer class to display high resolution timing information.
- Found terrible bug in Table::optimize that was taking up 99.7%,
on average, of the Table::rendering time, including sorting. This
fix naturally causes a 187-fold speedup of rendering.
- Changed report.cpp in handleCustomReport to only load pending tasks,
instead of all pending tasks. Subtle, but important difference.
2009-03-08 20:49:33 -04:00
Paul Beckingham
f26a9c67be
- Built 1.4.2 and packaged it as a Mac OS X Leopard Intel binary
...
- Modified incorrect Debian packages in versions.html
- Added Debian and Mac packages to task.html
2008-09-26 22:25:38 -04:00
Paul Beckingham
00b7a5f1b4
- Zero values no longer generate a 1-char bar in "task ghistory"
2008-06-27 18:05:02 -04:00
Paul Beckingham
d199bada33
- Removed configure.
2008-06-27 00:32:56 -04:00
Paul Beckingham
a42b8a89c3
- Completed 0.9.9
2008-05-27 20:47:56 -04:00
Paul Beckingham
ce52f88f4b
- More .gitignore tweaks.
2008-04-19 22:43:42 -04:00
Paul Beckingham
6d5de69f90
- Added .gitignore
2008-04-19 22:29:53 -04:00