metababel 0.0.5 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34978d200c5c83d859b981dd4213dbb580b45bd1df2168ecf3ca6c14c357d8cf
4
- data.tar.gz: 57627a9fe43e8264867521661168fea50e9f46b2911dade65cbae364d737469e
3
+ metadata.gz: 2f9cdd491e69bf7414791f771ed3902bb4d8ba27dd28c6b2e66bb677662a6c9d
4
+ data.tar.gz: 13c2e7c0c201b9a3f51d55e8ea9438284f77285ad6f8c640f20567c88e5f6f88
5
5
  SHA512:
6
- metadata.gz: 3cb392b168b06ca0745d6807479a2cec8d63c10e9d7ecf69fa12908ac97d8edfb65388ecd13bb6557263162956546e88d32ea7bdb8d48066c4c41f91b9701681
7
- data.tar.gz: 8fe12ff2a6fcb7ade72c57cfa492915cf6ac156fb1437dcb5504c61f7c7bc71bddac0fbda057c3304f50c2f157ab51def0c9847ad34d6c934830144d5c2e73c4
6
+ metadata.gz: a908872fc837088e86f43aa08ca113795287c35a3d249c140295c9471089cc418b8ff8cab7dc7817acb0193df5d42c2fd51d191cd63ef1d22539b0428d2c5180
7
+ data.tar.gz: e7d44bcafe7a4be48336a5da021f911b31db8877d06b7d7c6c3918ee520adbd51093567d9a502a6a52395b490d306b04ede726be97dceaea7b8e2b6276025993
@@ -1,3 +1,3 @@
1
1
  module Metababel
2
- VERSION = '0.0.5'
2
+ VERSION = '0.1.0'
3
3
  end
@@ -14,8 +14,13 @@ struct common_data_s;
14
14
  typedef struct common_data_s common_data_t;
15
15
 
16
16
  // Params
17
+ // Avoid icx error: empty struct has size 0 in C, size 1 in C++ [-Werror,-Wextern-c-compat]
17
18
  struct btx_params_s {
19
+ <% if params_declaration %>
18
20
  <%= params_declaration %>
21
+ <% else %>
22
+ int dummy;
23
+ <% end %>
19
24
 
20
25
  }; <%# Need empty line for nice code gen %>
21
26
  typedef struct btx_params_s btx_params_t;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metababel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Applencourt
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-07-05 00:00:00.000000000 Z
13
+ date: 2023-08-16 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description:
16
16
  email: