src/Pure/System/build.scala
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;
less more (0) -60 tip