Commit graph

43 commits

Author SHA1 Message Date
45c1e4e3a8 Add a class method to RPNExpr for random expr generation 2023-06-07 10:44:16 +02:00
80a107f16a Merge branch 'new_makefile' into python_rpnifs5 2023-05-25 18:20:38 +02:00
e9abbe2565 Better default buffer size in random expr generation 2023-05-25 18:13:01 +02:00
c4e2de2342 Benchmark enhancement 2023-05-25 18:12:42 +02:00
19f87006d6 Small bugfixes 2023-05-25 17:51:08 +02:00
bec9eba520 Makefile enhancement 2023-05-25 17:50:41 +02:00
43457d08a5 Adds almost useless doc 2023-05-25 17:04:40 +02:00
478b60175a Small enhancement in rpn_if* 2023-05-25 17:00:53 +02:00
0c34c6dade Typo fix 2022-07-05 20:08:25 +02:00
efc67909fd Starting benchmarks test enhancement 2022-07-05 20:07:58 +02:00
d2068bf516 Ifs5 implementation enhancement 2022-06-18 23:45:50 +02:00
148afe7adc Enhancement in tests & set op token pointer to null before serialization 2022-02-24 23:18:18 +01:00
e1a0cc90c9 Fixing again the same bug on pickling/unpickling 2021-10-16 14:30:02 +02:00
6bb5186c8f Bugfixing previous bugfix in rpn_jit 2021-10-16 13:33:44 +02:00
4f6bbd30f0 Bugfix in pickling/unpickling 2021-10-15 17:19:55 +02:00
3d0793d7f3 Commenting++ 2021-07-25 12:54:33 +02:00
afeec1e7aa python_rpnifs to_bytes & levenstein distance implementation 2021-07-24 13:22:36 +02:00
2348d6abaf Adds new python_rpnifs tests 2021-07-24 13:22:08 +02:00
3ca2b247ec First python tests on using rpnifs 2021-05-04 23:01:48 +02:00
be1573b7dd Strange commit 2021-05-04 23:00:04 +02:00
3a492e2561 Deleted old constants tests for python modules 2020-10-10 14:42:31 +02:00
7167152f6c Debug + implements IterExpr in python module (rpn_if objects) 2020-10-10 14:40:12 +02:00
0d49c8a265 Enhancement in unittest output 2020-04-21 14:22:48 +02:00
a69926bd39 Commenting IF default flags and stuffs 2020-04-21 14:12:17 +02:00
045213a4cc Bugifx in Makefile's clean target 2020-04-21 13:42:13 +02:00
454173322a IFS weight update implementation 2020-04-21 13:40:50 +02:00
53e0d2cead Moved C tests 2020-04-21 13:40:22 +02:00
e64bad9cf3 Bugfix + adds python_if.* files 2020-04-07 14:54:10 +02:00
c9afb5d5f2 Updated Iterated function API 2020-03-30 14:49:31 +02:00
680b4ee1ff Implementing RPN expression re-initialization 2020-03-30 13:38:01 +02:00
61e74e7ab2 Adds ifs function implementations (begining) 2020-03-30 09:52:16 +02:00
1e99abf3b8 Updated comment + starts ifs headers 2020-03-30 09:51:50 +02:00
8bbee65ff8 Add default rpn_if resf function implementation 2020-03-30 07:17:05 +02:00
eeac401bb3 Continuing implementation of rpn_if, adding default if functions implementation 2020-03-29 12:39:54 +02:00
c018076887 Bugfix in rpn_lib.asm 2020-03-29 10:47:21 +02:00
59615df33e Modified benchmark script 2020-03-29 10:47:08 +02:00
b4dc6e5f18 Splitting TestCase in different files 2020-01-25 16:02:33 +01:00
1e608ca59f New long compilation tests 2020-01-25 15:57:05 +01:00
1973bbfa35 Implementing pickle interface for RPNExpr 2020-01-25 06:44:45 +01:00
59f83eee05 typedef unsigned long int rpn_value_t 2020-01-25 06:43:59 +01:00
c4a4642910 Add end map when untokenizing + debug message + comment 2020-01-25 06:43:32 +01:00
ec64c8488a Benchmark updates 2020-01-25 06:42:25 +01:00
a42b237918 Initial commit 2020-01-24 16:48:27 +01:00