src/Pure/Admin/build_log.scala
Thu, 12 Oct 2023 21:11:59 +0200 wenzelm prefer Exn.result: avoid accidental capture of interrupts, similar to ML;
Tue, 29 Aug 2023 21:54:35 +0200 wenzelm proper pattern (amending ff86f10e54cd);
Tue, 29 Aug 2023 17:17:12 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 12:53:28 +0200 wenzelm misc tuning: support "scalac -source 3.3";
Tue, 18 Jul 2023 23:03:39 +0200 wenzelm more options for performance tuning;
Tue, 18 Jul 2023 12:19:12 +0200 wenzelm clarified signature: eliminate SQL.Tables.empty to avoid confusion (see also 0bd366fad888);
Sun, 16 Jul 2023 09:50:42 +0200 wenzelm proper close() operation;
Sat, 15 Jul 2023 19:34:48 +0200 wenzelm clarified signature: more operations;
Fri, 14 Jul 2023 14:56:48 +0200 wenzelm clarified signature: follow Store.open_database;
Sat, 08 Jul 2023 13:13:10 +0200 wenzelm clarified signature;
Wed, 21 Jun 2023 14:27:51 +0200 wenzelm clarified signature: more explicit class SQL.Data;
Wed, 14 Jun 2023 11:47:43 +0200 wenzelm tuned signature: more operations;
Sun, 09 Apr 2023 19:10:01 +0200 wenzelm proper stmt.execute() within loop (amending 9d9b30741fc4);
Wed, 29 Mar 2023 21:28:48 +0200 wenzelm more informative errors;
Wed, 29 Mar 2023 21:23:56 +0200 wenzelm clarified options;
Wed, 29 Mar 2023 21:16:14 +0200 wenzelm tuned messages;
Wed, 29 Mar 2023 20:56:43 +0200 wenzelm provide Isabelle tool wrapper;
Wed, 29 Mar 2023 20:41:54 +0200 wenzelm more robust errors: proceed updating database;
Wed, 29 Mar 2023 15:02:09 +0200 wenzelm tuned;
Wed, 29 Mar 2023 14:59:55 +0200 wenzelm tuned output;
Wed, 29 Mar 2023 14:52:54 +0200 wenzelm clarified signature;
Wed, 29 Mar 2023 14:22:01 +0200 wenzelm clarified modules;
Thu, 16 Mar 2023 15:58:34 +0100 wenzelm tuned;
Tue, 14 Mar 2023 20:25:48 +0100 wenzelm more specific vacuum operation, which is also relevant to PostgreSQL;
Mon, 06 Mar 2023 21:12:47 +0100 wenzelm clarified signature: reduce boilerplate;
Mon, 06 Mar 2023 19:37:32 +0100 wenzelm clarified messages;
Mon, 06 Mar 2023 16:06:24 +0100 wenzelm tuned: prefer iterator.nextOption;
Mon, 06 Mar 2023 15:56:28 +0100 wenzelm tuned whitespace and braces;
Mon, 06 Mar 2023 15:38:50 +0100 wenzelm tuned signature: reduce boilerplate;
Fri, 03 Mar 2023 13:50:39 +0100 wenzelm tuned whitespace;
Mon, 27 Feb 2023 20:51:47 +0100 wenzelm tuned whitespace;
Mon, 27 Feb 2023 20:39:08 +0100 wenzelm tuned;
Mon, 27 Feb 2023 20:30:40 +0100 wenzelm clarified signature, although "sql" argument is de-facto mandatory;
Mon, 27 Feb 2023 20:25:10 +0100 wenzelm tuned;
Mon, 27 Feb 2023 20:09:58 +0100 wenzelm proper SQL (amending 7ab9bac1ca96);
Sun, 26 Feb 2023 20:19:01 +0100 wenzelm misc tuning and clarification: more uniform use of optional "sql" in SQL.Table.delete/select;
Sun, 26 Feb 2023 14:15:31 +0100 wenzelm tuned: prefer typed operations;
Sun, 26 Feb 2023 13:50:07 +0100 wenzelm clarified signature: more concise operations;
Sat, 25 Feb 2023 14:33:19 +0100 wenzelm clarified signature: more robust operations;
Sat, 28 Jan 2023 22:29:24 +0100 wenzelm removed somewhat pointless support for Jenkins log files: it has stopped working long ago;
Fri, 27 Jan 2023 16:49:03 +0100 wenzelm more explicit types;
Mon, 02 Jan 2023 15:41:50 +0100 wenzelm clarified signature: more explicit types;
Fri, 21 Oct 2022 16:39:31 +0200 wenzelm generic support for XZ and Zstd compression in Isabelle/Scala;
Fri, 21 Oct 2022 14:45:13 +0200 wenzelm clarified signature: default cache is actually dummy and not changed dynamically;
Thu, 25 Aug 2022 15:52:42 +0200 wenzelm tuned signature: build_log db is specific to PostgreSQL;
Fri, 19 Aug 2022 16:46:00 +0200 wenzelm clarified signature: support for adhoc file types;
Sat, 06 Aug 2022 14:11:19 +0200 wenzelm tuned signature, following hints by IntelliJ IDEA;
Mon, 06 Jun 2022 19:19:12 +0200 wenzelm clarified remote vs. local build_history: operate on hg_sync directory instead of repository;
Fri, 01 Apr 2022 23:19:12 +0200 wenzelm tuned formatting;
Fri, 01 Apr 2022 17:06:10 +0200 wenzelm clarified formatting, for the sake of scala3;
Sun, 14 Nov 2021 15:21:40 +0100 wenzelm clarified signature;
Mon, 17 May 2021 14:07:51 +0200 wenzelm clarified signature -- avoid odd warning about scala/bug#6675;
Mon, 17 May 2021 13:48:20 +0200 wenzelm tuned;
Mon, 17 May 2021 13:40:01 +0200 wenzelm clarified signature;
Mon, 01 Mar 2021 23:17:47 +0100 wenzelm tuned --- fewer warnings;
Mon, 01 Mar 2021 22:37:33 +0100 wenzelm tuned --- avoid deprecated Predef.any2stringadd;
Mon, 01 Mar 2021 22:22:12 +0100 wenzelm tuned --- fewer warnings;
Sat, 02 Jan 2021 22:50:09 +0100 wenzelm clarified caching;
Sat, 02 Jan 2021 22:22:34 +0100 wenzelm clarified signature: absorb XZ.Cache into XML.Cache;
Sat, 02 Jan 2021 16:07:40 +0100 wenzelm proper ssh_port (amending ffd8283b7be0);
less more (0) -100 -60 tip