Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
push normalization further -- avoid theorems that are duplicates of each other except for equality symmetry (esp. for "list.distinct(1)" vs. "(2)" etc.)
2012-12-12, by blanchet
disable Find_Unused_Assms_Examples for now, to recover isatest sanity;
2012-12-11, by wenzelm
less massive arrow heads;
2012-12-11, by wenzelm
added explicit zoom box;
2012-12-11, by wenzelm
some attempts at more discrete scale factor;
2012-12-11, by wenzelm
more official graphics context with font metrics;
2012-12-11, by wenzelm
just one class with parameters;
2012-12-11, by wenzelm
initial layout coordinates more like old browser;
2012-12-11, by wenzelm
added speculative options for jEdit;
2012-12-11, by wenzelm
separate instance of class Parameters for each Main_Panel -- avoid global program state;
2012-12-10, by wenzelm
discontinued long names flag -- better done via entity markup, without affecting layout;
2012-12-10, by wenzelm
tuned;
2012-12-10, by wenzelm
tuned;
2012-12-10, by wenzelm
tuned min/max;
2012-12-10, by wenzelm
tuned;
2012-12-10, by wenzelm
keep diagnostic command -- avoid confusion when it disappears;
2012-12-10, by wenzelm
tuned;
2012-12-10, by wenzelm
tuned signature;
2012-12-10, by wenzelm
removed somewhat pointless Edge_Transitive filter, as the graph is always reduced to its Hasse diagram, to have any chance to layout efficiently;
2012-12-10, by wenzelm
merge
2012-12-10, by blanchet
merged
2012-12-10, by blanchet
merge
2012-12-10, by blanchet
changed capitalization of MeSh filter
2012-12-10, by blanchet
(re)introduce (even more) aggressive parallelism, for the benefit of those users with dozens of CPU cores
2012-12-10, by blanchet
further clarification for Windows;
2012-12-10, by wenzelm
merged
2012-12-10, by wenzelm
more generous tracing limit -- rescaled in MB;
2012-12-10, by wenzelm
recovered title property from bfb5964e3041;
2012-12-10, by wenzelm
some clarification for Windows;
2012-12-10, by wenzelm
stateless dockable window for graphview, which is triggered by the active area of the corresponding diagnostic command;
2012-12-10, by wenzelm
tuned;
2012-12-10, by wenzelm
generalized notion of active area, where sendback is just one application;
2012-12-10, by wenzelm
merged
2012-12-10, by wenzelm
have MaSh evaluator keep all raw problem/solution files in a directory
2012-12-10, by blanchet
clarified transitive_closure: proper cumulation of transitive steps, which is essential for Warshall-style algorithms;
2012-12-10, by wenzelm
always apply transitive_reduction_acyclic in imitation of old graph browser (essential to avoid slow layout and overcrowded display, e.g. class_deps);
2012-12-09, by wenzelm
added graph operations for transitive closure and reduction in Scala -- unproven and thus better left out of the kernel-relevant ML module;
2012-12-09, by wenzelm
merged
2012-12-08, by wenzelm
merge
2012-12-08, by blanchet
don't blacklist "case" theorems -- this causes problems in MaSh later
2012-12-08, by blanchet
more changes to MaSh Python program (by Daniel K.)
2012-12-08, by blanchet
don't have MaSh pretend it knows facts it doesn't know
2012-12-08, by blanchet
reverted parallel map idea -- appears to make success rate of ATPs less stable (might even lead to bias in favor of MePo)
2012-12-08, by blanchet
fixed embarrassing off-by-one bug in MaSh's Mesh
2012-12-08, by blanchet
store evaluation output in a file
2012-12-08, by blanchet
use parallel map
2012-12-08, by blanchet
tweak MaSh fudge factors
2012-12-08, by blanchet
more MaSh tweaking -- in particular, export the same facts in "MaSh_Export" as are later tried in "MaSh_Eval"
2012-12-08, by blanchet
basic monitor panel, using the powerful jfreechart library;
2012-12-08, by wenzelm
added jfreechart library, including the old version of iText from its distribution (required for the demo application and examples);
2012-12-08, by wenzelm
check consistent theory names for direct imports as well -- as claimed in the comments (see also 1cc36c0ec9eb);
2012-12-08, by wenzelm
make double-sure that the future scheduler is properly shutdown, otherwise its threads are made persistent and will deadlock with the fresh instance after reloading the image (NB: Present.finish involves another Par_List.map over document_variants and thus might fork again);
2012-12-07, by wenzelm
final report_status within SYNCHRONIZED part of scheduler loop: required for sanity of data;
2012-12-07, by wenzelm
adhoc recovery from spurious NPEs, similar quantum-effect behind 7c8ce63a3c00;
2012-12-07, by wenzelm
obsolete;
2012-12-07, by wenzelm
eliminated old copy of proof.sty (1995), prefer the one usually included in current latex distributions (2005);
2012-12-07, by wenzelm
merged
2012-12-07, by wenzelm
deactivate actual fork -- unstable in scala-2.9.2 on multicore hardware;
2012-12-07, by wenzelm
some support to recover from spurious crash -- this is Physics, not Mathematics;
2012-12-07, by wenzelm
avoid ML_file in large theory files to improve performance of dependency discovery of main HOL (approx. 1s CPU time) -- relevant for any application using it, e.g. small paper sessions;
2012-12-07, by wenzelm
tuned text
2012-12-07, by nipkow
corrected nonsensical associativity of `` and dvd
2012-12-07, by nipkow
add exponential and uniform distributions
2012-12-07, by hoelzl
fundamental theorem of calculus for the Lebesgue integral
2012-12-07, by hoelzl
add Int_atMost
2012-12-07, by hoelzl
more rigorous "build only" mode: avoid build dialog of logic image and its potential need for GUI display;
2012-12-07, by wenzelm
fork slow part of Thy_Load.body_files only;
2012-12-07, by wenzelm
explore theory_body_files via future, for improved performance;
2012-12-07, by wenzelm
merged
2012-12-06, by wenzelm
use proper entry point for MaSh in test driver
2012-12-06, by blanchet
export ATP and Isar commands separately
2012-12-06, by blanchet
proper Sendback.markup, as required for standard Prover IDE protocol (see also c62ce309dc26);
2012-12-06, by wenzelm
discontinued obsolete "Tracing" button -- limited tracing channel works sufficiently well;
2012-12-06, by wenzelm
discontinued option jedit_auto_start, which is somewhat pointless as there is no manual session start within Isabelle/jEdit;
2012-12-06, by wenzelm
updated README;
2012-12-06, by wenzelm
documentation for isabelle build_dialog and its implicit use in isabelle jedit;
2012-12-06, by wenzelm
clarified build_dialog: regular up-to-date check (extra cost of approx. 5s startup for HOL);
2012-12-06, by wenzelm
avoid startup within GUI thread -- it is only required later for dialog;
2012-12-06, by wenzelm
more uniform default logic, using settings, options, args etc.;
2012-12-06, by wenzelm
use right names in MePo exporter
2012-12-06, by blanchet
parse more liberal MaSh suggestion syntax (for the eval driver)
2012-12-06, by blanchet
merged
2012-12-06, by wenzelm
made Python code compile again (by Daniel K.)
2012-12-06, by blanchet
tweaked MaSh proximity
2012-12-06, by blanchet
reduce max number of dependencies for MaSh to get rid of junk
2012-12-06, by blanchet
more feature tweaks
2012-12-06, by blanchet
prioritize chained facts
2012-12-06, by blanchet
more MaSh feature tweaking
2012-12-06, by blanchet
record free variables as a MaSh feature
2012-12-06, by blanchet
expand type classes into their ancestors for MaSh
2012-12-06, by blanchet
tweaked MaSh features, based on comments by Josef Urban
2012-12-06, by blanchet
increase weight of local facts again (MaSh)
2012-12-06, by blanchet
simplify code now that "mash.py" supports weights
2012-12-06, by blanchet
added weights to MaSh (by Daniel Kuehlwein)
2012-12-06, by blanchet
Move the measurability prover to its own file
2012-12-05, by hoelzl
Show search depth in the debug output of the measurability prover
2012-12-05, by hoelzl
Remove looping rule from measurability prover
2012-12-05, by hoelzl
rules for improper Lebesgue integrals (using tendsto at_top)
2012-12-04, by hoelzl
take proximity into account for MaSh + fix a debilitating bug in feature generation
2012-12-05, by blanchet
tuning
2012-12-05, by blanchet
clarified default button (cf. org/gjt/sp/jedit/gui/OptionsDialog.java);
2012-12-06, by wenzelm
select logic session names, not paths;
2012-12-05, by wenzelm
added keyboard shortcut for button (canonical way to do that?);
2012-12-05, by wenzelm
evade ugly default font, notably on Windows laf;
2012-12-05, by wenzelm
center main window;
2012-12-05, by wenzelm
more direct dialog via existing GUI components;
2012-12-05, by wenzelm
clarified logic argument: session name, not path name;
2012-12-05, by wenzelm
tuned message;
2012-12-05, by wenzelm
implicit build_dialog for Isabelle/jEdit;
2012-12-05, by wenzelm
tuned message;
2012-12-05, by wenzelm
tuned OK feedback;
2012-12-05, by wenzelm
check for existing image (even if outdated);
2012-12-05, by wenzelm
more elementary dialog, with less interaction;
2012-12-05, by wenzelm
basic interaction with build process;
2012-12-05, by wenzelm
allow to terminate jobs via Progress;
2012-12-05, by wenzelm
more formal progress context;
2012-12-05, by wenzelm
basic wrapper for session build dialog;
2012-12-05, by wenzelm
tuned;
2012-12-05, by wenzelm
tuned signature in accordance to document operations;
2012-12-05, by wenzelm
tuned;
2012-12-05, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip