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