src/Pure/System/build.scala
Sun, 22 Jul 2012 23:31:57 +0200 parallel scheduling of jobs;
Sun, 22 Jul 2012 21:59:14 +0200 tuned;
Sun, 22 Jul 2012 12:26:41 +0200 maintain set of source digests, including relevant parts of session entry;
Sun, 22 Jul 2012 00:00:22 +0200 determine source dependencies, relatively to preloaded theories;
Sat, 21 Jul 2012 22:13:50 +0200 propagate defined options;
Sat, 21 Jul 2012 17:49:22 +0200 save image for inner nodes only;
Sat, 21 Jul 2012 16:41:55 +0200 some actual build function on ML side;
Fri, 20 Jul 2012 23:16:54 +0200 more abstract file system operations in Scala, corresponding to ML version;
Fri, 20 Jul 2012 22:29:25 +0200 more explicit java.io.{File => JFile};
Fri, 20 Jul 2012 21:04:03 +0200 further imitation of "usedir" shell script;
Fri, 20 Jul 2012 18:50:33 +0200 require explicit initialization of options;
Fri, 20 Jul 2012 16:47:43 +0200 define build_options from command line;
Fri, 20 Jul 2012 12:45:12 +0200 minimal build_job;
Fri, 20 Jul 2012 12:27:25 +0200 restrict to required sessions;
Fri, 20 Jul 2012 11:52:20 +0200 tune;
Thu, 19 Jul 2012 20:39:49 +0200 allow catalog entries to be commented-out;
Thu, 19 Jul 2012 19:12:58 +0200 include COMPONENT/etc/sessions as catalog for more directories, for improved scalability with hundreds of entries (notably AFP);
Thu, 19 Jul 2012 16:09:48 +0200 less redundant data structures;
Thu, 19 Jul 2012 15:45:59 +0200 clarified topological ordering: preserve order of adjacency via reverse fold;
Thu, 19 Jul 2012 14:24:40 +0200 support Session.Queue with ordering and dependencies;
Thu, 19 Jul 2012 12:37:08 +0200 more explicit treatment of initial Pure sessions;
Thu, 19 Jul 2012 12:05:54 +0200 more general support for Isabelle/Scala command line tools;
Thu, 19 Jul 2012 11:47:49 +0200 prefer general Properties.Value.Boolean;
Wed, 18 Jul 2012 20:01:55 +0200 tuned source structure;
Wed, 18 Jul 2012 19:47:10 +0200 allow explicit specification of additional session directories;
Wed, 18 Jul 2012 17:27:28 +0200 more errors;
Wed, 18 Jul 2012 17:17:38 +0200 cumulate semantic Session_Info, based on syntactic Session_Entry;
Wed, 18 Jul 2012 16:24:16 +0200 more tight treatment of reset_name;
Wed, 18 Jul 2012 14:07:31 +0200 more informative errors;
Wed, 18 Jul 2012 13:43:36 +0200 added parser for Session_Info;
Tue, 17 Jul 2012 22:34:29 +0200 basic support for session ROOT files, with examples for FOL and ZF;
Tue, 17 Jul 2012 15:56:19 +0200 basic setup for Isabelle build tool;