src/Pure/Tools/build.scala
Sat, 05 Apr 2014 22:37:17 +0200 wenzelm more standard Isabelle_System.tmp_file and tmp_dir operations, in accordance to ML version;
Thu, 03 Apr 2014 20:53:35 +0200 wenzelm more abstract Prover.Syntax, as proposed by Carst Tankink;
Thu, 03 Apr 2014 20:17:12 +0200 wenzelm tuned signature (see also 0850d43cb355);
Wed, 02 Apr 2014 20:22:12 +0200 wenzelm more explicit iterator terminology, in accordance to Scala 2.8 library;
Tue, 18 Mar 2014 17:39:03 +0100 wenzelm clarifed module name;
Thu, 20 Feb 2014 14:36:17 +0100 wenzelm tuned imports;
Fri, 14 Feb 2014 14:39:44 +0100 wenzelm more integrity checks of theory names vs. full node names;
Mon, 06 Jan 2014 19:59:43 +0100 wenzelm more informative error message;
Thu, 21 Nov 2013 17:50:23 +0100 wenzelm actually expose errors of cumulative theory dependencies;
Mon, 18 Nov 2013 23:46:59 +0100 wenzelm clarified Thy_Load.node_name;
Mon, 16 Sep 2013 16:50:49 +0200 wenzelm adhoc check of ML sources, in addition to thy files already covered in Thy_Load;
Mon, 24 Jun 2013 23:33:14 +0200 wenzelm improved "isabelle keywords" and "isabelle update_keywords" based on Isabelle/Scala, without requiring to build sessions first;
Wed, 22 May 2013 16:47:48 +0200 wenzelm tuned signature;
Wed, 22 May 2013 16:42:13 +0200 wenzelm more informative Build.build_results;
Sat, 18 May 2013 13:04:10 +0200 wenzelm discontinued odd workaround for scala-2.10.0-RC1;
Fri, 17 May 2013 21:15:33 +0200 wenzelm timeout counts as regular error, with rc = 1 (cf. special Exn.Interrupt vs. regular TimeLimit.TimeOut in Isabelle/ML);
Tue, 14 May 2013 19:30:21 +0200 wenzelm tuned signature;
Tue, 14 May 2013 16:54:47 +0200 wenzelm more robust load_timings: ignore JVM errors such as java.lang.OutOfMemoryError;
Tue, 14 May 2013 15:40:18 +0200 wenzelm more frugal line termination, to cope with huge log files (see also 016cb7d8f297);
Mon, 13 May 2013 19:52:16 +0200 wenzelm limit build process output, to avoid bombing Isabelle/Scala process by ill-behaved jobs (e.g. Containers in AFP/9025435b29cf);
Tue, 09 Apr 2013 20:27:27 +0200 wenzelm tuned signature;
Wed, 27 Mar 2013 21:25:33 +0100 wenzelm discontinued obsolete parallel_proofs_reuse_timing;
Wed, 13 Mar 2013 16:04:16 +0100 wenzelm more accurate handling of global browser info at the very end (without races), subject to no_build and info.browser_info;
Tue, 12 Mar 2013 20:03:04 +0100 wenzelm include session description in chapter index;
Tue, 12 Mar 2013 16:47:24 +0100 wenzelm discontinued "isabelle usedir" option -r (reset session path);
Mon, 11 Mar 2013 13:28:46 +0100 wenzelm support for 'chapter' specifications within session ROOT;
Thu, 28 Feb 2013 12:09:32 +0100 wenzelm load timings in parallel for improved performance;
Wed, 27 Feb 2013 19:39:16 +0100 wenzelm eliminated pointless re-ified errors;
Wed, 27 Feb 2013 16:27:44 +0100 wenzelm discontinued obsolete header "files" -- these are loaded explicitly after exploring dependencies;
Wed, 27 Feb 2013 12:45:19 +0100 wenzelm discontinued obsolete 'uses' within theory header;
Sat, 23 Feb 2013 14:16:07 +0100 wenzelm clarified Progress.stopped: rising edge only;
Sat, 23 Feb 2013 12:55:59 +0100 wenzelm more explicit console interrupt handling;
Fri, 22 Feb 2013 17:24:09 +0100 wenzelm more robust load_timings: ignore XML.Decode errors as well;
Wed, 20 Feb 2013 19:57:17 +0100 wenzelm option parallel_proofs_reuse_timing controls reuse of log information -- since it is not always beneficial for performance;
Wed, 20 Feb 2013 18:04:44 +0100 wenzelm prefer outdegree in comparison again (cf. 88c96e836ed6) -- NB: big jobs might hide behind small ones in this naive queuing scheme;
Wed, 20 Feb 2013 13:03:50 +0100 wenzelm prefer comparison of session timing, if this is known already;
Tue, 19 Feb 2013 20:19:21 +0100 wenzelm help JVM to cope with large symbolic structures;
Tue, 19 Feb 2013 17:02:52 +0100 wenzelm read logs from failed sessions as well;
Tue, 19 Feb 2013 16:49:40 +0100 wenzelm recover timing information from old log files;
Tue, 19 Feb 2013 13:57:13 +0100 wenzelm support for build passing timings from Scala to ML;
Thu, 24 Jan 2013 17:18:13 +0100 wenzelm more efficient inlined properties, especially relevant for voluminous tasks trace;
Fri, 18 Jan 2013 23:33:17 +0100 wenzelm use inlined session name as title for charts;
Fri, 18 Jan 2013 17:51:50 +0100 wenzelm more systematic task statistics;
Thu, 17 Jan 2013 15:49:50 +0100 wenzelm tuned signature (again) -- keep Properties more generic;
Mon, 14 Jan 2013 22:24:57 +0100 wenzelm Isabelle_System.mkdirs with explicit error checking (in accordance to ML version), e.g. relevant with read-only DMG file-system on Mac OS X;
Sat, 12 Jan 2013 17:28:07 +0100 wenzelm tuned signature;
Sat, 12 Jan 2013 16:43:38 +0100 wenzelm more uniform theory progress in build -v and build_dialog;
Sat, 12 Jan 2013 15:00:48 +0100 wenzelm immediate theory progress for build_dialog;
Tue, 08 Jan 2013 21:16:51 +0100 wenzelm include timing properties in log; build_history_base
Fri, 04 Jan 2013 12:33:25 +0100 wenzelm prefer old graph browser in Isabelle/jEdit, which still produces better layout;
Fri, 04 Jan 2013 11:07:39 +0100 wenzelm tuned message -- suppress inlined system information;
Thu, 03 Jan 2013 20:42:18 +0100 wenzelm maintain session index on Scala side, for more determistic results;
Wed, 02 Jan 2013 17:58:53 +0100 wenzelm moved files;
less more (0) tip