haftmann [Fri, 08 Jan 2010 14:07:07 +0100] rev 34295
merged
haftmann [Fri, 08 Jan 2010 12:25:15 +0100] rev 34294
a primitive scala serializer
wenzelm [Fri, 08 Jan 2010 11:07:53 +0100] rev 34293
fixed type error;
hoelzl [Thu, 07 Jan 2010 17:41:06 +0100] rev 34292
remove overloaded star operator, use specific vector / matrix operators
hoelzl [Thu, 07 Jan 2010 18:56:39 +0100] rev 34291
finite annotation on cartesian product is now implicit.
hoelzl [Thu, 07 Jan 2010 17:43:35 +0100] rev 34290
added syntax translation to automatically add finite typeclass to index type of cartesian product type
himmelma [Wed, 06 Jan 2010 13:07:30 +0100] rev 34289
Made finite cartesian products finite
blanchet [Thu, 07 Jan 2010 12:24:35 +0100] rev 34288
reduced arity of Nitpick selectors associated with sets by 1, by using "Formula" instead of "Atom 2"
blanchet [Thu, 07 Jan 2010 08:45:55 +0100] rev 34287
make Nitpick's tests not leave files in the temp directory
wenzelm [Wed, 06 Jan 2010 23:18:44 +0100] rev 34286
more text edit operations;
wenzelm [Wed, 06 Jan 2010 23:18:12 +0100] rev 34285
always report updates -- required has "handshake";
wenzelm [Wed, 06 Jan 2010 22:21:25 +0100] rev 34284
tuned Isabelle/Scala build;
wenzelm [Wed, 06 Jan 2010 22:18:52 +0100] rev 34283
simplified build/bootstrap of graph browser -- avoid make;
wenzelm [Wed, 06 Jan 2010 20:00:22 +0100] rev 34282
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm [Wed, 06 Jan 2010 18:22:43 +0100] rev 34281
more robust cancelation, notably of passive futures without scheduler running;
wenzelm [Wed, 06 Jan 2010 18:14:16 +0100] rev 34280
eliminated cache, which complicates the code without making a real difference (NB: deque_towards often disrupts caching, and daisy-chaining of workers already reduces queue overhead);