Christian Zimmermann
|
4642ebe6d2
|
various fixes
|
2023-03-15 17:29:24 +01:00 |
|
Christian Zimmermann
|
c1f92b4685
|
prange.cc.h: add missing template argument
|
2023-03-15 13:45:37 +01:00 |
|
Christian Zimmermann
|
40a86441cb
|
add missing PRange / PRangeFactory member implementations
|
2023-03-15 12:20:48 +01:00 |
|
Christian Zimmermann
|
0e1ec2e95a
|
include prange + fix corresponding compile errors (untested)
|
2023-03-15 11:46:21 +01:00 |
|
Christian Zimmermann
|
2d4d0b8ee9
|
change behavior of operator* for RangePtr: preserve sub-range structure
|
2023-03-14 19:07:05 +01:00 |
|
Christian Zimmermann
|
1d6f8dc52b
|
try to fix pipeline
|
2023-03-12 16:54:32 +01:00 |
|
Christian Zimmermann
|
bea9add008
|
mrange: range cast
|
2023-03-12 04:30:42 +01:00 |
|
Christian Zimmermann
|
abb47cbb06
|
array base: add using CAB::operator()
|
2023-03-08 20:03:19 +01:00 |
|
Christian Zimmermann
|
b77955a36e
|
op roots: index pos offset (only valid for non-looped indices)
|
2023-03-08 02:08:30 +01:00 |
|
Christian Zimmermann
|
2864c10056
|
various fixes
|
2023-03-07 20:12:11 +01:00 |
|
Christian Zimmermann
|
e016059ad0
|
finish first version of cereal extension (more or less tested)
|
2023-02-28 17:50:56 +01:00 |
|
Christian Zimmermann
|
80ac604089
|
cxz cereal: more tests
|
2023-02-28 14:15:16 +01:00 |
|
Christian Zimmermann
|
36a22f51de
|
add first parts of cereal extension
|
2023-02-27 20:09:06 +01:00 |
|
Christian Zimmermann
|
82fab9f7dc
|
Merge branch 'dev' of git.f3l.de:chizeta/cnorxz into dev
|
2023-02-26 20:15:14 +01:00 |
|
Christian Zimmermann
|
a2b936c4da
|
add basic_operations + first corresponding test
|
2023-02-26 20:15:05 +01:00 |
|
Christian Zimmermann
|
fee6d8e895
|
cmake lists: fix version string bug
|
2023-02-22 12:06:56 +01:00 |
|
Christian Zimmermann
|
039effb344
|
add config binary
|
2023-02-22 02:38:51 +01:00 |
|
Christian Zimmermann
|
229a913bcb
|
move python stuff to separate repo
|
2023-02-21 19:31:53 +01:00 |
|
Christian Zimmermann
|
9a7daabd24
|
Merge branch 'dev' of git.f3l.de:chizeta/cnorxz into dev
|
2023-02-21 16:52:21 +01:00 |
|
Christian Zimmermann
|
b3d1ced728
|
switch to uuid as range id
|
2023-02-21 16:52:05 +01:00 |
|
Christian Zimmermann
|
3a7bd9c9e2
|
fix urange slice() + prange for and pfor expression
|
2023-01-30 01:13:14 +01:00 |
|
Christian Zimmermann
|
65e7539666
|
for: replace * by () in position calculation
|
2023-01-29 23:42:12 +01:00 |
|
Christian Zimmermann
|
792c3bd84e
|
WIP: prange
|
2023-01-28 18:34:24 +01:00 |
|
Christian Zimmermann
|
f5f66461f7
|
merge
|
2023-01-28 02:13:14 +01:00 |
|
Christian Zimmermann
|
32ef2ef921
|
Merge branch 'dev' of git.f3l.de:chizeta/cnorxz into dev
|
2023-01-28 02:12:38 +01:00 |
|
Christian Zimmermann
|
62b77921f5
|
fixes + keep correct ordering in h5 table fields names
|
2023-01-28 02:05:50 +01:00 |
|
Christian Zimmermann
|
25b5c13608
|
h5_table: remove mCheckedFile
|
2023-01-26 19:55:29 +01:00 |
|
Christian Zimmermann
|
2547a450d8
|
hdf5: type declaration in separate file + some reorgs in table code
|
2023-01-25 18:31:03 +01:00 |
|
Christian Zimmermann
|
24ea3339f8
|
hdf5: group/table improvements
|
2023-01-25 00:30:12 +01:00 |
|
Christian Zimmermann
|
58fa19f514
|
hdf5: preliminary append (init) table test
|
2023-01-24 01:39:23 +01:00 |
|
Christian Zimmermann
|
6faaf7ea15
|
hdf5: include cc.h files + corresp compile fixes
|
2023-01-24 00:02:32 +01:00 |
|
Christian Zimmermann
|
0db94229bf
|
WIP: more development on h5_table
|
2023-01-23 19:22:42 +01:00 |
|
Christian Zimmermann
|
59932895e9
|
add h5_types + class STabel : public Table ( field types known by compile time)
|
2023-01-22 23:34:30 +01:00 |
|
Christian Zimmermann
|
69a9344790
|
Merge branch 'restructure-rename' into dev
|
2023-01-22 15:42:06 +01:00 |
|
Christian Zimmermann
|
1f5843895e
|
h5 table, untested
|
2023-01-22 15:41:42 +01:00 |
|
Christian Zimmermann
|
07428d1e6d
|
fix install paths
|
2023-01-20 15:58:52 +01:00 |
|
Christian Zimmermann
|
66d5e5b741
|
index xpr + h5 table header file
|
2023-01-20 01:05:24 +01:00 |
|
Christian Zimmermann
|
02174f8371
|
hdf5: H5Oget_info: distinguish between versions
|
2023-01-18 19:12:41 +01:00 |
|
Christian Zimmermann
|
835b8e885f
|
various fixes regarding extending ranges/arrays + hdf5
|
2023-01-18 18:57:17 +01:00 |
|
Christian Zimmermann
|
e6da712482
|
ranges: extend + array: init + extend + hdf5: adapt
|
2023-01-18 00:49:11 +01:00 |
|
Christian Zimmermann
|
d72bf23049
|
further hdf5 test
|
2023-01-15 03:18:21 +01:00 |
|
Christian Zimmermann
|
e331f6c4e2
|
first hdf5 test
|
2023-01-15 01:26:01 +01:00 |
|
Christian Zimmermann
|
b6455049c4
|
add hdf5 test build files
|
2023-01-13 15:42:15 +01:00 |
|
Christian Zimmermann
|
5dd114f03f
|
add cmake files for hdf5 part + fix compile errors
|
2023-01-13 12:26:23 +01:00 |
|
Christian Zimmermann
|
caed6b4469
|
hdf5: group
|
2023-01-13 01:40:19 +01:00 |
|
Christian Zimmermann
|
631d187c91
|
begin hdf5
|
2023-01-12 19:29:45 +01:00 |
|
Christian Zimmermann
|
e8c8e519dc
|
change operator* for index shared ptrs -> creates index packs instead of m/yindices
|
2023-01-11 19:02:34 +01:00 |
|
Christian Zimmermann
|
6bd7140ae3
|
fix pipeline...
|
2023-01-11 17:36:24 +01:00 |
|
Christian Zimmermann
|
55922490b2
|
change operator* for indices -> creates index packs instead of m/yindices
|
2023-01-11 17:32:52 +01:00 |
|
Christian Zimmermann
|
603d03971d
|
replace std integral_constant by corresponding typedef CSizeT
|
2023-01-04 23:11:51 +01:00 |
|