Rev. | Tiempo | Autor |
---|---|---|
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 |
||
693d5867820e | 2018-10-10 11:06:13 | Sergey Gusarov |
Some PEP-8 fixes |
||
08fbdee0cd5e | 2018-10-07 08:22:59 | Sergey Gusarov |
Fixed misprint |
||
d9fb73e8be01 | 2018-10-07 08:09:45 | Sergey Gusarov |
Code style |
||
b43334d839f7 | 2018-10-04 07:10:31 | Sergey Gusarov |
Code style |
||
11325f30862d | 2018-10-03 22:30:44 | Sergey Gusarov |
void_bytes: Bugfix |
||
33b3cc720d52 | 2018-10-03 21:47:22 | Sergey Gusarov |
hex: static const replaced by enum |
||
8480ad9c9183 | 2018-10-03 21:43:08 | Sergey Gusarov |
Restored passing of void_bytes test - fixed regression |
||
25d128bf8c1c | 2018-10-03 21:31:54 | Sergey Gusarov |
void_bytes: Fixed buffer owerflow |
||
3dcefdcb6ba6 | 2018-10-03 21:23:52 | Sergey Gusarov |
void_bytes: Introduced limit constants |
||
022f65ece4d5 | 2018-10-03 20:53:08 | Sergey Gusarov |
Small changes |
||
1ece51fe7bfb | 2018-10-03 20:16:29 | Sergey Gusarov |
void_bytes: Added voidBufferSize() |
||
e481015fa85d | 2018-10-03 19:40:22 | Sergey Gusarov |
void_bytes: Added support of variable length voidBytes array |
||
9832d2dc67b3 | 2018-10-03 10:49:09 | Sergey Gusarov |
Implemented and tested packVoidBytes(). |
||
1015ec0d2f0d | 2018-10-03 10:48:13 | Sergey Gusarov |
hex: Added api, extern |
||
1e9f6ca57cde | 2018-10-03 10:22:09 | Sergey Gusarov |
hex: Eliminated using of magic constant |
||
c94b55bbfbab | 2018-10-03 09:32:13 | Sergey Gusarov |
hex module: Added nibbleToSymbol() and arrayToHexString() and tests for them |
||
4737d43765cb | 2018-10-03 08:48:22 | Sergey Gusarov |
Finally fixed compilation of srd/math module with sdcc. |