aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/failover.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation of second clause of license.Gareth Rees2020-08-301-3/+3
* Use https: instead of http: when linking to the ravenbrook web site.Gareth Rees2020-08-301-1/+1
* Publish licence updates in code directory.Peter Jackson2020-06-111-27/+15
* Use tags with dots; regularize design references from code.Gareth Rees2018-11-291-10/+10
* New land functions landinsertsteal and landdeletesteal and unit test.Gareth Rees2018-08-021-0/+44
* Improve performance of mvff in hot builds by:Gareth Rees2018-07-041-24/+29
* Check that segment classes override sets of related methods.Gareth Rees2017-03-301-0/+1
* Renaming class fields called "protocol" to "instclassstruct" in line with usu...Richard Brooksby2016-04-271-2/+2
* Converting land describe methods to specialize instdescribe.Richard Brooksby2016-04-231-3/+4
* Converting land finish methods to specialize instfinish.Richard Brooksby2016-04-231-3/+4
* Avoid using "class" as an identifier, since tools like lldb parse expressions...Richard Brooksby2016-04-191-14/+14
* Moving setclassofpoly to after initialization, to be more like signature sett...Richard Brooksby2016-04-121-9/+6
* Making classes into instances of kinds, allowing subclass tests to be used to...Richard Brooksby2016-04-111-2/+6
* Removing various fixed fixmes.Richard Brooksby2016-04-111-1/+1
* Eliminating generated classof* and setclassof* functions in favour of checked...Richard Brooksby2016-04-111-3/+3
* Implementing nextmethod and replacing all uses of superclass with it.Richard Brooksby2016-04-111-3/+3
* Making all static next-method calls look similar.Richard Brooksby2016-04-111-4/+2
* Adding classname for use in describe methods.Richard Brooksby2016-04-111-40/+10
* Repairing superclass by taking a kind, which can later be checked.Richard Brooksby2016-04-101-3/+3
* Explicitly making inststruct the prefix of instances, eliminating pointer pun...Richard Brooksby2016-04-081-3/+3
* Generating a static superclass mapping and eliminating other superclass macros.Richard Brooksby2016-04-081-3/+3
* Implementing isa, mustbea, couldbea, and reshaping the land classes to put th...Richard Brooksby2016-04-081-28/+27
* Eliminating the concept of "alias classes" in favour of "kinds".Richard Brooksby2016-04-081-2/+1
* Referring to classes by their base identifiers.Richard Brooksby2016-04-081-3/+3
* Moving common fields into the base class, starting with the class name.Richard Brooksby2016-04-081-4/+3
* Removing the mostly unused size component of the closure convention.Richard Brooksby2016-03-011-3/+3
* Ensure that code of the form if (condition) statement; is split over two line...Gareth Rees2014-09-271-3/+6
* Cast all arguments to the writef function to make it easy to check that none ...Gareth Rees2014-09-271-2/+2
* Catch-up merge from masters sources @186519 to branch/2014-04-17/describe.Gareth Rees2014-06-121-2/+2
* Fix problems identified by rb in review <https://info.ravenbrook.com/mail/201...Gareth Rees2014-05-291-4/+11
* Failoverfindinzones is untested.Gareth Rees2014-05-281-0/+1
* Fix problems identified by dl in review <https://info.ravenbrook.com/mail/201...Gareth Rees2014-05-251-13/+26
* Landiterate now returns a bool indicating whether all visitor calls returned ...Gareth Rees2014-05-181-3/+3
* New generic function landsize returns the total size of ranges in a land (if ...Gareth Rees2014-04-151-2/+21
* Catch-up merge from master sources to branch/2014-03-30/addrset.Gareth Rees2014-04-071-2/+2
* Test the failover module (both always and never failing over).Gareth Rees2014-04-031-8/+6
* New module failover implements a fail-over allocator as a land class.Gareth Rees2014-04-031-0/+322