Paul Beckingham
f5908f6514
Tree
...
- Simplified ::removeAllBranches, and in so doing, eliminated a segfault on
some OSes. No idea why.
2014-08-31 01:03:55 -04:00
Paul Beckingham
bc3dc1e50e
Tree
...
- Removed pointers from ::dumpNode, which are useful for debugging new/delete,
but simply noise at other times.
2014-08-24 12:12:07 -04:00
Paul Beckingham
8376d99e88
Tree
...
- Added node pointer to ::dump output. Helps debugging.
2014-08-22 16:07:03 -04:00
Paul Beckingham
1b8671b58e
Tree
...
- Implemented ::removeAllBranches.
2014-06-14 14:19:49 -04:00
Paul Beckingham
fb4bf3efba
Tree
...
- After removing a branch, free the memory.
2014-06-14 14:13:34 -04:00
Paul Beckingham
d00c685699
Tree
...
- Added ::countTags method.
2014-05-06 21:16:30 -04:00
Paul Beckingham
57b876f005
Tree
...
- Parse tree is now colored to match the old one, somewhat.
2014-04-21 16:17:31 -04:00
Paul Beckingham
523dce8f32
Code Cleanup
...
- Standardized headers.
2014-02-01 14:33:37 -05:00
Paul Beckingham
d27bd24355
Code Reorganization
...
- Eliminated the parser lib, merged into task. Failed experiment.
2013-10-19 22:33:16 -04:00
Paul Beckingham
3f58e5a2ee
Code Cleanup
...
- Removed unused Tree code.
2011-05-23 22:29:24 -04:00
Paul Beckingham
57c1983e07
Code Migration
...
- Migrated taskd JSON parser into task, to provide encode/decode
capability to Task::composeJSON.
- Migrated taskd utf8 code, replacing old unused code.
- Added unit tests or JSON.
- Migrated Tree updates from taskd.
2011-01-22 23:33:47 -05:00
Paul Beckingham
462caf5bd4
Copyright
...
- Updated copyright to 2011.
2010-12-31 22:03:05 -05:00
Paul Beckingham
eb2cb99532
Performance
...
- Removed "std::endl" in cases where the autoflush is only going to
slow things down.
2010-10-02 12:02:06 -04:00
Paul Beckingham
d012fc9717
Code Salvage
...
- Integrated some code from the (soon to be obsolete) 2.0.0 branch,
which is general in nature and will be needed.
- And the corresponding unit tests.
2010-09-05 08:48:27 -04:00