25 changed files with
27 additions and
3 deletions
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'casts "casts.so")
|
|
|
|
|
(include "../schemerunme/casts.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'char_constant "char_constant.so")
|
|
|
|
|
(include "../schemerunme/char_constant.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'class_ignore "class_ignore.so")
|
|
|
|
|
(include "../schemerunme/class_ignore.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'constover "constover.so")
|
|
|
|
|
(include "../schemerunme/constover.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'contract "contract.so")
|
|
|
|
|
(include "../schemerunme/contract.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'cpp_namespace "cpp_namespace.so")
|
|
|
|
|
(include "../schemerunme/cpp_namespace.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'dynamic_cast "dynamic_cast.so")
|
|
|
|
|
(include "../schemerunme/dynamic_cast.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'import_nomodule "import_nomodule.so")
|
|
|
|
|
(include "../schemerunme/import_nomodule.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,3 @@
|
|
|
|
|
(load-library 'imports_a "imports_a.so")
|
|
|
|
|
(load-library 'imports_b "imports_b.so")
|
|
|
|
|
(include "../schemerunme/imports.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'inherit_missing "inherit_missing.so")
|
|
|
|
|
(include "../schemerunme/inherit_missing.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'list_vector "list_vector.so")
|
|
|
|
|
(include "../schemerunme/list_vector.scm")
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
;; this doesn't work yet :(
|
|
|
|
|
;;(include "../schemerunme/multivalue.scm")
|
|
|
|
|
(load-library 'multivalue "multivalue.so")
|
|
|
|
|
(include "../schemerunme/multivalue.scm")
|
|
|
|
|
(exit 0)
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'name "name.so")
|
|
|
|
|
(include "../schemerunme/name.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'overload_complicated "overload_complicated.so")
|
|
|
|
|
(include "../schemerunme/overload_complicated.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'overload_copy "overload_copy.so")
|
|
|
|
|
(include "../schemerunme/overload_copy.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'overload_extend "overload_extend.so")
|
|
|
|
|
(include "../schemerunme/overload_extend.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'overload_simple "overload_simple.so")
|
|
|
|
|
(include "../schemerunme/overload_simple.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'overload_subtype "overload_subtype.so")
|
|
|
|
|
(include "../schemerunme/overload_subtype.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'pointer_in_out "pointer_in_out.so")
|
|
|
|
|
(include "../schemerunme/pointer_in_out.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'reference_global_vars "reference_global_vars.so")
|
|
|
|
|
(include "../schemerunme/reference_global_vars.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'typedef_inherit "typedef_inherit.so")
|
|
|
|
|
(include "../schemerunme/typedef_inherit.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'typename "typename.so")
|
|
|
|
|
(include "../schemerunme/typename.scm")
|
|
|
|
|
|
|
|
|
|
@ -1 +1,2 @@
|
|
|
|
|
(load-library 'unions "unions.so")
|
|
|
|
|
(include "../schemerunme/unions.scm")
|
|
|
|
|
|