| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix indentation of second clause of license. | Gareth Rees | 2020-08-30 | 1 | -3/+3 |
| * | Use https: instead of http: when linking to the ravenbrook web site. | Gareth Rees | 2020-08-30 | 1 | -1/+1 |
| * | Publish licence updates in code directory. | Peter Jackson | 2020-06-11 | 1 | -33/+21 |
| * | Use tags with dots; regularize design references from code. | Gareth Rees | 2018-11-29 | 1 | -1/+1 |
| * | Catch-up merge from master sources at changelevel 194022 to branch/2018-06-20... | Gareth Rees | 2018-09-15 | 1 | -0/+2 |
| |\ |
|
| | * | Check that segment classes override sets of related methods. | Gareth Rees | 2017-03-30 | 1 | -0/+2 |
| * | | Label the time series in the monitor. | Gareth Rees | 2018-06-22 | 1 | -2/+1 |
| |/ |
|
| * | Making init a method on inst and using it as next-method in segments. | Richard Brooksby | 2016-04-23 | 1 | -0/+3 |
| * | Making finish a method on inst and implementing generic finish for segments. | Richard Brooksby | 2016-04-23 | 1 | -1/+5 |
| * | Making describe a method on inst and implementing generic describe for segments. | Richard Brooksby | 2016-04-23 | 1 | -1/+5 |
| * | Untabify. | Gareth Rees | 2016-04-21 | 1 | -2/+2 |
| * | Avoid using "class" as an identifier, since tools like lldb parse expressions... | Richard Brooksby | 2016-04-19 | 1 | -37/+37 |
| * | Eliminating classdef.h by defining the class level when declaring a class. | Richard Brooksby | 2016-04-19 | 1 | -1/+0 |
| * | Using the address of the class as its id as a step to eliminating classdef.h. | Richard Brooksby | 2016-04-19 | 1 | -8/+7 |
| * | Adding instdescribe as the ultimate base describe method. | Richard Brooksby | 2016-04-12 | 1 | -0/+16 |
| * | Interning strings for all classes to the event system, not just the hacky one... | Richard Brooksby | 2016-04-12 | 1 | -8/+37 |
| * | Fixing instclass initialisation of its own class. | Richard Brooksby | 2016-04-12 | 1 | -5/+4 |
| * | Making classes into instances of kinds, allowing subclass tests to be used to... | Richard Brooksby | 2016-04-11 | 1 | -16/+29 |
| * | Removing various fixed fixmes. | Richard Brooksby | 2016-04-11 | 1 | -1/+1 |
| * | Eliminating generated classof* and setclassof* functions in favour of checked... | Richard Brooksby | 2016-04-11 | 1 | -25/+0 |
| * | Minor tidying. | Richard Brooksby | 2016-04-10 | 1 | -5/+2 |
| * | Adding instinit and instfinish and using them as next methods in seginit, seg... | Richard Brooksby | 2016-04-10 | 1 | -0/+39 |
| * | Repairing superclass by taking a kind, which can later be checked. | Richard Brooksby | 2016-04-10 | 1 | -22/+0 |
| * | Generating type-safe functions for getting and setting the class of instances. | Richard Brooksby | 2016-04-08 | 1 | -0/+25 |
| * | Explicitly making inststruct the prefix of instances, eliminating pointer pun... | Richard Brooksby | 2016-04-08 | 1 | -1/+0 |
| * | Eliminating issubclasspoly and replacing with compile-time constant test. | Richard Brooksby | 2016-04-08 | 1 | -22/+5 |
| * | Replacing prime factor subclass test with array-based test, because the type ... | Richard Brooksby | 2016-04-08 | 1 | -97/+15 |
| * | Generating a static superclass mapping and eliminating other superclass macros. | Richard Brooksby | 2016-04-08 | 1 | -0/+24 |
| * | Eliminating the concept of "alias classes" in favour of "kinds". | Richard Brooksby | 2016-04-08 | 1 | -1/+1 |
| * | Referring to classes by their base identifiers. | Richard Brooksby | 2016-04-08 | 1 | -2/+2 |
| * | Renaming protocolinst to inst and protocolclass to instclass to make naming c... | Richard Brooksby | 2016-04-08 | 1 | -14/+14 |
| * | Using prime factors to determine subclass relationships quickly. | Richard Brooksby | 2016-04-08 | 1 | -13/+103 |
| * | Moving common fields into the base class, starting with the class name. | Richard Brooksby | 2016-04-08 | 1 | -0/+2 |
| * | Removing never-used multiple inheritance speculation. | Richard Brooksby | 2016-04-08 | 1 | -72/+10 |
| * | Abstracting class declarations and references to classes. | Richard Brooksby | 2016-04-08 | 1 | -2/+2 |
| * | Improve control over checking: | Gareth Rees | 2014-04-06 | 1 | -1/+1 |
| * | Check classes after defining them. | Gareth Rees | 2014-04-04 | 1 | -3/+4 |
| * | Merging branch mps/2002-05-22/open-source-prep. | Richard Brooksby | 2002-06-18 | 1 | -3/+45 |
| |\ |
|
| | * | Eliminating "impl" type tags and replacing them with uri-style file references. | Richard Brooksby | 2002-06-07 | 1 | -1/+1 |
| | * | Updating cross references to design documents to html style, to go with maste... | Richard Brooksby | 2002-06-07 | 1 | -1/+1 |
| | * | Adding forward reference to licenses from copyright notices. | Richard Brooksby | 2002-06-06 | 1 | -1/+1 |
| | * | Adding licenses to source code files. | Richard Brooksby | 2002-06-06 | 1 | -0/+42 |
| * | | Integrate changes from global graphics. | Nick Barnes | 2002-06-18 | 1 | -1/+0 |
| |/ |
|
| * | Remove trailing whitespace. | Nick Barnes | 2001-12-17 | 1 | -3/+3 |
| * | Removing hopenames from the master sources. | Richard Brooksby | 2001-12-07 | 1 | -1/+0 |
| * | Adding hopenames back into the master sources, so that they can be included i... | Richard Brooksby | 2001-12-06 | 1 | -0/+1 |
| * | Updating copyright messages to say copyright 2001 ravenbrook throughout. | Richard Brooksby | 2001-12-05 | 1 | -1/+1 |
| * | Changing hopename keywords to id keywords throughout, to work with perforce. | Richard Brooksby | 2001-12-05 | 1 | -2/+2 |
| * | Merging changes from union to masters. this incorporates pekka's updates: tu... | Richard Brooksby | 2001-12-05 | 1 | -2/+2 |
| * | Branch imports for masters. | Nick Barnes | 2001-10-31 | 1 | -0/+125 |