1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-12-23 12:56:53 +01:00
Commit Graph

43 Commits

Author SHA1 Message Date
ae32a02652 pass max_str_len parameter also to read group_str 2021-06-14 14:36:19 +02:00
535d7ed019 enable operation on string attributes [text] 2021-06-11 18:15:30 +02:00
a40804be2e fix leaking memory and avoid allocation of empty blocks 2021-06-11 14:46:24 +02:00
13b8d24108 [WIP] prepare new subloop triggers for the generator to properly read/free groups [text] 2021-06-10 16:35:38 +02:00
5abac3fec2 [WIP] working write dset of strings, but with memory leak [text] 2021-06-09 18:10:59 +02:00
42f81b2cc6 prepare templates and files for datasets with strings [all] 2021-05-27 15:14:01 +02:00
0cc24bd21e error handling for trexio_text_deinit function 2021-05-19 15:03:15 +02:00
q-posev
047153b7c1 remove NULL pointer check for file_name in text 2021-05-18 11:43:05 +02:00
181fe988f3 Fixed append problem 2021-05-06 19:40:27 +02:00
q-posev
6e54e89d24 inttypes macros for rdm 2021-05-06 18:17:41 +02:00
20d551a70b include inttypes to fix portability issues in text back end 2021-05-06 18:08:28 +02:00
5e3c085fb7 discard patch for rdm 2021-05-06 09:38:28 +02:00
d3b35ae453 discard portability patch 2021-05-06 09:35:48 +02:00
q-posev
48d300674a portability patch for mac 2021-05-06 09:19:05 +02:00
daf3fdeb8b Fixed warning about strlen in strncpy 2021-05-04 10:03:32 +02:00
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
7d24442984 FIX: truncated precision of floats [text] 2021-03-30 15:44:26 +02:00
0d0bed0585 forgot text templator 2021-03-30 11:51:05 +02:00
068beacb07 working has_ functions [all] 2021-03-30 11:50:02 +02:00
Evgeny Posenitskiy
18c6fb845f
Smart deallocation of dsets upon failure in read_group [text] (#35)
* fix FC variable
* smart deallocation of dsets + some cleaning in templator [text]
2021-03-29 13:27:54 +02:00
9edeb7825e strncat 2021-03-28 22:41:49 +02:00
56389752de const 2021-03-28 22:38:32 +02:00
4e68a808a0 scope and shadowed variable 2021-03-28 22:14:24 +02:00
35daf9db05 Redundant assignments 2021-03-28 22:10:56 +02:00
e10285efee Format strings 2021-03-28 22:01:56 +02:00
f1e02350ac Format unsigned 2021-03-28 16:35:32 +02:00
966efc66c1 Fixed: duplicate rc == EOF 2021-03-28 16:32:42 +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
c56bc49ddd Fixed resource leak (fclose) 2021-03-27 19:40:27 +01:00
aa160d9bea make build scripts consistent 2021-03-25 11:41:13 +01:00
d680120efe working write_num [fortran] 2021-03-23 14:57:11 +01:00
71bb61dd5b fix memory leak 2021-03-17 17:02:58 +01:00
8a02ea07e2 fix for dset_dtype calloc and fscanf/fprintf 2021-03-17 15:49:43 +01:00
6e7b9a370d to test for nucleus 2021-03-17 14:50:02 +01:00
cc02849689 fixed to compile 2021-03-16 19:05:05 +01:00
aa67877948 generator for text backend before test 2021-03-16 18:34:07 +01:00
0da57b6b6c adapt recent changes in master text backend 2021-03-15 14:13:38 +01:00
76fe1b9783 TODO: templator for text backend 2021-03-10 16:56:45 +01:00