10 descendants and 10 ancestors of [2e7cbb2829]
2007-11-06
| ||
04:39:41 | * | [efc78b7a42] Completed pass 3, CollateSymbols. Added code determining for each symbol the prefered parent from all possible parents. This is the symbol with the lowest id among the set with the maximum number of occurences as a parent. (user: aku, tags: trunk) |
2007-11-05
| ||
09:04:25 | * | [7eaa420a23] Extended options processing to handle --exclude, --force-tag, and --force-branch options. Extended project::sym class with in-memkory databases to hold the option information and replaced the 'UserConfig' placeholder with the actual code using the new databases to determine symbol types based on user-requests. Extended the pass itself with code per... (user: aku, tags: trunk) |
2007-11-02
| ||
06:06:24 | * | [f888f06fe3] Continued work on pass 3, added code to determine the type of symbols based on the tag-, branch-, and commit-counts. Hook for handling data coming from the option processoris present (UserConfig), but only as a placeholder. (user: aku, tags: trunk) |
04:29:05 | * | [6d4eb24738] Skeleton for pass 3 added, collating the symbols. (user: aku, tags: trunk) |
04:26:32 | * | [c3d5104084] Added code for the loading of pass II data (currently only the smybols) from the state when pass II is skipped. (user: aku, tags: trunk) |
04:24:31 | * | [77904c1f51] Fixed typos. (user: aku, tags: trunk) |
2007-10-31
| ||
03:45:12 | * | [cb4d44d60e] Milestone I reached (To save the fundamental repository structure into a sqlite database). (user: aku, tags: trunk) |
03:44:01 | * | [6f8667b03e] Added code creating aggregate symbol statistics. This completes pass 2 (CollRev). (user: aku, tags: trunk) |
2007-10-27
| ||
04:59:07 | * | [831e8f360d] Replaced the ASCII art showing entity links with dia'grams and gif images derived from them. Especially useful when trying to understand the paranoia checks. (user: aku, tags: trunk) |
2007-10-26
| ||
06:53:16 | * | [70d4a81162] Added another consistency check, and revised the comments to use the more exact terms for the various relationships. (user: aku, tags: trunk) |
06:11:21 | * | [2e7cbb2829] Fixed one of the cross-reference checks. (user: aku, tags: trunk) |
05:29:46 | * | [2434ad3bfe] Added lots of checks looking for inconsistent references between the various objects, mainly revisions. (user: aku, tags: trunk) |
05:28:24 | * | [1deb3786aa] Added saving of the fundamental symbol information (project level). (user: aku, tags: trunk) |
2007-10-25
| ||
05:16:57 | * | [89e9b357ed] Fixed saving of authors, log messages, meta data. This was wrong since revision 99e165d5c4, when the id databases were introduced. Simplified meta saving due to changed trunk coding (no NULL). (user: aku, tags: trunk) |
05:14:20 | * | [7375ebb988] Formatting change, code alignment. (user: aku, tags: trunk) |
05:13:41 | * | [2c08006d9d] Changed the coding of trunk symbols. Using NULL makes for difficult comparisons later when doing integrity checks. Each trunk now has a regular unique id as a symbol. Added documentation to the table definitions, about references, constraints, etc. (user: aku, tags: trunk) |
2007-10-24
| ||
14:44:57 | * | [05f9c95573] Extended pass manager to keep timing data for the executed passes and show them after completion of all passes. (user: aku, tags: trunk) |
08:01:01 | * | [adf168e23e] Extended handling of id's for files so that we have them for backreferences from symbols and revisions. Completed persistence of revisions and symbols at file-level and fixed small problem with left-over links to branches. (user: aku, tags: trunk) |
07:54:01 | * | [fa643aa91d] Disabled check for control characters in the log message. Allowing this for the moment, lets see if we run into trouble later on. Further reworked the check of symbol names, disallow forward slashs only at end. Found legal tags containing forward slashs in the middle. (user: aku, tags: trunk) |
2007-10-23
| ||
04:36:31 | * | [e94b52b6f2] Restructured the code handling NTBD in ExcludeBranch a bit to prevent the asserts in GraftNTDB2Trunk to bail out. (user: aku, tags: trunk) |
04:34:12 | * | [9f3fd3ec4b] Added a bit of path normalization, stripping of a trailing slash from the path to the cvs repository. Before such a slash could break a later coming fileutil::stripPath. (user: aku, tags: trunk) |