Victor Bombi
|
67c49ea1fd
|
Merge pull request #149 from slmjkdbtl/make-static
Makefile: add option to compile as static lib
|
2020-09-20 16:09:08 +02:00 |
|
Victor Bombi
|
101631d3c8
|
cpp2ffi: only generate typedef of structs when it is a vardef_re of struct, location get more defines (not only two words)
|
2020-09-11 18:13:35 +02:00 |
|
Victor Bombi
|
d59448763f
|
Freetype2 allow generation and compilation with Freetype2
|
2020-09-10 12:22:35 +02:00 |
|
Victor Bombi
|
1ed28e5a0e
|
generation
|
2020-09-09 18:01:06 +02:00 |
|
Victor Bombi
|
db6d57f899
|
cpp2ffi: new parseFunction allowing not named args and some & corrections
|
2020-09-09 18:00:31 +02:00 |
|
tga
|
e6540f7682
|
Makefile add option to compile as static lib
|
2020-09-09 05:04:29 -04:00 |
|
Victor Bombi
|
4c1d18802f
|
cpp2ffi: reconstruct signature from argsT (needed after allowing not named function arguments)
|
2020-09-08 18:38:56 +02:00 |
|
Victor Bombi
|
aa75ad3e99
|
cpp2ffi: dont break on untagged enums or unamed function arguments but post warning and try to repair
|
2020-09-08 16:31:58 +02:00 |
|
Victor Bombi
|
dbcc6d1529
|
cpp2ffi: implement func templates by ftemplate_list
|
2020-09-07 12:29:46 +02:00 |
|
Victor Bombi
|
53156c32c6
|
cpp2ffi: export parse_enum_value (used in LuaJIT-ImGui class_gen)
|
2020-09-06 18:43:07 +02:00 |
|
Victor Bombi
|
a91865dc27
|
cpp2ffi: add ":" to characters in default detection
|
2020-09-06 15:59:03 +02:00 |
|
Victor Bombi
|
bb0dd1ac93
|
cpp2ffi: split func_header_generate into func_header_generate_structs and func_header_generate_funcs
|
2020-09-06 10:49:48 +02:00 |
|
Victor Bombi
|
59e49145e8
|
cpp2ffi: skip static variable from template detection also
|
2020-09-05 11:25:45 +02:00 |
|
Victor Bombi
|
75c05adbcb
|
generation
|
2020-09-04 16:59:21 +02:00 |
|
Victor Bombi
|
22728d5470
|
generator.lua: generate_templates with table_do_sorted for output consistency
|
2020-09-04 16:58:42 +02:00 |
|
Victor Bombi
|
aeac366ece
|
generator.lua: pre sorted changes
|
2020-09-04 16:58:42 +02:00 |
|
Victor Bombi
|
678ae8b32b
|
cpp2ffi: use table_do_sorted in func_header_generate to have more output consistency
|
2020-09-04 16:58:42 +02:00 |
|
Victor Bombi
|
2b0058b61e
|
generator: cpp2ffi rule out template typename (ex. T) so avoid correction in generator.lua
|
2020-09-04 16:58:42 +02:00 |
|
Victor Bombi
|
18af68901e
|
generation with new recursive parser
|
2020-09-04 10:53:15 +02:00 |
|
Victor Bombi
|
ebc4b3548a
|
new parser: update README.md
|
2020-09-04 10:51:57 +02:00 |
|
Victor Bombi
|
c6c733bac4
|
new parser: clean_structR1 clean vardef_re initializations
|
2020-09-04 10:51:57 +02:00 |
|
Victor Bombi
|
bf98608d4f
|
move parseFunctions to gen_structs_and_enums
|
2020-09-04 10:51:57 +02:00 |
|
Victor Bombi
|
83b5cc19a0
|
clean get_parents_name
|
2020-09-04 10:51:57 +02:00 |
|
Victor Bombi
|
e9fa5cb5e2
|
new generator: embeded_structs use get_parents_name
|
2020-09-04 10:51:56 +02:00 |
|
Victor Bombi
|
66ae832d05
|
new generator move embeded_structs detection to gen_structs_and_enums
|
2020-09-04 10:51:56 +02:00 |
|
Victor Bombi
|
1d7ef93de9
|
new parser move templates in struct detection to parseItems
|
2020-09-04 10:51:56 +02:00 |
|
Victor Bombi
|
d08bad2477
|
new recursive parser3: take care of static functions
|
2020-09-04 10:51:56 +02:00 |
|
Victor Bombi
|
2afe1f5beb
|
new recusive parser2
|
2020-09-04 10:51:56 +02:00 |
|
Victor Bombi
|
7b6e549e9c
|
cpp2ffi: new recursive parser
|
2020-09-04 10:51:56 +02:00 |
|
Victor Bombi
|
cfdfe11c10
|
cpp2ffi: skip function_re and functionD_re as not processed (they are processed already)
|
2020-08-31 11:19:43 +02:00 |
|
Victor Bombi
|
a0056887df
|
cpp2ffi: function_re: avoid confusion with asignment, templated args: allow several, add not processed info
|
2020-08-31 11:19:42 +02:00 |
|
Victor Bombi
|
a486f2999a
|
cpp2ffi: embeded_enums typedef generation (for ImGuizmo) and gen_structs_and_enums keeps strings (to avoid running twice)
|
2020-08-29 14:29:33 +02:00 |
|
Victor Bombi
|
7cf1592256
|
cpp2ffi: get enums in namespace (needed by ImGuizmo)
|
2020-08-28 19:05:48 +02:00 |
|
Victor Bombi
|
f4e1cc4135
|
generator: move C writting functions inside cpp2ffi
|
2020-08-28 17:10:36 +02:00 |
|
Victor Bombi
|
e328a55f4c
|
cpp2ffi: functions defined inside class may have optional ; ending (needed by implot v0.5)
|
2020-08-28 13:00:39 +02:00 |
|
Victor Bombi
|
f66c7e1cf8
|
README.md: add kotlin-imgui
|
2020-08-28 12:07:48 +02:00 |
|
Victor Bombi
|
0ae7a19bbd
|
README.md update example bindings
|
2020-08-28 11:58:24 +02:00 |
|
Victor Bombi
|
a4cf018ba8
|
generation with last cpp2ffi
|
2020-08-28 10:46:48 +02:00 |
|
Victor Bombi
|
fb2c0816db
|
cpp2ffi: name [] to name[]
|
2020-08-28 10:45:38 +02:00 |
|
Victor Bombi
|
2d8b3fb731
|
generation after cpp2ffi modification
|
2020-08-24 20:07:25 +02:00 |
|
Victor Bombi
|
47fbe806a2
|
cpp2ffi: add json parsing for typedef struct inside namespace (STB_TexteditState)
|
2020-08-24 20:06:17 +02:00 |
|
Victor Bombi
|
050d68a614
|
cpp2ffi: typedef_st_re modification for separating diferent consecutive typedef structs
|
2020-08-24 20:06:17 +02:00 |
|
Victor Bombi
|
90ddbc37b0
|
pull imgui 1.78 and generate
1.78
|
2020-08-18 21:11:32 +02:00 |
|
Victor Bombi
|
fe65bbf5cd
|
Merge pull request #143 from oprypin/cimake
Simplify CMake invocation in CI
|
2020-08-13 10:43:34 +02:00 |
|
Oleh Prypin
|
8668cb268c
|
Switch Ubuntu version to focal
|
2020-08-12 22:04:55 +02:00 |
|
Oleh Prypin
|
5ee318e21e
|
Simplify CMake invocation in CI
|
2020-08-09 19:19:57 +02:00 |
|
Victor Bombi
|
d335744253
|
generation for locations in structs_and_enums
|
2020-07-07 10:04:13 +02:00 |
|
Victor Bombi
|
6ddccdc1de
|
update readme for locations in struct_and_enums
|
2020-07-07 10:02:39 +02:00 |
|
Victor Bombi
|
45c3de9423
|
cpp2ffi: add locations to struct_and_enums
|
2020-07-07 10:02:21 +02:00 |
|
Victor Bombi
|
c1f0030b20
|
generate again
|
2020-06-30 09:41:01 +02:00 |
|