9 Commits

Author SHA1 Message Date
Lyon
1f92b8135c using clang-tidy and add format.py to auto-format 2023-07-09 23:12:21 +08:00
Lyon
b4f7b4275c move test to pikaCompiler 2023-07-06 23:09:49 +08:00
pikastech
75d6f97823 move test to top 2022-09-26 21:47:52 +08:00
pikastech
decc25228b support sleep in linux/windows 2022-07-28 18:23:25 +08:00
pikastech
5d00dcf260 add config for PikaStdDevice_Time 2022-06-15 23:59:32 +08:00
李昂
6acc0f9ecd !25 support format output for print()
* test for format with tuple is ok
* 'format'%var is ok (tuple var is not ok)
* rename _cformat to cformat()
* optimize the memory usage of format_list
* add string-test.cpp
* cformat() is ok
* fix variable par load issue
* use test_common.h
* use test_common to simplify the gtest case
* Merge branch 'master' into dev
* fix float->double for bytecodegen
* update to /package
* Use double in C for float in python
2022-06-14 03:20:17 +00:00
pikastech
b5b2e2a2f3 fix format 2022-06-05 19:13:01 +08:00
OnceDay
73d8c22b0e Fixed some very serious bugs in the unix-time arithmetic ,and added unix-time transform tests from 1970 to 2070 . 2022-06-04 23:59:26 +08:00
pikastech
19d830c26e add unix-time-test file 2022-06-04 16:29:50 +08:00