Wed, 18 Jul 2012 08:44:03 +0200 blanchet started implementing MaSh client-side I/O
Wed, 18 Jul 2012 08:44:03 +0200 blanchet tweak output
Wed, 18 Jul 2012 08:44:03 +0200 blanchet centrally construct expensive data structures
Wed, 18 Jul 2012 08:44:03 +0200 blanchet more work on MaSh
Wed, 18 Jul 2012 08:44:03 +0200 blanchet compile
Wed, 18 Jul 2012 08:44:03 +0200 blanchet gracefully handle the case of empty theories when going up the accessibility chain
Wed, 18 Jul 2012 08:44:03 +0200 blanchet tuning
Wed, 18 Jul 2012 08:44:03 +0200 blanchet doc updates
Wed, 18 Jul 2012 08:44:03 +0200 blanchet renamed Sledgehammer options
Wed, 18 Jul 2012 08:44:03 +0200 blanchet more code rationalization in relevance filter
Wed, 18 Jul 2012 08:44:03 +0200 blanchet moved override out of iter filter
Wed, 18 Jul 2012 08:44:03 +0200 blanchet fixed bug introduced when moving code around
Wed, 18 Jul 2012 08:44:03 +0200 blanchet systematize lazy names in relevance filter
Wed, 18 Jul 2012 08:44:03 +0200 blanchet rationalize relevance filter, slowing moving code from Iter to MaSh
Wed, 18 Jul 2012 08:44:03 +0200 blanchet killed one file
Wed, 18 Jul 2012 08:44:03 +0200 blanchet dependency tuning
Wed, 18 Jul 2012 08:44:03 +0200 blanchet renaming
Wed, 18 Jul 2012 08:44:03 +0200 blanchet clean up dependencies
Tue, 17 Jul 2012 23:11:27 +0200 haftmann explicitly import Dlist theory into library
Tue, 17 Jul 2012 23:11:24 +0200 haftmann tuned whitespace
Tue, 17 Jul 2012 23:07:51 +0200 haftmann dropped ancient example generates
Tue, 17 Jul 2012 22:34:29 +0200 wenzelm basic support for session ROOT files, with examples for FOL and ZF;
Tue, 17 Jul 2012 21:49:32 +0200 wenzelm more accurate imitation of formal text;
Tue, 17 Jul 2012 16:56:29 +0200 wenzelm avoid Source.fromFile, which does not necessarily close its input;
Tue, 17 Jul 2012 16:54:23 +0200 wenzelm tuned imports;
Tue, 17 Jul 2012 15:56:19 +0200 wenzelm basic setup for Isabelle build tool;
Tue, 17 Jul 2012 14:33:23 +0200 wenzelm more standard main method;
Tue, 17 Jul 2012 13:07:28 +0200 wenzelm avoid slightly odd share_common_data -- Poly/ML 5.5.x should manage low-memory situations (cf. f55e77f623ab);
Tue, 17 Jul 2012 10:39:39 +0200 bulwahn improved equality optimisation in Quickcheck
Mon, 16 Jul 2012 21:20:56 +0200 wenzelm more direct Sorts.has_instance;
Mon, 16 Jul 2012 15:57:21 +0200 wenzelm replaced quicksort by mergesort, which might be a bit more efficient for key operations like Ord_List.make, Sorts.minimize_sort;
Mon, 16 Jul 2012 15:55:21 +0200 wenzelm comment;
Mon, 16 Jul 2012 11:26:16 +0200 wenzelm added universal jdk-6u31.tar.gz component (post Isabelle2012);
Mon, 16 Jul 2012 11:12:06 +0200 wenzelm more components from Isabelle2011-1 and Isabelle2012;
Mon, 16 Jul 2012 08:44:29 +0200 bulwahn deactivate Find_Unused_Assms_Examples to see if isabelle test's failures is caused by this example file
Sun, 15 Jul 2012 22:58:52 +0200 wenzelm merged;
Sun, 15 Jul 2012 22:56:49 +0200 krauss updated versions
Sun, 15 Jul 2012 22:31:31 +0200 krauss added component integrity checks and some initial checksums
Sun, 15 Jul 2012 17:53:47 +0200 wenzelm prefer canonical fold_rev;
Sun, 15 Jul 2012 17:27:19 +0200 wenzelm back to naive insertion sort before 1997 to accommodate peculiar less_arg relation -- NB: make_ord arg_less was not a quasi-order and thus inappropriate for generic sort (cf. de74b549f976, ecfeff48bf0c);
Sun, 15 Jul 2012 16:53:50 +0200 wenzelm tuned proof;
Sun, 15 Jul 2012 16:44:40 +0200 wenzelm more precise imports;
Sat, 14 Jul 2012 21:15:41 +0200 wenzelm removed some old/unused stuff;
Sat, 14 Jul 2012 21:05:29 +0200 wenzelm actually remove former atbroy102/cygwin stuff (cf. 6301046146b6, 08cb859c53cd);
Sat, 14 Jul 2012 20:59:49 +0200 wenzelm more user aliases;
Sat, 14 Jul 2012 16:35:58 +0200 nipkow removed superfluous lemmas
Fri, 13 Jul 2012 08:45:09 +0200 bulwahn fixed typo
Fri, 13 Jul 2012 08:44:42 +0200 bulwahn renaming the example file which was overlooked before
Thu, 12 Jul 2012 16:22:33 +0200 bulwahn a first guess to avoid the Codegenerator_Test to loop infinitely
Thu, 12 Jul 2012 21:46:11 +1000 Gerwin Klein get attachments sent even on lxbroy Gentoo machines
Wed, 11 Jul 2012 21:43:19 +0200 blanchet moved most of MaSh exporter code to Sledgehammer
Wed, 11 Jul 2012 21:43:19 +0200 blanchet further ML structure split to permit finer-grained loading/reordering (problem to solve: MaSh needs most of Sledgehammer)
Wed, 11 Jul 2012 21:43:19 +0200 blanchet dummy implementation
Wed, 11 Jul 2012 21:43:19 +0200 blanchet split relevance filter code into three files
Wed, 11 Jul 2012 21:43:19 +0200 blanchet optimized type intersection, hoping this will reduce the number of sudden Interrupts in the "incr_tvar" code
Wed, 11 Jul 2012 21:43:19 +0200 blanchet add Isabelle dependencies to tweak relevance filter
Wed, 11 Jul 2012 21:43:19 +0200 blanchet generate ATP dependencies
Wed, 11 Jul 2012 13:59:39 +0200 bulwahn merged
Wed, 11 Jul 2012 13:54:37 +0200 bulwahn adding three variants of the Needham-Schroeder formalisation as case studies for Quickcheck
Wed, 11 Jul 2012 11:28:27 +0200 blanchet comment
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip