Log In
cross
/
apimagic
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
383aa6
created skeleton.
Authored and Committed by
midipix
8 years ago
raw
patch
tree
parent
38 files changed.
2749 lines added
.
0 lines removed
.
Makefile.in
file added
+299
config.project
file added
+49
config.usage
file added
+77
configure
file added
+432
include/apimagic/apimagic.h
file added
+88
include/apimagic/apimagic_api.h
file added
+35
project/arch.mk
file added
+0
project/common.mk
file added
+8
project/defs.mk
file added
+44
project/depends.mk
file added
+0
project/extras.mk
file added
+3
project/headers.mk
file added
+9
project/overrides.mk
file added
+0
project/tree.mk
file added
+8
src/apimagic.c
file added
+66
src/driver/amgc_driver_ctx.c
file added
+183
src/driver/amgc_unit_ctx.c
file added
+62
src/internal/apimagic_driver_impl.h
file added
+27
src/internal/argv/argv.h
file added
+880
src/logic/amgc_map_input.c
file added
+51
src/skin/amgc_skin_default.c
file added
+12
sysinfo/host/host.sh
file added
+82
sysinfo/host/i686-nt32-midipix.mk
file added
+5
sysinfo/host/i686-unknown-linux.mk
file added
+5
sysinfo/host/i686-w64-mingw32.mk
file added
+5
sysinfo/host/native.mk
file added
+45
sysinfo/host/x86_64-nt64-midipix.mk
file added
+5
sysinfo/host/x86_64-unknown-linux.mk
file added
+5
sysinfo/host/x86_64-w64-mingw32.mk
file added
+5
sysinfo/os/bsd.mk
file added
+10
sysinfo/os/darwin.mk
file added
+10
sysinfo/os/linux.mk
file added
+10
sysinfo/os/midipix.mk
file added
+14
sysinfo/os/mingw.mk
file added
+15
sysinfo/toolchain/clang.mk
file added
+48
sysinfo/toolchain/cparser.mk
file added
+48
sysinfo/toolchain/gcc.mk
file added
+43
sysinfo/version.sh
file added
+61
created skeleton.
Makefile.in
file added
+299
config.project
file added
+49
config.usage
file added
+77
configure
file added
+432
include/apimagic/apimagic.h
file added
+88
include/apimagic/apimagic_api.h
file added
+35
project/arch.mk
file added
+0
empty file added
project/common.mk
file added
+8
project/defs.mk
file added
+44
project/depends.mk
file added
+0
empty file added
project/extras.mk
file added
+3
project/headers.mk
file added
+9
project/overrides.mk
file added
+0
empty file added
project/tree.mk
file added
+8
src/apimagic.c
file added
+66
src/driver/amgc_driver_ctx.c
file added
+183
src/driver/amgc_unit_ctx.c
file added
+62
src/internal/apimagic_driver_impl.h
file added
+27
src/internal/argv/argv.h
file added
+880
src/logic/amgc_map_input.c
file added
+51
src/skin/amgc_skin_default.c
file added
+12
sysinfo/host/host.sh
file added
+82
sysinfo/host/i686-nt32-midipix.mk
file added
+5
sysinfo/host/i686-unknown-linux.mk
file added
+5
sysinfo/host/i686-w64-mingw32.mk
file added
+5
sysinfo/host/native.mk
file added
+45
sysinfo/host/x86_64-nt64-midipix.mk
file added
+5
sysinfo/host/x86_64-unknown-linux.mk
file added
+5
sysinfo/host/x86_64-w64-mingw32.mk
file added
+5
sysinfo/os/bsd.mk
file added
+10
sysinfo/os/darwin.mk
file added
+10
sysinfo/os/linux.mk
file added
+10
sysinfo/os/midipix.mk
file added
+14
sysinfo/os/mingw.mk
file added
+15
sysinfo/toolchain/clang.mk
file added
+48
sysinfo/toolchain/cparser.mk
file added
+48
sysinfo/toolchain/gcc.mk
file added
+43
sysinfo/version.sh
file added
+61