Tue, 14 Mar 2023 17:05:49 +0100 |
wenzelm |
more thorough synchronization of internal "_state" vs. external "_database";
|
file |
diff |
annotate
|
Tue, 14 Mar 2023 11:14:50 +0100 |
wenzelm |
more database content;
|
file |
diff |
annotate
|
Tue, 14 Mar 2023 10:27:17 +0100 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Tue, 14 Mar 2023 10:16:45 +0100 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Mon, 13 Mar 2023 17:22:43 +0100 |
wenzelm |
clarified signature: avoid confusion due to object-orientation;
|
file |
diff |
annotate
|
Sat, 11 Mar 2023 12:41:53 +0100 |
wenzelm |
clarified session prefs (or "options" within the database);
|
file |
diff |
annotate
|
Wed, 08 Mar 2023 15:50:29 +0100 |
wenzelm |
more database content, e.g. for monitoring;
|
file |
diff |
annotate
|
Tue, 07 Mar 2023 22:17:47 +0100 |
wenzelm |
renamed "isabelle log" to "isabelle build_log";
|
file |
diff |
annotate
|
Tue, 07 Mar 2023 10:16:24 +0100 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Mon, 06 Mar 2023 19:18:53 +0100 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Mon, 06 Mar 2023 18:58:48 +0100 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Mon, 06 Mar 2023 09:32:18 +0100 |
wenzelm |
separate static build_uuid from dynamic worker_uuid, to allow multiple worker processes participate in one build process;
|
file |
diff |
annotate
|
Sun, 05 Mar 2023 16:36:18 +0100 |
wenzelm |
clarified signature: manage "verbose" flag via "progress";
|
file |
diff |
annotate
|
Sat, 04 Mar 2023 22:29:21 +0100 |
wenzelm |
clarified treatment of "verbose" messages, e.g. Progress.theory();
|
file |
diff |
annotate
|
Sat, 04 Mar 2023 16:45:21 +0100 |
wenzelm |
support progress backed by database;
|
file |
diff |
annotate
|
Fri, 03 Mar 2023 20:10:47 +0100 |
wenzelm |
more database content;
|
file |
diff |
annotate
|
Fri, 03 Mar 2023 13:39:46 +0100 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Thu, 02 Mar 2023 17:05:24 +0100 |
wenzelm |
clarified execution context: main work happens within Future.thread;
|
file |
diff |
annotate
|
Thu, 02 Mar 2023 16:39:42 +0100 |
wenzelm |
clarified timeout: closer to actual process;
|
file |
diff |
annotate
|
Thu, 02 Mar 2023 16:24:23 +0100 |
wenzelm |
tuned names;
|
file |
diff |
annotate
|
Thu, 02 Mar 2023 14:58:59 +0100 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Thu, 02 Mar 2023 14:22:17 +0100 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Thu, 02 Mar 2023 13:26:46 +0100 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Thu, 02 Mar 2023 13:19:21 +0100 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 21:24:08 +0100 |
wenzelm |
simplified startup under "locked" condition (in contrast to f7e413e8d269);
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 21:15:20 +0100 |
wenzelm |
more explicit session name, in anticipation of variants like "session.document", "session.browser_info";
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 21:07:59 +0100 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 20:47:26 +0100 |
wenzelm |
tuned signature: support general Build_Job instances;
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 20:21:09 +0100 |
wenzelm |
clarified signature: prefer static data;
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 19:41:45 +0100 |
wenzelm |
identify Build_Process.Context.instance with Sessions.Build_Info (see also ff164add75cd);
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 19:30:35 +0100 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 19:18:03 +0100 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 15:45:58 +0100 |
wenzelm |
unused;
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 15:43:38 +0100 |
wenzelm |
tuned signature (again);
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 14:49:23 +0100 |
wenzelm |
tuned signature (again);
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 14:47:20 +0100 |
wenzelm |
clarified signature: reduce explicit access to static Sessions.Structure;
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 14:16:37 +0100 |
wenzelm |
clarified modules (again);
|
file |
diff |
annotate
|
Tue, 28 Feb 2023 17:42:13 +0100 |
wenzelm |
clarified signature: allow to provide session_heaps by different means, e.g. from tmp directory or alternative session structure;
|
file |
diff |
annotate
|
Tue, 28 Feb 2023 14:20:57 +0100 |
wenzelm |
revert pointless 375c6b9ce9ea: overall thread context is already uninterruptible (see 54ac957c53ec);
|
file |
diff |
annotate
|
Mon, 27 Feb 2023 15:25:46 +0100 |
wenzelm |
more robust interrupt handling, notably for Build_Job.terminate();
|
file |
diff |
annotate
|
Mon, 27 Feb 2023 15:02:14 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Mon, 27 Feb 2023 14:57:39 +0100 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Sun, 26 Feb 2023 11:55:24 +0100 |
wenzelm |
support for build database: still inactive;
|
file |
diff |
annotate
|
Sat, 25 Feb 2023 17:45:10 +0100 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Wed, 22 Feb 2023 21:38:30 +0100 |
wenzelm |
more operations to support management of jobs, e.g. from external database;
|
file |
diff |
annotate
|
Mon, 13 Feb 2023 22:40:29 +0100 |
wenzelm |
clarified signature defaults;
|
file |
diff |
annotate
|
Mon, 13 Feb 2023 22:24:34 +0100 |
wenzelm |
clarified types: support a variety of Build_Job instances;
|
file |
diff |
annotate
|
Mon, 13 Feb 2023 12:36:49 +0100 |
wenzelm |
clarified modules (again);
|
file |
diff |
annotate
|
Mon, 13 Feb 2023 12:00:21 +0100 |
wenzelm |
more robust: first register job, then start job;
|
file |
diff |
annotate
|
Mon, 13 Feb 2023 10:39:49 +0100 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Sat, 11 Feb 2023 11:06:38 +0100 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Wed, 08 Feb 2023 10:18:30 +0100 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Mon, 06 Feb 2023 14:54:15 +0100 |
wenzelm |
proper Shasum.digest, to emulate old form from build_history database;
|
file |
diff |
annotate
|
Mon, 06 Feb 2023 12:58:45 +0100 |
wenzelm |
prefer explicit shasum;
|
file |
diff |
annotate
|
Fri, 20 Jan 2023 13:53:45 +0100 |
wenzelm |
obsolete (see also 01c9b3033036);
|
file |
diff |
annotate
|
Sun, 15 Jan 2023 20:38:27 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Sun, 15 Jan 2023 20:20:59 +0100 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Fri, 06 Jan 2023 17:20:53 +0100 |
wenzelm |
proper treatment of unicode_symbols;
|
file |
diff |
annotate
|
Fri, 06 Jan 2023 16:54:16 +0100 |
wenzelm |
tuned signature: avoid alias that is unclear wrt. lazy state and Symbol.encode/decode status;
|
file |
diff |
annotate
|
Fri, 06 Jan 2023 16:43:51 +0100 |
wenzelm |
tuned signature: more uniform operations;
|
file |
diff |
annotate
|