wenzelm [Thu, 02 Aug 2012 00:15:32 +0200] rev 48643
more antiquotations;
wenzelm [Thu, 02 Aug 2012 00:02:00 +0200] rev 48642
more antiquotations;
wenzelm [Wed, 01 Aug 2012 23:33:26 +0200] rev 48641
more standard bootstrapping of Pure outer syntax;
wenzelm [Wed, 01 Aug 2012 22:12:29 +0200] rev 48640
fixed document;
wenzelm [Wed, 01 Aug 2012 22:11:54 +0200] rev 48639
store parent heap stamp as well -- needs to be propagated through the build hierarchy;
misc tuning;
wenzelm [Wed, 01 Aug 2012 19:53:20 +0200] rev 48638
more standard bootstrapping of Pure.thy;
wenzelm [Wed, 01 Aug 2012 18:57:17 +0200] rev 48637
more precise guide for bibtex/makeindex -- dummy files should be sufficient;
wenzelm [Wed, 01 Aug 2012 15:56:36 +0200] rev 48636
added offline test for skip_proofs;
wenzelm [Wed, 01 Aug 2012 15:50:50 +0200] rev 48635
clarified ISABELLE_FULL_TEST;
wenzelm [Wed, 01 Aug 2012 15:46:45 +0200] rev 48634
explicit option skip_proofs;
wenzelm [Wed, 01 Aug 2012 15:33:08 +0200] rev 48633
recovered comination of Toplevel.skip_proofs and Goal.parallel_proofs from 9679bab23f93 (NB: skip_proofs leads to failure of Toplevel.proof_of);
wenzelm [Wed, 01 Aug 2012 15:32:36 +0200] rev 48632
removed junk;
wenzelm [Wed, 01 Aug 2012 12:14:56 +0200] rev 48631
no longer force STIX fonts onto the user -- NB: STIXv1.0.0 is outdated and Mac OS 10.7 ships its own copy of STIX already;
wenzelm [Wed, 01 Aug 2012 11:55:18 +0200] rev 48630
more prominent file name;
wenzelm [Tue, 31 Jul 2012 22:00:19 +0200] rev 48629
updated isatest settings for isabelle build;
wenzelm [Tue, 31 Jul 2012 20:09:30 +0200] rev 48628
more portable hex_nibble: avoid disagreement of Poly/ML and SML/NJ on StringCvt.HEX;
wenzelm [Tue, 31 Jul 2012 19:55:04 +0200] rev 48627
merged
wenzelm [Tue, 31 Jul 2012 17:40:33 +0200] rev 48626
print full path;
kuncar [Tue, 31 Jul 2012 14:43:55 +0200] rev 48625
Remove Lift_RBT.thy, it's in HOL/Library/RBT.thy now
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48624
add testing file for RBT_Set
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48623
implementation of sets by RBT trees for the code generator
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48622
use lifting/transfer formalization of RBT from Lift_RBT
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48621
a couple of additions to RBT formalization to allow us to implement RBT_Set
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48620
more relation operations expressed by Finite_Set.fold
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48619
more set operations expressed by Finite_Set.fold
bulwahn [Thu, 26 Jul 2012 15:55:19 +0200] rev 48618
moved another larger quickcheck example to Quickcheck_Benchmark
wenzelm [Tue, 31 Jul 2012 16:26:12 +0200] rev 48617
HOL-Probability appears to work with smlnj;
wenzelm [Tue, 31 Jul 2012 16:23:20 +0200] rev 48616
document variant NAME may use different LaTeX entry point document/root_NAME.tex if that file exists;
wenzelm [Tue, 31 Jul 2012 14:42:03 +0200] rev 48615
made SML/NJ happy;
wenzelm [Tue, 31 Jul 2012 12:38:01 +0200] rev 48614
renamed session TLA to HOL-TLA to avoid clash with AFP;
wenzelm [Mon, 30 Jul 2012 20:43:07 +0200] rev 48613
clarified directory content operations (similar to ML version);
wenzelm [Mon, 30 Jul 2012 17:37:34 +0200] rev 48612
regenerate ToyList2/ToyList.thy during raw make *after* session build, to ensure that it is updated sporadically (NB: isabelle build does not support generated sources);
wenzelm [Mon, 30 Jul 2012 17:25:45 +0200] rev 48611
multi-threaded HOL-Tutorial with explicit indication of local options;
wenzelm [Mon, 30 Jul 2012 17:07:23 +0200] rev 48610
removed obsolete IsaMakefile + ROOT.ML setup -- doc-src is managed via isabelle build;
wenzelm [Mon, 30 Jul 2012 17:03:24 +0200] rev 48609
removed some old material (inactive since 2002/2003);
wenzelm [Mon, 30 Jul 2012 16:40:21 +0200] rev 48608
updated isatest to isabelle build, which also includes doc-src sessions;
wenzelm [Mon, 30 Jul 2012 16:03:25 +0200] rev 48607
obsolete;
wenzelm [Mon, 30 Jul 2012 15:54:17 +0200] rev 48606
makedist -D retains doc-src component with its "doc" sessions (relevant for testing);
wenzelm [Mon, 30 Jul 2012 15:31:00 +0200] rev 48605
allow negative int values as well, according to real = int | float;
wenzelm [Mon, 30 Jul 2012 14:38:45 +0200] rev 48604
misc tuning;
wenzelm [Mon, 30 Jul 2012 14:29:12 +0200] rev 48603
discontinued unused isabelle jedit debugger;
tuned;
wenzelm [Mon, 30 Jul 2012 14:11:29 +0200] rev 48602
more uniform usage of "isabelle tool";
wenzelm [Mon, 30 Jul 2012 13:48:56 +0200] rev 48601
less verbosity;
wenzelm [Mon, 30 Jul 2012 13:44:40 +0200] rev 48600
proper treatment of eof wrt. proper_input -- allow input of spaces/comments only;
wenzelm [Mon, 30 Jul 2012 13:42:45 +0200] rev 48599
tuned signature;
wenzelm [Mon, 30 Jul 2012 12:08:25 +0200] rev 48598
updated ROOT according to 3defa60a7ae3;
wenzelm [Mon, 30 Jul 2012 12:04:37 +0200] rev 48597
merged
bulwahn [Mon, 30 Jul 2012 10:59:33 +0200] rev 48596
re-activating Quickcheck_Narrowing_Examples in Quickcheck_Examples
wenzelm [Mon, 30 Jul 2012 12:03:48 +0200] rev 48595
added build option -c;
tuned;
wenzelm [Mon, 30 Jul 2012 11:03:44 +0200] rev 48594
removed build option -f (cf. a125b8040ada), due to slightly inconvenient behaviour on ancestors;
haftmann [Sun, 29 Jul 2012 21:55:56 +0200] rev 48593
script for downloading components from central store
wenzelm [Sun, 29 Jul 2012 21:40:46 +0200] rev 48592
added build option -f;
haftmann [Sat, 28 Jul 2012 22:01:21 +0200] rev 48591
corrected slip
wenzelm [Sat, 28 Jul 2012 21:10:54 +0200] rev 48590
discontinued $ISABELLE_HOME/build (cf. 500c6eb6c6dc);
wenzelm [Sat, 28 Jul 2012 20:36:25 +0200] rev 48589
separate session HOL-Mirabelle-ex -- cannot run isolated shell scripts within build tool;
wenzelm [Sat, 28 Jul 2012 20:27:39 +0200] rev 48588
added Quickcheck_Benchmark (cf. 1959baa22632);
wenzelm [Sat, 28 Jul 2012 20:20:35 +0200] rev 48587
no apparent need for single-threaded execution;
wenzelm [Sat, 28 Jul 2012 20:18:15 +0200] rev 48586
discontinued obsolete Isabelle/build script;
wenzelm [Sat, 28 Jul 2012 20:12:47 +0200] rev 48585
announce advanced support for Isabelle sessions and build management;
wenzelm [Sat, 28 Jul 2012 20:07:21 +0200] rev 48584
some introduction on sessions;