s-hadinger
|
0ac5d0945b
|
Berry add option to remove source file name and save flash space (#18948)
|
2023-06-23 23:14:51 +02:00 |
|
s-hadinger
|
5792dad12b
|
Berry reduce bproto structure by 8 bytes (#18946)
|
2023-06-23 19:34:42 +02:00 |
|
s-hadinger
|
bf36868813
|
Matter remove superfluous import.string (#18938)
|
2023-06-22 23:49:35 +02:00 |
|
s-hadinger
|
85f357096a
|
Berry added f-strings as an alternative to string formatting (#18937)
|
2023-06-22 22:50:05 +02:00 |
|
s-hadinger
|
410aadbf6d
|
Berry add global function format as a simpler syntax to string.format (#18925)
|
2023-06-21 14:12:39 +02:00 |
|
s-hadinger
|
1e745807e4
|
Berry fixed parser error with upvals in closures (#18902)
|
2023-06-18 20:21:08 +02:00 |
|
s-hadinger
|
3fc932d38a
|
Berry string.format() now automatically converts type according to format (#18890)
|
2023-06-16 20:38:53 +02:00 |
|
s-hadinger
|
5da84c52ff
|
Berry Allow comments in multi-line strings (#18848)
|
2023-06-10 22:23:43 +02:00 |
|
s-hadinger
|
827c14e4bd
|
Increase solidify buffer (#18843)
|
2023-06-10 18:23:33 +02:00 |
|
s-hadinger
|
3c75bc92a2
|
Zigbee Berry mapping fix attributes (#18747)
|
2023-05-29 23:05:45 +02:00 |
|
s-hadinger
|
b053cf87ec
|
Berry safeguard when freeing null pointer (#18735)
|
2023-05-29 11:00:20 +02:00 |
|
s-hadinger
|
c4d90d4636
|
Berry suppress warnings (#18626)
|
2023-05-09 22:10:16 +02:00 |
|
s-hadinger
|
fec3a21c8a
|
Berry strtab test case (#18623)
|
2023-05-09 21:13:00 +02:00 |
|
s-hadinger
|
4cd1136f4c
|
Berry fixed a rare condition when a GC causes a memory corruption (#18614)
|
2023-05-08 21:59:32 +02:00 |
|
s-hadinger
|
045f8b4aec
|
Berry fix corruption in debug (#18475)
|
2023-04-21 23:05:25 +02:00 |
|
s-hadinger
|
f5e6ba956d
|
Berry upstream (#18471)
|
2023-04-21 22:36:18 +02:00 |
|
s-hadinger
|
01ba3d28cd
|
Berry apply fixes from upstream (#18470)
* Berry apply fixes from upstream
* Fix
|
2023-04-21 21:59:45 +02:00 |
|
s-hadinger
|
0feba56d8e
|
Berry instrospect.name() to get names of functions, modules and classes (#18422)
|
2023-04-15 19:34:31 +02:00 |
|
s-hadinger
|
009e07fd07
|
Berry json patches (#18407)
|
2023-04-13 22:51:55 +02:00 |
|
s-hadinger
|
8ea91b7792
|
Berry fix rare crash in json parsing (#18395)
|
2023-04-11 23:13:02 +02:00 |
|
s-hadinger
|
4b272083d6
|
Berry fix solidify int type (#18378)
|
2023-04-10 15:45:07 +02:00 |
|
s-hadinger
|
dc245c57b1
|
Berry allow bool key (#17902)
|
2023-02-07 02:55:12 +01:00 |
|
s-hadinger
|
4e60bd7465
|
Berry add static class to declare inner classes (#17699)
|
2023-01-14 11:38:51 +01:00 |
|
s-hadinger
|
9ba3c26a8a
|
Berry fix crash when generating bytecode of empty class (#17688)
|
2023-01-12 22:51:43 +01:00 |
|
s-hadinger
|
1acd9b867c
|
Berry add implicit _class parameter to static methods (#17683)
* Berry add implicit ``_class`` parameter to static methods
* Handle bytecode
|
2023-01-11 22:59:07 +01:00 |
|
s-hadinger
|
f570dcc913
|
Berry bytes() now evaluates to false if empty (#17585)
|
2023-01-03 19:43:41 +01:00 |
|
Stephan Hadinger
|
a0ed383840
|
Berry add module mdns
|
2022-11-27 18:08:53 +01:00 |
|
Stephan Hadinger
|
4c896cd8bc
|
Added Berry `bytes().reverse()` method
|
2022-11-01 23:07:15 +01:00 |
|
Stephan Hadinger
|
2ef866e3b8
|
Berry add bytes().setbytes()
|
2022-10-23 19:43:40 +02:00 |
|
sfromis
|
4a3a52cd3e
|
Epoch in Berry map for time
Inserts input epoch value directly into the output map, for consistently having epoch in this data structure
|
2022-10-09 16:12:16 +02:00 |
|
Stephan Hadinger
|
3f5baaa0c6
|
Berry add `introspect.setmodule(name:string, value:any) -> nil`
|
2022-09-25 15:33:31 +02:00 |
|
Stephan Hadinger
|
62fcba4b11
|
Berry more auto-solidification
|
2022-09-18 23:12:57 +02:00 |
|
Stephan Hadinger
|
18a950f61c
|
Berry fix for stricter mode
|
2022-09-06 22:54:24 +02:00 |
|
Stephan Hadinger
|
a1e5f53ddd
|
Berry fix json crash
|
2022-08-31 19:21:00 +02:00 |
|
Stephan Hadinger
|
cb4a5ed736
|
Berry extend max bytes size to 512Kb when PSRAM is available
|
2022-08-30 18:11:04 +02:00 |
|
Stephan Hadinger
|
d4f3530539
|
Berry stricter strict mode
|
2022-08-29 19:27:06 +02:00 |
|
Stephan Hadinger
|
e46d07acb4
|
Berry add more metrics to GC
|
2022-08-26 19:23:21 +02:00 |
|
Stephan Hadinger
|
979288570e
|
HASPmota make spinner editable
|
2022-08-26 08:37:28 +02:00 |
|
Stephan Hadinger
|
9ac38cb9d2
|
Berry remove unused registry code
|
2022-07-26 09:51:38 +02:00 |
|
s-hadinger
|
cc5fb02653
|
Merge pull request #16081 from s-hadinger/berry_fix_ref_call
Berry remove unnecessary ref push
|
2022-07-25 23:14:49 +02:00 |
|
Stephan Hadinger
|
0b7d8ac668
|
Berry remove unnecessary ref push
|
2022-07-25 22:49:58 +02:00 |
|
Stephan Hadinger
|
197e25132c
|
Berry fix reference when exeception is raised
|
2022-07-25 22:32:26 +02:00 |
|
Stephan Hadinger
|
9f8fffd6ba
|
Berry fix potential crash when parsing unfinished strings
|
2022-07-07 13:24:03 +02:00 |
|
Stephan Hadinger
|
389543d36f
|
Berry fix regression
|
2022-07-06 23:13:35 +02:00 |
|
Stephan Hadinger
|
69de76338c
|
Berry allow setmember() to fail with false or undefined
|
2022-07-05 21:14:50 +02:00 |
|
Stephan Hadinger
|
73dd995c3b
|
Berry solidify to file
|
2022-07-02 21:46:02 +02:00 |
|
Stephan Hadinger
|
9bf0d7fb4e
|
Berry sync with upstream
|
2022-07-02 16:27:37 +02:00 |
|
Stephan Hadinger
|
8348b3fb25
|
Fix Berry lexer regression
|
2022-07-02 15:48:48 +02:00 |
|
Stephan Hadinger
|
e551c8743b
|
Rename pycoc to coc
|
2022-07-01 22:39:23 +02:00 |
|
Stephan Hadinger
|
aaa87365f0
|
Berry prefer static var syntax
|
2022-07-01 19:56:09 +02:00 |
|
Stephan Hadinger
|
df7d056b51
|
Fix compiler warning in Berry lexer
|
2022-06-30 22:25:09 +02:00 |
|
Stephan Hadinger
|
2a620cd285
|
Berry fix crash on ESP32 early revisions
|
2022-06-29 10:16:01 +02:00 |
|
s-hadinger
|
b744c2e9b3
|
Merge pull request #15863 from s-hadinger/Berry-improved-bool
Berry improved booleans
|
2022-06-24 23:34:51 +02:00 |
|
Stephan Hadinger
|
147bbc133e
|
Berry improved booleans
|
2022-06-24 23:17:33 +02:00 |
|
Stephan Hadinger
|
c9e49f7432
|
Berry add string.replace()
|
2022-06-24 23:12:49 +02:00 |
|
Stephan Hadinger
|
8aaf620cd0
|
Berry bytes.ismapped()
|
2022-06-22 19:05:53 +02:00 |
|
Stephan Hadinger
|
dd364c92da
|
Berry comobj standard deallocator
|
2022-06-16 22:37:33 +02:00 |
|
s-hadinger
|
633dd61be5
|
Merge pull request #15803 from s-hadinger/berry_comobj_typo
Berry fix typo
|
2022-06-15 22:34:09 +02:00 |
|
Stephan Hadinger
|
6b0fbf0798
|
Berry fix typo
|
2022-06-15 22:23:22 +02:00 |
|
Stephan Hadinger
|
9b26c01dd0
|
Berry virtual member can return nil
|
2022-06-15 22:00:31 +02:00 |
|
Stephan Hadinger
|
ffbc95717a
|
Berry weak strings
|
2022-06-06 21:01:12 +02:00 |
|
Stephan Hadinger
|
82d4e14171
|
Cleaning unused variables
|
2022-06-03 22:57:05 +02:00 |
|
s-hadinger
|
bb582191dd
|
Merge pull request #15741 from s-hadinger/berry_bytes_tohex
Berry bytes().tohex()
|
2022-06-03 22:29:10 +02:00 |
|
Stephan Hadinger
|
872ea1377a
|
Berry bytes().tohex()
|
2022-06-03 22:08:48 +02:00 |
|
Stephan Hadinger
|
7232f5865d
|
Berry int() now accepts hex strings
|
2022-06-03 21:51:20 +02:00 |
|
Stephan Hadinger
|
208077c808
|
Berry add bytes().fromhex()
|
2022-05-24 21:52:37 +02:00 |
|
Stephan Hadinger
|
0b701d1643
|
Berry allow multiple string literal
|
2022-05-09 12:36:30 +02:00 |
|
Stephan Hadinger
|
9e87e36ff0
|
Berry fix crash with GC for ctype
|
2022-05-05 19:10:20 +02:00 |
|
Stephan Hadinger
|
79c171892b
|
Berry fix wrong solidification of class name
|
2022-04-27 18:11:34 +02:00 |
|
Stephan Hadinger
|
8547cdaa0d
|
Berry fix pointer warning
|
2022-04-26 23:01:10 +02:00 |
|
Stephan Hadinger
|
55d66c96d3
|
Berry fix assertion violation when loading bytecode
|
2022-04-26 22:28:41 +02:00 |
|
Stephan Hadinger
|
71010423eb
|
Sync with latest Berry PRs
|
2022-04-20 22:57:07 +02:00 |
|
Stephan Hadinger
|
18239d9ca3
|
Berry stack resize debug mode
|
2022-04-10 22:28:22 +02:00 |
|
Stephan Hadinger
|
a5c852b047
|
Berry solidification toggle for string literals
|
2022-04-09 09:50:17 +02:00 |
|
Stephan Hadinger
|
6ee2ed80f7
|
Berry supper class in member
|
2022-04-08 19:53:55 +02:00 |
|
Stephan Hadinger
|
4629bb4436
|
Berry support for int keys in map in solidification
|
2022-04-06 19:19:17 +02:00 |
|
Stephan Hadinger
|
0915664eae
|
Berry improve asserts and stack size
|
2022-04-04 09:10:54 +02:00 |
|
Stephan Hadinger
|
4df75cd54b
|
Berry introspect.module
|
2022-03-27 09:57:05 +02:00 |
|
Stephan Hadinger
|
ead18b63d6
|
Berry bytes setfloat getfloat
|
2022-03-21 23:07:48 +01:00 |
|
Stephan Hadinger
|
aed7c1f753
|
Berry toint and tostring ctype_func
|
2022-03-20 12:34:40 +01:00 |
|
s-hadinger
|
01eade7e47
|
Berry native class array (#15178)
* Berry simplified classes in Flash
* Remove be_load_lvgl_classes
|
2022-03-19 14:27:03 +01:00 |
|
Stephan Hadinger
|
5a3ffc426e
|
Berry priority loading bec files
|
2022-03-17 21:54:41 +01:00 |
|
Stephan Hadinger
|
ad05edb5ff
|
Berry minor stylistic change
|
2022-03-15 21:38:40 +01:00 |
|
Stephan Hadinger
|
22195928f9
|
Berry fixed pre-compiled .bec files for static methods
|
2022-03-13 18:51:37 +01:00 |
|
Stephan Hadinger
|
4a03360c90
|
Berry allow bytes() mapped region to hold a null pointer
|
2022-03-12 10:29:46 +01:00 |
|
Stephan Hadinger
|
aae745183e
|
Berry bytes, add _change_buffer()
|
2022-03-10 20:39:43 +01:00 |
|
Stephan Hadinger
|
d00fc8702d
|
Berry add global.contains()
|
2022-02-18 22:30:37 +01:00 |
|
Stephan Hadinger
|
7a006d7f47
|
Berry faster allocator for small objects
|
2022-02-15 22:51:11 +01:00 |
|
Stephan Hadinger
|
5f64dc38e0
|
Berry instance variables are never methods
|
2022-02-15 17:35:09 +01:00 |
|
Stephan Hadinger
|
a9dfd284bb
|
Berry update internal type system
|
2022-02-12 18:14:22 +01:00 |
|
Stephan Hadinger
|
74a3580229
|
Berry final change to be_mapping
|
2022-01-23 09:56:29 +01:00 |
|
Stephan Hadinger
|
fb59c63084
|
Berry improvement to constants
|
2022-01-20 22:02:21 +01:00 |
|
Stephan Hadinger
|
8a3f25e608
|
Berry ctype functions
|
2022-01-19 22:56:11 +01:00 |
|
Stephan Hadinger
|
cd401d3928
|
Berry check non-method
|
2022-01-18 22:13:40 +01:00 |
|
Stephan Hadinger
|
99037b1366
|
Berry int() converts comptr
|
2022-01-14 17:47:24 +01:00 |
|
Stephan Hadinger
|
4121eab041
|
Berry fix add for int+float
|
2022-01-11 17:29:08 +01:00 |
|
Stephan Hadinger
|
2539f04007
|
Berry workaround for ESP32 Rev0 bug
|
2022-01-10 22:41:13 +01:00 |
|
Stephan Hadinger
|
6755b754e0
|
Berry stores compiled bytecode into IRAM, freeing space in heap
|
2022-01-06 13:41:51 +01:00 |
|
Stephan Hadinger
|
c1e3d88f2f
|
Berry fix string.format crash
|
2021-12-28 12:09:00 +01:00 |
|
Stephan Hadinger
|
ef764fcc70
|
Put back map.has (deprecated)
|
2021-12-16 08:50:35 +01:00 |
|