Commit graph

26 commits

Author SHA1 Message Date
Vinzenz Schroeter c65b735f57 generic wrap
Some checks failed
Rust / build-gnu-apt (pull_request) Successful in 2m4s
Rust / build-size-gnu-unstable (pull_request) Failing after 2m44s
2025-06-26 22:36:57 +02:00
Vinzenz Schroeter 5beea6151a wip generic wrap 2025-06-26 20:42:31 +02:00
Vinzenz Schroeter 82696b2d1a add slice modifier
Some checks failed
Rust / build-gnu-apt (pull_request) Successful in 2m7s
Rust / build-size-gnu-unstable (pull_request) Failing after 2m48s
2025-06-26 19:26:41 +02:00
Vinzenz Schroeter 39c7c27c86 implement return modifiers 2025-06-26 18:59:46 +02:00
Vinzenz Schroeter 0968605d0b cleanups, add semicolon everywhere 2025-06-26 17:29:03 +02:00
Vinzenz Schroeter e8f11c08ea add parameter modifiers 2025-06-23 23:28:30 +02:00
Vinzenz Schroeter 664625402f move where the modifier is 2025-06-23 21:36:01 +02:00
Vinzenz Schroeter 323ba6128e add move fn to dsl, rename SPCommand to GenericCommand, remove DisplayBitVec command 2025-06-23 20:26:22 +02:00
Vinzenz Schroeter e434130784 unifiy special handling of params and return 2025-06-23 19:43:52 +02:00
Vinzenz Schroeter 92ce27af68 simplify property exports 2025-06-23 19:43:23 +02:00
Vinzenz Schroeter 7a836783e1 rename function to ...try to indicate possible null return 2025-06-22 13:00:32 +02:00
Vinzenz Schroeter b4730ffdf3 container macro code dedup 2025-06-22 12:52:53 +02:00
Vinzenz Schroeter 8116375fd0 more type name based naming 2025-06-22 12:28:37 +02:00
Vinzenz Schroeter 8f13ba61f0 remove _ from type names in function names 2025-06-22 00:14:06 +02:00
Vinzenz Schroeter 500cbbc872 add prefix centrally 2025-06-21 23:51:10 +02:00
Vinzenz Schroeter 1eb59d986a wrap_command macro 2025-06-21 23:47:42 +02:00
Vinzenz Schroeter 18f0be072a fix docs, misc tweaks 2025-06-19 18:32:07 +02:00
Vinzenz Schroeter c492cfab6b even more functions wrapped with macro 2025-06-18 22:40:04 +02:00
Vinzenz Schroeter 21987d05f3 use macros in macros
Some checks failed
Rust / build-gnu-apt (pull_request) Successful in 2m0s
Rust / build-size-gnu-unstable (pull_request) Failing after 2m48s
2025-06-18 20:42:33 +02:00
Vinzenz Schroeter 27f231eba0 wrap_function without defined signature 2025-06-18 20:42:33 +02:00
Vinzenz Schroeter bf4e351514 tweak dsl 2025-06-18 20:42:33 +02:00
Vinzenz Schroeter 35e9c36ccd multiple methods in one macro invocation 2025-06-18 20:42:33 +02:00
Vinzenz Schroeter 75e2df41fe export value fields via macro
Some checks failed
Rust / build-gnu-apt (pull_request) Failing after 1m31s
Rust / build-size-gnu-unstable (pull_request) Failing after 42s
2025-06-17 23:56:11 +02:00
Vinzenz Schroeter 514c0304b8 clone and free with :: syntax 2025-06-17 22:11:10 +02:00
Vinzenz Schroeter 9756ef39b7 wrap normal methods with macro
Some checks failed
Rust / build-gnu-apt (pull_request) Failing after 1m31s
Rust / build-size-gnu-unstable (pull_request) Failing after 43s
2025-06-17 22:02:31 +02:00
Vinzenz Schroeter 02f629c68b generate some functions with macros, cbindgen 0.29 2025-06-16 21:45:27 +02:00