autoc 1.0 → 1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +2 -0
- data/doc/AutoC.html +2 -2
- data/doc/AutoC/Code.html +1 -1
- data/doc/AutoC/Collection.html +1 -1
- data/doc/AutoC/HashMap.html +1 -1
- data/doc/AutoC/HashSet.html +1 -1
- data/doc/AutoC/List.html +1 -1
- data/doc/AutoC/Module.html +1 -1
- data/doc/AutoC/Module/File.html +1 -1
- data/doc/AutoC/Module/Header.html +1 -1
- data/doc/AutoC/Module/Source.html +1 -1
- data/doc/AutoC/Priority.html +1 -1
- data/doc/AutoC/Queue.html +1 -1
- data/doc/AutoC/Type.html +1 -1
- data/doc/AutoC/UserDefinedType.html +1 -1
- data/doc/AutoC/Vector.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/top-level-namespace.html +1 -1
- data/lib/autoc.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78159f85450c667707482b092f361283a2522fe8
|
4
|
+
data.tar.gz: 7449b397c265e86764d612c4da5760bca36a2730
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 540e26c27f53eaaefd23ffa45668ac2e04bf4d471868cb2edb0aff9c9a4817292d12acb4c406febc0c4298b5b4bc63dc51d13eb2eefb4bdd8ad2e70ac78ecc90
|
7
|
+
data.tar.gz: 1c4fa2eea13bca4e9800b612dfca196e0c32f091cea8414b338542926282cf062d2d4a084a5383597d65d13db2d22e695815dcc13ba97f09be4ce8d862a122df
|
data/.yardopts
ADDED
data/doc/AutoC.html
CHANGED
@@ -147,7 +147,7 @@ Should the major incompatible changes be made, the new release 2.0 will be intro
|
|
147
147
|
<dt id="VERSION-constant" class="">VERSION =
|
148
148
|
|
149
149
|
</dt>
|
150
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.
|
150
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.1</span><span class='tstring_end'>"</span></span></pre></dd>
|
151
151
|
|
152
152
|
</dl>
|
153
153
|
|
@@ -236,7 +236,7 @@ Should the major incompatible changes be made, the new release 2.0 will be intro
|
|
236
236
|
</div>
|
237
237
|
|
238
238
|
<div id="footer">
|
239
|
-
Generated on
|
239
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
240
240
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
241
241
|
0.8.7.4 (ruby-2.0.0).
|
242
242
|
</div>
|
data/doc/AutoC/Code.html
CHANGED
@@ -511,7 +511,7 @@
|
|
511
511
|
</div>
|
512
512
|
|
513
513
|
<div id="footer">
|
514
|
-
Generated on
|
514
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
515
515
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
516
516
|
0.8.7.4 (ruby-2.0.0).
|
517
517
|
</div>
|
data/doc/AutoC/Collection.html
CHANGED
@@ -914,7 +914,7 @@ the collection being iterated <strong>must not</strong> be modified in any way o
|
|
914
914
|
</div>
|
915
915
|
|
916
916
|
<div id="footer">
|
917
|
-
Generated on
|
917
|
+
Generated on Mon Jun 9 18:28:03 2014 by
|
918
918
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
919
919
|
0.8.7.4 (ruby-2.0.0).
|
920
920
|
</div>
|
data/doc/AutoC/HashMap.html
CHANGED
@@ -1152,7 +1152,7 @@ Destroy an element bound to that key.
|
|
1152
1152
|
</div>
|
1153
1153
|
|
1154
1154
|
<div id="footer">
|
1155
|
-
Generated on
|
1155
|
+
Generated on Mon Jun 9 18:28:03 2014 by
|
1156
1156
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1157
1157
|
0.8.7.4 (ruby-2.0.0).
|
1158
1158
|
</div>
|
data/doc/AutoC/HashSet.html
CHANGED
@@ -1113,7 +1113,7 @@ Replaced element is destroyed.
|
|
1113
1113
|
</div>
|
1114
1114
|
|
1115
1115
|
<div id="footer">
|
1116
|
-
Generated on
|
1116
|
+
Generated on Mon Jun 9 18:28:03 2014 by
|
1117
1117
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1118
1118
|
0.8.7.4 (ruby-2.0.0).
|
1119
1119
|
</div>
|
data/doc/AutoC/List.html
CHANGED
@@ -993,7 +993,7 @@ If <code>count</code> is negative, <em>all</em> occurrences are removed instead.
|
|
993
993
|
</div>
|
994
994
|
|
995
995
|
<div id="footer">
|
996
|
-
Generated on
|
996
|
+
Generated on Mon Jun 9 18:28:03 2014 by
|
997
997
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
998
998
|
0.8.7.4 (ruby-2.0.0).
|
999
999
|
</div>
|
data/doc/AutoC/Module.html
CHANGED
@@ -942,7 +942,7 @@
|
|
942
942
|
</div>
|
943
943
|
|
944
944
|
<div id="footer">
|
945
|
-
Generated on
|
945
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
946
946
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
947
947
|
0.8.7.4 (ruby-2.0.0).
|
948
948
|
</div>
|
data/doc/AutoC/Module/File.html
CHANGED
@@ -403,7 +403,7 @@
|
|
403
403
|
</div>
|
404
404
|
|
405
405
|
<div id="footer">
|
406
|
-
Generated on
|
406
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
407
407
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
408
408
|
0.8.7.4 (ruby-2.0.0).
|
409
409
|
</div>
|
@@ -423,7 +423,7 @@
|
|
423
423
|
</div>
|
424
424
|
|
425
425
|
<div id="footer">
|
426
|
-
Generated on
|
426
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
427
427
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
428
428
|
0.8.7.4 (ruby-2.0.0).
|
429
429
|
</div>
|
@@ -695,7 +695,7 @@
|
|
695
695
|
</div>
|
696
696
|
|
697
697
|
<div id="footer">
|
698
|
-
Generated on
|
698
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
699
699
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
700
700
|
0.8.7.4 (ruby-2.0.0).
|
701
701
|
</div>
|
data/doc/AutoC/Priority.html
CHANGED
@@ -129,7 +129,7 @@
|
|
129
129
|
</div>
|
130
130
|
|
131
131
|
<div id="footer">
|
132
|
-
Generated on
|
132
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
133
133
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
134
134
|
0.8.7.4 (ruby-2.0.0).
|
135
135
|
</div>
|
data/doc/AutoC/Queue.html
CHANGED
@@ -1158,7 +1158,7 @@ Non-zero value of <code>forward</code> specifies a forward iterator, zero value
|
|
1158
1158
|
</div>
|
1159
1159
|
|
1160
1160
|
<div id="footer">
|
1161
|
-
Generated on
|
1161
|
+
Generated on Mon Jun 9 18:28:03 2014 by
|
1162
1162
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1163
1163
|
0.8.7.4 (ruby-2.0.0).
|
1164
1164
|
</div>
|
data/doc/AutoC/Type.html
CHANGED
@@ -1143,7 +1143,7 @@
|
|
1143
1143
|
</div>
|
1144
1144
|
|
1145
1145
|
<div id="footer">
|
1146
|
-
Generated on
|
1146
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
1147
1147
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1148
1148
|
0.8.7.4 (ruby-2.0.0).
|
1149
1149
|
</div>
|
@@ -646,7 +646,7 @@
|
|
646
646
|
</div>
|
647
647
|
|
648
648
|
<div id="footer">
|
649
|
-
Generated on
|
649
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
650
650
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
651
651
|
0.8.7.4 (ruby-2.0.0).
|
652
652
|
</div>
|
data/doc/AutoC/Vector.html
CHANGED
@@ -847,7 +847,7 @@ Non-zero value of <code>forward</code> specifies a forward iterator, zero value
|
|
847
847
|
</div>
|
848
848
|
|
849
849
|
<div id="footer">
|
850
|
-
Generated on
|
850
|
+
Generated on Mon Jun 9 18:28:03 2014 by
|
851
851
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
852
852
|
0.8.7.4 (ruby-2.0.0).
|
853
853
|
</div>
|
data/doc/_index.html
CHANGED
@@ -290,7 +290,7 @@
|
|
290
290
|
</div>
|
291
291
|
|
292
292
|
<div id="footer">
|
293
|
-
Generated on
|
293
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
294
294
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
295
295
|
0.8.7.4 (ruby-2.0.0).
|
296
296
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -103,7 +103,7 @@
|
|
103
103
|
</div></div></div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on
|
106
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
108
|
0.8.7.4 (ruby-2.0.0).
|
109
109
|
</div>
|
data/doc/index.html
CHANGED
@@ -103,7 +103,7 @@
|
|
103
103
|
</div></div></div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on
|
106
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
108
|
0.8.7.4 (ruby-2.0.0).
|
109
109
|
</div>
|
@@ -103,7 +103,7 @@
|
|
103
103
|
</div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on
|
106
|
+
Generated on Mon Jun 9 18:28:02 2014 by
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
108
|
0.8.7.4 (ruby-2.0.0).
|
109
109
|
</div>
|
data/lib/autoc.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autoc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '1.
|
4
|
+
version: '1.1'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oleg A. Khlybov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
14
|
AutoC is a collection of Ruby modules related to automatic C source code generation:
|
@@ -63,6 +63,7 @@ files:
|
|
63
63
|
- test/test_auto.c
|
64
64
|
- test/test_auto.h
|
65
65
|
- README
|
66
|
+
- .yardopts
|
66
67
|
homepage: http://autoc.sourceforge.net/
|
67
68
|
licenses:
|
68
69
|
- BSD
|