Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/leaf.c at check-in 69f43fc0776dbde6
|
2012-08-29
| ||
| 13:57 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII file: [1f0e53b318] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 5301 | |
|
2012-06-29
| ||
| 15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". file: [d071b57237] check-in: [0328d68181] user: drh branch: sqlite4, size: 5305 | |
|
2011-04-25
| ||
| 22:23 | Change the definition of a "Leaf" to be any node that has no children of any kind (merge or non-merge) in the same branch. A "rebuild" or a "fossil leaves --recompute" is required to recompute the LEAF table after upgrading to this version. file: [7746adfcb0] check-in: [e17fc71319] user: drh branch: trunk, size: 5302 | |
|
2011-03-15
| ||
| 01:34 | Change the graph layout to include ascenders for nodes that have off-screen children. Fix a bug in the leaf-tracker that became evident by this enhancement. (A rebuild is required to rebuild the leaf table after updating, or else some timeline graphs will not display correctly.) file: [11a33c733f] check-in: [d7a0240f39] user: drh branch: trunk, size: 3837 | |
|
2011-03-14
| ||
| 21:36 | Fix an issue with the leaf-tracker that comes up if a check-in specifies a shunned check-in as its parent or merge parent. Ticket [398afa58def78f5]. file: [750147ea90] check-in: [aa6abc5ed3] user: drh branch: trunk, size: 3805 | |
|
2011-01-28
| ||
| 20:56 | Added: Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. file: [73d5657b30] check-in: [69f43fc077] user: drh branch: experimental, size: 3786 | |