Stable Tag: Copying everything over
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 3 Mar 2008 05:11:57 +0000 (05:11 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 3 Mar 2008 05:11:57 +0000 (05:11 +0000)
commit88de8222cd739b93a8869cb5d002eba9cc7eb74e
tree632073ed4583411d7b728084662d99264fb2f4c2
parent0523d0b490b257fce12a76b8c40d9f8d5df8be65
Stable Tag: Copying everything over

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