src/Pure/Build/build_schedule.scala
Thu, 11 Apr 2024 12:05:01 +0200 wenzelm back to static numa_nodes (reverting part of c2c59de57df9);
Thu, 28 Mar 2024 16:38:12 +0100 wenzelm clarified signature;
Thu, 21 Mar 2024 13:05:49 +0100 Fabian Huch add hosts option to run benchmark on the cluster from the command-line;
Wed, 20 Mar 2024 14:56:16 +0100 Fabian Huch only start jobs early if they are due (cf. 1966578feff8);
Wed, 20 Mar 2024 15:19:20 +0100 Fabian Huch only print schedule if relevant;
Wed, 20 Mar 2024 16:23:26 +0100 Fabian Huch remove laziness: no need, and errors during initialization loop with close();
Wed, 20 Mar 2024 13:58:55 +0100 Fabian Huch always check if node is defined, e.g. for exists_next operation wit empty schedule;
Sun, 17 Mar 2024 22:48:44 +0100 Fabian Huch allow specifying initial schedule;
Sun, 17 Mar 2024 21:55:58 +0100 Fabian Huch clarify use of num_threads vs. max_cpus;
Sun, 17 Mar 2024 21:04:00 +0100 Fabian Huch clarified host: pre-load max threads;
Sun, 17 Mar 2024 19:53:31 +0100 Fabian Huch clarified: more operations;
Sun, 17 Mar 2024 15:03:12 +0100 Fabian Huch start scheduled jobs earlier, if possible;
Sat, 16 Mar 2024 21:22:02 +0100 Fabian Huch read/write proper schedule date (amending 9da3019e1ee5);
Sat, 16 Mar 2024 17:00:13 +0100 Fabian Huch allow read/write of schedule in build (read via option, write from tool);
Sat, 16 Mar 2024 16:46:52 +0100 Fabian Huch file representation for schedule (e.g., for generating from external tool);
Sat, 16 Mar 2024 15:00:18 +0100 Fabian Huch proper median/mean time;
Sat, 16 Mar 2024 14:43:48 +0100 Fabian Huch remove schedule outdated limit: delay is sufficient;
Sat, 16 Mar 2024 11:00:18 +0100 Fabian Huch tuned whitespace;
Sat, 16 Mar 2024 10:56:29 +0100 Fabian Huch tie-breaking in schedule optimization to pick best schedule even when run-time is dominated by large task (e.g., session with long timeout but no data yet);
Sat, 16 Mar 2024 10:03:10 +0100 Fabian Huch tuned;
Sat, 16 Mar 2024 10:02:16 +0100 Fabian Huch remove old build before generating schedule;
Sat, 16 Mar 2024 09:58:23 +0100 Fabian Huch unused;
Fri, 15 Mar 2024 19:15:04 +0100 wenzelm clarified names;
Thu, 14 Mar 2024 18:08:42 +0100 Fabian Huch unused;
Thu, 14 Mar 2024 17:27:40 +0100 Fabian Huch tuned;
Thu, 14 Mar 2024 17:19:01 +0100 Fabian Huch proper IPC for scheduled builds, following 7ae25372ab04;
Thu, 14 Mar 2024 15:46:39 +0100 Fabian Huch proper check (amending 9aef1d1535ff);
Thu, 14 Mar 2024 10:01:51 +0100 Fabian Huch track start in build job results (following 9d484c5d3a63), so it can directly be written to build log database;
Thu, 14 Mar 2024 09:36:11 +0100 Fabian Huch use inherited build_start, following d9fc2cc37694;
Wed, 13 Mar 2024 11:54:06 +0100 Fabian Huch clarified build schedule host: proper module;
Wed, 13 Mar 2024 11:45:20 +0100 Fabian Huch remove unused dummy;
Wed, 13 Mar 2024 11:05:53 +0100 Fabian Huch tuned;
Tue, 12 Mar 2024 13:52:29 +0100 Fabian Huch use timeout as default build time predictor if no data is available;
Tue, 12 Mar 2024 15:30:32 +0100 wenzelm database performance tuning: pull changed entries only, based on recorded updates (see 98d65411bfdb);
Tue, 12 Mar 2024 11:16:06 +0100 wenzelm removed somewhat pointless check;
Sun, 10 Mar 2024 17:30:23 +0100 wenzelm maintain short build_id vs. build_uuid, similar to Database_Progress context/context_uuid;
Sun, 10 Mar 2024 10:50:12 +0100 wenzelm tuned signature: more uniform SQL.Data instances;
Sat, 09 Mar 2024 17:23:09 +0100 wenzelm clarified modules;
Sat, 09 Mar 2024 16:59:38 +0100 wenzelm clarified modules;
Sat, 09 Mar 2024 16:50:54 +0100 wenzelm misc tuning: prefer Build_Process.Update operations;
Sat, 09 Mar 2024 15:14:22 +0100 wenzelm tuned signature;
Sat, 09 Mar 2024 14:52:28 +0100 wenzelm clarified data representation: more uniform treatment of State.Pending vs. State.Running;
Fri, 08 Mar 2024 20:38:19 +0100 wenzelm tuned;
Fri, 08 Mar 2024 20:29:05 +0100 wenzelm more operations for Build_Log.Meta_Info: prefer explicit types;
Thu, 07 Mar 2024 18:24:42 +0100 Fabian Huch parallelize schedule optimization;
Tue, 05 Mar 2024 19:21:07 +0100 wenzelm tuned signature: fewer warnings in IntelliJ IDEA;
Tue, 05 Mar 2024 17:42:36 +0100 wenzelm drop unused Task.info field;
Mon, 04 Mar 2024 16:20:57 +0100 Fabian Huch partially revert f1f08ca40d96: benchmark data needs to be present before timing data is loaded;
Mon, 04 Mar 2024 11:39:10 +0100 wenzelm tuned;
Fri, 23 Feb 2024 17:22:09 +0100 wenzelm tuned signature: more types, fewer warnings in IntelliJ IDEA;
Thu, 22 Feb 2024 17:21:13 +0100 wenzelm tuned, following 7a1153c95bf9;
Thu, 22 Feb 2024 14:08:31 +0100 wenzelm recover "build_database_server" from 1fa1b32b0379: still required, e.g. in build_benchmark;
Sat, 17 Feb 2024 21:21:00 +0100 wenzelm clarified signature: more explicit types/scopes;
Sat, 17 Feb 2024 17:23:22 +0100 wenzelm clarified modules: centralize default policy;
Sat, 17 Feb 2024 17:12:37 +0100 wenzelm more explicit types --- fewer warnings in IntelliJ IDEA;
Sat, 17 Feb 2024 17:01:05 +0100 wenzelm tuned: avoid shadowing of names;
Sat, 17 Feb 2024 15:20:38 +0100 wenzelm clarified signature: more standard defaults;
Sat, 17 Feb 2024 14:59:34 +0100 wenzelm prefer static object, while class is required for "services";
Sat, 17 Feb 2024 14:48:32 +0100 wenzelm clarified signature: prefer default;
Fri, 16 Feb 2024 11:25:11 +0100 wenzelm tuned comments;
less more (0) -60 tip