Mxx_ru 1.4.0 → 1.4.1
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.
data/THANKS
CHANGED
data/lib/mxx_ru/cpp/target.rb
CHANGED
@@ -837,7 +837,9 @@ module MxxRu
|
|
837
837
|
a_rc_file,
|
838
838
|
a_depends =nil )
|
839
839
|
|
840
|
-
@mxx_mswin_rc_file = MswinRcFile.new(
|
840
|
+
@mxx_mswin_rc_file = MswinRcFile.new(
|
841
|
+
create_full_src_file_name( a_rc_file ),
|
842
|
+
a_depends )
|
841
843
|
end
|
842
844
|
|
843
845
|
# Set compiled mswin resource file name.
|
data/lib/mxx_ru/version.rb
CHANGED
@@ -5,14 +5,17 @@ Mxx_ru::setup_target(
|
|
5
5
|
target( "mswin_res_exe" )
|
6
6
|
screen_mode( Mxx_ru::Cpp::SCREEN_WINDOW )
|
7
7
|
|
8
|
-
cpp_source( "main.cpp" )
|
9
|
-
|
10
8
|
mswin_rc_include_path( "h" )
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
9
|
+
|
10
|
+
sources_root( "src" ) {
|
11
|
+
cpp_source( "main.cpp" )
|
12
|
+
|
13
|
+
mswin_rc_file( "main.rc",
|
14
|
+
[ "h/res.h",
|
15
|
+
"res/tree_fol.bmp",
|
16
|
+
"res/tree_state_1.bmp",
|
17
|
+
"res/tree_state_2.bmp" ] )
|
18
|
+
}
|
16
19
|
|
17
20
|
lib( "user32.lib" )
|
18
21
|
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: Mxx_ru
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.4.
|
7
|
-
date: 2007-
|
6
|
+
version: 1.4.1
|
7
|
+
date: 2007-06-25 00:00:00 +04:00
|
8
8
|
summary: Mxx_ru (Make++ on Ruby) is a cross-platform build tool
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -31,11 +31,6 @@ authors:
|
|
31
31
|
files:
|
32
32
|
- bin/mxxrugen
|
33
33
|
- tests/c
|
34
|
-
- tests/cpp
|
35
|
-
- tests/mxx_ru
|
36
|
-
- tests/qt
|
37
|
-
- tests/test_with_compilation.rb
|
38
|
-
- tests/unix
|
39
34
|
- tests/c/pcre
|
40
35
|
- tests/c/pcre/chartables.c
|
41
36
|
- tests/c/pcre/config.h
|
@@ -56,92 +51,95 @@ files:
|
|
56
51
|
- tests/c/pcre/perltest
|
57
52
|
- tests/c/pcre/printint.c
|
58
53
|
- tests/c/pcre/study.c
|
54
|
+
- tests/cpp
|
59
55
|
- tests/cpp/cpp_sources_glob
|
60
|
-
- tests/cpp/mswin_res_dll
|
61
|
-
- tests/cpp/mswin_res_exe
|
62
|
-
- tests/cpp/o
|
63
|
-
- tests/cpp/rucodegen
|
64
|
-
- tests/cpp/rucodegen.embedded
|
65
|
-
- tests/cpp/textfile_unittest
|
66
|
-
- tests/cpp/toolset_name.rb
|
67
|
-
- tests/cpp/vc_cleanup
|
68
56
|
- tests/cpp/cpp_sources_glob/build.rb
|
69
57
|
- tests/cpp/cpp_sources_glob/some
|
70
|
-
- tests/cpp/cpp_sources_glob/tc_cpp_sources_glob.rb
|
71
58
|
- tests/cpp/cpp_sources_glob/some/module
|
72
59
|
- tests/cpp/cpp_sources_glob/some/module/1
|
60
|
+
- tests/cpp/cpp_sources_glob/some/module/1/f1.cpp
|
73
61
|
- tests/cpp/cpp_sources_glob/some/module/2
|
62
|
+
- tests/cpp/cpp_sources_glob/some/module/2/f2.cpp
|
74
63
|
- tests/cpp/cpp_sources_glob/some/module/3
|
64
|
+
- tests/cpp/cpp_sources_glob/some/module/3/f3.cpp
|
75
65
|
- tests/cpp/cpp_sources_glob/some/module/4
|
66
|
+
- tests/cpp/cpp_sources_glob/some/module/4/f4.cpp
|
76
67
|
- tests/cpp/cpp_sources_glob/some/module/funcs.hpp
|
77
68
|
- tests/cpp/cpp_sources_glob/some/module/main.cpp
|
78
69
|
- tests/cpp/cpp_sources_glob/some/module/prj.rb
|
79
|
-
- tests/cpp/cpp_sources_glob/
|
80
|
-
- tests/cpp/
|
81
|
-
- tests/cpp/cpp_sources_glob/some/module/3/f3.cpp
|
82
|
-
- tests/cpp/cpp_sources_glob/some/module/4/f4.cpp
|
70
|
+
- tests/cpp/cpp_sources_glob/tc_cpp_sources_glob.rb
|
71
|
+
- tests/cpp/mswin_res_dll
|
83
72
|
- tests/cpp/mswin_res_dll/build.rb
|
84
73
|
- tests/cpp/mswin_res_dll/dll.cpp
|
85
74
|
- tests/cpp/mswin_res_dll/dll.rb
|
86
75
|
- tests/cpp/mswin_res_dll/dll.rc
|
87
76
|
- tests/cpp/mswin_res_dll/h
|
77
|
+
- tests/cpp/mswin_res_dll/h/dll.hpp
|
78
|
+
- tests/cpp/mswin_res_dll/h/res.h
|
88
79
|
- tests/cpp/mswin_res_dll/main.cpp
|
89
80
|
- tests/cpp/mswin_res_dll/main.rb
|
90
81
|
- tests/cpp/mswin_res_dll/o
|
91
82
|
- tests/cpp/mswin_res_dll/res
|
92
|
-
- tests/cpp/mswin_res_dll/tc_mswin_res_dll.rb
|
93
|
-
- tests/cpp/mswin_res_dll/h/dll.hpp
|
94
|
-
- tests/cpp/mswin_res_dll/h/res.h
|
95
83
|
- tests/cpp/mswin_res_dll/res/tree_fol.bmp
|
96
84
|
- tests/cpp/mswin_res_dll/res/tree_state_1.bmp
|
97
85
|
- tests/cpp/mswin_res_dll/res/tree_state_2.bmp
|
86
|
+
- tests/cpp/mswin_res_dll/tc_mswin_res_dll.rb
|
87
|
+
- tests/cpp/mswin_res_exe
|
98
88
|
- tests/cpp/mswin_res_exe/build.rb
|
99
89
|
- tests/cpp/mswin_res_exe/h
|
100
|
-
- tests/cpp/mswin_res_exe/
|
101
|
-
- tests/cpp/mswin_res_exe/main.rc
|
90
|
+
- tests/cpp/mswin_res_exe/h/res.h
|
102
91
|
- tests/cpp/mswin_res_exe/o
|
103
92
|
- tests/cpp/mswin_res_exe/res
|
104
|
-
- tests/cpp/mswin_res_exe/tc_mswin_res_exe.rb
|
105
|
-
- tests/cpp/mswin_res_exe/h/res.h
|
106
93
|
- tests/cpp/mswin_res_exe/res/tree_fol.bmp
|
107
94
|
- tests/cpp/mswin_res_exe/res/tree_state_1.bmp
|
108
95
|
- tests/cpp/mswin_res_exe/res/tree_state_2.bmp
|
96
|
+
- tests/cpp/mswin_res_exe/src
|
97
|
+
- tests/cpp/mswin_res_exe/src/main.cpp
|
98
|
+
- tests/cpp/mswin_res_exe/src/main.rc
|
99
|
+
- tests/cpp/mswin_res_exe/tc_mswin_res_exe.rb
|
100
|
+
- tests/cpp/o
|
101
|
+
- tests/cpp/rucodegen
|
109
102
|
- tests/cpp/rucodegen/h
|
110
103
|
- tests/cpp/rucodegen/host_config.cpp
|
111
104
|
- tests/cpp/rucodegen/host_config.rb
|
112
105
|
- tests/cpp/rucodegen/impl
|
113
|
-
- tests/cpp/rucodegen/o
|
114
|
-
- tests/cpp/rucodegen/prj.rb
|
115
|
-
- tests/cpp/rucodegen/tc_rucodegen.rb
|
116
106
|
- tests/cpp/rucodegen/impl/conn_params.cpp
|
117
107
|
- tests/cpp/rucodegen/impl/conn_params.rb
|
118
108
|
- tests/cpp/rucodegen/impl/h
|
119
|
-
- tests/cpp/rucodegen/impl/o
|
120
109
|
- tests/cpp/rucodegen/impl/h/conn_params.hpp
|
110
|
+
- tests/cpp/rucodegen/impl/o
|
111
|
+
- tests/cpp/rucodegen/o
|
112
|
+
- tests/cpp/rucodegen/prj.rb
|
113
|
+
- tests/cpp/rucodegen/tc_rucodegen.rb
|
114
|
+
- tests/cpp/rucodegen.embedded
|
121
115
|
- tests/cpp/rucodegen.embedded/h
|
122
116
|
- tests/cpp/rucodegen.embedded/host_config.cpp
|
123
117
|
- tests/cpp/rucodegen.embedded/impl
|
124
|
-
- tests/cpp/rucodegen.embedded/o
|
125
|
-
- tests/cpp/rucodegen.embedded/prj.rb
|
126
|
-
- tests/cpp/rucodegen.embedded/tc_rucodegen.rb
|
127
118
|
- tests/cpp/rucodegen.embedded/impl/conn_params.cpp
|
128
119
|
- tests/cpp/rucodegen.embedded/impl/conn_params.rb
|
129
120
|
- tests/cpp/rucodegen.embedded/impl/h
|
130
|
-
- tests/cpp/rucodegen.embedded/impl/o
|
131
121
|
- tests/cpp/rucodegen.embedded/impl/h/conn_params.hpp
|
122
|
+
- tests/cpp/rucodegen.embedded/impl/o
|
123
|
+
- tests/cpp/rucodegen.embedded/o
|
124
|
+
- tests/cpp/rucodegen.embedded/prj.rb
|
125
|
+
- tests/cpp/rucodegen.embedded/tc_rucodegen.rb
|
126
|
+
- tests/cpp/textfile_unittest
|
132
127
|
- tests/cpp/textfile_unittest/build.rb
|
133
128
|
- tests/cpp/textfile_unittest/etalons
|
129
|
+
- tests/cpp/textfile_unittest/etalons/out_0.txt
|
130
|
+
- tests/cpp/textfile_unittest/etalons/out_1.txt
|
131
|
+
- tests/cpp/textfile_unittest/etalons/out_128.txt
|
134
132
|
- tests/cpp/textfile_unittest/main.cpp
|
135
133
|
- tests/cpp/textfile_unittest/o
|
136
134
|
- tests/cpp/textfile_unittest/prj.rb
|
137
135
|
- tests/cpp/textfile_unittest/prj.ut.rb
|
138
136
|
- tests/cpp/textfile_unittest/tc_textfile_unittest.rb
|
139
|
-
- tests/cpp/
|
140
|
-
- tests/cpp/
|
141
|
-
- tests/cpp/textfile_unittest/etalons/out_128.txt
|
137
|
+
- tests/cpp/toolset_name.rb
|
138
|
+
- tests/cpp/vc_cleanup
|
142
139
|
- tests/cpp/vc_cleanup/dll_hi.cpp
|
143
140
|
- tests/cpp/vc_cleanup/exe_hi.cpp
|
144
141
|
- tests/cpp/vc_cleanup/lib
|
142
|
+
- tests/cpp/vc_cleanup/lib/simple_target_root
|
145
143
|
- tests/cpp/vc_cleanup/lib_hi.cpp
|
146
144
|
- tests/cpp/vc_cleanup/o
|
147
145
|
- tests/cpp/vc_cleanup/prj_dll_no_implib.rb
|
@@ -154,36 +152,27 @@ files:
|
|
154
152
|
- tests/cpp/vc_cleanup/prj_lib_with_simple_target_root.rb
|
155
153
|
- tests/cpp/vc_cleanup/simple_target_root
|
156
154
|
- tests/cpp/vc_cleanup/tc_vc_cleanup.rb
|
157
|
-
- tests/
|
155
|
+
- tests/mxx_ru
|
158
156
|
- tests/mxx_ru/binary_library
|
159
|
-
- tests/mxx_ru/change_default_value
|
160
|
-
- tests/mxx_ru/generators
|
161
|
-
- tests/mxx_ru/lib_collection
|
162
|
-
- tests/mxx_ru/lib_path
|
163
|
-
- tests/mxx_ru/obj_placements
|
164
|
-
- tests/mxx_ru/opt_lib_ext
|
165
|
-
- tests/mxx_ru/plural_form_methods
|
166
|
-
- tests/mxx_ru/qt_gen
|
167
|
-
- tests/mxx_ru/target_ext
|
168
|
-
- tests/mxx_ru/tc_makestyle_generator.rb
|
169
|
-
- tests/mxx_ru/toolset
|
170
|
-
- tests/mxx_ru/vc8
|
171
157
|
- tests/mxx_ru/binary_library/tc_binary_library.rb
|
172
158
|
- tests/mxx_ru/binary_library/tc_binary_target_lib_methods.rb
|
159
|
+
- tests/mxx_ru/change_default_value
|
173
160
|
- tests/mxx_ru/change_default_value/ignoring_by_build_root
|
174
|
-
- tests/mxx_ru/change_default_value/ignoring_by_child_1
|
175
|
-
- tests/mxx_ru/change_default_value/ok
|
176
161
|
- tests/mxx_ru/change_default_value/ignoring_by_build_root/build.rb
|
177
162
|
- tests/mxx_ru/change_default_value/ignoring_by_build_root/child_1.rb
|
163
|
+
- tests/mxx_ru/change_default_value/ignoring_by_child_1
|
178
164
|
- tests/mxx_ru/change_default_value/ignoring_by_child_1/build.rb
|
179
165
|
- tests/mxx_ru/change_default_value/ignoring_by_child_1/child_1.rb
|
180
166
|
- tests/mxx_ru/change_default_value/ignoring_by_child_1/child_2.rb
|
167
|
+
- tests/mxx_ru/change_default_value/ok
|
181
168
|
- tests/mxx_ru/change_default_value/ok/build.rb
|
182
169
|
- tests/mxx_ru/change_default_value/ok/child_1.rb
|
170
|
+
- tests/mxx_ru/generators
|
183
171
|
- tests/mxx_ru/generators/cpp
|
184
172
|
- tests/mxx_ru/generators/cpp/tc_generator.rb
|
185
173
|
- tests/mxx_ru/generators/cpp/tc_options.rb
|
186
174
|
- tests/mxx_ru/generators/cpp/tc_template_params.rb
|
175
|
+
- tests/mxx_ru/lib_collection
|
187
176
|
- tests/mxx_ru/lib_collection/a.cpp
|
188
177
|
- tests/mxx_ru/lib_collection/a.hpp
|
189
178
|
- tests/mxx_ru/lib_collection/a.rb
|
@@ -216,6 +205,7 @@ files:
|
|
216
205
|
- tests/mxx_ru/lib_collection/main.cpp
|
217
206
|
- tests/mxx_ru/lib_collection/main.rb
|
218
207
|
- tests/mxx_ru/lib_collection/tc_lib_collection.rb
|
208
|
+
- tests/mxx_ru/lib_path
|
219
209
|
- tests/mxx_ru/lib_path/build.rb
|
220
210
|
- tests/mxx_ru/lib_path/bye.c
|
221
211
|
- tests/mxx_ru/lib_path/bye.rb
|
@@ -226,7 +216,9 @@ files:
|
|
226
216
|
- tests/mxx_ru/lib_path/main.c
|
227
217
|
- tests/mxx_ru/lib_path/main.rb
|
228
218
|
- tests/mxx_ru/lib_path/tc_lib_path.rb
|
219
|
+
- tests/mxx_ru/obj_placements
|
229
220
|
- tests/mxx_ru/obj_placements/tc_custom_subdir.rb
|
221
|
+
- tests/mxx_ru/opt_lib_ext
|
230
222
|
- tests/mxx_ru/opt_lib_ext/build.rb
|
231
223
|
- tests/mxx_ru/opt_lib_ext/hi.c
|
232
224
|
- tests/mxx_ru/opt_lib_ext/hi.h
|
@@ -235,8 +227,11 @@ files:
|
|
235
227
|
- tests/mxx_ru/opt_lib_ext/tc_opt_lib_ext.rb
|
236
228
|
- tests/mxx_ru/opt_lib_ext/test-no-ext.rb
|
237
229
|
- tests/mxx_ru/opt_lib_ext/test-with-ext.rb
|
230
|
+
- tests/mxx_ru/plural_form_methods
|
238
231
|
- tests/mxx_ru/plural_form_methods/tc.rb
|
232
|
+
- tests/mxx_ru/qt_gen
|
239
233
|
- tests/mxx_ru/qt_gen/tc_uic_result_subdir.rb
|
234
|
+
- tests/mxx_ru/target_ext
|
240
235
|
- tests/mxx_ru/target_ext/dll_hi.cpp
|
241
236
|
- tests/mxx_ru/target_ext/exe_hi.cpp
|
242
237
|
- tests/mxx_ru/target_ext/lib_hi.cpp
|
@@ -244,7 +239,10 @@ files:
|
|
244
239
|
- tests/mxx_ru/target_ext/prj_exe.rb
|
245
240
|
- tests/mxx_ru/target_ext/prj_lib.rb
|
246
241
|
- tests/mxx_ru/target_ext/tc_target_ext.rb
|
242
|
+
- tests/mxx_ru/tc_makestyle_generator.rb
|
243
|
+
- tests/mxx_ru/toolset
|
247
244
|
- tests/mxx_ru/toolset/tc_tag_search.rb
|
245
|
+
- tests/mxx_ru/vc8
|
248
246
|
- tests/mxx_ru/vc8/tc_actual_manifest.rb
|
249
247
|
- tests/mxx_ru/vc8/tc_append_mt_commands.rb
|
250
248
|
- tests/mxx_ru/vc8/tc_default_manifest.rb
|
@@ -252,26 +250,30 @@ files:
|
|
252
250
|
- tests/mxx_ru/vc8/tc_drop_default_manifest.rb
|
253
251
|
- tests/mxx_ru/vc8/tc_invalid_params.rb
|
254
252
|
- tests/mxx_ru/vc8/ts_vc8.rb
|
253
|
+
- tests/qt
|
255
254
|
- tests/qt/aclock
|
256
|
-
- tests/qt/iconview
|
257
|
-
- tests/qt/toplevel
|
258
255
|
- tests/qt/aclock/aclock.cpp
|
259
256
|
- tests/qt/aclock/aclock.h
|
260
257
|
- tests/qt/aclock/main.cpp
|
261
258
|
- tests/qt/aclock/prj.rb
|
259
|
+
- tests/qt/iconview
|
262
260
|
- tests/qt/iconview/main.cpp
|
263
261
|
- tests/qt/iconview/prj.rb
|
262
|
+
- tests/qt/toplevel
|
264
263
|
- tests/qt/toplevel/main.cpp
|
265
264
|
- tests/qt/toplevel/options.ui
|
266
265
|
- tests/qt/toplevel/prj.rb
|
266
|
+
- tests/test_with_compilation.rb
|
267
|
+
- tests/unix
|
267
268
|
- tests/unix/lib_linking_mode
|
268
|
-
- tests/unix/lib_order
|
269
269
|
- tests/unix/lib_linking_mode/a.hpp
|
270
270
|
- tests/unix/lib_linking_mode/a_shared.cpp
|
271
271
|
- tests/unix/lib_linking_mode/a_shared.rb
|
272
272
|
- tests/unix/lib_linking_mode/a_static.cpp
|
273
273
|
- tests/unix/lib_linking_mode/a_static.rb
|
274
274
|
- tests/unix/lib_linking_mode/etalon
|
275
|
+
- tests/unix/lib_linking_mode/etalon/shared.txt
|
276
|
+
- tests/unix/lib_linking_mode/etalon/static.txt
|
275
277
|
- tests/unix/lib_linking_mode/main.impl.cpp
|
276
278
|
- tests/unix/lib_linking_mode/main_conflict.cpp
|
277
279
|
- tests/unix/lib_linking_mode/main_conflict.rb
|
@@ -292,8 +294,7 @@ files:
|
|
292
294
|
- tests/unix/lib_linking_mode/out
|
293
295
|
- tests/unix/lib_linking_mode/tc_conflicted_build.rb
|
294
296
|
- tests/unix/lib_linking_mode/tc_normal_build.rb
|
295
|
-
- tests/unix/
|
296
|
-
- tests/unix/lib_linking_mode/etalon/static.txt
|
297
|
+
- tests/unix/lib_order
|
297
298
|
- tests/unix/lib_order/a.cpp
|
298
299
|
- tests/unix/lib_order/a.hpp
|
299
300
|
- tests/unix/lib_order/a.rb
|
@@ -318,13 +319,6 @@ files:
|
|
318
319
|
- lib/mxx_ru/cmd_line_option_processor.rb
|
319
320
|
- lib/mxx_ru/compat.rb
|
320
321
|
- lib/mxx_ru/cpp
|
321
|
-
- lib/mxx_ru/cpp.rb
|
322
|
-
- lib/mxx_ru/ex.rb
|
323
|
-
- lib/mxx_ru/generators
|
324
|
-
- lib/mxx_ru/makestyle_generator.rb
|
325
|
-
- lib/mxx_ru/textfile_unittest.rb
|
326
|
-
- lib/mxx_ru/util.rb
|
327
|
-
- lib/mxx_ru/version.rb
|
328
322
|
- lib/mxx_ru/cpp/analyzer.rb
|
329
323
|
- lib/mxx_ru/cpp/composite.rb
|
330
324
|
- lib/mxx_ru/cpp/detect_toolset.rb
|
@@ -332,13 +326,13 @@ files:
|
|
332
326
|
- lib/mxx_ru/cpp/mode.rb
|
333
327
|
- lib/mxx_ru/cpp/obj_placement.rb
|
334
328
|
- lib/mxx_ru/cpp/obj_placements
|
329
|
+
- lib/mxx_ru/cpp/obj_placements/custom_subdir.rb
|
335
330
|
- lib/mxx_ru/cpp/qt.rb
|
336
331
|
- lib/mxx_ru/cpp/rucodegen.rb
|
337
332
|
- lib/mxx_ru/cpp/source_file.rb
|
338
333
|
- lib/mxx_ru/cpp/target.rb
|
339
334
|
- lib/mxx_ru/cpp/toolset.rb
|
340
335
|
- lib/mxx_ru/cpp/toolsets
|
341
|
-
- lib/mxx_ru/cpp/obj_placements/custom_subdir.rb
|
342
336
|
- lib/mxx_ru/cpp/toolsets/bcc_win32_5.rb
|
343
337
|
- lib/mxx_ru/cpp/toolsets/bcc_win32_family.rb
|
344
338
|
- lib/mxx_ru/cpp/toolsets/c89_etk_nsk.rb
|
@@ -353,33 +347,38 @@ files:
|
|
353
347
|
- lib/mxx_ru/cpp/toolsets/vc7.rb
|
354
348
|
- lib/mxx_ru/cpp/toolsets/vc8.rb
|
355
349
|
- lib/mxx_ru/cpp/toolsets/vc_family.rb
|
350
|
+
- lib/mxx_ru/cpp.rb
|
351
|
+
- lib/mxx_ru/ex.rb
|
352
|
+
- lib/mxx_ru/generators
|
356
353
|
- lib/mxx_ru/generators/bin-unittest
|
357
|
-
- lib/mxx_ru/generators/cpp-composite
|
358
|
-
- lib/mxx_ru/generators/cpp-dll
|
359
|
-
- lib/mxx_ru/generators/cpp-exe
|
360
|
-
- lib/mxx_ru/generators/cpp-lib
|
361
|
-
- lib/mxx_ru/generators/cpp-lib-collection
|
362
|
-
- lib/mxx_ru/generators/impl
|
363
354
|
- lib/mxx_ru/generators/bin-unittest/g.rb
|
364
355
|
- lib/mxx_ru/generators/bin-unittest/template.erb
|
356
|
+
- lib/mxx_ru/generators/cpp-composite
|
365
357
|
- lib/mxx_ru/generators/cpp-composite/g.rb
|
358
|
+
- lib/mxx_ru/generators/cpp-dll
|
366
359
|
- lib/mxx_ru/generators/cpp-dll/g.rb
|
360
|
+
- lib/mxx_ru/generators/cpp-exe
|
367
361
|
- lib/mxx_ru/generators/cpp-exe/g.rb
|
362
|
+
- lib/mxx_ru/generators/cpp-lib
|
368
363
|
- lib/mxx_ru/generators/cpp-lib/g.rb
|
364
|
+
- lib/mxx_ru/generators/cpp-lib-collection
|
369
365
|
- lib/mxx_ru/generators/cpp-lib-collection/g.rb
|
366
|
+
- lib/mxx_ru/generators/impl
|
370
367
|
- lib/mxx_ru/generators/impl/cpp
|
371
|
-
- lib/mxx_ru/generators/impl/std_receiver.rb
|
372
368
|
- lib/mxx_ru/generators/impl/cpp/generation.rb
|
373
369
|
- lib/mxx_ru/generators/impl/cpp/template.erb
|
370
|
+
- lib/mxx_ru/generators/impl/std_receiver.rb
|
371
|
+
- lib/mxx_ru/makestyle_generator.rb
|
372
|
+
- lib/mxx_ru/textfile_unittest.rb
|
373
|
+
- lib/mxx_ru/util.rb
|
374
|
+
- lib/mxx_ru/version.rb
|
374
375
|
- examples/exe_and_lib
|
375
|
-
- examples/exe_dll_lib
|
376
|
-
- examples/exe_dll_lib_2
|
377
|
-
- examples/simple_exe
|
378
376
|
- examples/exe_and_lib/main.cpp
|
379
377
|
- examples/exe_and_lib/prj.rb
|
380
378
|
- examples/exe_and_lib/say.cpp
|
381
379
|
- examples/exe_and_lib/say.hpp
|
382
380
|
- examples/exe_and_lib/say.rb
|
381
|
+
- examples/exe_dll_lib
|
383
382
|
- examples/exe_dll_lib/inout.cpp
|
384
383
|
- examples/exe_dll_lib/inout.hpp
|
385
384
|
- examples/exe_dll_lib/inout.rb
|
@@ -388,22 +387,24 @@ files:
|
|
388
387
|
- examples/exe_dll_lib/say.cpp
|
389
388
|
- examples/exe_dll_lib/say.hpp
|
390
389
|
- examples/exe_dll_lib/say.rb
|
390
|
+
- examples/exe_dll_lib_2
|
391
391
|
- examples/exe_dll_lib_2/build.rb
|
392
392
|
- examples/exe_dll_lib_2/inout
|
393
|
-
- examples/exe_dll_lib_2/lib
|
394
|
-
- examples/exe_dll_lib_2/main
|
395
|
-
- examples/exe_dll_lib_2/say
|
396
393
|
- examples/exe_dll_lib_2/inout/inout.cpp
|
397
394
|
- examples/exe_dll_lib_2/inout/inout.hpp
|
398
395
|
- examples/exe_dll_lib_2/inout/o
|
399
396
|
- examples/exe_dll_lib_2/inout/prj.rb
|
397
|
+
- examples/exe_dll_lib_2/lib
|
398
|
+
- examples/exe_dll_lib_2/main
|
400
399
|
- examples/exe_dll_lib_2/main/main.cpp
|
401
400
|
- examples/exe_dll_lib_2/main/o
|
402
401
|
- examples/exe_dll_lib_2/main/prj.rb
|
402
|
+
- examples/exe_dll_lib_2/say
|
403
403
|
- examples/exe_dll_lib_2/say/o
|
404
404
|
- examples/exe_dll_lib_2/say/prj.rb
|
405
405
|
- examples/exe_dll_lib_2/say/say.cpp
|
406
406
|
- examples/exe_dll_lib_2/say/say.hpp
|
407
|
+
- examples/simple_exe
|
407
408
|
- examples/simple_exe/main.cpp
|
408
409
|
- examples/simple_exe/prj.rb
|
409
410
|
- THANKS
|
File without changes
|
File without changes
|