Tizen 2.1 base tizen_2.1 2.1b_release 2.2_release accepted/tizen_2.1/20130425.025109 submit/tizen_2.1/20130424.224917 submit/tizen_2.2/20130714.145315
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:42:02 +0000 (01:42 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:42:02 +0000 (01:42 +0900)
commit8f318e6859736fb9382b0b206848eec23a5e4896
tree46622d70cd6f62f7999dcad7a25f3ac098b05316
parent776b3a8484bea3bf4f7c0625a9f7cbcef0fd1fa5
Tizen 2.1 base
92 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
admin/CMakeModules/FindCompilerAttribute.cmake [new file with mode: 0644]
admin/CMakeModules/FindCompilerFlagsSet.cmake [new file with mode: 0644]
admin/CMakeModules/FindCompilerVisibility.cmake [new file with mode: 0644]
admin/CMakeModules/FindConfigHelper.cmake [new file with mode: 0644]
admin/CMakeModules/FindSleepFunction.cmake [new file with mode: 0644]
admin/Makefile.am [new file with mode: 0644]
admin/Makefile.in [new file with mode: 0644]
admin/RPM/freealut.spec.in [new file with mode: 0644]
admin/VisualStudio6/alut.dsw [new file with mode: 0644]
admin/VisualStudio6/alut/alut.dsp [new file with mode: 0644]
admin/VisualStudio6/hello_world/hello_world.dsp [new file with mode: 0644]
admin/VisualStudio6/playfile/playfile.dsp [new file with mode: 0644]
admin/VisualStudioDotNET/alut.sln [new file with mode: 0644]
admin/VisualStudioDotNET/alut/alut.vcproj [new file with mode: 0644]
admin/VisualStudioDotNET/hello_world/hello_world.vcproj [new file with mode: 0644]
admin/VisualStudioDotNET/playfile/playfile.vcproj [new file with mode: 0644]
admin/autotools/.indent.pro [new file with mode: 0644]
admin/autotools/compile [new file with mode: 0755]
admin/autotools/config.guess [new file with mode: 0755]
admin/autotools/config.sub [new file with mode: 0755]
admin/autotools/depcomp [new file with mode: 0755]
admin/autotools/install-sh [new file with mode: 0755]
admin/autotools/ltmain.sh [new file with mode: 0755]
admin/autotools/m4/alut_c__attribute.m4 [new file with mode: 0644]
admin/autotools/m4/alut_check_cflags_wall.m4 [new file with mode: 0644]
admin/autotools/m4/alut_check_flag.m4 [new file with mode: 0644]
admin/autotools/m4/alut_check_func.m4 [new file with mode: 0644]
admin/autotools/m4/alut_eval_stderr.m4 [new file with mode: 0644]
admin/autotools/m4/libtool.m4 [new file with mode: 0644]
admin/autotools/m4/ltoptions.m4 [new file with mode: 0644]
admin/autotools/m4/ltsugar.m4 [new file with mode: 0644]
admin/autotools/m4/ltversion.m4 [new file with mode: 0644]
admin/autotools/m4/lt~obsolete.m4 [new file with mode: 0644]
admin/autotools/missing [new file with mode: 0755]
admin/pkgconfig/Makefile.am [new file with mode: 0644]
admin/pkgconfig/Makefile.in [new file with mode: 0644]
admin/pkgconfig/freealut-config.in [new file with mode: 0644]
admin/pkgconfig/freealut.pc.in [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
config.guess [new file with mode: 0644]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
doc/alut.css [new file with mode: 0644]
doc/alut.html [new file with mode: 0644]
examples/Makefile.am [new file with mode: 0644]
examples/Makefile.in [new file with mode: 0644]
examples/hello_world.c [new file with mode: 0644]
examples/playfile.c [new file with mode: 0644]
freealut.manifest [new file with mode: 0755]
include/AL/alut.h [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/Makefile.in [new file with mode: 0644]
packaging/freealut.spec [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/README [new file with mode: 0644]
src/alutBufferData.c [new file with mode: 0644]
src/alutCodec.c [new file with mode: 0644]
src/alutError.c [new file with mode: 0644]
src/alutInit.c [new file with mode: 0644]
src/alutInputStream.c [new file with mode: 0644]
src/alutInternal.h [new file with mode: 0644]
src/alutLoader.c [new file with mode: 0644]
src/alutOutputStream.c [new file with mode: 0644]
src/alutUtil.c [new file with mode: 0644]
src/alutVersion.c [new file with mode: 0644]
src/alutWaveform.c [new file with mode: 0644]
src/helloworld.wav [new file with mode: 0644]
test_suite/Makefile.am [new file with mode: 0644]
test_suite/Makefile.in [new file with mode: 0644]
test_suite/README [new file with mode: 0644]
test_suite/file1.wav [new file with mode: 0644]
test_suite/file2.au [new file with mode: 0644]
test_suite/file3.raw [new file with mode: 0644]
test_suite/test_errorstuff.c [new file with mode: 0644]
test_suite/test_fileloader.c [new file with mode: 0644]
test_suite/test_memoryloader.c [new file with mode: 0644]
test_suite/test_retrostuff.c [new file with mode: 0644]
test_suite/test_version.c [new file with mode: 0644]
test_suite/test_waveforms.c [new file with mode: 0644]