wenzelm [Fri, 24 Jul 2020 15:20:35 +0200] rev 72069
unused;
wenzelm [Fri, 24 Jul 2020 15:02:16 +0200] rev 72068
clarified errors: avoid hiding of import_errors/dir_errors by their consequences (file-access problems);
wenzelm [Fri, 24 Jul 2020 12:15:37 +0200] rev 72067
clarified errors: avoid accidental import from other session that happens to be within overall selection (notably "isabelle build -a");
wenzelm [Thu, 23 Jul 2020 22:32:06 +0200] rev 72066
clarified signature;
wenzelm [Thu, 23 Jul 2020 14:25:48 +0200] rev 72065
clarified order --- proper sorting of requirements;
wenzelm [Thu, 23 Jul 2020 11:48:58 +0200] rev 72064
obsolete (see 9cde8c4ea5a5);
wenzelm [Tue, 21 Jul 2020 19:43:42 +0200] rev 72063
tuned --- based on hints by IntelliJ;
wenzelm [Tue, 21 Jul 2020 19:40:38 +0200] rev 72062
tuned signature;
wenzelm [Tue, 21 Jul 2020 12:37:00 +0200] rev 72061
updated to polyml-5.8.1 (official release);
wenzelm [Mon, 20 Jul 2020 23:45:29 +0200] rev 72060
subtle change of Theory_Data extend/merge semantics due to Theory.join_theory;
explicitly check for extend as identity;
wenzelm [Fri, 17 Jul 2020 20:35:43 +0200] rev 72059
clarified -- avoid non-standard extend/merge;
wenzelm [Fri, 17 Jul 2020 20:22:58 +0200] rev 72058
tuned -- avoid non-standard extend;
wenzelm [Fri, 17 Jul 2020 19:10:24 +0200] rev 72057
clarified -- avoid non-standard extend/merge;
wenzelm [Fri, 17 Jul 2020 17:06:54 +0200] rev 72056
proper session imports;
wenzelm [Fri, 17 Jul 2020 15:13:03 +0200] rev 72055
clarified -- avoid non-standard extend;
wenzelm [Fri, 17 Jul 2020 15:08:56 +0200] rev 72054
tuned -- avoid non-standard extend/merge;
wenzelm [Fri, 17 Jul 2020 14:56:55 +0200] rev 72053
prefer conservative extend/merge of theory naming;
wenzelm [Thu, 16 Jul 2020 22:24:03 +0200] rev 72052
support native PID for ML process;
wenzelm [Thu, 16 Jul 2020 20:35:03 +0200] rev 72051
merged
wenzelm [Thu, 16 Jul 2020 20:34:21 +0200] rev 72050
clarified theory data: more robust merge;
wenzelm [Thu, 16 Jul 2020 16:53:08 +0200] rev 72049
proper import sessions;
wenzelm [Thu, 16 Jul 2020 16:48:12 +0200] rev 72048
more thorough extend/merge (for Theory.join_theory);
wenzelm [Thu, 16 Jul 2020 16:38:25 +0200] rev 72047
more thorough extend/merge (for Theory.join_theory);
wenzelm [Thu, 16 Jul 2020 16:00:52 +0200] rev 72046
more thorough extend/merge (for Theory.join_theory);
wenzelm [Thu, 16 Jul 2020 14:36:43 +0200] rev 72045
more thorough extend/merge, notably for master_dir across Theory.join_theory (e.g. for @{file} antiquotation);
wenzelm [Thu, 16 Jul 2020 11:43:32 +0200] rev 72044
more robust: avoid potential problems with encoding of directory name;
haftmann [Thu, 16 Jul 2020 04:52:26 +0000] rev 72043
tuned grouping
haftmann [Thu, 16 Jul 2020 04:52:25 +0000] rev 72042
yet another alias
wenzelm [Wed, 15 Jul 2020 20:06:45 +0200] rev 72041
more robust wrt. experimental changes in Poly/ML;
wenzelm [Wed, 15 Jul 2020 17:10:26 +0200] rev 72040
more robust: handle unavailable statistics;
wenzelm [Wed, 15 Jul 2020 16:28:26 +0200] rev 72039
merged
wenzelm [Wed, 15 Jul 2020 16:10:43 +0200] rev 72038
clarified user counters: expose tasks to external monitor;
wenzelm [Wed, 15 Jul 2020 12:43:36 +0200] rev 72037
proper platform path for Windows;
wenzelm [Wed, 15 Jul 2020 12:30:25 +0200] rev 72036
clarified signature;
wenzelm [Wed, 15 Jul 2020 12:04:48 +0200] rev 72035
support for monitoring of external ML process;
wenzelm [Wed, 15 Jul 2020 11:56:43 +0200] rev 72034
clarified signature;
wenzelm [Mon, 13 Jul 2020 23:23:35 +0200] rev 72033
more robust;
wenzelm [Mon, 13 Jul 2020 23:10:47 +0200] rev 72032
support for monitoring of external ML process;
wenzelm [Mon, 13 Jul 2020 22:07:18 +0200] rev 72031
clarified modules: ML_Statistics within bootstrap environment;
wenzelm [Mon, 13 Jul 2020 21:20:36 +0200] rev 72030
misc tuning and modernization;
wenzelm [Mon, 13 Jul 2020 17:08:45 +0200] rev 72029
clarified examples;
haftmann [Mon, 13 Jul 2020 15:23:32 +0000] rev 72028
concatentation of bit values
haftmann [Sun, 12 Jul 2020 18:10:06 +0000] rev 72027
prefer canonically oriented lists of bits and more direct characterizations in definitions
haftmann [Sun, 12 Jul 2020 18:10:06 +0000] rev 72026
more simp rules for concrete numerical values
haftmann [Sun, 12 Jul 2020 18:10:06 +0000] rev 72025
words added to code generator test
haftmann [Sat, 11 Jul 2020 18:09:09 +0000] rev 72024
a generic horner sum operation
haftmann [Sat, 11 Jul 2020 18:09:08 +0000] rev 72023
more thms
wenzelm [Sat, 11 Jul 2020 18:19:08 +0200] rev 72022
clarified message --- as in former ML version (see 940195fbb282);
wenzelm [Sat, 11 Jul 2020 17:15:28 +0200] rev 72021
clarified signature;
wenzelm [Sat, 11 Jul 2020 17:08:26 +0200] rev 72020
clarified messages: avoid duplicate Timing;
wenzelm [Sat, 11 Jul 2020 16:58:38 +0200] rev 72019
clarified messages;
wenzelm [Sat, 11 Jul 2020 16:41:55 +0200] rev 72018
clarified signature;
wenzelm [Sat, 11 Jul 2020 16:37:32 +0200] rev 72017
tuned;
wenzelm [Sat, 11 Jul 2020 16:32:25 +0200] rev 72016
avoid duplicate Timing messages (see also 5c4800f6b25a);
wenzelm [Sat, 11 Jul 2020 16:25:17 +0200] rev 72015
more accurate message;
wenzelm [Sat, 11 Jul 2020 15:52:54 +0200] rev 72014
tuned;
wenzelm [Sat, 11 Jul 2020 15:51:15 +0200] rev 72013
clarified signature;
wenzelm [Sat, 11 Jul 2020 15:23:22 +0200] rev 72012
clarified inlined protocol messages;
wenzelm [Sat, 11 Jul 2020 14:44:50 +0200] rev 72011
removed unused property;
haftmann [Sat, 11 Jul 2020 06:21:04 +0000] rev 72010
signed_take_bit