Rev. | Tiempo | Autor |
---|---|---|
b637f4ae43de | 2022-08-28 23:09:27 | Sergey Gusarov |
Implemented std/test_unistd |
||
40100f5be712 | 2022-08-28 23:01:37 | Sergey Gusarov |
test_stat: Test only when !defined (CT_NO_OS) |
||
88fad91c685c | 2022-08-28 22:58:43 | Sergey Gusarov |
Implemented std/test_stdio |
||
a75852553f05 | 2022-08-28 22:36:35 | Sergey Gusarov |
test/os/io: Removed magic constant |
||
0dd16e713a87 | 2022-08-28 22:27:35 | Sergey Gusarov |
Improved std/sys/test_type |
||
a495aa49c935 | 2022-08-28 22:23:45 | Sergey Gusarov |
Implemented std/sys/test_stat |
||
7b37a268a529 | 2022-08-28 22:05:53 | Sergey Gusarov |
Implemented test_external_headers |
||
3f3efa0797e8 | 2022-08-28 21:51:51 | Sergey Gusarov |
Implemented os/io test, fixed some crash bugs in io module |
||
0cb4cdc310d4 | 2022-08-28 20:13:46 | Sergey Gusarov |
Implemented test_c_callback |
||
ec3f43bafd7b | 2022-08-28 19:52:02 | Sergey Gusarov |
Updated comments |
||
843f5c5b78ed | 2022-08-28 19:17:10 | Sergey Gusarov |
Fixed deprecated URL in the comment |
||
2f70651dc0d6 | 2022-08-26 23:07:48 | Sergey Gusarov |
Updated unity to the current upstream |
||
d53a37b31cef | 2022-08-26 22:02:13 | Sergey Gusarov |
Updated pyrepo |
||
bc5c64a9458f | 2022-02-10 07:31:27 | Sergey Gusarov |
Added detect of C23 standard |
||
744f48c49ba4 | 2022-02-10 07:23:23 | Sergey Gusarov |
Added detect of CXX20 and CXX23 standards |
||
0b3a944cef09 | 2020-01-10 01:18:09 | Sergey Gusarov |
Updated unity test framework. Small tests on Debian are correct |
||
e94bf852c66d | 2020-01-10 00:13:00 | Sergey Gusarov |
Subrepo update |
||
3d51f4234178 | 2020-01-10 00:02:24 | Sergey Gusarov |
New repo hosting on OSDN |
||
34f1a1d7a521 | 2020-01-09 23:07:33 | Sergey Gusarov |
test_language: Unique constants |
||
3bfd99583ec0 | 2018-12-03 16:28:23 | Sergey Gusarov |
Warning fix |
||
098aa5fa6f41 | 2018-12-03 16:24:01 | Sergey Gusarov |
Added support for C18 language standard |
||
647b397b6d3c | 2018-10-10 20:51:52 | Sergey Gusarov |
Added TODO |
||
a7329a485d3d | 2018-10-10 12:53:05 | Sergey Gusarov |
test_void_bytes: Fixed ms vc compilation |
||
29cd76c425fd | 2018-10-10 12:48:58 | Sergey Gusarov |
test_hex: Fixed ms vc compilation |
||
fbf14b157cf2 | 2018-10-10 12:39:20 | Sergey Gusarov |
Fixed compilation |
||
414ed256d7bb | 2018-10-10 12:35:50 | Sergey Gusarov |
64 bit unity test failed on ms vc++. Attempt to enable them only when it's appropriate |
||
a27e2cde42e9 | 2018-10-10 12:17:33 | Sergey Gusarov |
Attempt to fix compilation of static inline functions on ms vc++ |
||
8c1dfbe0f192 | 2018-10-10 11:41:02 | Sergey Gusarov |
Added const to variables that should be constants according to their names |
||
c763afcf21ac | 2018-10-10 11:34:58 | Sergey Gusarov |
Fixed compilation fix - regression from hg770 |
||
9c5da010aa92 | 2018-10-10 11:06:27 | Sergey Gusarov |
Warning fix |