| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing the PGraph class and subsuming it into SimpleGraph. | Luke Kanies | 2008-11-06 | 1 | -121/+0 |
* | Refactoring the Transaction::Event class. | Luke Kanies | 2008-07-04 | 1 | -1/+1 |
* | Removing the last vestiges of GRATR from the PGraph class | Luke Kanies | 2008-02-13 | 1 | -29/+0 |
* | Removing the last remaining vestiges of GRATR -- | Luke Kanies | 2008-02-11 | 1 | -11/+3 |
* | Fixing #982 -- I have completely removed the GRATR graph library | Luke Kanies | 2008-01-07 | 1 | -58/+6 |
* | Switching the graph base class from GRATR::Digraph | Luke Kanies | 2007-11-07 | 1 | -9/+4 |
* | All tests should now pass again. | Luke Kanies | 2007-10-08 | 1 | -0/+4 |
* | All tests now pass in this configuration branch, which means | Luke Kanies | 2007-09-22 | 1 | -1/+1 |
* | An intermediate commit so I can start working on a different | Luke Kanies | 2007-09-20 | 1 | -1/+1 |
* | Moving the resource container behaviour to the Configuration object, rather t... | Luke Kanies | 2007-09-12 | 1 | -26/+0 |
* | Adding a to_graph method to TransBuckets, so that the buckets can directly ge... | Luke Kanies | 2007-09-12 | 1 | -2/+26 |
* | Fixing #507 (behaviour in cycles) by changing the topsort algorithm. | luke | 2007-05-17 | 1 | -20/+25 |
* | A slight fix for #507. This should at least provide better information if th... | luke | 2007-03-19 | 1 | -3/+9 |
* | Removing the cycle checks from the splice! method in pgraph, which *considera... | luke | 2007-03-18 | 1 | -5/+0 |
* | Fixing a problem with the splice! method on the graphing. The problem was an... | luke | 2007-02-28 | 1 | -2/+12 |
* | Redoing some aspects of the graphing in hopes of helping hte performance a bit. | luke | 2007-02-27 | 1 | -10/+9 |
* | Moving code from external sources into an external/ directory | luke | 2007-01-30 | 1 | -3/+3 |
* | Fixing #433. I basically just added checks to all the places where I add edg... | luke | 2007-01-30 | 1 | -1/+1 |
* | Fixing #437. Transactions now check whether graphs are cyclic, with a somewh... | luke | 2007-01-23 | 1 | -0/+15 |
* | Finally writing unit tests for Transaction#trigger, and drastically simplifyi... | luke | 2006-12-29 | 1 | -7/+1 |
* | *whew* Okay, simplified the splice method a bit, and I am actually somewhat c... | luke | 2006-12-29 | 1 | -42/+22 |
* | Did a short-cut on the graphing, since we currently only support one type of ... | luke | 2006-12-29 | 1 | -3/+28 |
* | Some tweaks to graph splicing, although I do not think it will be enough to h... | luke | 2006-12-29 | 1 | -19/+37 |
* | Fixing #387, hopefully. | luke | 2006-12-28 | 1 | -27/+26 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 1 | -6/+7 |
* | *whew* Fixing the vast majority of the graph-related performance problems. I... | luke | 2006-12-21 | 1 | -8/+6 |
* | Some more graph optimizations; I think I am now close enough that I am basica... | luke | 2006-12-17 | 1 | -8/+9 |
* | Adding a simpler and *much* faster tree_from_vertex method, and using it inst... | luke | 2006-12-17 | 1 | -3/+43 |
* | Fixing the next round of bugs, mostly little things but I had to modify trans... | luke | 2006-12-13 | 1 | -2/+7 |
* | Adding a metatype to manage resources of a specified type. For now, this met... | luke | 2006-12-12 | 1 | -2/+2 |
* | Almost all tests now pass. I have basically reached the point where I was be... | luke | 2006-12-11 | 1 | -0/+7 |
* | Most tests now pass in the whole system, but there are still about 8 cases th... | luke | 2006-12-11 | 1 | -1/+4 |
* | Another intermediate commit. Most of the graphing work itself is now done, b... | luke | 2006-12-09 | 1 | -0/+3 |
* | Most of the graphing work is now done. I have also added the generator work ... | luke | 2006-12-01 | 1 | -93/+32 |
* | Intermediate commit -- I am ready to start pushing the graph stuff into the t... | luke | 2006-11-26 | 1 | -0/+170 |