Skip to content
Failed

Changes

Summary

  1. replace manual def. of timing function
  2. merged
  3. Simplification of sin, cos, exp of multiples of pi
  4. minor performance tuning: more compact data;
  5. removed unused/inefficient size_of_proof (see also 2241191a3c54);
  6. tuned;
  7. more robust: avoid crash of sleep() for negative time;
  8. clarified signature;
  9. clarified signature: more explicit types;
  10. support "rsync --chmod --chown" via Rsync.Context;
  11. tuned;
  12. bash: proper bash_process via SSH; getenv: prefer light-weight ssh.execute;
  13. clarified signature: support explicit cwd;
  14. support bash via SSH;
  15. clarified comments;
  16. proper support for remote cwd;
  17. clarified context for (remote) bash scripts: export variables are optional, support cwd;
  18. more operations for SSH.System: bash_process and bash;
  19. unused;
  20. clarified signature: prefer symbolic isabelle.Path over physical java.io.File;
  21. minor performance tuning;
  22. merged
  23. minor performance tuning: save approx. 70ms per SSH command;
  24. minor performance tuning: save approx. 70ms per SSH command;
  25. minor performance tuning: save approx. 70ms per SSH test command;
  26. suport Isabelle_System.bash via SSH.System;
  27. more operations;
  28. tuned;
  29. clarified signature;
  30. clarified signature;
  31. obsolete: macOS 10.x is no longer supported (see also 059743bc8311);
  32. tuned tmp name;
  33. tuned;
  34. tuned;
  35. tuned comments;
  36. merged
  37. clarify routes: absolute in api and relative for frontend;
  38. add auto-reload for more interactive web apps;
  39. clarified web app endpoints;
  40. proper html script tag: source code must not be escaped;
  41. add explicit Content-Length header to http response (otherwise it is missing in HEAD responses);
  42. add HEAD to http server: should send same header fields as if request was GET;
Changeset 80976:a424accf705d by nipkow:
replace manual def. of timing function
The file was modified src/HOL/Data_Structures/Sorting.thy (diff)
Changeset 80975:5cb9fd414e92 by paulson:
merged
Changeset 80974:92a66f1df06e by paulson _lp15@cam.ac.uk_:
Simplification of sin, cos, exp of multiples of pi
The file was modified src/HOL/Analysis/Complex_Transcendental.thy (diff)
The file was modified src/HOL/Transcendental.thy (diff)
Changeset 80973:534c5e4f07c0 by wenzelm:
minor performance tuning: more compact data;
The file was modified src/Pure/General/table.ML (diff)
Changeset 80972:07ddd501120a by wenzelm:
removed unused/inefficient size_of_proof (see also 2241191a3c54);
The file was modified src/Pure/proofterm.ML (diff)
Changeset 80971:d562aabcc868 by wenzelm:
tuned;
The file was modified src/Pure/Build/resources.scala (diff)
Changeset 80970:305d2f4a395f by wenzelm:
more robust: avoid crash of sleep() for negative time;
The file was modified src/Pure/System/bash.scala (diff)
Changeset 80969:c6670f9575de by wenzelm:
clarified signature;
The file was modified src/Pure/System/progress.scala (diff)
The file was modified src/Pure/Thy/document_build.scala (diff)
Changeset 80968:06036a16779f by wenzelm:
clarified signature: more explicit types;
The file was modified src/Pure/General/ssh.scala (diff)
The file was modified src/Pure/System/bash.scala (diff)
The file was modified src/Pure/System/isabelle_system.scala (diff)
The file was modified src/Pure/System/progress.scala (diff)
Changeset 80967:cce5670be9f9 by wenzelm:
support "rsync --chmod --chown" via Rsync.Context;
The file was modified src/Pure/General/rsync.scala (diff)
Changeset 80966:4ac6324a651b by wenzelm:
tuned;
The file was modified src/Pure/General/rsync.scala (diff)
Changeset 80965:99ae8c664667 by wenzelm:
bash: proper bash_process via SSH;<br>getenv: prefer light-weight ssh.execute;
The file was modified src/Pure/System/other_isabelle.scala (diff)
Changeset 80964:a2cf0318db4a by wenzelm:
clarified signature: support explicit cwd;
The file was modified src/Pure/System/other_isabelle.scala (diff)
Changeset 80963:cb4b21b7b473 by wenzelm:
support bash via SSH;
The file was modified src/Pure/System/progress.scala (diff)
Changeset 80962:5e32da8238e1 by wenzelm:
clarified comments;
The file was modified src/Pure/General/ssh.scala (diff)
The file was modified src/Pure/System/bash.scala (diff)
The file was modified src/Pure/System/isabelle_system.scala (diff)
Changeset 80961:df84e8ff4839 by wenzelm:
proper support for remote cwd;
The file was modified src/Pure/System/bash.scala (diff)
Changeset 80960:af6b60c75d7d by wenzelm:
clarified context for (remote) bash scripts: export variables are optional, support cwd;
The file was modified src/Pure/General/ssh.scala (diff)
The file was modified src/Pure/System/bash.scala (diff)
The file was modified src/Pure/System/isabelle_system.scala (diff)
The file was modified src/Pure/System/other_isabelle.scala (diff)
Changeset 80959:17a10bea79a1 by wenzelm:
more operations for SSH.System: bash_process and bash;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 80958:d9ff4296e3b7 by wenzelm:
unused;
The file was modified src/Pure/General/bibtex.scala (diff)
The file was modified src/Pure/General/ssh.scala (diff)
The file was modified src/Pure/ML/ml_process.scala (diff)
The file was modified src/Pure/System/components.scala (diff)
The file was modified src/Pure/System/cygwin.scala (diff)
The file was modified src/Pure/System/isabelle_process.scala (diff)
The file was modified src/Pure/System/progress.scala (diff)
The file was modified src/Pure/Tools/fontforge.scala (diff)
The file was modified src/Tools/jEdit/src/completion_popup.scala (diff)
The file was modified src/Tools/jEdit/src/jedit_editor.scala (diff)
Changeset 80957:db92e0b6a11a by wenzelm:
clarified signature: prefer symbolic isabelle.Path over physical java.io.File;
The file was modified src/Pure/Admin/build_release.scala (diff)
The file was modified src/Pure/Admin/component_bash_process.scala (diff)
The file was modified src/Pure/Admin/component_csdp.scala (diff)
The file was modified src/Pure/Admin/component_cygwin.scala (diff)
The file was modified src/Pure/Admin/component_e.scala (diff)
The file was modified src/Pure/Admin/component_foiltex.scala (diff)
The file was modified src/Pure/Admin/component_jedit.scala (diff)
The file was modified src/Pure/Admin/component_minisat.scala (diff)
The file was modified src/Pure/Admin/component_polyml.scala (diff)
The file was modified src/Pure/Admin/component_prismjs.scala (diff)
The file was modified src/Pure/Admin/component_rsync.scala (diff)
The file was modified src/Pure/Admin/component_spass.scala (diff)
The file was modified src/Pure/Admin/component_vampire.scala (diff)
The file was modified src/Pure/Admin/component_verit.scala (diff)
The file was modified src/Pure/Admin/component_windows_app.scala (diff)
The file was modified src/Pure/Admin/component_zipperposition.scala (diff)
The file was modified src/Pure/Build/build_job.scala (diff)
The file was modified src/Pure/General/bibtex.scala (diff)
The file was modified src/Pure/General/ssh.scala (diff)
The file was modified src/Pure/ML/ml_process.scala (diff)
The file was modified src/Pure/ML/ml_statistics.scala (diff)
The file was modified src/Pure/System/bash.scala (diff)
The file was modified src/Pure/System/executable.scala (diff)
The file was modified src/Pure/System/isabelle_process.scala (diff)
The file was modified src/Pure/System/isabelle_system.scala (diff)
The file was modified src/Pure/System/progress.scala (diff)
The file was modified src/Pure/Thy/document_build.scala (diff)
The file was modified src/Pure/Tools/dotnet_setup.scala (diff)
The file was modified src/Pure/Tools/fontforge.scala (diff)
The file was modified src/Pure/Tools/phabricator.scala (diff)
The file was modified src/Tools/VSCode/src/component_vscode_extension.scala (diff)
The file was modified src/Tools/VSCode/src/component_vscodium.scala (diff)
Changeset 80956:d389577a6fba by wenzelm:
minor performance tuning;
The file was modified src/Pure/System/other_isabelle.scala (diff)
Changeset 80955:18a36de467bc by wenzelm:
merged
Changeset 80954:0d89f0a39854 by wenzelm:
minor performance tuning: save approx. 70ms per SSH command;
The file was modified src/Pure/General/ssh.scala (diff)
The file was modified src/Pure/System/bash.scala (diff)
Changeset 80953:928e02d0cab7 by wenzelm:
minor performance tuning: save approx. 70ms per SSH command;
The file was modified src/Pure/General/ssh.scala (diff)
The file was modified src/Pure/System/bash.scala (diff)
Changeset 80952:840ca997deac by wenzelm:
minor performance tuning: save approx. 70ms per SSH test command;
The file was modified src/Pure/System/components.scala (diff)
Changeset 80951:875968a3b2f9 by wenzelm:
suport Isabelle_System.bash via SSH.System;
The file was modified src/Pure/Admin/component_bash_process.scala (diff)
The file was modified src/Pure/General/ssh.scala (diff)
The file was modified src/Pure/System/bash.scala (diff)
The file was modified src/Pure/System/isabelle_system.scala (diff)
Changeset 80950:e0606fb415d2 by wenzelm:
more operations;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 80949:3a8898007038 by wenzelm:
tuned;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 80948:c6d18c836509 by wenzelm:
clarified signature;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 80947:d78446e2b613 by wenzelm:
clarified signature;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 80946:d13b8ee54885 by wenzelm:
obsolete: macOS 10.x is no longer supported (see also 059743bc8311);
The file was modified lib/scripts/download_file (diff)
Changeset 80945:67b5e8b88728 by wenzelm:
tuned tmp name;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 80944:2ec1b11f1f93 by wenzelm:
tuned;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 80943:f0ead4febf7f by wenzelm:
tuned;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 80942:f2fa6753c3e2 by wenzelm:
tuned comments;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 80941:0604d3051eee by nipkow:
merged
Changeset 80940:3cf3ad092e3e by fabian huch _huch@in.tum.de_:
clarify routes: absolute in api and relative for frontend;
The file was modified src/Pure/System/web_app.scala (diff)
Changeset 80939:fc2d791d28bd by fabian huch _huch@in.tum.de_:
add auto-reload for more interactive web apps;
The file was modified src/Pure/System/web_app.scala (diff)
Changeset 80938:81f2fbf3975d by fabian huch _huch@in.tum.de_:
clarified web app endpoints;
The file was modified src/Pure/System/web_app.scala (diff)
Changeset 80937:ca9a402735b4 by fabian huch _huch@in.tum.de_:
proper html script tag: source code must not be escaped;
The file was modified src/Pure/General/html.scala (diff)
Changeset 80936:03c058592c58 by fabian huch _huch@in.tum.de_:
add explicit Content-Length header to http response (otherwise it is missing in HEAD responses);
The file was modified src/Pure/General/http.scala (diff)
Changeset 80935:6ac48d53d371 by fabian huch _huch@in.tum.de_:
add HEAD to http server: should send same header fields as if request was GET;
The file was modified src/Pure/General/http.scala (diff)