Skip to content
Success

Changes

Summary

  1. merged
  2. more robust build on midrange hardware (despite 67d6f1708ea4);
  3. Added tag Isabelle2021-1-RC4 for changeset 2336356d4180
  4. updated to polyml-5.9;
  5. NEWS on "isabelle mirabelle";
  6. tuned;
  7. clarified default for kodkod_scala; NEWS for proper release;
  8. maintain option kodkod_scala within theory context, to allow local modification;
  9. NEWS for proper release;
  10. updated to flatlaf-1.6.4;
  11. avoid broken links: auxiliary files are not yet supported;
  12. option document_comment_latex supports e.g. Dagstuhl LIPIcs;
  13. more explicit type Latex.Tags; generate isabelletags.sty from Isabelle/Scala, including comment.sty setup;
  14. more uniform treatment of optional_argument for Latex elements; discontinued somewhat pointless element position in Isabelle/Scala: semantic add-ons are better provided in Isabelle/ML; clarified signature of class Latex: overridable unknown_elem allows to extend the markup language;
  15. removed pointless 'text_cartouche' command: regular 'text' already supports cartouches;
  16. example: alternative document headings, based on more general document output markup;
  17. more general document output: enclosing markup is defined in user-space;
  18. clarified modules (see c299abcf7081);
  19. output for document commands like 'section', 'text' is defined in user-space, as part of the command transaction;
  20. clarified modules;
  21. tuned signature: more explicit types for presentation;
  22. more robust support for Windows line-endings;
  23. source positions for document markup commands, e.g. to retrieve PIDE markup in presentation;
  24. more compact data during presentation: Entity_Context.Theory_Export instead of full Export_Theory.Theory;
  25. clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
  26. more symbolic latex_output via XML (using YXML within text);
  27. proper enclose_name (amending e77c5bfca9aa);
  28. Latex.Output.latex_heading depends on option document_heading_prefix, e.g. relevant for Dagstuhl LIPIcs which prefers unaliased \section etc.;
  29. more symbolic latex_output via XML;
  30. clarified hook for Mirabelle (again): cover all 'theories' sections within ROOT (see also 9ead8d9be3ab);
  31. tuned;
  32. tuned;
  33. updated to verit-2021.06.2-rmx;
  34. clarified HTML_Context.theory_exports: prefer value-oriented parallelism;
  35. generate problems with correct logic for veriT
  36. more parallelism, at the cost of potential duplicates of make_thy;
  37. afford more parallelism for sessions (instead of theories in 5eac4b13d1f1): depend on disjoint data areas (notably base.session_theories in 2ad892ac749a);
  38. more interrupts;
  39. present only selected session theories (as in Isabelle2021), in contrast to 2bc24136bdeb, eb89b3a37826; eliminated implicit state: these theories are globally unique;
  40. tuned;
  41. clarified modules;
  42. tuned (see also e0d1d9203275);
  43. clarified signature;
  44. tuned;
  45. spelling;
  46. added asymp_{less,greater} to preorder and moved mult1_lessE out
  47. renamed multp_code_iff and multeqp_code_iff
  48. simplified mult_cancel_max and introduced orginal lemma as mult_cancel_max0
Changeset 74851:5280c02f29dc by wenzelm:
merged
Changeset 74850:c5ce1e2f26ab by wenzelm:
more robust build on midrange hardware (despite 67d6f1708ea4);
The file was modified src/Pure/Admin/build_release.scala (diff)
Changeset 74849:a763f94c2c32 by wenzelm:
Added tag Isabelle2021-1-RC4 for changeset 2336356d4180
The file was modified .hgtags (diff)
Changeset 74848:2336356d4180 by wenzelm:
updated to polyml-5.9;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
The file was modified Admin/polyml/README (diff)
Changeset 74847:743b114bdb41 by wenzelm:
NEWS on "isabelle mirabelle";
The file was modified NEWS (diff)
Changeset 74846:8fe987615ffe by wenzelm:
tuned;
The file was modified NEWS (diff)
Changeset 74845:91ee232b4211 by wenzelm:
clarified default for kodkod_scala;<br>NEWS for proper release;
The file was modified NEWS (diff)
The file was modified src/HOL/Tools/etc/options (diff)
The file was modified src/Pure/Tools/build.scala (diff)
Changeset 74844:90242c744a1a by wenzelm:
maintain option kodkod_scala within theory context, to allow local modification;
The file was modified NEWS (diff)
The file was modified src/HOL/Nitpick_Examples/Tests_Nits.thy (diff)
The file was modified src/HOL/Nitpick_Examples/minipick.ML (diff)
The file was modified src/HOL/Tools/Nitpick/kodkod.ML (diff)
The file was modified src/HOL/Tools/Nitpick/nitpick.ML (diff)
The file was modified src/HOL/Tools/Nitpick/nitpick_tests.ML (diff)
Changeset 74843:ace8be1881e1 by wenzelm:
NEWS for proper release;
The file was modified NEWS (diff)
Changeset 74842:29672359a371 by wenzelm:
updated to flatlaf-1.6.4;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
Changeset 74841:9ad3fa47c83e by wenzelm:
avoid broken links: auxiliary files are not yet supported;
The file was modified src/Pure/Thy/presentation.scala (diff)
Changeset 74840:4faf0ec33cbf by wenzelm:
option document_comment_latex supports e.g. Dagstuhl LIPIcs;
The file was modified NEWS (diff)
The file was modified etc/options (diff)
The file was modified src/Pure/Thy/document_build.scala (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
Changeset 74839:3bf746911da1 by wenzelm:
more explicit type Latex.Tags;<br>generate isabelletags.sty from Isabelle/Scala, including comment.sty setup;
The file was modified lib/texinputs/isabelle.sty (diff)
The file was modified src/Pure/Thy/document_build.scala (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
Changeset 74838:4c8d9479f916 by wenzelm:
more uniform treatment of optional_argument for Latex elements;<br>discontinued somewhat pointless element position in Isabelle/Scala: semantic add-ons are better provided in Isabelle/ML;<br>clarified signature of class Latex: overridable unknown_elem allows to extend the markup language;
The file was modified src/Pure/Thy/document_output.ML (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
The file was modified src/Pure/ex/Alternative_Headings.thy (diff)
The file was modified src/Pure/pure_syn.ML (diff)
Changeset 74837:f0e0fc82b0b9 by wenzelm:
removed pointless &#039;text_cartouche&#039; command: regular &#039;text&#039; already supports cartouches;
The file was modified src/HOL/ex/Cartouche_Examples.thy (diff)
Changeset 74836:a97ec0954c50 by wenzelm:
example: alternative document headings, based on more general document output markup;
The file was addedsrc/Pure/ex/Alternative_Headings.thy
The file was addedsrc/Pure/ex/Alternative_Headings_Examples.thy
The file was addedsrc/Pure/ex/document/root.tex
The file was modified src/Pure/PIDE/markup.ML (diff)
The file was modified src/Pure/PIDE/markup.scala (diff)
The file was modified src/Pure/ROOT (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
Changeset 74835:26c3a9c92e11 by wenzelm:
more general document output: enclosing markup is defined in user-space;
The file was modified src/Pure/Thy/document_output.ML (diff)
The file was modified src/Pure/pure_syn.ML (diff)
Changeset 74834:8d7d082c1649 by wenzelm:
clarified modules (see c299abcf7081);
The file was modified src/HOL/ex/Cartouche_Examples.thy (diff)
Changeset 74833:fe9e590ae52f by wenzelm:
output for document commands like &#039;section&#039;, &#039;text&#039; is defined in user-space, as part of the command transaction;
The file was modified src/Pure/Isar/token.ML (diff)
The file was modified src/Pure/Isar/toplevel.ML (diff)
The file was modified src/Pure/Thy/document_output.ML (diff)
Changeset 74832:c299abcf7081 by wenzelm:
clarified modules;
The file was modified src/Pure/Thy/document_output.ML (diff)
The file was modified src/Pure/pure_syn.ML (diff)
Changeset 74831:32490add64b4 by wenzelm:
tuned signature: more explicit types for presentation;
The file was modified src/Pure/Isar/toplevel.ML (diff)
The file was modified src/Pure/pure_syn.ML (diff)
Changeset 74830:40bb5f41e06c by wenzelm:
more robust support for Windows line-endings;
The file was modified src/Pure/Tools/scala_project.scala (diff)
Changeset 74829:f31229171b3b by wenzelm:
source positions for document markup commands, e.g. to retrieve PIDE markup in presentation;
The file was modified src/Pure/PIDE/markup.scala (diff)
The file was modified src/Pure/Thy/document_output.ML (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
Changeset 74828:46c7fafbea3d by wenzelm:
more compact data during presentation: Entity_Context.Theory_Export instead of full Export_Theory.Theory;
The file was modified src/Pure/Thy/export_theory.scala (diff)
The file was modified src/Pure/Thy/presentation.scala (diff)
The file was modified src/Pure/Tools/build.scala (diff)
Changeset 74827:c1b5d6e6ff74 by wenzelm:
clarified system option standard values: avoid oddities like &quot;isabelle build -o document_output&quot; producing directories named &quot;true&quot;;
The file was modified NEWS (diff)
The file was modified etc/options (diff)
The file was modified src/Doc/System/Sessions.thy (diff)
The file was modified src/Pure/System/options.scala (diff)
The file was modified src/Pure/Tools/build.scala (diff)
Changeset 74826:0e4d8aa61ad7 by wenzelm:
more symbolic latex_output via XML (using YXML within text);
The file was modified src/Pure/PIDE/markup.ML (diff)
The file was modified src/Pure/PIDE/markup.scala (diff)
The file was modified src/Pure/Thy/document_output.ML (diff)
The file was modified src/Pure/Thy/latex.ML (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
Changeset 74825:9bea6244c35a by wenzelm:
proper enclose_name (amending e77c5bfca9aa);
The file was modified src/Pure/Thy/latex.ML (diff)
Changeset 74824:6424f74fd9d4 by wenzelm:
Latex.Output.latex_heading depends on option document_heading_prefix, e.g. relevant for Dagstuhl LIPIcs which prefers unaliased \section etc.;
The file was modified NEWS (diff)
The file was modified etc/options (diff)
The file was modified src/Pure/Thy/document_build.scala (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
Changeset 74823:d6ce4ce20422 by wenzelm:
more symbolic latex_output via XML;
The file was modified src/Pure/PIDE/markup.ML (diff)
The file was modified src/Pure/PIDE/markup.scala (diff)
The file was modified src/Pure/Thy/document_output.ML (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
Changeset 74822:a1fa82431576 by wenzelm:
clarified hook for Mirabelle (again): cover all &#039;theories&#039; sections within ROOT (see also 9ead8d9be3ab);
The file was modified src/Pure/Tools/build.ML (diff)
Changeset 74821:5f73bc0b9e5e by wenzelm:
tuned;
The file was modified NEWS (diff)
Changeset 74820:98b3c7ab8c0f by wenzelm:
tuned;
The file was modified NEWS (diff)
Changeset 74819:ed3adabf0dbe by wenzelm:
updated to verit-2021.06.2-rmx;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
The file was modified src/Pure/Admin/build_verit.scala (diff)
Changeset 74818:3064e165c660 by wenzelm:
clarified HTML_Context.theory_exports: prefer value-oriented parallelism;
The file was modified src/Pure/Thy/presentation.scala (diff)
The file was modified src/Pure/Tools/build.scala (diff)
Changeset 74817:1fd8705503b4 by fleury _mathias.fleury@mpi-inf.mpg.de_:
generate problems with correct logic for veriT
The file was modified src/HOL/Library/Tools/smt_word.ML (diff)
The file was modified src/HOL/Tools/SMT/cvc4_interface.ML (diff)
The file was modified src/HOL/Tools/SMT/smt_config.ML (diff)
The file was modified src/HOL/Tools/SMT/smt_real.ML (diff)
The file was modified src/HOL/Tools/SMT/smt_solver.ML (diff)
The file was modified src/HOL/Tools/SMT/smt_systems.ML (diff)
The file was modified src/HOL/Tools/SMT/smt_translate.ML (diff)
The file was modified src/HOL/Tools/SMT/smtlib_interface.ML (diff)
The file was modified src/HOL/Tools/SMT/verit_proof.ML (diff)
The file was modified src/HOL/Tools/SMT/z3_interface.ML (diff)
Changeset 74816:1e7bb95c75e7 by wenzelm:
more parallelism, at the cost of potential duplicates of make_thy;
The file was modified src/Pure/Thy/presentation.scala (diff)
Changeset 74815:cfc15da73a78 by wenzelm:
afford more parallelism for sessions (instead of theories in 5eac4b13d1f1): depend on disjoint data areas (notably base.session_theories in 2ad892ac749a);
The file was modified src/Pure/Tools/build.scala (diff)
Changeset 74814:79fa9f2d02fa by wenzelm:
more interrupts;
The file was modified src/Pure/Admin/build_doc.scala (diff)
Changeset 74813:2ad892ac749a by wenzelm:
present only selected session theories (as in Isabelle2021), in contrast to 2bc24136bdeb, eb89b3a37826;<br>eliminated implicit state: these theories are globally unique;
The file was modified src/Pure/Thy/presentation.scala (diff)
The file was modified src/Pure/Tools/build.scala (diff)
Changeset 74812:4543fb2b5ef2 by wenzelm:
tuned;
The file was modified src/Pure/Thy/sessions.scala (diff)
Changeset 74811:1f40ded31b78 by wenzelm:
clarified modules;
The file was modified src/Pure/General/file.scala (diff)
The file was modified src/Pure/Thy/document_build.scala (diff)
Changeset 74810:d540c36cd0d2 by wenzelm:
tuned (see also e0d1d9203275);
The file was modified src/Pure/Thy/sessions.scala (diff)
Changeset 74809:48fda7ee1973 by wenzelm:
clarified signature;
The file was modified src/Pure/Thy/document_build.scala (diff)
The file was modified src/Pure/Thy/presentation.scala (diff)
The file was modified src/Pure/Thy/sessions.scala (diff)
Changeset 74808:23dc565cd4b2 by wenzelm:
tuned;
The file was modified src/Pure/Tools/build.scala (diff)
Changeset 74807:d1d3d4439ac2 by wenzelm:
spelling;
The file was modified NEWS (diff)
Changeset 74806:ba59c691b3ee by desharna:
added asymp_{less,greater} to preorder and moved mult1_lessE out
The file was modified NEWS (diff)
The file was modified src/HOL/Library/Multiset.thy (diff)
The file was modified src/HOL/Library/Multiset_Order.thy (diff)
The file was modified src/HOL/Relation.thy (diff)
Changeset 74805:b65336541c19 by desharna:
renamed multp_code_iff and multeqp_code_iff
The file was modified NEWS (diff)
The file was modified src/HOL/Library/Multiset.thy (diff)
Changeset 74804:5749fefd3fa0 by desharna:
simplified mult_cancel_max and introduced orginal lemma as mult_cancel_max0
The file was modified NEWS (diff)
The file was modified src/HOL/Library/Multiset.thy (diff)