Initial import of ETL
authordarco <darco@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 24 Mar 2005 18:56:38 +0000 (18:56 +0000)
committerdarco <darco@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 24 Mar 2005 18:56:38 +0000 (18:56 +0000)
commitb3016b249333ac0ab0008d8c6c4d9029b2ff30c9
treec79faaa145d2728175fe2171df4a4c97e2f41d96
parent7f4273493da74d7d5746a65551e20c7786d0f155
Initial import of ETL

git-svn-id: http://svn.voria.com/code@1 1f10aa63-cdf2-0310-b900-c93c546f37ac
113 files changed:
ETL/trunk/.cvsignore [new file with mode: 0644]
ETL/trunk/ChangeLog [new file with mode: 0644]
ETL/trunk/ETL-config.in [new file with mode: 0644]
ETL/trunk/ETL.kdevprj [new file with mode: 0644]
ETL/trunk/ETL.pbproj/darco.mode1 [new file with mode: 0755]
ETL/trunk/ETL.pbproj/darco.pbxuser [new file with mode: 0755]
ETL/trunk/ETL.pbproj/etl_profile.h [new file with mode: 0644]
ETL/trunk/ETL.pbproj/frameworkfix.cpp [new file with mode: 0644]
ETL/trunk/ETL.pbproj/project.pbxproj [new file with mode: 0755]
ETL/trunk/ETL.pc.in [new file with mode: 0644]
ETL/trunk/ETL.prj [new file with mode: 0644]
ETL/trunk/ETL/.cvsignore [new file with mode: 0644]
ETL/trunk/ETL/Makefile.am [new file with mode: 0644]
ETL/trunk/ETL/_angle.h [new file with mode: 0644]
ETL/trunk/ETL/_bezier.h [new file with mode: 0644]
ETL/trunk/ETL/_bezier_angle.h [new file with mode: 0644]
ETL/trunk/ETL/_bit_rotate.h [new file with mode: 0644]
ETL/trunk/ETL/_boxblur.h [new file with mode: 0644]
ETL/trunk/ETL/_bspline.h [new file with mode: 0644]
ETL/trunk/ETL/_calculus.h [new file with mode: 0644]
ETL/trunk/ETL/_clock_base.h [new file with mode: 0644]
ETL/trunk/ETL/_clock_gettimeofday.h [new file with mode: 0644]
ETL/trunk/ETL/_clock_system.h [new file with mode: 0644]
ETL/trunk/ETL/_clock_win32hpcount.h [new file with mode: 0644]
ETL/trunk/ETL/_condition.h [new file with mode: 0644]
ETL/trunk/ETL/_curve.h [new file with mode: 0644]
ETL/trunk/ETL/_curve_func.h [new file with mode: 0644]
ETL/trunk/ETL/_fastangle.h [new file with mode: 0644]
ETL/trunk/ETL/_fastangle_tables.h [new file with mode: 0644]
ETL/trunk/ETL/_fixed.h [new file with mode: 0644]
ETL/trunk/ETL/_gaussian.h [new file with mode: 0644]
ETL/trunk/ETL/_handle.h [new file with mode: 0644]
ETL/trunk/ETL/_hermite.h [new file with mode: 0644]
ETL/trunk/ETL/_misc.h [new file with mode: 0644]
ETL/trunk/ETL/_mutex_null.h [new file with mode: 0644]
ETL/trunk/ETL/_mutex_pthreads.h [new file with mode: 0644]
ETL/trunk/ETL/_mutex_win32.h [new file with mode: 0644]
ETL/trunk/ETL/_pen.h [new file with mode: 0644]
ETL/trunk/ETL/_random.h [new file with mode: 0644]
ETL/trunk/ETL/_rect.h [new file with mode: 0644]
ETL/trunk/ETL/_ref_count.h [new file with mode: 0644]
ETL/trunk/ETL/_rwlock.h [new file with mode: 0644]
ETL/trunk/ETL/_smach.h [new file with mode: 0644]
ETL/trunk/ETL/_smart_ptr.h [new file with mode: 0644]
ETL/trunk/ETL/_status.h [new file with mode: 0644]
ETL/trunk/ETL/_stringf.h [new file with mode: 0644]
ETL/trunk/ETL/_surface.h [new file with mode: 0644]
ETL/trunk/ETL/_thread.h [new file with mode: 0644]
ETL/trunk/ETL/_trivial.h [new file with mode: 0644]
ETL/trunk/ETL/_value.h [new file with mode: 0644]
ETL/trunk/ETL/angle [new file with mode: 0644]
ETL/trunk/ETL/bezier [new file with mode: 0644]
ETL/trunk/ETL/boxblur [new file with mode: 0644]
ETL/trunk/ETL/calculus [new file with mode: 0644]
ETL/trunk/ETL/clock [new file with mode: 0644]
ETL/trunk/ETL/etl_config.h [new file with mode: 0644]
ETL/trunk/ETL/etl_profile_.h.in [new file with mode: 0644]
ETL/trunk/ETL/fastangle [new file with mode: 0644]
ETL/trunk/ETL/fixed [new file with mode: 0644]
ETL/trunk/ETL/gaussian [new file with mode: 0644]
ETL/trunk/ETL/handle [new file with mode: 0644]
ETL/trunk/ETL/hermite [new file with mode: 0644]
ETL/trunk/ETL/ipc [new file with mode: 0644]
ETL/trunk/ETL/misc [new file with mode: 0644]
ETL/trunk/ETL/pen [new file with mode: 0644]
ETL/trunk/ETL/random [new file with mode: 0644]
ETL/trunk/ETL/rect [new file with mode: 0644]
ETL/trunk/ETL/ref_count [new file with mode: 0644]
ETL/trunk/ETL/smach [new file with mode: 0644]
ETL/trunk/ETL/smart_ptr [new file with mode: 0644]
ETL/trunk/ETL/spline [new file with mode: 0644]
ETL/trunk/ETL/status [new file with mode: 0644]
ETL/trunk/ETL/stringf [new file with mode: 0644]
ETL/trunk/ETL/surface [new file with mode: 0644]
ETL/trunk/ETL/thread [new file with mode: 0644]
ETL/trunk/ETL/trivial [new file with mode: 0644]
ETL/trunk/ETL/value [new file with mode: 0644]
ETL/trunk/INSTALL [new file with mode: 0644]
ETL/trunk/Makefile.am [new file with mode: 0644]
ETL/trunk/README [new file with mode: 0644]
ETL/trunk/bootstrap [new file with mode: 0755]
ETL/trunk/config/.cvsignore [new file with mode: 0644]
ETL/trunk/config/ETL.m4 [new file with mode: 0644]
ETL/trunk/config/build.cfg [new file with mode: 0644]
ETL/trunk/config/configure.ac [new file with mode: 0644]
ETL/trunk/config/cxx_macros.m4 [new file with mode: 0644]
ETL/trunk/config/doxygen.cfg.in [new file with mode: 0644]
ETL/trunk/config/pkg-support/ETL-devel.info [new file with mode: 0755]
ETL/trunk/config/pkg-support/devel-resources/License.rtf [new file with mode: 0755]
ETL/trunk/config/pkg-support/devel-resources/ReadMe.rtf [new file with mode: 0755]
ETL/trunk/config/pkg-support/devel-resources/Welcome.rtf [new file with mode: 0755]
ETL/trunk/config/pkg-support/devel-resources/install.sh [new file with mode: 0755]
ETL/trunk/config/pkgconfig.pc.in [new file with mode: 0644]
ETL/trunk/config/project.spec.in [new file with mode: 0644]
ETL/trunk/config/sdl.m4 [new file with mode: 0644]
ETL/trunk/config/subs.m4 [new file with mode: 0644]
ETL/trunk/doxygen.cfg [new file with mode: 0644]
ETL/trunk/test/.cvsignore [new file with mode: 0644]
ETL/trunk/test/Makefile.am [new file with mode: 0644]
ETL/trunk/test/angle.cpp [new file with mode: 0644]
ETL/trunk/test/benchmark.cpp [new file with mode: 0644]
ETL/trunk/test/clock.cpp [new file with mode: 0644]
ETL/trunk/test/fixed.cpp [new file with mode: 0644]
ETL/trunk/test/handle.cpp [new file with mode: 0644]
ETL/trunk/test/hermite.cpp [new file with mode: 0644]
ETL/trunk/test/pen.cpp [new file with mode: 0644]
ETL/trunk/test/random.cpp [new file with mode: 0644]
ETL/trunk/test/smach.cpp [new file with mode: 0644]
ETL/trunk/test/smart_ptr.cpp [new file with mode: 0644]
ETL/trunk/test/spline.cpp [new file with mode: 0644]
ETL/trunk/test/stringf.cpp [new file with mode: 0644]
ETL/trunk/test/surface.cpp [new file with mode: 0644]
ETL/trunk/test/value.cpp [new file with mode: 0644]