]> Nishi Git Mirror - gwion.git/commit
:shirt: Clean headers (use gwion_env.h)
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 8 Nov 2019 01:40:10 +0000 (02:40 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 8 Nov 2019 13:17:14 +0000 (14:17 +0100)
commit9fba2862b3ba48a97a4497d48e9d98353f3f2221
tree826c81335e570c5e160e4eb519f370d756eac3bc
parente5316d0bb7e689f98434b88770acbf83db6de5d3
:shirt: Clean headers (use gwion_env.h)
74 files changed:
include/env/context.h [moved from include/context.h with 100% similarity]
include/env/env.h [moved from include/env.h with 100% similarity]
include/env/func.h [moved from include/func.h with 100% similarity]
include/env/nspc.h [moved from include/nspc.h with 100% similarity]
include/env/oo.h [moved from include/oo.h with 100% similarity]
include/env/type.h [moved from include/type.h with 100% similarity]
include/env/value.h [moved from include/value.h with 100% similarity]
include/gwion_env.h [new file with mode: 0644]
include/parse.h
src/arg.c
src/compile.c
src/emit/emit.c
src/emit/emitter.c
src/emit/escape.c
src/emit/memoize.c
src/gwion.c
src/gwiondata.c
src/import/cdef.c
src/import/checker.c
src/import/enum.c
src/import/fdef.c
src/import/internals.c
src/import/item.c
src/import/oper.c
src/import/special.c
src/import/tdef.c
src/import/type.c
src/import/udef.c
src/lib/array.c
src/lib/complex.c
src/lib/engine.c
src/lib/event.c
src/lib/func.c
src/lib/gack.c
src/lib/instr.c
src/lib/modules.c
src/lib/object.c
src/lib/opfunc.c
src/lib/prim.c
src/lib/ptr.c
src/lib/shred.c
src/lib/string.c
src/lib/tuple.c
src/lib/ugen.c
src/lib/vararg.c
src/lib/vec.c
src/main.c
src/oo/context.c
src/oo/env.c
src/oo/env_utils.c
src/oo/nspc.c
src/oo/type.c
src/oo/value.c
src/parse/check.c
src/parse/did_you_mean.c
src/parse/func.c
src/parse/operator.c
src/parse/scan0.c
src/parse/scan1.c
src/parse/scan2.c
src/parse/scanx.c
src/parse/stage.c
src/parse/template.c
src/parse/traverse.c
src/parse/type_decl.c
src/parse/type_utils.c
src/pass.c
src/plug.c
src/vm/driver.c
src/vm/shreduler.c
src/vm/vm.c
src/vm/vm_code.c
src/vm/vm_name.c
src/vm/vm_shred.c