Sat, 25 Nov 2023 17:33:29 +0100 wenzelm more thorough transaction_lock;
Sat, 25 Nov 2023 17:11:32 +0100 wenzelm obsolete, see also a5896fe040dd;
Sat, 25 Nov 2023 16:49:48 +0100 wenzelm removed obsolete/broken isabelle_scala_script wrapper (see also abf9fcfa65cf);
Sat, 25 Nov 2023 16:13:08 +0100 wenzelm provide src/Tools/Demo as example for system component with Isabelle/Scala tool;
Fri, 24 Nov 2023 22:22:41 +0100 wenzelm merged
Fri, 24 Nov 2023 21:54:30 +0100 wenzelm more uniform buffer_size (see also c83cdd300848 and 26c790a6ce43);
Fri, 24 Nov 2023 21:32:32 +0100 wenzelm clarified buffer_size;
Fri, 24 Nov 2023 20:58:29 +0100 wenzelm merged
Fri, 24 Nov 2023 20:58:12 +0100 wenzelm disable unix_domain for now: somewhat unstable, e.g. "isabelle build -b HOL-Analysis" on arm64_32-darwin (studio1);
Fri, 24 Nov 2023 19:42:53 +0100 wenzelm workaround for "fix" JDK-4512626 in Java 20/21: avoid spurious caret in read-only text;
Fri, 24 Nov 2023 18:23:45 +0100 wenzelm tuned;
Fri, 24 Nov 2023 16:17:29 +0100 wenzelm prefer Unix-domain socket on Unix;
Fri, 24 Nov 2023 15:58:24 +0100 wenzelm support for Unix-domain sockets, using java.nio.channels.ServerSocketChannel;
Fri, 24 Nov 2023 14:11:01 +0100 wenzelm tuned;
Fri, 24 Nov 2023 11:31:15 +0100 wenzelm clarified signature: more general make_streams;
Fri, 24 Nov 2023 11:33:53 +0100 wenzelm tuned;
Fri, 24 Nov 2023 11:10:31 +0100 wenzelm more robust exception handling (amending 8cc1ae43e12e);
Thu, 23 Nov 2023 11:40:49 +0100 wenzelm clarified signature: avoid deprecated URL constructors;
Thu, 23 Nov 2023 11:36:38 +0100 wenzelm avoid deprecated URL constructors;
Fri, 24 Nov 2023 21:49:52 +0100 Fabian Huch proper split;
Fri, 24 Nov 2023 17:52:04 +0100 Fabian Huch properly sort entries;
Fri, 24 Nov 2023 17:24:35 +0100 Fabian Huch tuned;
Fri, 24 Nov 2023 17:24:22 +0100 Fabian Huch tuned;
Fri, 24 Nov 2023 17:06:32 +0100 Fabian Huch better estimation for unknown jobs;
Fri, 24 Nov 2023 17:05:49 +0100 Fabian Huch clarified and tuned timing estimation;
Fri, 24 Nov 2023 14:01:16 +0100 Fabian Huch split actual approximation from data handling;
Fri, 24 Nov 2023 13:43:25 +0100 Fabian Huch clarified timing data vs. timing entries: full top-level data view vs. dynamic partial data;
Fri, 24 Nov 2023 12:35:00 +0100 Fabian Huch proper filter for approximations;
Fri, 24 Nov 2023 10:36:23 +0100 Fabian Huch proper inflection point check;
Fri, 24 Nov 2023 10:34:10 +0100 Fabian Huch tuned;
Thu, 23 Nov 2023 16:49:39 +0000 haftmann slightly more elementary characterization of unset_bit
Thu, 23 Nov 2023 16:49:39 +0000 haftmann more direct characterization of binary bit operations
Thu, 23 Nov 2023 20:58:19 +0100 Fabian Huch tuned;
Thu, 23 Nov 2023 20:53:58 +0100 Fabian Huch clarified timing data operations: proper estimation (instead of known points);
Thu, 23 Nov 2023 20:30:45 +0100 Fabian Huch use proper max threads (limited by available hardware) in heuristics;
Thu, 23 Nov 2023 20:26:43 +0100 Fabian Huch clarified time estimation: does not use config;
Thu, 23 Nov 2023 19:56:27 +0100 Fabian Huch handle inflection point in interpolation with monotone prefix;
Thu, 23 Nov 2023 18:04:04 +0100 Fabian Huch proper computation of sorted prefix;
Thu, 23 Nov 2023 11:30:43 +0100 Fabian Huch better build time interpolation: model with Amdahl's law where applicable;
Wed, 22 Nov 2023 18:10:21 +0100 Fabian Huch proper piecewise linear build time interpolation;
Wed, 22 Nov 2023 15:46:58 +0100 Fabian Huch properly incorporate running tasks into timing heuristic;
Wed, 22 Nov 2023 15:39:39 +0100 Fabian Huch clarified ready vs. next ready;
Wed, 22 Nov 2023 15:04:29 +0100 Fabian Huch introduced path heuristic abstraction;
Wed, 22 Nov 2023 17:50:36 +0000 haftmann base abstract specification of NOT on recursive equation rather than bit projection
Tue, 21 Nov 2023 19:19:16 +0000 haftmann modernized, reordered, generalized
Tue, 21 Nov 2023 19:19:16 +0000 haftmann more correct type annotation
Tue, 21 Nov 2023 23:35:22 +0100 wenzelm proper build with jdk-21 (amending 4fb5e6499da9);
Mon, 20 Nov 2023 22:17:42 +0100 wenzelm NEWS;
Mon, 20 Nov 2023 19:52:46 +0100 wenzelm update to jdk-21.0.1;
Mon, 20 Nov 2023 15:55:10 +0100 wenzelm rebuild jedit with minimal patch for jdk-21, following SVN 25690;
Mon, 20 Nov 2023 14:23:11 +0100 wenzelm clarified modules;
Mon, 20 Nov 2023 14:11:34 +0100 wenzelm suppress duplicate entries systematically using log_name: e.g. relevant for AFP;
Mon, 20 Nov 2023 13:08:50 +0100 wenzelm clarified operation: pick current pull_date instead of previous one;
Sun, 19 Nov 2023 15:45:22 +0000 haftmann operations AND, OR, XOR are specified by characteristic recursive equation
Sat, 18 Nov 2023 19:23:56 +0100 Fabian Huch clarified toml keys operations;
Sat, 18 Nov 2023 19:22:30 +0100 Fabian Huch tuned;
Sat, 18 Nov 2023 19:16:16 +0100 Fabian Huch clarified toml keys: more operations;
Sat, 18 Nov 2023 12:34:10 +0100 Fabian Huch use toml key operations properly;
Sat, 18 Nov 2023 12:25:16 +0100 Fabian Huch clarified toml keys formatting vs. toString;
Sat, 18 Nov 2023 12:18:44 +0100 Fabian Huch clarified keys module;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip