Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

19 check-ins using file src/tagview.c version 00e0d408b7

2008-02-08
04:49
Properly initialize the array containing the changesets split by type. ... (check-in: 21d9664fb5 user: aku tags: trunk)
2008-02-06
05:06
Remembered a problem I have to deal with, added to my notes. ... (check-in: d2b1d3be25 user: aku tags: trunk)
05:04
Updated the copyright information of all files touched in the new year. ... (check-in: 66235f2430 user: aku tags: trunk)
04:58
Updated my notes tracking the known problems. ... (check-in: 9f297fed37 user: aku tags: trunk)
04:57
Fixed bug computing a symbol's parent. preferedparent is the voting table, not the home of the definite information. The bug caused the use of the wrong parent lod during the import of changesets. Luckily the chosen parent was not known yet, causing an abort. ... (check-in: a5840849d0 user: aku tags: trunk)
04:55
Get the line of development for changesets directly from the items and their lod references. The in-memory data from the meta table is out-of-date since the adjustment of parents in pass 'FilterSymbols'. Print the LOD information when sorting the changesets. ... (check-in: 0d13da3018 user: aku tags: trunk)
04:51
Print the tree of symbols (i.e. definite parents) at high verbosity levels. ... (check-in: 70acbf63ec user: aku tags: trunk)
2008-02-05
15:52
Added tracking of file removal in changesets. ... (check-in: c9270189c2 user: aku tags: trunk)
15:51
Moved log output for changeset log message to higher verbosity level. ... (check-in: 8ec5d8c87c user: aku tags: trunk)
06:09
Accept a last trunk-changeset on a vendor branch with the :trunk: already defined, and warn. Force changeset to be vendor-only, out of trunk. ... (check-in: a1bbf19d51 user: aku tags: trunk)
06:08
Removed bogus (early) unset. ... (check-in: 7caaf7afd5 user: aku tags: trunk)
2008-02-04
06:26
Added some musings to one of the situations to deal with. ... (check-in: 812c91bb8d user: aku tags: trunk)
06:05
Reworked the revision import to use the new state tracking system instead of the simple array. Moved some log outputs. Added a file listing the known problems to prevent me from forgetting stuff as it piles up :/ ... (check-in: e1dbf3186d user: aku tags: trunk)
06:02
Moved the really large log output during revision import (log message, and command) to very high log levels. ... (check-in: e7138d7f9c user: aku tags: trunk)
06:01
Added classes to track the state of a workspace, and of the whole revision import. ... (check-in: d011e0b008 user: aku tags: trunk)
06:00
Added note of an idea taken over by Mark Janssen. ... (check-in: 4e02d677c2 user: aku tags: trunk)
05:59
Fixed a typo. ... (check-in: 2f70125d48 user: aku tags: trunk)
2008-02-03
21:50
added db_generic_query_view() to simplify /tabview and /my implementations ... (check-in: 74ba41a510 user: stephan tags: trunk)
18:00
Fixed a memory leak in tagview_page_list_tags(). Minor other refactorings. ... (check-in: 2cb3290e67 user: stephan tags: trunk)