wenzelm [Fri, 19 Dec 2014 21:59:18 +0100] rev 59157
just one data slot per program unit;
tuned signature;
wenzelm [Fri, 19 Dec 2014 21:24:59 +0100] rev 59156
more standard configuration options;
wenzelm [Fri, 19 Dec 2014 20:32:54 +0100] rev 59155
tuned;
wenzelm [Fri, 19 Dec 2014 20:10:59 +0100] rev 59154
just one data slot per program unit;
wenzelm [Fri, 19 Dec 2014 20:09:31 +0100] rev 59153
tuned;
wenzelm [Fri, 19 Dec 2014 17:23:56 +0100] rev 59152
more frugal Local_Syntax.init -- maintain idents within context;
wenzelm [Fri, 19 Dec 2014 12:56:06 +0100] rev 59151
proper exception for internal program failure, not user-error;
wenzelm [Fri, 19 Dec 2014 12:36:50 +0100] rev 59150
tuned;
wenzelm [Thu, 18 Dec 2014 21:10:39 +0100] rev 59149
suppress irrelevant timing messages (the majority);
wenzelm [Thu, 18 Dec 2014 17:26:53 +0100] rev 59148
less ambitious settings -- increase chances of success;
wenzelm [Thu, 18 Dec 2014 16:13:54 +0100] rev 59147
peek value without synchronization;
wenzelm [Thu, 18 Dec 2014 15:21:54 +0100] rev 59146
avoid repeated access to global variable (101 times in Complex_Main), which is actually synchronized after e557a9ddee5f;
blanchet [Wed, 17 Dec 2014 16:51:29 +0100] rev 59145
tuning
hoelzl [Wed, 17 Dec 2014 16:10:30 +0100] rev 59144
unfortunately, there is no general function space in the measurable spaces
blanchet [Mon, 15 Dec 2014 07:20:49 +0100] rev 59143
correctly apply type substitution before checking for function types
blanchet [Mon, 15 Dec 2014 07:20:48 +0100] rev 59142
avoid generating selectors with function types -- this produce arity inconsistencies
blanchet [Mon, 15 Dec 2014 07:20:48 +0100] rev 59141
renamed theory file
wenzelm [Fri, 12 Dec 2014 14:42:37 +0100] rev 59140
merged
wenzelm [Fri, 12 Dec 2014 14:31:57 +0100] rev 59139
Synchronized.value is actually synchronized (NB: underlying Unsynchronized.ref is not necessarily volatile);
wenzelm [Fri, 12 Dec 2014 14:30:33 +0100] rev 59138
tuned;
wenzelm [Thu, 11 Dec 2014 23:42:03 +0100] rev 59137
tuned;
wenzelm [Thu, 11 Dec 2014 23:31:30 +0100] rev 59136
added Par_List in Scala, in accordance to ML version;
system property "isabelle.threads" determines size of Scala thread pool, like system option "threads" for ML;
avoid ".par" framework with its hard-wired thread pool, which also has problems with cancellation;
tuned;
wenzelm [Thu, 11 Dec 2014 15:24:28 +0100] rev 59135
tuned;
hoelzl [Fri, 12 Dec 2014 10:58:40 +0100] rev 59134
rel_pmf commutes with rel_prod
traytel [Thu, 11 Dec 2014 14:14:39 +0100] rev 59133
note more facts (always)
traytel [Thu, 11 Dec 2014 14:14:18 +0100] rev 59132
conceal typedef more violently
traytel [Thu, 11 Dec 2014 14:01:40 +0100] rev 59131
respect order of deads when retrieving bnfs from the database
wenzelm [Wed, 10 Dec 2014 20:56:33 +0100] rev 59130
merged
wenzelm [Wed, 10 Dec 2014 20:51:27 +0100] rev 59129
more informative gutter content: fall-back on background color, e.g. when line numbers are enabled;
non-transparent information_message_color like other message colors;
removed unused error1_color;
wenzelm [Wed, 10 Dec 2014 19:26:01 +0100] rev 59128
more examples;