wenzelm [Tue, 04 Aug 2009 15:05:34 +0200] rev 32322
change IFS only locally -- thanks to bash arrays;
wenzelm [Tue, 04 Aug 2009 13:35:33 +0200] rev 32321
more uniform handling of ISABELLE_HOME_USER component;
discontinued ISABELLE_IGNORE_USER_SETTINGS (ever used? cf. c567f9fd61a2);
wenzelm [Tue, 04 Aug 2009 13:29:52 +0200] rev 32320
options for more precise performance figures of at-poly, which happens to run on macbroy21;
bulwahn [Tue, 04 Aug 2009 08:45:03 +0200] rev 32319
removing tracing messages in predicate compiler
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32318
improved use of context with cases rule in predicate compiler; predicate compiler based on Main for faster debugging
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32317
commented rpred compilation; tuned
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32316
added generator compilation of higher-order predicates; refined mode analysis for generators; some tuning
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32315
tuned proof procedure; added size-limiting predicate compilation of higher order predicates; added guessing of number parameters for registrating predicates; removed debug messages
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32314
changed resolving depending predicates and fetching in the predicate compiler
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;