Tue, 04 Aug 2009 08:34:56 +0200 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 32318
improved use of context with cases rule in predicate compiler; predicate compiler based on Main for faster debugging
Tue, 04 Aug 2009 08:34:56 +0200 commented rpred compilation; tuned
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32317
commented rpred compilation; tuned
Tue, 04 Aug 2009 08:34:56 +0200 added generator compilation of higher-order predicates; refined mode analysis for generators; some tuning
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
Tue, 04 Aug 2009 08:34:56 +0200 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 32315
tuned proof procedure; added size-limiting predicate compilation of higher order predicates; added guessing of number parameters for registrating predicates; removed debug messages
Tue, 04 Aug 2009 08:34:56 +0200 changed resolving depending predicates and fetching in the predicate compiler
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32314
changed resolving depending predicates and fetching in the predicate compiler
Tue, 04 Aug 2009 08:34:56 +0200 refactoring predicate compiler; repaired proof procedure to handle all test cases
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32313
refactoring predicate compiler; repaired proof procedure to handle all test cases
Tue, 04 Aug 2009 08:34:56 +0200 refactoring predicate compiler; added type synonyms and functions split_smode and split_mode
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32312
refactoring predicate compiler; added type synonyms and functions split_smode and split_mode
Tue, 04 Aug 2009 08:34:56 +0200 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 32311
adapted predicate compiler for quickcheck generators; added compilation of depth-limited search functions for predicates
Tue, 04 Aug 2009 08:34:56 +0200 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 32310
extended mode inference by adding generators; adopted compilation; added some functions for constructing term closures
Tue, 04 Aug 2009 08:34:56 +0200 imported patch changed mode inference of predicate compiler to return infered dataflow
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32309
imported patch changed mode inference of predicate compiler to return infered dataflow
Tue, 04 Aug 2009 08:34:56 +0200 imported patch generic compilation of predicate compiler with different monads
bulwahn [Tue, 04 Aug 2009 08:34:56 +0200] rev 32308
imported patch generic compilation of predicate compiler with different monads
Tue, 04 Aug 2009 08:34:56 +0200 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 32307
exported functions for quickcheck generator; renamed type constructing functions to fit with the type name in the Predicate theory
Tue, 04 Aug 2009 08:34:56 +0200 removed debug messages; exported to_pred in InductiveSet; added further display function; adjusted mode analysis
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
Tue, 04 Aug 2009 01:01:23 +0200 basic support for components (which imitate the usual Isabelle directory layout);
wenzelm [Tue, 04 Aug 2009 01:01:23 +0200] rev 32305
basic support for components (which imitate the usual Isabelle directory layout);
Sun, 02 Aug 2009 21:03:38 +0200 Tuned.
berghofe [Sun, 02 Aug 2009 21:03:38 +0200] rev 32304
Tuned.
Sun, 02 Aug 2009 17:58:19 +0200 the derived induction principles can be given an explicit name
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
Sat, 01 Aug 2009 20:34:34 +0200 updated Variable.import;
wenzelm [Sat, 01 Aug 2009 20:34:34 +0200] rev 32302
updated Variable.import;
Sat, 01 Aug 2009 00:39:51 +0200 merged
wenzelm [Sat, 01 Aug 2009 00:39:51 +0200] rev 32301
merged
Sat, 01 Aug 2009 00:39:45 +0200 merged
wenzelm [Sat, 01 Aug 2009 00:39:45 +0200] rev 32300
merged
Fri, 31 Jul 2009 11:34:14 +0200 modernized generated example session;
wenzelm [Fri, 31 Jul 2009 11:34:14 +0200] rev 32299
modernized generated example session;
Fri, 31 Jul 2009 23:31:11 +0200 added Mirabelle
boehmes [Fri, 31 Jul 2009 23:31:11 +0200] rev 32298
added Mirabelle
Fri, 31 Jul 2009 23:30:21 +0200 Quickcheck callable from ML
boehmes [Fri, 31 Jul 2009 23:30:21 +0200] rev 32297
Quickcheck callable from ML
Sat, 01 Aug 2009 00:17:03 +0200 future scheduler: uninterruptible cancelation;
wenzelm [Sat, 01 Aug 2009 00:17:03 +0200] rev 32296
future scheduler: uninterruptible cancelation;
Sat, 01 Aug 2009 00:09:45 +0200 renamed Multithreading.regular_interrupts to Multithreading.public_interrupts;
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;
Thu, 30 Jul 2009 23:50:11 +0200 recovered polyml-5.2 -- need to reload ML-Systems/multithreading.ML after overriding Thread structures;
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;
Thu, 30 Jul 2009 23:37:53 +0200 tuned tracing;
wenzelm [Thu, 30 Jul 2009 23:37:53 +0200] rev 32293
tuned tracing;
Thu, 30 Jul 2009 23:23:52 +0200 ISABELLE_USEDIR_OPTIONS: -q 2 by default;
wenzelm [Thu, 30 Jul 2009 23:23:52 +0200] rev 32292
ISABELLE_USEDIR_OPTIONS: -q 2 by default;
Thu, 30 Jul 2009 23:09:29 +0200 merged
wenzelm [Thu, 30 Jul 2009 23:09:29 +0200] rev 32291
merged
Thu, 30 Jul 2009 21:27:15 +0200 merged
wenzelm [Thu, 30 Jul 2009 21:27:15 +0200] rev 32290
merged
Thu, 30 Jul 2009 08:18:22 +0200 merged
haftmann [Thu, 30 Jul 2009 08:18:22 +0200] rev 32289
merged
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip