1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-01-09 12:44:11 +01:00
Commit Graph

21 Commits

Author SHA1 Message Date
Evgeny Posenitskiy
8defdaa0c0
org-mode to html conversion for the documentation website (#41)
* working static html doc website generated from org-mode files

* fix build_doc script

* add gitignore

* add gitignore

* clean html garbage

* documented hdf5

* documented text back end
2021-04-09 16:45:44 +02:00
7e55933fea make consistent hierarchy in org-mode files 2021-04-08 11:40:50 +02:00
b656917323 consistent naming init/deinit instead init/finalize in back ends 2021-04-08 11:31:51 +02:00
42df2253eb better error handling 2021-03-30 16:03:34 +02:00
068beacb07 working has_ functions [all] 2021-03-30 11:50:02 +02:00
5fc0371276 Compliant with CERT 2021-03-29 00:37:56 +02:00
086a34d5b1 const 2021-03-29 00:34:56 +02:00
3f2261ea9b Undefined num_id in HDF5 2021-03-29 00:34:03 +02:00
000aad336c Fixed: file not const when write 2021-03-28 16:31:15 +02:00
83fa39ee30 Fixed unsigned int < 0 2021-03-28 16:24:35 +02:00
700803528f Format for unsigned long + overflows in struct 2021-03-28 16:22:14 +02:00
f8dae45c10 Changed i++ into ++i in loops 2021-03-28 15:48:27 +02:00
1b0a60f2fe use strncpy instead of strcpy to avoid possible buffer overflows 2021-03-28 11:18:50 +02:00
aa160d9bea make build scripts consistent 2021-03-25 11:41:13 +01:00
44f615857b add shell scripts to compile populated files 2021-03-13 20:21:32 +01:00
9244e6f0c0 fix templators 2021-03-10 16:55:21 +01:00
ca234fb569 dimension in write_dset populated properply + error handling 2021-03-10 11:48:43 +01:00
ba0f14a6cc TODO: properly populate dimensions in write_dset 2021-03-09 16:31:12 +01:00
50841e1937 wip: generate read/write_dset functions 2021-03-09 15:48:32 +01:00
ebc7aa5d40 dummy generator for auxiliary files 2021-03-09 11:58:47 +01:00
30927be21d initial templator 2021-03-05 16:50:26 +01:00