Commit e8a1b48
[#282]:svarga:docs, flatten reports tree + curated I/O+TOPICS axis + top-level REPORTS nav + v1.12.6 accuracy pass
Reorganises the Doxygen documentation tree into a 4-axis structure
(I/O / TOPICS / COOKBOOK / USABILITY) with REPORTS as a fifth top-level
tab, and reconciles every architecture / inventory / taxonomy report
against h5cpp v1.12.6's actual implementation state.
Layout (doxy/DoxygenLayout.xml):
- I/O axis: FILE (h5::create, h5::open) / DATASET / ATTRIBUTES / GROUPS
- TOPICS axis: PROPERTIES / LINEAR ALGEBRA / STL / REFLECTION / FILTERS /
MPI / ERROR / TYPESYSTEM / CDASH (no longer carries REPORTS as a child)
- COOKBOOK: 28 example READMEs unchanged
- USABILITY: top-level link at reports_usability_evaluation
- REPORTS: new top-level tab, links to reports_index
Reports tree flattened (docs/reports/{architecture,compatibility,inventories,
project,surveys,taxonomies}/ -> docs/reports/). 15 files renamed via git
rename detection; the 6 subdirectory index.md files removed. New
docs/reports/index.md groups the 18 reports thematically: Architecture &
Design / Inventories & Guides / Compiler Attribute Taxonomies / Surveys
& Comparisons / Project Assessment.
Doxyfile (doxy/Doxyfile):
- USE_MDFILE_AS_MAINPAGE: ../README.md -> ../docs/index.md
- INPUT: drop ../README.md, add ../docs/index.md + ../docs/curated
- EXCLUDE_SYMBOLS: add h5::impl::*, h5::error::*, h5::pod, h5::strlen,
h5::has_scatter, h5::gorilla, h5::uniform, h5::normal, h5::exponential,
h5::bernoulli — keeps the error-leaf hierarchy out of the nav tree
Curated tree (docs/curated/) — new:
- io-api/{index,file,dataset,attributes,groups}.md + io-api/file/{create,open}.md
- topics/{index,properties,linalg,stl,reflection,filters,mpi,error,
typesystem,cdash,architecture}.md
- Reflection page carries the fully-decorated [[h5::*]] worked example
+ the generated H5T_COMPOUND / scatter / gather code expansion
Front page (docs/index.md): purpose-built Doxygen landing distinct from
README.md — hero pitch + 10-line snippet, comparison table vs direct
HDF5 in C/C++, 3-axis nav, capability matrix, single combined install
table with H5CPP + COMPILER columns and reference-style links, project
status with badges, acknowledgements, project info.
v1.12.6 accuracy pass — reviewed and updated against actual code:
- h5cpp-type-system-map.md: complex<T> gate is HDF5 >= 2.0 (not 1.16);
enum support qualified as H5CPP_REGISTER_DATATYPE-only; compiler
attribute list reduced to what h5cpp-compiler actually parses
([[h5::alias]] and [[h5::version]] removed — not implemented today).
Fixed smart-quote-inside-backtick rendering bug in section 16
(was breaking the entire Unsupported-by-design table).
- h5cpp-type-system-architecture-notes.md: reframed from "prototype
working-tree bank as of 2026-05-26" to "v1.12.6 (released)";
storage_representation enum extended with Winston-model additions
(array_element / array_dataset / fls_dataset / fixed_length_string);
"current bank" / "current session" temporal markers replaced.
- h5cpp-handle-inventory.md: "14 property-list variants" -> 16;
async typedef range 353-359 -> 353-358; "remaining 8" -> 10;
ROS3 build break documented as resolved via H5FD_CURR_ROS3_FAPL_T_VERSION
gate.
- h5cpp-compiler-multi-backend-architecture.md: rewritten — was
speculative ("tier-2 on AI roadmap"), now reflects 11 backends
shipped (hdf5/protobuf/json/msgpack/cbor/bson/avro/rlp/sql ×3
dialects). Attribute namespaces corrected to flat top-level
([[pb::*]] / [[json::*]] / etc, NOT nested h5::proto::* / h5::json::*).
CMake helper documented as supporting hdf5 | protocol-buffers only.
- h5cpp-threaded-pipeline-sigma-queue-design.md: superseded-status
banner — actual implementation shipped as pool_pipeline_t with
std::future + std::async (no sigma queue dependency).
- h5cpp-usability-evaluation.md: 84 yellow stars + 21 white stars
replaced with monochrome ●/○ scorecard; complex<T> field names
{re,im} -> {r,i}; enum class and opaque types corrected from
not-supported to supported-via-H5CPP_REGISTER_DATATYPE.
New report: h5cpp-multithreading-pipeline-state.md — current state of
the filter pipeline at v1.12.6, covering both the h5::high_throughput
DAPL path and the h5::append packet-table path through pt_t. Documents
the three orthogonal pieces (FAPL worker pool / DAPL flag /
pool_pipeline_t), the cross-path behaviour matrix, back-pressure policy,
honest limitations list, and a profiling recipe.1 parent e06a7c0 commit e8a1b48
68 files changed
Lines changed: 4580 additions & 8224 deletions
File tree
- docs
- curated
- io-api
- file
- topics
- reports
- architecture
- compatibility
- inventories
- project
- surveys
- taxonomies
- doxy
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
0 commit comments