History log of /seL4-l4v-10.1.1/isabelle/src/Pure/Tools/simplifier_trace.scala
Revision Date Author Comments
# 16f4cf35 20-Aug-2017 wenzelm <none@none>

reinit the manager thread, e.g. after restart of the Isabelle/jEdit plugin;


# cbfd27e5 13-Mar-2017 wenzelm <none@none>

tuned;


# 016f5018 13-Mar-2017 wenzelm <none@none>

misc tuning and simplification;


# d023295c 05-Sep-2016 wenzelm <none@none>

clarified modules;


# 7d07ee99 21-Jul-2014 wenzelm <none@none>

proper Swing buttons instead of active areas within text (by Lars Hupel);


# 3be931d9 29-Apr-2014 wenzelm <none@none>

more systematic Isabelle output, like in classic Isabelle/ML (without markup);


# f8ba67c4 25-Apr-2014 wenzelm <none@none>

replaced manager Actor by Consumer_Thread, which is lazy to defer its start to actual Handler init time;


# c02efe74 24-Apr-2014 wenzelm <none@none>

tuned whitespace;


# 2ccf1463 24-Apr-2014 wenzelm <none@none>

clarified Session.Consumer, with Session.Outlet managed by dispatcher thread;
eliminated old actors;


# 24eab3a6 03-Apr-2014 wenzelm <none@none>

more general prover operations;


# 9ba03690 03-Apr-2014 wenzelm <none@none>

more general prover operations;


# 4f51da4c 02-Apr-2014 wenzelm <none@none>

more explicit iterator terminology, in accordance to Scala 2.8 library;
clarified Graph.keys_iterator vs. Graph.keys, with subtle change of semantics;
tuned output;


# 2726c167 27-Feb-2014 Lars Hupel <lars.hupel@mytum.de>

removed bogus "error" message (it appeared during regular mode of operation)

--HG--
extra : amend_source : 49068c2f3a89065f5dac1d61eee17a6c9c7843f3


# ec15be7b 18-Feb-2014 wenzelm <none@none>

prefer concrete list append;


# 93d632dd 18-Feb-2014 wenzelm <none@none>

more standard names for protocol and markup elements;


# 823c61a8 11-Feb-2014 Lars Hupel <lars.hupel@mytum.de>

"no_memory" option for the simplifier trace to bypass memoization


# 6b0c03d3 04-Feb-2014 Lars Hupel <lars.hupel@mytum.de>

interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state

--HG--
extra : amend_source : ecfd76d4e8277199ca35432e0682414689f265fb


# 14bc13d6 12-Dec-2013 wenzelm <none@none>

skeleton for Simplifier trace by Lars Hupel;