src/Pure/Tools/build.scala
Thu, 25 Feb 2016 16:16:29 +0100 wenzelm proper option process_output_tail, more generous default;
Thu, 25 Feb 2016 00:35:17 +0100 wenzelm tuned signature;
Thu, 25 Feb 2016 00:27:57 +0100 wenzelm proper return code for timeout (amending f868f12f9419);
Thu, 25 Feb 2016 00:18:48 +0100 wenzelm retain tail out_lines as printed, but not the whole log content;
Thu, 25 Feb 2016 00:06:37 +0100 wenzelm explicit class Build_Results;
Wed, 24 Feb 2016 23:36:45 +0100 wenzelm more informative Build.build_results;
Wed, 24 Feb 2016 22:40:19 +0100 wenzelm more informative Process_Result;
Wed, 24 Feb 2016 22:11:28 +0100 wenzelm clarified modules;
Wed, 24 Feb 2016 22:03:24 +0100 wenzelm tuned signature;
Sun, 14 Feb 2016 12:03:32 +0100 wenzelm tuned signature;
Sun, 14 Feb 2016 11:52:27 +0100 wenzelm tuned signature;
Sat, 13 Feb 2016 21:17:08 +0100 wenzelm tuned signature -- more like ML version;
Sun, 08 Nov 2015 14:41:07 +0100 wenzelm added option timeout_scale;
Tue, 03 Nov 2015 16:35:38 +0100 wenzelm more direct task future implementation, with proper cancel operation;
Tue, 03 Nov 2015 13:54:34 +0100 wenzelm clarified modules;
Fri, 09 Oct 2015 19:25:13 +0200 wenzelm output HTML text according to Isabelle/Scala Symbol.Interpretation;
Fri, 09 Oct 2015 17:15:53 +0200 wenzelm tuned output;
Fri, 09 Oct 2015 16:09:16 +0200 wenzelm more Present operations on Scala side;
Tue, 29 Sep 2015 13:54:04 +0200 wenzelm clarified modules;
Thu, 20 Aug 2015 21:08:47 +0200 wenzelm clarified modules, like ML version;
Thu, 20 Aug 2015 20:36:06 +0200 wenzelm clarified modules, like ML version;
Thu, 20 Aug 2015 19:15:17 +0200 wenzelm tuned signature, according to ML version;
Mon, 17 Aug 2015 21:32:41 +0200 wenzelm no ML_debugger support in Pure -- too complicated;
Mon, 17 Aug 2015 21:22:55 +0200 wenzelm more careful propagation of ML_debugger option to Pure;
Sun, 03 May 2015 00:01:10 +0200 wenzelm misc tuning, based on warnings by IntelliJ IDEA;
Fri, 17 Apr 2015 11:28:57 +0200 wenzelm allow to exclude session groups;
Wed, 15 Apr 2015 15:27:45 +0200 wenzelm tuned signature, clarified modules;
Wed, 01 Apr 2015 18:16:53 +0200 wenzelm clarified module;
Wed, 01 Apr 2015 17:20:52 +0200 wenzelm more reactive interrupts;
Wed, 01 Apr 2015 16:24:38 +0200 wenzelm added isabelle build option -x, to exclude sessions;
Wed, 01 Apr 2015 15:41:08 +0200 wenzelm added isabelle build option -k, for fast off-line checking of theory sources;
Wed, 25 Mar 2015 13:45:52 +0100 wenzelm clarified position;
Tue, 17 Mar 2015 16:17:49 +0100 wenzelm tight span for theory header, which is relevant for error positions (including semantic completion);
Mon, 16 Mar 2015 17:26:46 +0100 wenzelm suppress semantic completion in errors of batch build -- avoid junk in log files;
Sun, 15 Mar 2015 20:35:47 +0100 wenzelm clarified span position;
Sat, 14 Mar 2015 16:56:11 +0100 wenzelm position parser as in ML;
Sun, 25 Jan 2015 21:46:21 +0100 wenzelm provide session_graph.pdf via Isabelle/Scala;
Sun, 25 Jan 2015 20:22:20 +0100 wenzelm support for session graph from Scala side;
Thu, 15 Jan 2015 12:54:08 +0100 wenzelm more informative build_theories_result: cumulative Runtime.exn_message;
Wed, 14 Jan 2015 17:24:55 +0100 wenzelm more type-safe handler interface;
Wed, 14 Jan 2015 16:27:19 +0100 wenzelm clarified build_theories: proper protocol handler;
Thu, 08 Jan 2015 20:56:39 +0100 wenzelm tuned;
Thu, 11 Dec 2014 23:31:30 +0100 wenzelm added Par_List in Scala, in accordance to ML version;
Wed, 03 Dec 2014 14:04:38 +0100 wenzelm tuned signature;
Fri, 07 Nov 2014 16:36:55 +0100 wenzelm plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
Thu, 06 Nov 2014 11:44:41 +0100 wenzelm simplified keyword kinds;
Wed, 05 Nov 2014 22:17:05 +0100 wenzelm tuned signature;
Wed, 13 Aug 2014 10:46:14 +0200 wenzelm tuned comments;
Wed, 07 May 2014 10:13:31 +0200 wenzelm tuned signature;
Tue, 06 May 2014 11:16:13 +0200 wenzelm tuned;
Mon, 05 May 2014 20:10:33 +0200 wenzelm expose interrupts more like ML version, but not in managed bash processes of Build;
Mon, 05 May 2014 09:41:23 +0200 wenzelm tuned signature;
Mon, 05 May 2014 09:24:34 +0200 wenzelm tuned signature;
Fri, 02 May 2014 23:25:56 +0200 wenzelm more robust interrupt handling for Scala_Console, which uses JVM Thread.interrupt instead of POSIX SIGINT;
Fri, 02 May 2014 20:01:45 +0200 wenzelm prefer scala.Console with its support for thread-local redirection;
Fri, 02 May 2014 13:57:57 +0200 wenzelm discontinued adhoc check (see also ea8343187225);
Wed, 30 Apr 2014 22:34:11 +0200 wenzelm some support for session-qualified theories: allow to refer to resources via qualified name instead of odd file-system path;
Tue, 29 Apr 2014 13:32:13 +0200 wenzelm more systematic Isabelle output, like in classic Isabelle/ML (without markup);
Tue, 29 Apr 2014 12:00:50 +0200 wenzelm tuned signature -- accomodate operations of ROOT files;
Tue, 29 Apr 2014 11:14:39 +0200 wenzelm tuned -- prefer Isabelle/Scala operations;
less more (0) -100 -60 tip