src/Pure/System/build.scala
Sat, 20 Oct 2012 12:00:48 +0200 wenzelm accomodate scala-2.10.0-RC1;
Thu, 04 Oct 2012 11:07:36 +0200 wenzelm tuned signature;
Tue, 04 Sep 2012 20:45:43 +0200 wenzelm added build option -R;
Mon, 03 Sep 2012 21:30:34 +0200 wenzelm bypass slow check for inlined files, where it is not really required;
Wed, 29 Aug 2012 11:48:45 +0200 wenzelm renamed Position.str_of to Position.here;
Fri, 24 Aug 2012 11:03:52 +0200 wenzelm clarified syntax boundary cases and errors;
Thu, 23 Aug 2012 19:57:55 +0200 wenzelm improved errors of parser combinators;
Thu, 23 Aug 2012 13:31:00 +0200 wenzelm expand all files uniformly;
Thu, 23 Aug 2012 13:26:27 +0200 wenzelm added build option -l (list files);
Wed, 22 Aug 2012 16:10:23 +0200 wenzelm pass syntax through check_thy;
Tue, 21 Aug 2012 14:54:29 +0200 wenzelm some support for thy_load_commands;
Tue, 21 Aug 2012 12:15:25 +0200 wenzelm clarified initialization of Thy_Load, Thy_Info, Session;
Mon, 20 Aug 2012 17:05:53 +0200 wenzelm some support for inlining file content into outer syntax token language;
Mon, 20 Aug 2012 14:09:09 +0200 wenzelm added keyword kind "thy_load" (with optional list of file extensions);
Mon, 20 Aug 2012 13:39:41 +0200 wenzelm more strict syntax, according to manual;
Tue, 14 Aug 2012 20:50:50 +0200 wenzelm some support for persistent user preferences;
Tue, 14 Aug 2012 12:26:02 +0200 wenzelm check_errors for cumulative session content;
Tue, 14 Aug 2012 11:37:58 +0200 wenzelm added jedit option -d;
Wed, 08 Aug 2012 20:35:34 +0200 wenzelm refined isabelle mkroot;
Wed, 08 Aug 2012 17:49:56 +0200 wenzelm simplified session specifications: names are taken verbatim and current directory is default;
Wed, 08 Aug 2012 15:58:40 +0200 wenzelm added build option -D: include session directory and select its sessions;
Wed, 08 Aug 2012 10:40:52 +0200 wenzelm SOMEthing went utterly wrong in 5b51ccdc8623;
Tue, 07 Aug 2012 22:25:17 +0200 wenzelm more structural parsing for minor modes;
Tue, 07 Aug 2012 20:28:35 +0200 wenzelm more token markers, based on actual outer syntax;
Tue, 07 Aug 2012 17:08:22 +0200 wenzelm prefer static Build.session_content for loaded theories -- discontinued incremental protocol;
Tue, 07 Aug 2012 15:19:08 +0200 wenzelm permissive outer syntax wrt. symbol recoding;
Tue, 07 Aug 2012 15:01:48 +0200 wenzelm simplified Document.Node.Header -- internalized errors;
Tue, 07 Aug 2012 13:21:29 +0200 wenzelm tuned signature;
Mon, 06 Aug 2012 21:11:42 +0200 wenzelm pass Isabelle/Scala system options into ML process of Isar tty or build jobs;
Sun, 05 Aug 2012 21:57:25 +0200 wenzelm re-introduced ROOTS catalog files (cf. 47330b712f8f) which help to organize AFP or make -d options persistent;
Sun, 05 Aug 2012 13:23:54 +0200 wenzelm simplified Session_Tree;
Sat, 04 Aug 2012 22:23:48 +0200 wenzelm queue ordering by descending outdegree and timeout;
Sat, 04 Aug 2012 21:45:41 +0200 wenzelm clarified Session_Tree (with proper integrity check) vs. Queue (with provision for alternative ordering);
Sat, 04 Aug 2012 20:28:35 +0200 wenzelm clarified Session_Entry vs. Session_Info with related parsing operations;
Sat, 04 Aug 2012 18:05:14 +0200 wenzelm simplified class Job;
Sat, 04 Aug 2012 16:56:42 +0200 wenzelm refined outer syntax;
Fri, 03 Aug 2012 14:52:45 +0200 wenzelm timeout for session build job;
Fri, 03 Aug 2012 13:55:51 +0200 wenzelm static outer syntax based on session specifications;
Thu, 02 Aug 2012 15:34:55 +0200 wenzelm discontinued unused etc/sessions catalog;
Thu, 02 Aug 2012 15:23:28 +0200 wenzelm allow session specifications in arbitrary order;
Wed, 01 Aug 2012 22:11:54 +0200 wenzelm store parent heap stamp as well -- needs to be propagated through the build hierarchy;
Tue, 31 Jul 2012 17:40:33 +0200 wenzelm print full path;
Mon, 30 Jul 2012 12:03:48 +0200 wenzelm added build option -c;
Mon, 30 Jul 2012 11:03:44 +0200 wenzelm removed build option -f (cf. a125b8040ada), due to slightly inconvenient behaviour on ancestors;
Sun, 29 Jul 2012 21:40:46 +0200 wenzelm added build option -f;
Sat, 28 Jul 2012 19:49:09 +0200 wenzelm tuned messages;
Sat, 28 Jul 2012 18:20:47 +0200 wenzelm more on "Session ROOT specifications";
Fri, 27 Jul 2012 15:37:48 +0200 wenzelm actually check return code;
Fri, 27 Jul 2012 14:15:04 +0200 wenzelm delete other log file;
Fri, 27 Jul 2012 14:09:59 +0200 wenzelm simplified Path vs. JVM File operations;
Fri, 27 Jul 2012 13:33:34 +0200 wenzelm tuned;
Fri, 27 Jul 2012 13:17:12 +0200 wenzelm tuned messages;
Fri, 27 Jul 2012 13:15:12 +0200 wenzelm fewer options;
Fri, 27 Jul 2012 13:08:46 +0200 wenzelm tuned signature;
Fri, 27 Jul 2012 12:29:07 +0200 wenzelm more precise imitation of usedir wrt. Session.name (cf. 45137257399a);
Thu, 26 Jul 2012 21:50:16 +0200 wenzelm further refinement of current/all_current status, which needs to be propagated through the hierarchy (see also Thy_Info.require_thys);
Thu, 26 Jul 2012 19:57:33 +0200 wenzelm proper all_current, which regards parent status as well;
Thu, 26 Jul 2012 12:59:09 +0200 wenzelm remove old output heaps, to ensure that result is valid wrt. check_stamps;
Thu, 26 Jul 2012 12:27:47 +0200 wenzelm support session groups;
Thu, 26 Jul 2012 11:52:08 +0200 wenzelm discontinued slightly odd session order, which did not quite work out;
Wed, 25 Jul 2012 22:30:18 +0200 wenzelm tuned signature;
Wed, 25 Jul 2012 22:25:07 +0200 wenzelm actually check source vs. target stamps, based on information from log files;
Tue, 24 Jul 2012 23:01:55 +0200 wenzelm read/write dependency information;
Tue, 24 Jul 2012 21:07:54 +0200 wenzelm tuned error;
Tue, 24 Jul 2012 20:56:18 +0200 wenzelm more explicit checks during parsing;
Tue, 24 Jul 2012 20:41:50 +0200 wenzelm pass parent_base_name, which is required for Session.init sanity check;
Tue, 24 Jul 2012 17:20:54 +0200 wenzelm tuned messages;
Tue, 24 Jul 2012 13:11:50 +0200 wenzelm tuned message;
Tue, 24 Jul 2012 12:47:48 +0200 wenzelm clarified no_build vs. verbose;
Tue, 24 Jul 2012 12:28:20 +0200 wenzelm clarified build -n (no build);
Tue, 24 Jul 2012 12:14:16 +0200 wenzelm more precise propagation of options: build, session, theories;
Tue, 24 Jul 2012 10:58:43 +0200 wenzelm clarified "this_name" vs. former "reset" feature -- imitate the latter by loading other session sources directly;
Tue, 24 Jul 2012 10:39:03 +0200 wenzelm timing is command line options, not system option;
Tue, 24 Jul 2012 00:29:36 +0200 wenzelm pass build options to ML;
Mon, 23 Jul 2012 15:59:14 +0200 wenzelm added system build mode: produce output in ISABELLE_HOME;
Sun, 22 Jul 2012 23:31:57 +0200 wenzelm parallel scheduling of jobs;
Sun, 22 Jul 2012 21:59:14 +0200 wenzelm tuned;
Sun, 22 Jul 2012 12:26:41 +0200 wenzelm maintain set of source digests, including relevant parts of session entry;
Sun, 22 Jul 2012 00:00:22 +0200 wenzelm determine source dependencies, relatively to preloaded theories;
Sat, 21 Jul 2012 22:13:50 +0200 wenzelm propagate defined options;
Sat, 21 Jul 2012 17:49:22 +0200 wenzelm save image for inner nodes only;
Sat, 21 Jul 2012 16:41:55 +0200 wenzelm some actual build function on ML side;
Fri, 20 Jul 2012 23:16:54 +0200 wenzelm more abstract file system operations in Scala, corresponding to ML version;
Fri, 20 Jul 2012 22:29:25 +0200 wenzelm more explicit java.io.{File => JFile};
Fri, 20 Jul 2012 21:04:03 +0200 wenzelm further imitation of "usedir" shell script;
Fri, 20 Jul 2012 18:50:33 +0200 wenzelm require explicit initialization of options;
Fri, 20 Jul 2012 16:47:43 +0200 wenzelm define build_options from command line;
Fri, 20 Jul 2012 12:45:12 +0200 wenzelm minimal build_job;
Fri, 20 Jul 2012 12:27:25 +0200 wenzelm restrict to required sessions;
Fri, 20 Jul 2012 11:52:20 +0200 wenzelm tune;
Thu, 19 Jul 2012 20:39:49 +0200 wenzelm allow catalog entries to be commented-out;
Thu, 19 Jul 2012 19:12:58 +0200 wenzelm 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 wenzelm less redundant data structures;
Thu, 19 Jul 2012 15:45:59 +0200 wenzelm clarified topological ordering: preserve order of adjacency via reverse fold;
Thu, 19 Jul 2012 14:24:40 +0200 wenzelm support Session.Queue with ordering and dependencies;
Thu, 19 Jul 2012 12:37:08 +0200 wenzelm more explicit treatment of initial Pure sessions;
Thu, 19 Jul 2012 12:05:54 +0200 wenzelm more general support for Isabelle/Scala command line tools;
Thu, 19 Jul 2012 11:47:49 +0200 wenzelm prefer general Properties.Value.Boolean;
Wed, 18 Jul 2012 20:01:55 +0200 wenzelm tuned source structure;
Wed, 18 Jul 2012 19:47:10 +0200 wenzelm allow explicit specification of additional session directories;
Wed, 18 Jul 2012 17:27:28 +0200 wenzelm more errors;
Wed, 18 Jul 2012 17:17:38 +0200 wenzelm cumulate semantic Session_Info, based on syntactic Session_Entry;
Wed, 18 Jul 2012 16:24:16 +0200 wenzelm more tight treatment of reset_name;
Wed, 18 Jul 2012 14:07:31 +0200 wenzelm more informative errors;
Wed, 18 Jul 2012 13:43:36 +0200 wenzelm added parser for Session_Info;
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 15:56:19 +0200 wenzelm basic setup for Isabelle build tool;
less more (0) tip