Wed, 18 Oct 2023 19:49:08 +0200 |
Fabian Huch |
added initial version of benchmark module, e.g., to compare performance of different hosts;
|
file |
diff |
annotate
|
Tue, 19 Sep 2023 19:48:54 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Sun, 03 Sep 2023 19:28:59 +0200 |
wenzelm |
merged
|
file |
diff |
annotate
|
Sun, 03 Sep 2023 16:44:07 +0200 |
wenzelm |
proper stop of build_process shutdown, despite errors on workers;
|
file |
diff |
annotate
|
Sun, 03 Sep 2023 16:19:58 +0200 |
wenzelm |
prefer quiet mode: potentially more robust ssh connection, e.g. when master closes;
|
file |
diff |
annotate
|
Tue, 29 Aug 2023 12:53:28 +0200 |
wenzelm |
misc tuning: support "scalac -source 3.3";
|
file |
diff |
annotate
|
Sun, 27 Aug 2023 12:57:59 +0200 |
wenzelm |
removed junk (following ab07d4cb7d1c, amending 8cd399b25dac);
|
file |
diff |
annotate
|
Sat, 26 Aug 2023 13:48:14 +0200 |
wenzelm |
tuned messages (again);
|
file |
diff |
annotate
|
Sat, 26 Aug 2023 13:47:03 +0200 |
wenzelm |
tuned: prefer explicit types;
|
file |
diff |
annotate
|
Fri, 25 Aug 2023 20:35:28 +0200 |
wenzelm |
support for Host.dirs;
|
file |
diff |
annotate
|
Fri, 25 Aug 2023 20:10:53 +0200 |
wenzelm |
tuned message: failure can happen towards the end, e.g. due to failed sessions or progress.stopped;
|
file |
diff |
annotate
|
Fri, 25 Aug 2023 20:08:32 +0200 |
wenzelm |
support multiple host names;
|
file |
diff |
annotate
|
Wed, 23 Aug 2023 14:23:41 +0200 |
wenzelm |
more explicit check;
|
file |
diff |
annotate
|
Tue, 22 Aug 2023 13:51:06 +0200 |
wenzelm |
support hosts with shared directory (e.g. NFS);
|
file |
diff |
annotate
|
Tue, 22 Aug 2023 10:05:03 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Tue, 22 Aug 2023 09:39:37 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Tue, 22 Aug 2023 09:28:44 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Mon, 21 Aug 2023 15:54:08 +0200 |
wenzelm |
more robust command options;
|
file |
diff |
annotate
|
Thu, 10 Aug 2023 19:51:43 +0200 |
wenzelm |
removed junk (amending 8cd399b25dac);
|
file |
diff |
annotate
|
Thu, 10 Aug 2023 19:42:21 +0200 |
wenzelm |
more informative error;
|
file |
diff |
annotate
|
Thu, 10 Aug 2023 16:57:01 +0200 |
wenzelm |
more robust;
|
file |
diff |
annotate
|
Thu, 10 Aug 2023 11:29:11 +0200 |
wenzelm |
clarified synchronized regions: avoid deadlock of Build_Cluster operations on other thread vs. return_code(), notably via capture() error handling;
|
file |
diff |
annotate
|
Sun, 23 Jul 2023 21:23:18 +0200 |
wenzelm |
proper check;
|
file |
diff |
annotate
|
Sun, 23 Jul 2023 21:04:33 +0200 |
wenzelm |
unused;
|
file |
diff |
annotate
|
Sun, 23 Jul 2023 20:45:00 +0200 |
wenzelm |
clarified signature: Build_Cluster.Session.build_context;
|
file |
diff |
annotate
|
Sun, 23 Jul 2023 19:21:54 +0200 |
wenzelm |
clarified exception handling and return_code;
|
file |
diff |
annotate
|
Sun, 23 Jul 2023 18:39:23 +0200 |
wenzelm |
more robust;
|
file |
diff |
annotate
|
Sun, 23 Jul 2023 14:51:07 +0200 |
wenzelm |
support for Build_Cluster.Session.init (rsync + Admin/init);
|
file |
diff |
annotate
|
Sat, 22 Jul 2023 20:37:56 +0200 |
wenzelm |
clarified signature: more "object-oriented" style;
|
file |
diff |
annotate
|
Sat, 22 Jul 2023 13:31:55 +0200 |
wenzelm |
clarified signature: delegate policies to Build_Cluster implementation, potentially provided by Build.Engine via Build_Process.open_build_cluster;
|
file |
diff |
annotate
|
Sat, 22 Jul 2023 12:11:50 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Fri, 21 Jul 2023 18:44:29 +0200 |
wenzelm |
more build_cluster management: open SSH connections in parallel, but synchronously;
|
file |
diff |
annotate
|
Fri, 21 Jul 2023 14:14:48 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Fri, 21 Jul 2023 13:02:07 +0200 |
wenzelm |
more accurate print vs. parse;
|
file |
diff |
annotate
|
Fri, 21 Jul 2023 11:31:33 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Fri, 21 Jul 2023 11:21:43 +0200 |
wenzelm |
clarified signature (again);
|
file |
diff |
annotate
|
Fri, 21 Jul 2023 11:11:50 +0200 |
wenzelm |
tuned output;
|
file |
diff |
annotate
|
Fri, 21 Jul 2023 10:56:11 +0200 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Thu, 20 Jul 2023 12:29:57 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Thu, 20 Jul 2023 12:02:52 +0200 |
wenzelm |
more pro-forma support for Build_Cluster;
|
file |
diff |
annotate
|
Wed, 19 Jul 2023 15:56:32 +0200 |
wenzelm |
proper Build_Cluster.Host.parse for parameters and system options;
|
file |
diff |
annotate
|
Wed, 19 Jul 2023 10:42:40 +0200 |
wenzelm |
proforma support for remote build hosts;
|
file |
diff |
annotate
|
Tue, 18 Jul 2023 21:06:11 +0200 |
wenzelm |
more operations;
|
file |
diff |
annotate
|
Tue, 18 Jul 2023 20:14:57 +0200 |
wenzelm |
support for management of build cluster;
|
file |
diff |
annotate
|