Commit graph

550 commits

Author SHA1 Message Date
Christian Zimmermann
7e182ded83 comment out formatFrom/slice ...
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-09 11:29:22 +02:00
Christian Zimmermann
944db31e02 WIP: deepFormat + check format compatibility
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-09 11:14:03 +02:00
Christian Zimmermann
b0a5b1d13f WIP: deepFormat + check format compatibility
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-08 19:18:54 +02:00
Christian Zimmermann
81a21120ed fix compile errors
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-06 17:01:59 +02:00
Christian Zimmermann
cf5fabd04b im com 2023-08-31 12:07:20 +02:00
Christian Zimmermann
f1b1298c69 reformat -> formatTo/formatFrom 2023-06-25 23:35:09 +02:00
Christian Zimmermann
f088ba156b remove special assignment operator in Consecutive (appeared to be unneccesary) 2023-06-18 02:49:43 +02:00
Christian Zimmermann
17b8b79ade various fixes regarding usage of Consecutive 2023-06-17 21:51:37 +02:00
Christian Zimmermann
bd6f15156b WIP: fix test errors... 2023-06-15 00:41:17 +02:00
Christian Zimmermann
717e4a6548 WIP: fix compile errors regarding first extension operation test 2023-06-12 00:00:20 +02:00
Christian Zimmermann
1919d373df indices: fullfill missing iterator requirements 2023-06-11 22:28:10 +02:00
Christian Zimmermann
811e955491 WIP: EIndex tests 2023-06-11 03:06:30 +02:00
Christian Zimmermann
59a9236c04 rename index.format(index) -> index.reformat(index) (because of conflicting member function names) 2023-06-04 23:11:46 +02:00
Christian Zimmermann
ba02601b97 EIndex: new inheritance structure: SIndex<S> -> LIndex<SIndex<S>,L> -> EIndex<S,L> 2023-06-04 22:14:26 +02:00
Christian Zimmermann
52517675a5 EFor: F argument 2023-06-04 17:31:47 +02:00
Christian Zimmermann
e9fde3d900 srange casts + add first eindex implementation 2023-05-29 23:05:47 +02:00
Christian Zimmermann
3f8c7aacc3 srange.cc.h (casts missing...) 2023-05-29 17:41:55 +02:00
Christian Zimmermann
3c98377e2d add srange.h 2023-05-27 20:03:41 +02:00
Christian Zimmermann
cceace2ef0 minor change in CMakeLists.txt + fix preprocessor variables to prevent extra semicolon error 2023-05-09 16:22:25 +02:00
Christian Zimmermann
7ea21da81a ranges: add sub() to ranges -> returns MArray of RangePtrs 2023-05-07 21:46:46 +02:00
Christian Zimmermann
862697edef include/base/types.h: include <cstdint> 2023-05-07 17:53:49 +02:00
Christian Zimmermann
ef45d8cbac ranges: add some of the possible casts for URange 2023-05-05 19:29:10 +02:00
Christian Zimmermann
026c7f1a87 add missing operator* for GMIndex + fix various bugs 2023-03-19 01:48:51 +01:00
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
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
a2b936c4da add basic_operations + first corresponding test 2023-02-26 20:15:05 +01:00
Christian Zimmermann
039effb344 add config binary 2023-02-22 02:38:51 +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
62b77921f5 fixes + keep correct ordering in h5 table fields names 2023-01-28 02:05:50 +01:00
Christian Zimmermann
58fa19f514 hdf5: preliminary append (init) table test 2023-01-24 01:39:23 +01:00
Christian Zimmermann
66d5e5b741 index xpr + h5 table header file 2023-01-20 01:05:24 +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
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
Christian Zimmermann
b74ace2f43 update base/types.h 2023-01-04 23:06:02 +01:00
Christian Zimmermann
8469fa9fb2 yrange: replace index pack type 2023-01-04 11:27:18 +01:00
Christian Zimmermann
346f92f267 yrange: replace blockSizes by yformat 2023-01-04 11:15:51 +01:00
Christian Zimmermann
b1f9a38af7 mindex: replace type of ipack 2023-01-03 21:02:50 +01:00
Christian Zimmermann
8787ec7590 mindex: replace block sizes by format 2023-01-03 18:11:45 +01:00
Christian Zimmermann
53aa87c362 index format 2022-12-31 19:43:06 +01:00
Christian Zimmermann
0980934706 index pack 2022-12-31 15:18:26 +01:00
Christian Zimmermann
1ab0c21667 first array operation test 2022-12-30 13:32:27 +01:00
Christian Zimmermann
a4e32416ad array base: slice + op 2022-12-29 00:35:57 +01:00
Christian Zimmermann
b86ea957ba index format + slice 2022-12-28 21:21:11 +01:00
Christian Zimmermann
16f062b069 im com... 2022-12-21 22:06:17 +01:00
Christian Zimmermann
61cef892f3 ... 2022-12-21 00:06:21 +01:00
Christian Zimmermann
8209f14c71 include lindex 2022-12-20 21:53:59 +01:00
Christian Zimmermann
d25cbda2fc array_base: operator() and op function 2022-12-20 17:21:29 +01:00
Christian Zimmermann
07242a995e minor change 2022-12-20 00:52:23 +01:00
Christian Zimmermann
34c45e3dd9 fix compile errors 2022-12-20 00:07:59 +01:00
Christian Zimmermann
0fbd2d6f5b mrange: zip; todo: for all other index types 2022-12-14 01:48:17 +01:00
Christian Zimmermann
6963dd82cd index utils: index depth/dimension 2022-12-13 19:19:41 +01:00
Christian Zimmermann
79535c496f add get/set block sizes function for gmindex, yindex, xindex and dindex 2022-12-13 00:37:59 +01:00
Christian Zimmermann
f41ada859a im com 2022-12-12 02:15:42 +01:00
Christian Zimmermann
854e1a0533 slices 2022-12-06 19:34:42 +01:00
Christian Zimmermann
9938d43f9c rename darray_base -> carray_base, mdarray_base -> array_base, darray -> marray + rename corresponding files/tests 2022-12-06 14:48:44 +01:00
Christian Zimmermann
9bfb5f4707 dynamic index multiplication 2022-12-05 00:14:00 +01:00
Christian Zimmermann
13467b800a fix cxz error macro (clang) 2022-12-04 21:57:18 +01:00
Christian Zimmermann
b1df3e1307 try to fix pipeline 3 2022-12-04 18:42:35 +01:00
Christian Zimmermann
9fad49a2eb try to fix pipeline 2 2022-12-04 17:49:17 +01:00
Christian Zimmermann
9c2b29ac07 try to fix pipeline 1 2022-12-04 17:42:37 +01:00
Christian Zimmermann
9210f59d39 more tests on index multiplication + corresponding fixes 2022-12-04 17:35:22 +01:00
Christian Zimmermann
38e011c979 first tests on index multiplication 2022-12-04 03:17:29 +01:00
Christian Zimmermann
1bd51ee700 shift index multiplication to separate file + extend to Sptr 2022-11-29 01:46:53 +01:00
Christian Zimmermann
a3a25af289 redefine index-index-multiplications 2022-11-27 23:51:15 +01:00
Christian Zimmermann
8513b6dcd3 2d opcont test 2022-11-27 04:28:46 +01:00
Christian Zimmermann
059093241b OpCont: again owns data (can have static size now); use (C)OpRoot for assignment-like operations 2022-11-27 03:38:10 +01:00
Christian Zimmermann
4f1ebb9986 1dim operation test + corresponding fixes 2022-11-27 00:27:34 +01:00
Christian Zimmermann
42a8acbc6e remove statics/ utils/ 2022-11-26 17:03:39 +01:00
Christian Zimmermann
0e71d45a5b minor changes + mindex/yindex: further functionalities 2022-11-25 02:08:43 +01:00
Christian Zimmermann
1f27826aff fixes/more functionalities in MIndex + add 2d Array test 2022-11-23 01:25:59 +01:00
Christian Zimmermann
216bb3f56e aindex: inherit yindex + yrange: specialize RangeCast + corrections in DArray classes + more DArray tests 2022-11-22 19:11:41 +01:00
Christian Zimmermann
a3d3d99c8d add first for tests 2022-11-22 00:58:50 +01:00
Christian Zimmermann
2f5f29f577 mrange: different members for blockSizes and lexBlockSizes 2022-11-20 23:18:58 +01:00
Christian Zimmermann
31bebecb23 further yrange tests 2022-11-18 19:50:19 +01:00
Christian Zimmermann
99eb72bb76 fix bug in DType + further yrange test 2022-11-17 19:00:58 +01:00
Christian Zimmermann
da4bf39c83 remove old files + first yr_test (to be extended) 2022-11-17 01:26:35 +01:00
Christian Zimmermann
3e54485b12 extend mr_test 2022-11-14 18:47:51 +01:00
Christian Zimmermann
3a6ffc209b change template args of RangeInterface (static polymorphism) + fixes in MRange -> first tests compile 2022-11-14 00:35:05 +01:00
Christian Zimmermann
62a9df39d3 add UR_Test + remove operator-> for index classes where it conflicts with c++ syntax 2022-11-13 02:23:33 +01:00
Christian Zimmermann
4e2244db79 finish mrange/mindex (unchecked) 2022-11-12 03:14:07 +01:00
Christian Zimmermann
113a0e7209 fix compile errors 2022-11-12 00:15:26 +01:00
Christian Zimmermann
fb94a382bb base/isq.h + base/iter.* + functional/fundamental.h + adaptions in mrange (WIP) 2022-11-08 22:36:16 +01:00