|
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 |
|
|
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 |
|
|
ea61a24291
|
Fixed: uint can't be <0
|
2021-03-28 15:45:18 +02:00 |
|
|
6cb7f4e074
|
Fixed: rc was not checked for multiple dims
|
2021-03-28 15:43:49 +02:00 |
|
|
10483b882c
|
Add cppcheck in Makefile
|
2021-03-28 15:24:13 +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 |
|
Evgeny Posenitskiy
|
1feb3a6595
|
Merge pull request #33 from TREX-CoE/fortran-interface-1
basic Fortran interface
|
2021-03-25 11:44:58 +01:00 |
|
|
ebb5ff62d3
|
better make for tests
|
2021-03-25 11:42:13 +01:00 |
|
|
aa160d9bea
|
make build scripts consistent
|
2021-03-25 11:41:13 +01:00 |
|
|
95a28af6c4
|
Merge branch 'master' of github.com:TREX-CoE/trexio into fortran-interface-1
|
2021-03-24 17:28:49 +01:00 |
|
|
91fdbf20df
|
better test [fortran]
|
2021-03-24 17:22:58 +01:00 |
|
|
81810669ab
|
link module when compiling fortran test
|
2021-03-24 17:14:23 +01:00 |
|
|
f8a28a037d
|
more fortran-ic trexio_open
|
2021-03-24 17:13:53 +01:00 |
|
|
c0b6f95e52
|
more fortran-ic test
|
2021-03-24 16:06:04 +01:00 |
|
|
f7c78e73d2
|
more fortran-ic interface + flexible dtypes for dsets
|
2021-03-24 16:05:38 +01:00 |
|
Evgeny Posenitskiy
|
d0f0f2ea2c
|
Merge pull request #32 from TREX-CoE/fix-text
fix read/flush group for the case of missing blocks
|
2021-03-24 13:58:34 +01:00 |
|
|
8d3b35736c
|
working read_dset + structured test file [fortran]
|
2021-03-24 11:14:47 +01:00 |
|
|
4bdd6ea8f3
|
adapt for fortran interface
|
2021-03-23 18:19:35 +01:00 |
|
|
cf26966b70
|
working write_dset [fortran]
|
2021-03-23 18:12:53 +01:00 |
|
|
0a28b5e5a5
|
working read_num [fortran]
|
2021-03-23 16:34:13 +01:00 |
|
|
d680120efe
|
working write_num [fortran]
|
2021-03-23 14:57:11 +01:00 |
|
|
0f042de49b
|
fix read/flush group for the case of missing blocks
|
2021-03-23 14:41:21 +01:00 |
|
|
ac44fc29a6
|
add test, works for h5 but failt for txt
|
2021-03-22 16:40:45 +01:00 |
|
|
baa50bdbe2
|
adapt for fortran
|
2021-03-22 16:15:37 +01:00 |
|
|
7f3dc0879c
|
wip: write nums
|
2021-03-22 16:15:07 +01:00 |
|
|
4cf1d966d0
|
better fix
|
2021-03-19 09:12:10 +01:00 |
|
|
22a87a6a55
|
fix the bash script
|
2021-03-18 21:13:13 +01:00 |
|
|
696d867725
|
minor cleaning in the generator
|
2021-03-18 21:12:28 +01:00 |
|
|
e322a6e42d
|
add gitignore for src
|
2021-03-18 21:11:56 +01:00 |
|
|
c0f2bd3106
|
remove old files
|
2021-03-18 20:54:03 +01:00 |
|
Evgeny Posenitskiy
|
3428657560
|
Merge pull request #27 from TREX-CoE/generator-1
implemented templates and generator
|
2021-03-18 18:56:52 +01:00 |
|
|
241ae3a74a
|
Little changes in the bash script
|
2021-03-18 17:30:48 +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 |
|
|
fcfe91d498
|
working and compiling for nucleus
|
2021-03-17 14:33:32 +01:00 |
|
|
c3321b04fd
|
add a bash script to be converted into make later
|
2021-03-16 19:52:33 +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 |
|
|
44f615857b
|
add shell scripts to compile populated files
|
2021-03-13 20:21:32 +01:00 |
|
|
6a2533be3b
|
Merge branch 'master' of github.com:TREX-CoE/trexio into generator-1
|
2021-03-13 20:16:42 +01:00 |
|
Evgeny Posenitskiy
|
8e8b2ba57f
|
Merge pull request #26 from TREX-CoE/text
Improved checks in text back end
|
2021-03-13 20:14:55 +01:00 |
|