Skip to content
Success

Changes

Summary

  1. merged
  2. tuned;
  3. removed redundant test (see also 86fac52c2795, a9fea3f11cc0);
  4. just one Presentation.State for all sessions: avoid duplication of already presented theories (very slow) and cached theory export (not very slow);
  5. proper version;
  6. back to Z3 4.4.0pre for all platforms except arm64-linux: avoid failure e.g. in Padic_Ints (AFP/7a2522dce834);
  7. less ambitious parallelism: more direct read/write saves overall heap space and GC time;
  8. slightly faster XML output: avoid too much regrowing of StringBuilder;
  9. updated NEWS: arm64-linux support is almost complete;
  10. update z3-4.4.0pre-3 to z3-4.4.1, which happens to have an arm64_linux executable in Debian 9;
  11. more material for HOL-Analysis.Infinite_Sum
  12. more symbolic latex_output via XML;
  13. clarified signature;
  14. updated to polyml-5.9-610a153b941d -- close to final;
  15. tuned signature (again): latex_output is likely to depend on context;
  16. more symbolic latex output; discontinued Latex.output_text, which is in conflict with symbolic output;
  17. tuned signature;
  18. symbolic latex_output via XML, interpreted in Isabelle/Scala;
  19. tuned signature;
  20. clarified signature;
  21. clarified signature;
  22. clarified signature: more privacy;
  23. tuned output --- less redundancy;
  24. tuned whitespace;
  25. clarified signature: Latex.Output as parameter to Document_Build.Engine; tuned;
  26. proper detection of ARM platform variants;
Changeset 74801:189248f76ed8 by wenzelm:
merged
Changeset 74800:9bf6b5ed9af4 by wenzelm:
tuned;
The file was modified src/Pure/Tools/build.scala (diff)
Changeset 74799:3dfb8e47a6b7 by wenzelm:
removed redundant test (see also 86fac52c2795, a9fea3f11cc0);
The file was modified src/Pure/Tools/build.scala (diff)
Changeset 74798:507f50dbeb79 by wenzelm:
just one Presentation.State for all sessions: avoid duplication of already presented theories (very slow) and cached theory export (not very slow);
The file was modified src/Pure/Thy/presentation.scala (diff)
The file was modified src/Pure/Tools/build.scala (diff)
Changeset 74797:1c2863734db1 by wenzelm:
proper version;
The file was modified NEWS (diff)
Changeset 74796:796ae338eb9d by wenzelm:
back to Z3 4.4.0pre for all platforms except arm64-linux: avoid failure e.g. in Padic_Ints (AFP/7a2522dce834);
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
The file was modified NEWS (diff)
Changeset 74795:5eac4b13d1f1 by wenzelm:
less ambitious parallelism: more direct read/write saves overall heap space and GC time;
The file was modified src/Pure/Thy/presentation.scala (diff)
Changeset 74794:c606fddc5b05 by wenzelm:
slightly faster XML output: avoid too much regrowing of StringBuilder;
The file was modified src/Pure/Thy/html.scala (diff)
The file was modified src/Pure/library.scala (diff)
Changeset 74793:b6f6e3ca2bdc by wenzelm:
updated NEWS: arm64-linux support is almost complete;
The file was modified NEWS (diff)
Changeset 74792:87718883c8b9 by wenzelm:
update z3-4.4.0pre-3 to z3-4.4.1, which happens to have an arm64_linux executable in Debian 9;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
Changeset 74791:227915e07891 by Manuel Eberl _manuel@pruvisto.org_:
more material for HOL-Analysis.Infinite_Sum
The file was modified src/HOL/Analysis/Infinite_Set_Sum.thy (diff)
The file was modified src/HOL/Analysis/Infinite_Sum.thy (diff)
Changeset 74790:3ce6fb9db485 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/PIDE/resources.ML (diff)
The file was modified src/Pure/System/scala_compiler.ML (diff)
The file was modified src/Pure/Thy/document_antiquotations.ML (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)
The file was modified src/Pure/Tools/rail.ML (diff)
Changeset 74789:a5c23da73fca by wenzelm:
clarified signature;
The file was modified src/Pure/PIDE/resources.ML (diff)
The file was modified src/Pure/PIDE/xml.ML (diff)
The file was modified src/Pure/PIDE/xml.scala (diff)
The file was modified src/Pure/System/scala_compiler.ML (diff)
The file was modified src/Pure/Thy/document_antiquotations.ML (diff)
The file was modified src/Pure/Thy/document_output.ML (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
Changeset 74788:95e514137861 by wenzelm:
updated to polyml-5.9-610a153b941d -- close to final;
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 74787:f118008a8131 by wenzelm:
tuned signature (again): latex_output is likely to depend on context;
The file was modified src/Pure/Thy/document_build.scala (diff)
Changeset 74786:543f932f64b8 by wenzelm:
more symbolic latex output;<br>discontinued Latex.output_text, which is in conflict with symbolic output;
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/latex.ML (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
Changeset 74785:4671d29feb00 by wenzelm:
tuned signature;
The file was modified src/Pure/PIDE/xml.ML (diff)
The file was modified src/Pure/PIDE/xml.scala (diff)
Changeset 74784:d2522bb4db1b by wenzelm:
symbolic latex_output via XML, interpreted in Isabelle/Scala;
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/latex.ML (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
The file was modified src/Pure/Tools/rail.ML (diff)
Changeset 74783:47f565849e71 by wenzelm:
tuned signature;
The file was modified src/Pure/PIDE/markup.scala (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
Changeset 74782:0a87ea7eb76f by wenzelm:
clarified signature;
The file was modified src/Pure/Admin/build_log.scala (diff)
The file was modified src/Pure/PIDE/markup.scala (diff)
The file was modified src/Pure/PIDE/rendering.scala (diff)
The file was modified src/Pure/Thy/presentation.scala (diff)
The file was modified src/Pure/Tools/build.scala (diff)
The file was modified src/Tools/jEdit/src/jedit_rendering.scala (diff)
Changeset 74781:ffd640825505 by wenzelm:
clarified signature;
The file was modified src/Pure/Thy/latex.ML (diff)
The file was modified src/Pure/Tools/rail.ML (diff)
Changeset 74780:6504e9b09926 by wenzelm:
clarified signature: more privacy;
The file was modified src/Pure/Thy/latex.ML (diff)
Changeset 74779:5fca489a6ac1 by wenzelm:
tuned output --- less redundancy;
The file was modified src/Pure/Thy/latex.ML (diff)
Changeset 74778:a1a316442a9b by wenzelm:
tuned whitespace;
The file was modified src/Pure/Thy/document_output.ML (diff)
Changeset 74777:2fd0c33fe440 by wenzelm:
clarified signature: Latex.Output as parameter to Document_Build.Engine;<br>tuned;
The file was modified src/Pure/Thy/document_build.scala (diff)
The file was modified src/Pure/Thy/latex.scala (diff)
Changeset 74776:251bf0f2d5bb by wenzelm:
proper detection of ARM platform variants;
The file was modified src/Pure/Admin/build_status.scala (diff)
The file was modified src/Pure/ML/ml_system.ML (diff)