bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32313
refactoring predicate compiler; repaired proof procedure to handle all test cases
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32312
refactoring predicate compiler; added type synonyms and functions split_smode and split_mode
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32311
adapted predicate compiler for quickcheck generators; added compilation of depth-limited search functions for predicates
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32310
extended mode inference by adding generators; adopted compilation; added some functions for constructing term closures
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32309
imported patch changed mode inference of predicate compiler to return infered dataflow
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32308
imported patch generic compilation of predicate compiler with different monads
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32307
exported functions for quickcheck generator; renamed type constructing functions to fit with the type name in the Predicate theory
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32306
removed debug messages; exported to_pred in InductiveSet; added further display function; adjusted mode analysis
wenzelm [Tue, 04 Aug 2009 01:01:23 +0200] rev 32305
basic support for components (which imitate the usual Isabelle directory layout);
berghofe [Sun, 02 Aug 2009 21:03:38 +0200] rev 32304
Tuned.
Christian Urban <urbanc@in.tum.de> [Sun, 02 Aug 2009 17:58:19 +0200] rev 32303
the derived induction principles can be given an explicit name
wenzelm [Sat, 01 Aug 2009 20:34:34 +0200] rev 32302
updated Variable.import;
wenzelm [Sat, 01 Aug 2009 00:39:51 +0200] rev 32301
merged
wenzelm [Sat, 01 Aug 2009 00:39:45 +0200] rev 32300
merged
wenzelm [Fri, 31 Jul 2009 11:34:14 +0200] rev 32299
modernized generated example session;
boehmes [Fri, 31 Jul 2009 23:31:11 +0200] rev 32298
added Mirabelle
boehmes [Fri, 31 Jul 2009 23:30:21 +0200] rev 32297
Quickcheck callable from ML
wenzelm [Sat, 01 Aug 2009 00:17:03 +0200] rev 32296
future scheduler: uninterruptible cancelation;
wenzelm [Sat, 01 Aug 2009 00:09:45 +0200] rev 32295
renamed Multithreading.regular_interrupts to Multithreading.public_interrupts;
renamed Multithreading.restricted_interrupts to Multithreading.private_interrupts;
added Multithreading.sync_interrupts;
Multithreading.sync_wait: more careful treatment of attributes;
Multithreading.tracing: uninterruptible;
Multithreading.system_out: signal within critical region, more careful sync_wait;
eliminated redundant Thread.testInterrupt;
Future.wait_timeout: uniform Multithreading.sync_wait;
future scheduler: interruptible body (sync!), to improve reactivity;
future_job: reject duplicate assignments -- system error;
misc tuning;
wenzelm [Thu, 30 Jul 2009 23:50:11 +0200] rev 32294
recovered polyml-5.2 -- need to reload ML-Systems/multithreading.ML after overriding Thread structures;
wenzelm [Thu, 30 Jul 2009 23:37:53 +0200] rev 32293
tuned tracing;
wenzelm [Thu, 30 Jul 2009 23:23:52 +0200] rev 32292
ISABELLE_USEDIR_OPTIONS: -q 2 by default;
wenzelm [Thu, 30 Jul 2009 23:09:29 +0200] rev 32291
merged
wenzelm [Thu, 30 Jul 2009 21:27:15 +0200] rev 32290
merged
haftmann [Thu, 30 Jul 2009 08:18:22 +0200] rev 32289
merged
haftmann [Wed, 29 Jul 2009 16:54:20 +0200] rev 32288
cleaned up abstract tuple operations and named them consistently
haftmann [Wed, 29 Jul 2009 16:48:34 +0200] rev 32287
cleaned up abstract tuple operations and named them consistently
wenzelm [Thu, 30 Jul 2009 23:06:06 +0200] rev 32286
added Multithreading.sync_wait, which turns enabled interrupts to sync ones, to ensure that wait will reaquire its lock when interrupted;
wenzelm [Thu, 30 Jul 2009 18:43:52 +0200] rev 32285
trancl_tac etc.: back to static context -- problem was caused by bad solver in AFP/JiveDataStoreModel;
wenzelm [Thu, 30 Jul 2009 17:54:57 +0200] rev 32284
retrofit: more precise handling of locally introduced schematic variables (avoid zero_var_indexes);
wenzelm [Thu, 30 Jul 2009 12:20:43 +0200] rev 32283
qualified Subgoal.FOCUS;
wenzelm [Thu, 30 Jul 2009 11:23:57 +0200] rev 32282
FOCUS_PREMS as full replacement for METAHYPS, where the conclusion may still contain schematic variables;
wenzelm [Thu, 30 Jul 2009 11:23:17 +0200] rev 32281
focus: more precise treatment of schematic variables, only the "visible" part of the text is fixed;
added FOCUS_PREMS, which may serve as full replacement for OldGoals.METAHYPS;
wenzelm [Thu, 30 Jul 2009 01:14:40 +0200] rev 32280
Variable.importT/import: return full instantiations, tuned;
wenzelm [Thu, 30 Jul 2009 01:12:33 +0200] rev 32279
added certify_inst, certify_instantiate;
wenzelm [Wed, 29 Jul 2009 22:38:35 +0200] rev 32278
merged
wenzelm [Wed, 29 Jul 2009 22:34:31 +0200] rev 32277
trans_tac: use theory from goal state, not the static context, which seems to be outdated under certain circumstances (why?);
wenzelm [Wed, 29 Jul 2009 21:40:04 +0200] rev 32276
proper Jinja-Slicing;
wenzelm [Wed, 29 Jul 2009 19:36:22 +0200] rev 32275
merged
haftmann [Wed, 29 Jul 2009 16:43:02 +0200] rev 32274
merged
haftmann [Wed, 29 Jul 2009 16:42:47 +0200] rev 32273
abstractions: desymbolize name hint
haftmann [Wed, 29 Jul 2009 16:42:47 +0200] rev 32272
added numeral code postprocessor rules on type int
nipkow [Wed, 29 Jul 2009 12:13:21 +0200] rev 32271
sos comments modified
nipkow [Wed, 29 Jul 2009 12:12:01 +0200] rev 32270
sos documentation
nipkow [Wed, 29 Jul 2009 09:06:49 +0200] rev 32269
Added remote-SOS changes by Philipp Meyer
Philipp Meyer [Fri, 24 Jul 2009 13:56:02 +0200] rev 32268
Functionality for sum of squares to call a remote csdp prover
wenzelm [Tue, 28 Jul 2009 20:26:39 +0200] rev 32267
merged
haftmann [Tue, 28 Jul 2009 13:38:13 +0200] rev 32266
updated generated document