2009-07-29 |
haftmann |
cleaned up abstract tuple operations and named them consistently
|
changeset |
files
|
2009-07-29 |
haftmann |
cleaned up abstract tuple operations and named them consistently
|
changeset |
files
|
2009-07-30 |
wenzelm |
added Multithreading.sync_wait, which turns enabled interrupts to sync ones, to ensure that wait will reaquire its lock when interrupted;
|
changeset |
files
|
2009-07-30 |
wenzelm |
trancl_tac etc.: back to static context -- problem was caused by bad solver in AFP/JiveDataStoreModel;
|
changeset |
files
|
2009-07-30 |
wenzelm |
retrofit: more precise handling of locally introduced schematic variables (avoid zero_var_indexes);
|
changeset |
files
|
2009-07-30 |
wenzelm |
qualified Subgoal.FOCUS;
|
changeset |
files
|
2009-07-30 |
wenzelm |
FOCUS_PREMS as full replacement for METAHYPS, where the conclusion may still contain schematic variables;
|
changeset |
files
|
2009-07-30 |
wenzelm |
focus: more precise treatment of schematic variables, only the "visible" part of the text is fixed;
|
changeset |
files
|
2009-07-29 |
wenzelm |
Variable.importT/import: return full instantiations, tuned;
|
changeset |
files
|
2009-07-29 |
wenzelm |
added certify_inst, certify_instantiate;
|
changeset |
files
|
2009-07-29 |
wenzelm |
merged
|
changeset |
files
|
2009-07-29 |
wenzelm |
trans_tac: use theory from goal state, not the static context, which seems to be outdated under certain circumstances (why?);
|
changeset |
files
|
2009-07-29 |
wenzelm |
proper Jinja-Slicing;
|
changeset |
files
|
2009-07-29 |
wenzelm |
merged
|
changeset |
files
|
2009-07-29 |
haftmann |
merged
|
changeset |
files
|
2009-07-29 |
haftmann |
abstractions: desymbolize name hint
|
changeset |
files
|
2009-07-29 |
haftmann |
added numeral code postprocessor rules on type int
|
changeset |
files
|
2009-07-29 |
nipkow |
sos comments modified
|
changeset |
files
|
2009-07-29 |
nipkow |
sos documentation
|
changeset |
files
|
2009-07-29 |
nipkow |
Added remote-SOS changes by Philipp Meyer
|
changeset |
files
|
2009-07-24 |
Philipp Meyer |
Functionality for sum of squares to call a remote csdp prover
|
changeset |
files
|
2009-07-28 |
wenzelm |
merged
|
changeset |
files
|
2009-07-28 |
haftmann |
updated generated document
|
changeset |
files
|
2009-07-28 |
haftmann |
reinserted legacy ML function
|
changeset |
files
|
2009-07-28 |
haftmann |
Set.UNIV and Set.empty are mere abbreviations for top and bot
|
changeset |
files
|
2009-07-28 |
haftmann |
explicit is better than implicit
|
changeset |
files
|
2009-07-29 |
wenzelm |
Meson.first_order_resolve: avoid handle _;
|
changeset |
files
|
2009-07-28 |
wenzelm |
removed old global get_claset/map_claset;
|
changeset |
files
|
2009-07-28 |
wenzelm |
eliminated METAHYPS;
|
changeset |
files
|
2009-07-28 |
wenzelm |
Future.shutdown before loading sequentially -- workaround scheduler deadlock;
|
changeset |
files
|
2009-07-28 |
wenzelm |
ResAxioms.neg_conjecture_clauses: proper context;
|
changeset |
files
|
2009-07-28 |
wenzelm |
neg_conjecture_clauses, neg_clausify_tac: proper context, eliminated METAHYPS;
|
changeset |
files
|
2009-07-28 |
wenzelm |
Hilbert_Classical: sequential loading due to @{prf}, which joins within a critical section (via options);
|
changeset |
files
|
2009-07-28 |
wenzelm |
eliminated separate Future.enabled -- let Future.join fail explicitly in critical section, instead of entering sequential mode silently;
|
changeset |
files
|
2009-07-28 |
wenzelm |
non-critical use_thy;
|
changeset |
files
|
2009-07-28 |
wenzelm |
future result: Synchronized.var;
|
changeset |
files
|
2009-07-28 |
wenzelm |
added unsynchronized Synchronized.peek;
|
changeset |
files
|
2009-07-28 |
wenzelm |
group status: Synchronized.var;
|
changeset |
files
|
2009-07-28 |
wenzelm |
tuned;
|
changeset |
files
|
2009-07-28 |
wenzelm |
Task_Queue.dequeue: explicit thread;
|
changeset |
files
|
2009-07-28 |
wenzelm |
more precise treatment of scheduler_event: continous pulse (50ms) instead of flooding, which was burning many CPU cycles in spare threads;
|
changeset |
files
|
2009-07-28 |
wenzelm |
interruptible_task: unified treatment of Multithreading.with_attributes (cf. 9f6461b1c9cc);
|
changeset |
files
|
2009-07-28 |
wenzelm |
misc tuning;
|
changeset |
files
|
2009-07-28 |
krauss |
tuned
|
changeset |
files
|
2009-07-28 |
krauss |
moved obsolete same_fst to Recdef.thy
|
changeset |
files
|
2009-07-28 |
krauss |
adapted doc to type of "op O"
|
changeset |
files
|
2009-07-27 |
wenzelm |
merged
|
changeset |
files
|
2009-07-27 |
wenzelm |
merged
|
changeset |
files
|
2009-07-27 |
wenzelm |
merged
|
changeset |
files
|
2009-07-27 |
wenzelm |
merged
|
changeset |
files
|
2009-07-27 |
krauss |
added proof of Kleene_Algebra.star_decomp
|
changeset |
files
|
2009-07-27 |
krauss |
added missing proof of RBT.map_of_alist_of (contributed by Peter Lammich)
|
changeset |
files
|
2009-07-27 |
krauss |
some lemmas about maps (contributed by Peter Lammich)
|
changeset |
files
|
2009-07-27 |
krauss |
"more standard" argument order of relation composition (op O)
|
changeset |
files
|
2009-07-27 |
wenzelm |
added rail antiquotation environment, which coexists with old-style content markup;
|
changeset |
files
|
2009-07-27 |
wenzelm |
proper header;
|
changeset |
files
|
2009-07-27 |
wenzelm |
proper context for SAT tactics;
|
changeset |
files
|
2009-07-27 |
wenzelm |
moved METAHYPS to old_goals.ML (cf. SUBPROOF and FOCUS in subgoal.ML for properly localized versions of the same idea);
|
changeset |
files
|
2009-07-27 |
wenzelm |
interruptible: Thread.testInterrupt before changing thread attributes;
|
changeset |
files
|
2009-07-27 |
wenzelm |
wait: absorb spurious interrupts;
|
changeset |
files
|