aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/steptest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the mps builds with clang 10.Gareth Rees2021-01-101-15/+13
* 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 one step period each run (not four) so that the test completes in a reaso...Gareth Rees2014-10-031-45/+11
* Use the nelems macro to compute the size of arrays.Gareth Rees2014-09-261-3/+1
* Park the arena before calling mps_chain_destroy.Gareth Rees2014-05-121-0/+2
* Turn on -wduplicate-enum and -wmissing-variable-declarations options for clan...Gareth Rees2014-04-111-13/+13
* Fix bugs in exposet0.c and steptest.c on windows.Gareth Rees2014-04-081-0/+2
* Remove unnecessary headers from the test suite.Gareth Rees2014-04-081-2/+1
* There's no need for test cases to include mpsw3.h any more.Gareth Rees2014-04-071-3/+1
* 64-bit support for pelles c:Gareth Rees2014-03-251-6/+6
* Improved support for pelles c:Gareth Rees2014-03-241-2/+3
* Ensure that all test cases call testlib_init so that the testlib assertion ha...Gareth Rees2014-03-241-4/+3
* Turn on -wextra -wwrite-strings when compiling with gcc or clang.Gareth Rees2013-09-301-1/+1
* Catch-up merge from custom/cet/main to master.Richard Brooksby2013-05-241-0/+2
* Make mps_arena_step suitable for purpose: arenastep now calls tracestartcolle...Gareth Rees2013-03-081-0/+3
* Improve the usability of the test suite:Gareth Rees2013-03-071-5/+4
* Eliminating type puns on scan states, location dependencies, and allocation p...Richard Brooksby2012-09-071-3/+3
* Fixing warnings revealed by xcode (clang).Richard Brooksby2012-08-111-1/+1
* Minor fixups to printing and scanning formats to build cleanly on freebsd.Richard Brooksby2012-07-301-1/+2
* Corrected misaligned code.David Lovemore2012-06-181-1/+1
* Use rnd_addr() where appropriate instead of rnd()David Lovemore2012-05-211-5/+1
* Using mps_word_const instead of ull for proper fixes to constantsDavid Lovemore2012-05-171-2/+1
* Temporary fixes for 64-bit windows buildDavid Lovemore2012-05-171-3/+8
* Fixed up long constants and shifts that needed to be cast to correct type.David Lovemore2012-05-031-1/+1
* Fixing up occurences of "unsigned long" in the main mps and test code so that...Richard Brooksby2012-04-231-6/+6
* Fixing printf(var) to printf("%s", var) to suppress warnings (and improve code).Richard Brooksby2012-03-261-2/+2
* Second cut at opportunism.Nick Barnes2003-01-031-7/+6
* Here is one cut at opportunistically collecting the world. it's not very good.Nick Barnes2003-01-031-1/+8
* Time_since will almost always be zero.Nick Barnes2002-07-041-6/+5
* Track total time.Nick Barnes2002-07-041-2/+9
* Improve clock calibration so it does a better job on low-granularity clocks.Nick Barnes2002-07-041-4/+7
* Better timing test for amc.Nick Barnes2002-07-041-166/+387
* Eliminating "impl" type tags and replacing them with uri-style file references.Richard Brooksby2002-06-071-2/+2
* Adding forward reference to licenses from copyright notices.Richard Brooksby2002-06-061-1/+1
* Adding licenses to source code files.Richard Brooksby2002-06-061-0/+42
* Mps_arena_step() on masters.Nick Barnes2002-05-241-0/+276