poxy 0.18.0__tar.gz → 0.19.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. poxy-0.19.1/CHANGELOG.md +364 -0
  2. {poxy-0.18.0/src/poxy.egg-info → poxy-0.19.1}/PKG-INFO +180 -168
  3. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/poxy.css +2 -1
  4. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/main.py +9 -2
  5. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/CONTRIBUTING.rst +1 -1
  6. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/CREDITS.rst +2 -0
  7. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/css/m-components.css +1 -1
  8. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/css/m-debug.css +1 -1
  9. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/css/m-documentation.css +1 -1
  10. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/css/m-grid.css +1 -1
  11. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/css/m-layout.css +1 -1
  12. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/__init__.py +1 -1
  13. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/_search.py +1 -1
  14. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/doxygen.py +202 -25
  15. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/python.py +66 -22
  16. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/search.js +1 -1
  17. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/ansilexer.py +1 -1
  18. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/dot2svg.py +1 -1
  19. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/latex2svgextra.py +1 -1
  20. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/__init__.py +1 -1
  21. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/abbr.py +1 -1
  22. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/alias.py +1 -1
  23. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/code.py +4 -5
  24. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/components.py +1 -1
  25. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/dot.py +1 -1
  26. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/dox.py +1 -1
  27. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/filesize.py +1 -1
  28. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/gh.py +1 -1
  29. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/gl.py +1 -1
  30. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/htmlsanity.py +14 -6
  31. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/images.py +1 -1
  32. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/link.py +1 -1
  33. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/math.py +1 -1
  34. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/metadata.py +1 -1
  35. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/plots.py +1 -1
  36. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/qr.py +1 -1
  37. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/sphinx.py +1 -1
  38. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/m/vk.py +1 -1
  39. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/project.py +25 -5
  40. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/run.py +103 -17
  41. poxy-0.19.1/src/poxy/version.txt +1 -0
  42. {poxy-0.18.0 → poxy-0.19.1/src/poxy.egg-info}/PKG-INFO +180 -168
  43. poxy-0.18.0/CHANGELOG.md +0 -352
  44. poxy-0.18.0/src/poxy/version.txt +0 -1
  45. {poxy-0.18.0 → poxy-0.19.1}/LICENSE.txt +0 -0
  46. {poxy-0.18.0 → poxy-0.19.1}/README.md +0 -0
  47. {poxy-0.18.0 → poxy-0.19.1}/pyproject.toml +0 -0
  48. {poxy-0.18.0 → poxy-0.19.1}/setup.cfg +0 -0
  49. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/__init__.py +0 -0
  50. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/cppreference-doxygen-web.tag.xml +0 -0
  51. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/css/m-special.css +0 -0
  52. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/css/m-theme-dark.css +0 -0
  53. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/css/m-theme-light.css +0 -0
  54. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/css/poxy-overrides.css +0 -0
  55. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/css/poxy-pygments.css +0 -0
  56. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/css/poxy-theme-dark.css +0 -0
  57. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/css/poxy-theme-light.css +0 -0
  58. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/css/poxy.css +0 -0
  59. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/css.py +0 -0
  60. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/doxygen.py +0 -0
  61. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/emoji.py +0 -0
  62. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/fixers.py +0 -0
  63. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/6aa12ac32e258617e37a0030dc54f789b894368b.css +0 -0
  64. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/emoji.json +0 -0
  65. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2 +0 -0
  66. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2 +0 -0
  67. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2 +0 -0
  68. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2 +0 -0
  69. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2 +0 -0
  70. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2 +0 -0
  71. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2 +0 -0
  72. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2 +0 -0
  73. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2 +0 -0
  74. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2 +0 -0
  75. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2 +0 -0
  76. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2 +0 -0
  77. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 +0 -0
  78. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2 +0 -0
  79. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdg18Smxg.woff2 +0 -0
  80. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdh18Smxg.woff2 +0 -0
  81. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18Smxg.woff2 +0 -0
  82. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdj18Smxg.woff2 +0 -0
  83. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdo18Smxg.woff2 +0 -0
  84. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18Q.woff2 +0 -0
  85. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdv18Smxg.woff2 +0 -0
  86. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2 +0 -0
  87. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2 +0 -0
  88. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2 +0 -0
  89. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2 +0 -0
  90. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2 +0 -0
  91. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2 +0 -0
  92. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2 +0 -0
  93. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2 +0 -0
  94. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMOvWjMY.woff2 +0 -0
  95. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMevWjMY.woff2 +0 -0
  96. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMuvWjMY.woff2 +0 -0
  97. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlOevWjMY.woff2 +0 -0
  98. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2 +0 -0
  99. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPuvWjMY.woff2 +0 -0
  100. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bQ10YVJg.woff2 +0 -0
  101. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bQF0YVJg.woff2 +0 -0
  102. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bQV0YVJg.woff2 +0 -0
  103. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bQl0YVJg.woff2 +0 -0
  104. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bSl0YVJg.woff2 +0 -0
  105. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bTV0YVJg.woff2 +0 -0
  106. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bTl0Y.woff2 +0 -0
  107. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/graph.py +0 -0
  108. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-c++03.svg +0 -0
  109. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-c++11.svg +0 -0
  110. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-c++14.svg +0 -0
  111. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-c++17.svg +0 -0
  112. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-c++20.svg +0 -0
  113. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-c++23.svg +0 -0
  114. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-c++26.svg +0 -0
  115. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-c++29.svg +0 -0
  116. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-c++98.svg +0 -0
  117. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-license-apache_2.svg +0 -0
  118. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-license-bsd_2_clause.svg +0 -0
  119. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-license-bsd_3_clause.svg +0 -0
  120. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-license-gpl.svg +0 -0
  121. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-license-gpl_2.svg +0 -0
  122. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-license-gpl_3.svg +0 -0
  123. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-license-lgpl.svg +0 -0
  124. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-license-lgpl_2.svg +0 -0
  125. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-license-lgpl_2_1.svg +0 -0
  126. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-license-lgpl_3.svg +0 -0
  127. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-badge-license-mit.svg +0 -0
  128. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-icon-email.svg +0 -0
  129. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-icon-github.svg +0 -0
  130. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-icon-gitlab.svg +0 -0
  131. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-icon-sponsor.svg +0 -0
  132. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-icon-theme.svg +0 -0
  133. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/img/poxy-icon-twitter.svg +0 -0
  134. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/js/jquery-3.6.0.slim.min.js +0 -0
  135. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/js/poxy.js +0 -0
  136. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/README.rst +0 -0
  137. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/css/pygments-console.css +0 -0
  138. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/css/pygments-dark.css +0 -0
  139. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/favicon-dark.png +0 -0
  140. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/favicon-light.png +0 -0
  141. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/annotated.html +0 -0
  142. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/base-class-reference.html +0 -0
  143. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/base-index.html +0 -0
  144. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/base-reference.html +0 -0
  145. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/base.html +0 -0
  146. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/class.html +0 -0
  147. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/concept.html +0 -0
  148. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/concepts.html +0 -0
  149. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/details-define.html +0 -0
  150. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/details-enum.html +0 -0
  151. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/details-func.html +0 -0
  152. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/details-typedef.html +0 -0
  153. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/details-var.html +0 -0
  154. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/dir.html +0 -0
  155. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/entry-class.html +0 -0
  156. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/entry-concept.html +0 -0
  157. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/entry-define.html +0 -0
  158. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/entry-dir.html +0 -0
  159. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/entry-enum.html +0 -0
  160. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/entry-file.html +0 -0
  161. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/entry-func.html +0 -0
  162. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/entry-module.html +0 -0
  163. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/entry-namespace.html +0 -0
  164. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/entry-typedef.html +0 -0
  165. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/entry-var.html +0 -0
  166. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/example.html +0 -0
  167. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/file.html +0 -0
  168. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/files.html +0 -0
  169. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/group.html +0 -0
  170. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/modules.html +0 -0
  171. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/namespace.html +0 -0
  172. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/namespaces.html +0 -0
  173. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/opensearch.xml +0 -0
  174. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/page.html +0 -0
  175. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/pages.html +0 -0
  176. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/struct.html +0 -0
  177. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/documentation/templates/doxygen/union.html +0 -0
  178. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss/plugins/latex2svg.py +0 -0
  179. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/mcss.py +0 -0
  180. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/paths.py +0 -0
  181. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/repos.py +0 -0
  182. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/schemas.py +0 -0
  183. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/soup.py +0 -0
  184. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/svg.py +0 -0
  185. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/utils.py +0 -0
  186. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/version.py +0 -0
  187. {poxy-0.18.0 → poxy-0.19.1}/src/poxy/xml_utils.py +0 -0
  188. {poxy-0.18.0 → poxy-0.19.1}/src/poxy.egg-info/SOURCES.txt +0 -0
  189. {poxy-0.18.0 → poxy-0.19.1}/src/poxy.egg-info/dependency_links.txt +0 -0
  190. {poxy-0.18.0 → poxy-0.19.1}/src/poxy.egg-info/entry_points.txt +0 -0
  191. {poxy-0.18.0 → poxy-0.19.1}/src/poxy.egg-info/requires.txt +0 -0
  192. {poxy-0.18.0 → poxy-0.19.1}/src/poxy.egg-info/top_level.txt +0 -0
  193. {poxy-0.18.0 → poxy-0.19.1}/src/poxy.egg-info/zip-safe +0 -0
@@ -0,0 +1,364 @@
1
+ # Changelog
2
+
3
+ ## v0.19.1 - 2024-10-30
4
+
5
+ - fixed `ModuleNotFoundError` error in Python 3.12
6
+
7
+ ## v0.19.0 - 2024-09-15
8
+
9
+ - fixed crash when using simple type specifiers in friend declarations (#37) (@benjaminulmer)
10
+ - added workaround for [this issue](https://github.com/mosra/m.css/issues/239) introduced in Doxygen 1.9.7
11
+ - added auto-linking for various cppreference.com pages
12
+ - made `--bug-report` keep a copy of the original (pre-pre-processed?) XML
13
+ - updated m.css
14
+
15
+ ## v0.18.0 - 2024-08-03
16
+
17
+ - added config option `excluded_symbols` (a.k.a. Doxygen's `EXCLUDE_SYMBOLS`) (#36) (@Guekka)
18
+
19
+ ## v0.17.2 - 2024-06-16
20
+
21
+ - fixed qualified return types appearing squashed together without whitespace in some circumstances
22
+ - fixed performance regression in post-process step
23
+ - updated m.css
24
+ - minor style fixes
25
+
26
+ ## v0.17.1 - 2024-06-14
27
+
28
+ - fixed `'tuple' object has no attribute 'week'` error on Python <= 3.8
29
+
30
+ ## v0.17.0 - 2024-04-21
31
+
32
+ - added arguments `--min-version` and `--squash-patches` for more control over `--git-tags` mode
33
+
34
+ ## v0.16.0 - 2024-01-28
35
+
36
+ - added multi-version mode argument `--git-tags`
37
+ - added colour to output
38
+
39
+ ## v0.15.0 - 2023-12-08
40
+
41
+ - added config option `main_page` (a.k.a. `USE_MDFILE_AS_MAINPAGE`)
42
+ - fixed searching for `CHANGELOG` too far up the directory heirarchy (now stops when a `.git` folder is encountered)
43
+
44
+ ## v0.14.0 - 2023-11-25
45
+
46
+ - added the use of `*` wildcards in `implementation_headers`
47
+
48
+ ## v0.13.9 - 2023-09-10
49
+
50
+ - fixed crash on Doxygen <= 1.8.17 (#33) (@tim-janik)
51
+
52
+ ## v0.13.8 - 2023-09-09
53
+
54
+ - fixed regression for Python <= 3.8 (#32) (@tim-janik)
55
+
56
+ ## v0.13.7 - 2023-08-17
57
+
58
+ - fixed minor syntax highlighting issues
59
+
60
+ ## v0.13.6 - 2023-08-10
61
+
62
+ - update m.css to fix libgs.so lookup (#31) (@wroyca, @mosra)
63
+
64
+ ## v0.13.5 - 2023-08-09
65
+
66
+ - fixed `--bug-report` regression (#29) (@wroyca)
67
+
68
+ ## v0.13.4 - 2023-08-06
69
+
70
+ - fixed excessive `template<>` noise in details views
71
+
72
+ ## v0.13.3 - 2023-08-01
73
+
74
+ - fixed floating TOCs sometimes clipping off the bottom of the screen when the viewport was vertically narrow
75
+
76
+ ## v0.13.2 - 2023-07-31
77
+
78
+ - fixed doxygen's `@ref` links to `#id` anchors on the same page being treated as external links
79
+ - added auto-linking for C++ [named requirements](https://en.cppreference.com/w/cpp/named_req)
80
+ - minor style fixes
81
+
82
+ ## v0.13.1 - 2023-07-29
83
+
84
+ - fixed crash regression with Doxygen 1.9.7
85
+ - fixed issues with \[tag\] substitution
86
+ - minor style fixes
87
+
88
+ ## v0.13.0 - 2023-07-28
89
+
90
+ - migrated to `pyproject.toml`
91
+ - fixed footer being off-center (#24) (@wroyca)
92
+ - fixed redundant `auto` in trailing return types (#26) (@wroyca)
93
+ - added config option `sponsor`
94
+ - added config option `twitter`
95
+
96
+ ## v0.12.7 - 2023-07-27
97
+
98
+ - allowed the use of square-bracket \[tags\] in more places
99
+
100
+ ## v0.12.6 - 2023-07-25
101
+
102
+ - fixed overlong `template<>` lines in summary views
103
+ - fixed function parameter names greedily wrapping in details tables
104
+
105
+ ## v0.12.5 - 2023-07-20
106
+
107
+ - fixed overlong `template<>` lines in page headers (they now wrap)
108
+
109
+ ## v0.12.4 - 2023-03-23
110
+
111
+ - fixed changelog not auto-linking with some versions of Doxygen
112
+
113
+ ## v0.12.3 - 2023-02-09
114
+
115
+ - fixed backwards-incompatible use of a newer `argparse` feature on Python &lt;= 3.8 (#20) (@fwerner)
116
+
117
+ ## v0.12.2 - 2023-02-08
118
+
119
+ - switched default TOML lib to `tomli`
120
+
121
+ ## v0.12.1 - 2022-11-22
122
+
123
+ - fixed `github` and `gitlab` config options not accepting periods (`.`)
124
+
125
+ ## v0.12.0 - 2022-11-13
126
+
127
+ - fixed `AttributeError` during XML post-processing (#17) (@wroyca)
128
+ - added command-line option `--bug-report`
129
+ - improved diagnostic text in some areas
130
+
131
+ ## v0.11.1 - 2022-10-23
132
+
133
+ - fixed crash when using `<a>` tags in navbar
134
+
135
+ ## v0.11.0 - 2022-10-21
136
+
137
+ - added syntax highlighting for functions
138
+ - improved syntax highlighting of typenames
139
+
140
+ ## v0.10.2 - 2022-10-16
141
+
142
+ - fixed crash when tagfile is disabled
143
+ - fixed a few syntax highlighting edge-cases
144
+ - fixed non-determinism in XML output formatting
145
+ - improved performance of syntax highlighting post-process
146
+ - minor style fixes
147
+
148
+ ## v0.10.1 - 2022-10-15
149
+
150
+ - minor style fixes
151
+
152
+ ## v0.10.0 - 2022-10-14
153
+
154
+ - fixed `static` keyword sometimes appearing twice on variables
155
+ - fixed `constexpr` keyword sometimes leaking into variable type
156
+ - fixed newer versions of pygments adding unnecessary markup to whitespace
157
+ - fixed malformed trailing return types in some circumstances
158
+ - fixed changelog page sometimes not having a table-of-contents
159
+ - added support for C++20's `constinit`
160
+ - added fallback to `tomllib` or `tomli` if `pytomlpp` is not available
161
+ - added command-line options `--html`, `--no-html`
162
+ - added command-line options `--xml`, `--no-xml`
163
+ - added command-line option `--no-werror`
164
+ - added `CHANGES` to the set of candidate changelog filenames
165
+ - deprecated command-line option `--xmlonly`
166
+ - removed command-line option `--doxygen`
167
+
168
+ ## v0.9.1 - 2022-10-04
169
+
170
+ - fixed SVG inlining not preserving original image class attributes
171
+ - fixed `ValueError` when reading some SVG files
172
+ - fixed `navbar` option allowing duplicates
173
+ - fixed custom navbar items always being transformed to lowercase
174
+ - fixed navbar generating links to empty pages
175
+ - added `concepts` to the default set of links in `navbar`
176
+ - added `navbar` values `all` and `default`
177
+ - reduced I/O churn during HTML post-processing
178
+ - removed command-line option `--dry`
179
+
180
+ ## v0.9.0 - 2022-10-03
181
+
182
+ - added support for C++20 concepts
183
+
184
+ ## v0.8.2 - 2022-10-01
185
+
186
+ - added post-process to inline all local SVGs
187
+ - minor style fixes
188
+
189
+ ## v0.8.1 - 2022-09-30
190
+
191
+ - minor style fixes
192
+
193
+ ## v0.8.0 - 2022-09-29
194
+
195
+ - added config option `gitlab` (#13) (@wroyca)
196
+ - added ixx module extension in source patterns (#11) (@wroyca)
197
+ - added support for multi-codepoint emojis
198
+ - improved `doxygen.exe` location discovery on Windows
199
+ - improved `CHANGELOG` location discovery
200
+ - moved all poxy assets in the generated HTML to `html/poxy`
201
+ - self-hosted google fonts in generated HTML (instead of requiring additional HTTP requests on page load) (#6)
202
+ - removed ability to override m.css implementation
203
+ - removed legacy support for reading config options from neighbouring Doxyfiles
204
+ - overhauled the light theme
205
+ - many minor style fixes and tweaks
206
+
207
+ ## v0.7.1 - 2022-08-17
208
+
209
+ - fixed crash on python &lt;= 3.8 (#9) (@wroyca)
210
+
211
+ ## v0.7.0 - 2022-08-16
212
+
213
+ - fixed some `<link>`, `<meta>` and `<script>` tags not being included in `<head>` when a file was excluded from post-processing
214
+ - added `theme` command-line option
215
+ - added `html_header` config option option
216
+ - added automatic generation of github links in changelog when config option `github` is set
217
+ - added new light theme
218
+ - added dynamic switch for dark/light theme
219
+ - removed text from github icon on navbar (#5) (@wroyca)
220
+ - removed excessive spacing between article sections (#5) (@wroyca)
221
+ - many minor style fixes and tweaks
222
+
223
+ ## v0.6.1 - 2022-08-16
224
+
225
+ - fixed multi-row navbar occluding page content (#3) (@wroyca)
226
+
227
+ ## v0.6.0 - 2022-08-14
228
+
229
+ - fixed malformed error messages in some circumstances
230
+ - added builtin C++ standard macros for C++23
231
+ - added `changelog` config option
232
+ - updated cppreference.com tagfile
233
+
234
+ ## v0.5.7 - 2022-05-17
235
+
236
+ - fixed being able to pass >= 33 threads to Doxygen's `NUM_PROC_THREADS`
237
+
238
+ ## v0.5.6 - 2022-05-14
239
+
240
+ - fixed path error when using `--dry`
241
+ - fixed `friend` keyword sometimes leaking into function return types
242
+ - added additional language code block aliases
243
+ - added `--nocleanup` to `--help` output
244
+ - added support for C++20's `consteval` keyword
245
+
246
+ ## v0.5.5 - 2022-04-16
247
+
248
+ - fixed C++20 concepts causing a crash in m.css (they are now skipped with a warning) (#1) (@jake-arkinstall)
249
+
250
+ ## v0.5.4 - 2022-04-15
251
+
252
+ - updated m.css
253
+ - updated emoji database
254
+
255
+ ## v0.5.3 - 2021-12-12
256
+
257
+ - fixed Doxygen bug that would sometimes treat keywords like `friend` as part of a function's return type
258
+ - Blacklisted schema 0.7.5 because [it's broken](https://github.com/keleshev/schema/issues/272)
259
+
260
+ ## v0.5.2 - 2021-11-02
261
+
262
+ - fixed over-eager link-replacement for internal `#anchor` links
263
+ - added command-line options `--ppinclude` and `--ppexclude`
264
+
265
+ ## v0.5.1 - 2021-10-09
266
+
267
+ - fixed over-eager link replacement causing text to be deleted
268
+
269
+ ## v0.5.0 - 2021-09-11
270
+
271
+ - fixed a crash during HTML post-processing
272
+ - fixed `implementation_headers` not working when paths use backslashes
273
+ - added warnings when `implementation_headers` doesn't match anything
274
+
275
+ ## v0.4.5 - 2021-06-08
276
+
277
+ - added command-line option `--xmlonly`
278
+
279
+ ## v0.4.3 - 2021-05-31
280
+
281
+ - fixed regression in `[code_blocks]` functionality
282
+ - fixed minor issues in syntax highlighter
283
+ - added symbols from doxygen tagfiles to the syntax highlighter
284
+ - minor style tweaks
285
+
286
+ ## v0.4.1 - 2021-05-30
287
+
288
+ - fixed `.dirs` being glommed as source paths
289
+ - added config option `scripts`
290
+ - added config option `stylesheets`
291
+ - added config option `jquery`
292
+ - added `custom` theme
293
+ - added ability to use `HOME.md` as main page
294
+ - added additional fix for inline `<code>` blocks
295
+ - added `.poxy-toc` to table-of-contents elements
296
+ - added floating page table-of-contents
297
+ - removed m.css favicon fallback
298
+ - made improvements to the `light` and `dark` themes
299
+ - updated C++ doxygen tagfile
300
+
301
+ ## v0.4.0 - 2021-05-29
302
+
303
+ - added config option `theme`
304
+ - added version number to CSS and javascript filenames to prevent browser cache issues
305
+ - added `POXY_IMPLEMENTATION_DETAIL(...)` magic macro
306
+ - added `POXY_IGNORE(...)` magic macro
307
+ - fixed alignment of nested images inside detail blocks
308
+
309
+ ## v0.3.4 - 2021-05-28
310
+
311
+ - added basic `using` alias detection to syntax highlighter
312
+ - added missing badges for C++23, 26 and 29
313
+
314
+ ## v0.3.3 - 2021-05-23
315
+
316
+ - fixed sorting of namespace and group members
317
+ - fixed m.css failing with new versions of doxygen due to `Doxyfile.xml`
318
+ - added google structured data to `\pages`
319
+
320
+ ## v0.3.2 - 2021-05-19
321
+
322
+ - fixed formatting of `<meta>` tags
323
+ - added config option `author`
324
+ - added config option `robots`
325
+ - added markup tag `[p]`
326
+ - added markup tag `[center]`
327
+
328
+ ## v0.3.1 - 2021-05-13
329
+
330
+ - added config option `macros`
331
+ - added command-line option `--version`
332
+
333
+ ## v0.3.0 - 2021-05-09
334
+
335
+ - Improved handling of m.css and Doxygen warnings and errors
336
+ - added command-line option `--doxygen`
337
+ - added command-line option `--werror`
338
+ - added markup tag `[set_parent_class]`
339
+ - added markup tag `[add_parent_class]`
340
+ - added markup tag `[remove_parent_class]`
341
+ - added config option `images`
342
+ - added config option `examples`
343
+ - added ability to specify tagfiles as URIs
344
+
345
+ ## v0.2.1 - 2021-05-07
346
+
347
+ - fixed some minor autolinking issues
348
+
349
+ ## v0.2.0 - 2021-05-06
350
+
351
+ - added config option `source_patterns`
352
+
353
+ ## v0.1.2 - 2021-05-02
354
+
355
+ - fixed the Z-order of the nav bar being higher than the search overlay
356
+ - added `NDEBUG` to the default set of defines
357
+
358
+ ## v0.1.1 - 2021-04-26
359
+
360
+ - added an additional cleanup step to the HTML postprocessor
361
+
362
+ ## v0.1.0 - 2021-04-26
363
+
364
+ First public release :tada: