src/Pure/System/build.scala
Thu, 26 Jul 2012 19:57:33 +0200 proper all_current, which regards parent status as well;
Thu, 26 Jul 2012 12:59:09 +0200 remove old output heaps, to ensure that result is valid wrt. check_stamps;
Thu, 26 Jul 2012 12:27:47 +0200 support session groups;
Thu, 26 Jul 2012 11:52:08 +0200 discontinued slightly odd session order, which did not quite work out;
Wed, 25 Jul 2012 22:30:18 +0200 tuned signature;
Wed, 25 Jul 2012 22:25:07 +0200 actually check source vs. target stamps, based on information from log files;
Tue, 24 Jul 2012 23:01:55 +0200 read/write dependency information;
Tue, 24 Jul 2012 21:07:54 +0200 tuned error;
Tue, 24 Jul 2012 20:56:18 +0200 more explicit checks during parsing;
Tue, 24 Jul 2012 20:41:50 +0200 pass parent_base_name, which is required for Session.init sanity check;
Tue, 24 Jul 2012 17:20:54 +0200 tuned messages;
Tue, 24 Jul 2012 13:11:50 +0200 tuned message;
Tue, 24 Jul 2012 12:47:48 +0200 clarified no_build vs. verbose;
Tue, 24 Jul 2012 12:28:20 +0200 clarified build -n (no build);
Tue, 24 Jul 2012 12:14:16 +0200 more precise propagation of options: build, session, theories;
Tue, 24 Jul 2012 10:58:43 +0200 clarified "this_name" vs. former "reset" feature -- imitate the latter by loading other session sources directly;
Tue, 24 Jul 2012 10:39:03 +0200 timing is command line options, not system option;
Tue, 24 Jul 2012 00:29:36 +0200 pass build options to ML;
Mon, 23 Jul 2012 15:59:14 +0200 added system build mode: produce output in ISABELLE_HOME;
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;