Rev. | Tiempo | Autor |
---|---|---|
358bd7cd2e0e tip | 2023-08-26 06:49:16 | Sergey Gusarov |
Added alphabet_consts module |
||
df4e3adb77d0 | 2023-03-10 08:03:52 | Sergey Gusarov |
test_enum_factory: fixed gcc+clang warning |
||
470e86c1363e | 2023-03-10 07:20:01 | Sergey Gusarov |
"int roundf*()" functions renamed to iroundf*() because of conflict with |
||
34e2659008ad | 2023-02-26 07:22:14 | Sergey Gusarov |
Fixed compilation of verson_info_app.h.template |
||
36a7a4e8ba2c | 2023-02-26 06:35:51 | Sergey Gusarov |
Fixed embedding of version info into dll |
||
b7842628cedb | 2023-02-26 05:45:22 | Sergey Gusarov |
Fixed misprint |
||
fe25dfe092b6 | 2023-02-26 05:37:09 | Sergey Gusarov |
Added ignored file |
||
68e6508562a4 | 2023-02-26 05:22:32 | Sergey Gusarov |
Attempt to make file_propery.rc.template portable across multiple libraries |
||
29674bbe888d | 2023-02-26 05:13:13 | Sergey Gusarov |
Adoptation to pyrepo change |
||
5b0028253cac | 2023-02-26 04:23:14 | Sergey Gusarov |
file_propert_*.rc now are templates |
||
f55e6b4fe7d8 | 2023-02-26 03:57:05 | Sergey Gusarov |
Added file_property_app.rc |
||
041c7de03514 | 2023-02-26 03:46:55 | Sergey Gusarov |
Reverted adding of icon for dll. It doesn't make sense |
||
4195689a1e1d | 2023-02-26 02:52:17 | Sergey Gusarov |
Added version_info.h application common template, added icon |
||
88c6aab5863a | 2022-10-08 00:58:32 | Sergey Gusarov |
Quite stable revision, bump version |
||
f45b46907c17 | 2022-10-08 00:58:03 | Sergey Gusarov |
Added tag 0.3 for changeset 9b419c962586 |
||
9b419c962586 0.3 | 2022-10-07 11:09:14 | Sergey Gusarov |
Code style fixes |
||
64ab4dbcdbdc | 2022-10-07 10:55:55 | Sergey Gusarov |
Code style fixes |
||
f9db305d50cc | 2022-10-07 10:42:15 | Sergey Gusarov |
Added config option CT_NO_64. Enabled for sdcc port |
||
8540277b0a49 | 2022-10-05 13:17:44 | Sergey Gusarov |
test_string: sdcc fix |
||
f99c8c2ce5be | 2022-10-05 13:01:55 | Sergey Gusarov |
test_console: Fixed link error with sdcc |
||
8c8c8d3c5796 | 2022-10-05 12:44:46 | Sergey Gusarov |
Restored android ndk build |
||
25558ea24a6c | 2022-10-05 12:27:46 | Sergey Gusarov |
Using of strNDupWrapper() instead of strndup() |
||
d8bcf99ba262 | 2022-10-05 12:15:28 | Sergey Gusarov |
std/string: No more strdup()/strndup(). Secure wrappers instead |
||
3fe172f795a2 | 2022-10-05 11:25:06 | Sergey Gusarov |
test_string: Fixed on windows |
||
8ed2929967d5 | 2022-10-05 10:38:13 | Sergey Gusarov |
test_trace_ext: Print some random integer value |
||
33fa67930c60 | 2022-10-05 10:32:27 | Sergey Gusarov |
enum_factory: Fixed cpptools test |
||
ceb9f3b36be6 | 2022-10-05 09:58:53 | Sergey Gusarov |
test_attributes: Test CT_ALIGNED() only for limited platforms |
||
9daeb32610b8 | 2022-10-05 09:51:36 | Sergey Gusarov |
Removed redundant CT_ALIGNED() |
||
a1050481a449 | 2022-10-05 09:48:13 | Sergey Gusarov |
attributes: More compatibility with bcc |
||
bed72ac5f701 | 2022-10-05 09:47:31 | Sergey Gusarov |
Reverted hg904 |