Skip to content
Success

Changes

Summary

  1. merged
  2. proper names for multiple installations;
  3. more phabricator setup;
  4. proper service name (again): it is specific to each installation;
  5. back to plain name, to have it accepted my mysql;
  6. prefer system user setup, e.g. avoid occurrence on login screen;
  7. more robust: install PHP daemon after Apache;
  8. clarified name prefixes: global config always uses "isabelle-phabricator";
  9. more phabricator setup;
  10. more phabricator setup;
  11. more phabricator setup;
  12. support for system services;
  13. more options;
  14. support for Linux user management;
  15. merged
  16. tuned
  17. moved duplicate lemmas up the hierarchy
  18. proof-of-concept theory for bit operations without a constructivistic representation and a minimal common logical foundation
  19. merged
  20. removed redundant lemma
  21. merged
  22. add lemmas
  23. refactor Approximation.thy to use more abstract type of intervals
  24. moved theory Interval_Approximation from the AFP
  25. moved theory Interval from the AFP
  26. replace approximation oracle by less ad-hoc @{computation}s
  27. tuned
  28. merged
  29. tuned
  30. Merge and get rid of closed_segmentI
  31. Moved or deleted some out of place material, also eliminating obsolete naming conventions
  32. Line_Segment is independent of Convex_Euclidean_Space
  33. the division between Starlike and Convex_Euclidean_Space is artificial, therefore include Starlike
  34. betweenness is a property on line segments
  35. reduce dependencies of Ordered_Euclidean_Space; move more general material from Cartesian_Euclidean_Space
Changeset 71059:9b531e611d66 by wenzelm:
merged
Changeset 71058:6ca9e8377613 by wenzelm:
proper names for multiple installations;
The file was modified src/Pure/Tools/phabricator.scala (diff)
Changeset 71057:2965304143d8 by wenzelm:
more phabricator setup;
The file was modified src/Pure/Tools/phabricator.scala (diff)
Changeset 71056:ee3c43eb79ae by wenzelm:
proper service name (again): it is specific to each installation;
The file was modified src/Pure/Tools/phabricator.scala (diff)
Changeset 71055:27a998cdc0f4 by wenzelm:
back to plain name, to have it accepted my mysql;
The file was modified src/Pure/Tools/phabricator.scala (diff)
Changeset 71054:b64fc38327ae by wenzelm:
prefer system user setup, e.g. avoid occurrence on login screen;
The file was modified src/Pure/System/linux.scala (diff)
The file was modified src/Pure/Tools/phabricator.scala (diff)
Changeset 71053:ba14aa0b5a5d by wenzelm:
more robust: install PHP daemon after Apache;
The file was modified src/Pure/Tools/phabricator.scala (diff)
Changeset 71052:6bf53035baf0 by wenzelm:
clarified name prefixes: global config always uses "isabelle-phabricator";
The file was modified src/Pure/Tools/phabricator.scala (diff)
Changeset 71051:4eeff87c5072 by wenzelm:
more phabricator setup;
The file was modified src/Pure/System/linux.scala (diff)
The file was modified src/Pure/Tools/phabricator.scala (diff)
Changeset 71050:8198ceef0301 by wenzelm:
more phabricator setup;
The file was modified src/Pure/Tools/phabricator.scala (diff)
Changeset 71049:f4b9dd5ab0cc by wenzelm:
more phabricator setup;
The file was modified Admin/Phabricator/README (diff)
The file was modified Admin/Phabricator/phd/phd-phabricator.service (diff)
The file was modified Admin/Phabricator/ssh/sudoers.d/phabricator (diff)
The file was modified etc/options (diff)
The file was modified src/Pure/Tools/phabricator.scala (diff)
Changeset 71048:5f02ecbb19d6 by wenzelm:
support for system services;
The file was modified src/Pure/System/linux.scala (diff)
Changeset 71047:87c132cf5860 by wenzelm:
more options;
The file was modified src/Pure/Tools/phabricator.scala (diff)
Changeset 71046:b8aeeedf7e68 by wenzelm:
support for Linux user management;
The file was modified src/Pure/System/linux.scala (diff)
Changeset 71045:9858f391ed2d by nipkow:
merged
Changeset 71044:cb504351d058 by nipkow:
tuned
The file was modified src/HOL/Analysis/Cartesian_Space.thy (diff)
The file was modified src/HOL/Analysis/Convex.thy (diff)
The file was modified src/HOL/Analysis/Determinants.thy (diff)
The file was modified src/HOL/Analysis/Finite_Cartesian_Product.thy (diff)
The file was modified src/HOL/Analysis/Linear_Algebra.thy (diff)
Changeset 71043:2fab72ab919a by nipkow:
moved duplicate lemmas up the hierarchy
The file was modified src/HOL/Analysis/Elementary_Topology.thy (diff)
The file was modified src/HOL/Analysis/Linear_Algebra.thy (diff)
The file was modified src/HOL/Real.thy (diff)
Changeset 71042:400e9512f1d3 by haftmann:
proof-of-concept theory for bit operations without a constructivistic representation and a minimal common logical foundation
The file was addedsrc/HOL/ex/Bit_Operations.thy
The file was addedsrc/HOL/ex/Word.thy
The file was modified src/HOL/Library/Boolean_Algebra.thy (diff)
The file was modified src/HOL/ROOT (diff)
The file was modified src/HOL/ex/Bit_Lists.thy (diff)
The file was removedsrc/HOL/ex/Word_Type.thy
Changeset 71041:fdb6c5034c24 by nipkow:
merged
Changeset 71040:9d2753406c60 by nipkow:
removed redundant lemma
The file was modified src/HOL/Analysis/Convex.thy (diff)
The file was modified src/HOL/Analysis/Linear_Algebra.thy (diff)
Changeset 71039:ddd4aefc540f by immler:
merged
Changeset 71038:bd3d4702b4f2 by immler:
add lemmas
The file was modified src/HOL/Library/Interval.thy (diff)
The file was modified src/HOL/Library/Interval_Float.thy (diff)
Changeset 71037:f630f2e707a6 by immler:
refactor Approximation.thy to use more abstract type of intervals
The file was modified src/HOL/Decision_Procs/Approximation.thy (diff)
The file was modified src/HOL/Decision_Procs/Approximation_Bounds.thy (diff)
The file was modified src/HOL/Decision_Procs/approximation.ML (diff)
The file was modified src/HOL/Decision_Procs/approximation_generator.ML (diff)
The file was modified src/HOL/Library/Interval.thy (diff)
The file was modified src/HOL/Library/Interval_Float.thy (diff)
Changeset 71036:dfcc1882d05a by immler:
moved theory Interval_Approximation from the AFP
The file was addedsrc/HOL/Library/Interval_Float.thy
The file was modified src/HOL/Decision_Procs/Approximation_Bounds.thy (diff)
The file was modified src/HOL/Library/Float.thy (diff)
The file was modified src/HOL/Library/Library.thy (diff)
Changeset 71035:6fe5a0e1fa8e by immler:
moved theory Interval from the AFP
The file was addedsrc/HOL/Library/Interval.thy
The file was modified src/HOL/Library/Library.thy (diff)
Changeset 71034:e0755162093f by immler:
replace approximation oracle by less ad-hoc @{computation}s
The file was modified src/HOL/Decision_Procs/Approximation.thy (diff)
The file was modified src/HOL/Decision_Procs/approximation.ML (diff)
The file was modified src/HOL/Decision_Procs/approximation_generator.ML (diff)
Changeset 71033:c1b63124245c by nipkow:
tuned
The file was modified src/HOL/Analysis/Topology_Euclidean_Space.thy (diff)
Changeset 71032:acedd04c1a42 by nipkow:
merged
Changeset 71031:66c025383422 by nipkow:
tuned
The file was modified src/HOL/Analysis/Cauchy_Integral_Theorem.thy (diff)
The file was modified src/HOL/Analysis/Lindelof_Spaces.thy (diff)
The file was modified src/HOL/Analysis/Retracts.thy (diff)
The file was modified src/HOL/Analysis/Winding_Numbers.thy (diff)
Changeset 71030:b6e69c71a9f6 by paulson _lp15@cam.ac.uk_:
Merge and get rid of closed_segmentI
Changeset 71029:934e0044e94b by paulson _lp15@cam.ac.uk_:
Moved or deleted some out of place material, also eliminating obsolete naming conventions
The file was modified src/HOL/Analysis/Cauchy_Integral_Theorem.thy (diff)
The file was modified src/HOL/Analysis/Complex_Analysis_Basics.thy (diff)
The file was modified src/HOL/Analysis/Complex_Transcendental.thy (diff)
The file was modified src/HOL/Analysis/Convex_Euclidean_Space.thy (diff)
The file was modified src/HOL/Analysis/Great_Picard.thy (diff)
The file was modified src/HOL/Analysis/Riemann_Mapping.thy (diff)
The file was modified src/HOL/Analysis/Topology_Euclidean_Space.thy (diff)
The file was modified src/HOL/Analysis/Winding_Numbers.thy (diff)
The file was modified src/HOL/Deriv.thy (diff)
Changeset 71028:c2465b429e6e by immler:
Line_Segment is independent of Convex_Euclidean_Space
The file was addedsrc/HOL/Analysis/Line_Segment.thy
The file was modified src/HOL/Analysis/Arcwise_Connected.thy (diff)
The file was modified src/HOL/Analysis/Convex_Euclidean_Space.thy (diff)
The file was modified src/HOL/Analysis/Derivative.thy (diff)
The file was modified src/HOL/Analysis/Elementary_Metric_Spaces.thy (diff)
The file was modified src/HOL/Analysis/Starlike.thy (diff)
The file was modified src/HOL/Analysis/Topology_Euclidean_Space.thy (diff)
Changeset 71027:b212ee44f87c by immler:
the division between Starlike and Convex_Euclidean_Space is artificial, therefore include Starlike
The file was modified src/HOL/Analysis/Multivariate_Analysis.thy (diff)
Changeset 71026:12cbcd00b651 by immler:
betweenness is a property on line segments
The file was modified src/HOL/Analysis/Convex_Euclidean_Space.thy (diff)
The file was modified src/HOL/Analysis/Starlike.thy (diff)
Changeset 71025:be8cec1abcbb by immler:
reduce dependencies of Ordered_Euclidean_Space; move more general material from Cartesian_Euclidean_Space
The file was modified src/HOL/Analysis/Arcwise_Connected.thy (diff)
The file was modified src/HOL/Analysis/Borel_Space.thy (diff)
The file was modified src/HOL/Analysis/Cartesian_Euclidean_Space.thy (diff)
The file was modified src/HOL/Analysis/Equivalence_Lebesgue_Henstock_Integration.thy (diff)
The file was modified src/HOL/Analysis/Ordered_Euclidean_Space.thy (diff)
The file was modified src/HOL/Analysis/Path_Connected.thy (diff)
The file was modified src/HOL/Analysis/Topology_Euclidean_Space.thy (diff)