OSDN Git Service

First Commit: From http://svn.sourceforge.jp/svnroot/roast/trunk/roast / Revision:582
authorMyun2 <myun2@nwhite.info>
Tue, 1 Jun 2010 01:33:11 +0000 (10:33 +0900)
committerMyun2 <myun2@nwhite.info>
Tue, 1 Jun 2010 01:33:11 +0000 (10:33 +0900)
commit3f81c72333ccb44fcf492c437b0a50c9503d4412
treead37459bb37e940fc85a1edf4f3a30704b2af5ac
First Commit: From svn.sourceforge.jp/svnroot/roast/trunk/roast / Revision:582
267 files changed:
Makefile_C++ [new file with mode: 0644]
Makefile_c [new file with mode: 0644]
include/openmgl_roast.h [new file with mode: 0644]
include/roast/_common.hpp [new file with mode: 0644]
include/roast/algorithm.hpp [new file with mode: 0644]
include/roast/algorithm/algorithm.hpp [new file with mode: 0644]
include/roast/algorithm/diff.hpp [new file with mode: 0644]
include/roast/algorithm/findable.hpp [new file with mode: 0644]
include/roast/algorithm/make_table.hpp [new file with mode: 0644]
include/roast/algorithm/merge.hpp [new file with mode: 0644]
include/roast/algorithm/table.hpp [new file with mode: 0644]
include/roast/arith.hpp [new file with mode: 0644]
include/roast/arith/arith.hpp [new file with mode: 0644]
include/roast/arith/constvalue_expression.hpp [new file with mode: 0644]
include/roast/arith/expression.hpp [new file with mode: 0644]
include/roast/arith/int_const_value.hpp [new file with mode: 0644]
include/roast/arith/ope/binary_operation.hpp [new file with mode: 0644]
include/roast/arith/ope/operations.hpp [new file with mode: 0644]
include/roast/arith/ope/unary_operation.hpp [new file with mode: 0644]
include/roast/container/array.hpp [new file with mode: 0644]
include/roast/container/binary_tree.hpp [new file with mode: 0644]
include/roast/container/condition_end_iterator.hpp [new file with mode: 0644]
include/roast/container/container.hpp [new file with mode: 0644]
include/roast/container/container_base.hpp [new file with mode: 0644]
include/roast/container/indexer_iterator.hpp [new file with mode: 0644]
include/roast/container/iterator1.hpp [new file with mode: 0644]
include/roast/container/iterator_base.hpp [new file with mode: 0644]
include/roast/container/iterator_require.hpp [new file with mode: 0644]
include/roast/container/pa_iterator.hpp [new file with mode: 0644]
include/roast/container/pool.hpp [new file with mode: 0644]
include/roast/container/primitive_array.hpp [new file with mode: 0644]
include/roast/container/primitive_array_iterator.hpp [new file with mode: 0644]
include/roast/container/primitive_vector.hpp [new file with mode: 0644]
include/roast/container/roast_string.hpp [new file with mode: 0644]
include/roast/container/size_fixed.hpp [new file with mode: 0644]
include/roast/container/size_limited.hpp [new file with mode: 0644]
include/roast/container/stl_iterator_to_roast.hpp [new file with mode: 0644]
include/roast/container/tokenize.hpp [new file with mode: 0644]
include/roast/debug/util.hpp [new file with mode: 0644]
include/roast/file.hpp [new file with mode: 0644]
include/roast/file/file.hpp [new file with mode: 0644]
include/roast/file/file_ext.hpp [new file with mode: 0644]
include/roast/file/file_funcs.hpp [new file with mode: 0644]
include/roast/file/file_win32.hpp [new file with mode: 0644]
include/roast/file/riff.hpp [new file with mode: 0644]
include/roast/file/wave.hpp [new file with mode: 0644]
include/roast/file/wavefile.hpp [new file with mode: 0644]
include/roast/hao/arith.hpp [new file with mode: 0644]
include/roast/hao/expression.hpp [new file with mode: 0644]
include/roast/hao/hao.hpp [new file with mode: 0644]
include/roast/hao/ope/ope.hpp [new file with mode: 0644]
include/roast/hao/var.hpp [new file with mode: 0644]
include/roast/includes.hpp [new file with mode: 0644]
include/roast/loop.hpp [new file with mode: 0644]
include/roast/math.hpp [new file with mode: 0644]
include/roast/math/change_range.hpp [new file with mode: 0644]
include/roast/math/integer_power.hpp [new file with mode: 0644]
include/roast/math/lfsr.hpp [new file with mode: 0644]
include/roast/math/lfsr_ope.hpp [new file with mode: 0644]
include/roast/math/lfsr_preset.hpp [new file with mode: 0644]
include/roast/math/math.hpp [new file with mode: 0644]
include/roast/math/nfloat.hpp [new file with mode: 0644]
include/roast/math/osc.hpp [new file with mode: 0644]
include/roast/math/osc/osc.hpp [new file with mode: 0644]
include/roast/math/osc/osc_base.hpp [new file with mode: 0644]
include/roast/math/osc/osc_preset.hpp [new file with mode: 0644]
include/roast/math/osc/oscbase.hpp [new file with mode: 0644]
include/roast/math/vectorx.hpp [new file with mode: 0644]
include/roast/memory.hpp [new file with mode: 0644]
include/roast/memory/allocator_impl.hpp [new file with mode: 0644]
include/roast/memory/managed_memory.hpp [new file with mode: 0644]
include/roast/memory/memcon_impl.hpp [new file with mode: 0644]
include/roast/memory/memory.hpp [new file with mode: 0644]
include/roast/memory/memrange.hpp [new file with mode: 0644]
include/roast/memory/roamem.hpp [new file with mode: 0644]
include/roast/memory/shared_memory.hpp [new file with mode: 0644]
include/roast/memory/sized_ptr.hpp [new file with mode: 0644]
include/roast/memory/xmemory.hpp [new file with mode: 0644]
include/roast/net.hpp [new file with mode: 0644]
include/roast/net/base64.hpp [new file with mode: 0644]
include/roast/net/http.hpp [new file with mode: 0644]
include/roast/net/net.hpp [new file with mode: 0644]
include/roast/net/socket.hpp [new file with mode: 0644]
include/roast/net/socket_windows_impl.hpp [new file with mode: 0644]
include/roast/net/telnet.hpp [new file with mode: 0644]
include/roast/pp.hpp [new file with mode: 0644]
include/roast/pp/pp.hpp [new file with mode: 0644]
include/roast/roast.hpp [new file with mode: 0644]
include/roast/simd.hpp [new file with mode: 0644]
include/roast/simd/float_xmm_register.hpp [new file with mode: 0644]
include/roast/simd/int_xmm_register.hpp [new file with mode: 0644]
include/roast/simd/simd.hpp [new file with mode: 0644]
include/roast/simd/simd_common.hpp [new file with mode: 0644]
include/roast/simd/simd_make_shuffles.hpp [new file with mode: 0644]
include/roast/simd/simd_operator.hpp [new file with mode: 0644]
include/roast/simd/simd_types.hpp [new file with mode: 0644]
include/roast/simd/sse2_char.hpp [new file with mode: 0644]
include/roast/simd/sse2_ibase.hpp [new file with mode: 0644]
include/roast/simd_lambda.hpp [new file with mode: 0644]
include/roast/simd_lambda/simd_core.hpp [new file with mode: 0644]
include/roast/simd_lambda/simd_core__m128_xmm [new file with mode: 0644]
include/roast/simd_lambda/simd_core__m128_xmm_get [new file with mode: 0644]
include/roast/simd_lambda/simd_core__xmm_m128 [new file with mode: 0644]
include/roast/simd_lambda/simd_core__xmm_xmm [new file with mode: 0644]
include/roast/simd_lambda/simd_core__xmm_xmm_ [new file with mode: 0644]
include/roast/simd_lambda/simd_core_sse [new file with mode: 0644]
include/roast/simd_lambda/simd_core_sse2 [new file with mode: 0644]
include/roast/simd_lambda/simd_lambda.hpp [new file with mode: 0644]
include/roast/simd_lambda/vecpro.hpp [new file with mode: 0644]
include/roast/std.hpp [new file with mode: 0644]
include/roast/std/comparable_n.hpp [new file with mode: 0644]
include/roast/std/container_convert.hpp [new file with mode: 0644]
include/roast/std/env.hpp [new file with mode: 0644]
include/roast/std/file.hpp [new file with mode: 0644]
include/roast/std/function.hpp [new file with mode: 0644]
include/roast/std/function_adapter.hpp [new file with mode: 0644]
include/roast/std/function_fast.hpp [new file with mode: 0644]
include/roast/std/myu_class_func_ptr.core [new file with mode: 0644]
include/roast/std/myu_class_func_ptr.h [new file with mode: 0644]
include/roast/std/num_t.hpp [new file with mode: 0644]
include/roast/std/parallelable.core [new file with mode: 0644]
include/roast/std/parallelable.hpp [new file with mode: 0644]
include/roast/std/parallelable_.hpp [new file with mode: 0644]
include/roast/std/safe.hpp [new file with mode: 0644]
include/roast/std/str.hpp [new file with mode: 0644]
include/roast/std/tuple.hpp [new file with mode: 0644]
include/roast/std/tuple1.hpp [new file with mode: 0644]
include/roast/std/tuple_combi_3.hpp [new file with mode: 0644]
include/roast/std/tuple_combi_4.hpp [new file with mode: 0644]
include/roast/std/tuple_ul.hpp [new file with mode: 0644]
include/roast/std/tuple_unlimited.hpp [new file with mode: 0644]
include/roast/std/tuple_utils.hpp [new file with mode: 0644]
include/roast/std/unitype_tuple.hpp [new file with mode: 0644]
include/roast/str/codec.hpp [new file with mode: 0644]
include/roast/str/comparable_charbuf.hpp [new file with mode: 0644]
include/roast/str/light_string.hpp [new file with mode: 0644]
include/roast/str/sized_charbuf.hpp [new file with mode: 0644]
include/roast/str/str_util.hpp [new file with mode: 0644]
include/roast/str/tokenize.hpp [new file with mode: 0644]
include/roast/stream.hpp [new file with mode: 0644]
include/roast/stream/base_stream.hpp [new file with mode: 0644]
include/roast/stream/console_stream.hpp [new file with mode: 0644]
include/roast/stream/file_istream.hpp [new file with mode: 0644]
include/roast/stream/file_stream.hpp [new file with mode: 0644]
include/roast/stream/null_stream.hpp [new file with mode: 0644]
include/roast/stream/socket_stream.hpp [new file with mode: 0644]
include/roast/stream/stream.hpp [new file with mode: 0644]
include/roast/stream/string_stream.hpp [new file with mode: 0644]
include/roast/stream/tie.hpp [new file with mode: 0644]
include/roast/stream/types.hpp [new file with mode: 0644]
include/roast/thread/thread.hpp [new file with mode: 0644]
include/roast/tp/loop.hpp [new file with mode: 0644]
include/roast/tp/loop/iterator_preset.hpp [new file with mode: 0644]
include/roast/tp/loop/iterator_preset_stl_vector.hpp [new file with mode: 0644]
include/roast/tp/std/iostream.hpp [new file with mode: 0644]
include/roast/tp/std/print.hpp [new file with mode: 0644]
include/roast/tp/std/print__tuple1.hpp [new file with mode: 0644]
include/roast/tp/tp.hpp [new file with mode: 0644]
include/roast/tp/tp_std.hpp [new file with mode: 0644]
include/roast/tp/tuple_proc.hpp [new file with mode: 0644]
include/roast/tp/var.hpp [new file with mode: 0644]
include/roast/tuple.hpp [new file with mode: 0644]
include/roast/type_traits.hpp [new file with mode: 0644]
include/roast/type_traits/remove_const.hpp [new file with mode: 0644]
include/roast/type_traits/remove_ptr.hpp [new file with mode: 0644]
include/roast/type_traits/remove_ref.hpp [new file with mode: 0644]
include/roast/type_traits/type_traits.hpp [new file with mode: 0644]
include/roast/xml.hpp [new file with mode: 0644]
include/roast/xml/MSXML_dom_driver.hpp [new file with mode: 0644]
include/roast/xml/TinyXML_dom_driver.hpp [new file with mode: 0644]
include/roast/xml/Xerces_dom_driver.hpp [new file with mode: 0644]
include/roast/xml/dom_driver.hpp [new file with mode: 0644]
include/roast/xml/dom_driver_base.hpp [new file with mode: 0644]
include/roast/xml/iterator.hpp [new file with mode: 0644]
include/roast_base64.h [new file with mode: 0644]
include/roast_bufsafe.h [new file with mode: 0644]
include/roast_common.h [new file with mode: 0644]
include/roast_debug.h [new file with mode: 0644]
include/roast_env.h [new file with mode: 0644]
include/roast_errno.h [new file with mode: 0644]
include/roast_file.h [new file with mode: 0644]
include/roast_internal_util.h [new file with mode: 0644]
include/roast_math.h [new file with mode: 0644]
include/roast_memory.h [new file with mode: 0644]
include/roast_misc.h [new file with mode: 0644]
include/roast_pp.h [new file with mode: 0644]
include/roast_pp_arithmetic.h [new file with mode: 0644]
include/roast_pp_repeat.h [new file with mode: 0644]
include/roast_pp_repeat_Y.h [new file with mode: 0644]
include/roast_pp_repeat_Z.h [new file with mode: 0644]
include/roast_pp_repeat_inc_param_x.h [new file with mode: 0644]
include/roast_pp_repeat_inc_param_x_Y.h [new file with mode: 0644]
include/roast_pp_repeat_inc_param_x_Z.h [new file with mode: 0644]
include/roast_riff.h [new file with mode: 0644]
include/roast_std.h [new file with mode: 0644]
include/roast_str.h [new file with mode: 0644]
include/roast_test.h [new file with mode: 0644]
include/roast_test_performance.h [new file with mode: 0644]
include/roast_wave_file.h [new file with mode: 0644]
include/roast_wave_file_format.h [new file with mode: 0644]
include/roast_windows.h [new file with mode: 0644]
include_test.cpp [new file with mode: 0644]
roast.dsp [new file with mode: 0644]
roast.dsw [new file with mode: 0644]
roast_VC90.sln [new file with mode: 0644]
roast_VC90.vcproj [new file with mode: 0644]
source/roast__memrchr.c [new file with mode: 0644]
source/roast_base64.c [new file with mode: 0644]
source/roast_bufsafe.c [new file with mode: 0644]
source/roast_common.c [new file with mode: 0644]
source/roast_consle_util.c [new file with mode: 0644]
source/roast_env.c [new file with mode: 0644]
source/roast_file.c [new file with mode: 0644]
source/roast_file__access.c [new file with mode: 0644]
source/roast_file__stat.c [new file with mode: 0644]
source/roast_file__str.c [new file with mode: 0644]
source/roast_file_cpp.cpp [new file with mode: 0644]
source/roast_file_unix__isdirectory.c [new file with mode: 0644]
source/roast_file_win32__findfile.c [new file with mode: 0644]
source/roast_file_win32__findfile_cpp.cpp [new file with mode: 0644]
source/roast_file_win32__imagehlp.c [new file with mode: 0644]
source/roast_file_win32__windows_h.c [new file with mode: 0644]
source/roast_file_win32__windows_h2.c [new file with mode: 0644]
source/roast_get_cpufreq__windows.c [new file with mode: 0644]
source/roast_math__asm.c [new file with mode: 0644]
source/roast_riff.c [new file with mode: 0644]
source/roast_shared_memory__win32.c [new file with mode: 0644]
source/roast_std__win32.c [new file with mode: 0644]
source/roast_str.c [new file with mode: 0644]
source/roast_test_performance.c [new file with mode: 0644]
source/roast_wave_file.c [new file with mode: 0644]
source/roast_windows_registry.c [new file with mode: 0644]
test/performance_test/perform_test_main.cpp [new file with mode: 0644]
test/performance_test/pool_performance.cpp [new file with mode: 0644]
test/performance_test/primitive_vector_performance.cpp [new file with mode: 0644]
test/performance_test/roast_performance_test.sln [new file with mode: 0644]
test/performance_test/roast_performance_test.vcproj [new file with mode: 0644]
test/roast_test_2nc/roast_test_2nc.sln [new file with mode: 0644]
test/roast_test_2nc/roast_test_2nc.vcproj [new file with mode: 0644]
test/roast_test_2nc/shmem_test_client.cpp [new file with mode: 0644]
test/roast_test_VC90.sln [new file with mode: 0644]
test/roast_test_VC90/alice_test.cpp [new file with mode: 0644]
test/roast_test_VC90/arith_test.cpp [new file with mode: 0644]
test/roast_test_VC90/container_test.cpp [new file with mode: 0644]
test/roast_test_VC90/function_adapter_test.cpp [new file with mode: 0644]
test/roast_test_VC90/gpp_test.bat [new file with mode: 0644]
test/roast_test_VC90/istream_test.cpp [new file with mode: 0644]
test/roast_test_VC90/lfsr_table_test.cpp [new file with mode: 0644]
test/roast_test_VC90/lfsr_table_test2.cpp [new file with mode: 0644]
test/roast_test_VC90/lfsr_test.cpp [new file with mode: 0644]
test/roast_test_VC90/loop_test.cpp [new file with mode: 0644]
test/roast_test_VC90/make_table_test.cpp [new file with mode: 0644]
test/roast_test_VC90/math_test.cpp [new file with mode: 0644]
test/roast_test_VC90/memrange_test.cpp [new file with mode: 0644]
test/roast_test_VC90/roast_test_VC90.vcproj [new file with mode: 0644]
test/roast_test_VC90/shmem_test_server.cpp [new file with mode: 0644]
test/roast_test_VC90/socket_test.cpp [new file with mode: 0644]
test/roast_test_VC90/stdafx.cpp [new file with mode: 0644]
test/roast_test_VC90/stdafx.h [new file with mode: 0644]
test/roast_test_VC90/stream_test.cpp [new file with mode: 0644]
test/roast_test_VC90/table_test.cpp [new file with mode: 0644]
test/roast_test_VC90/tokenize_test.cpp [new file with mode: 0644]
test/roast_test_VC90/tuple_test.cpp [new file with mode: 0644]
test/roast_test_VC90/tuple_test2.cpp [new file with mode: 0644]
test/roast_test_VC90/twitter_test.cpp [new file with mode: 0644]
test/roast_test_VC90/xml_test.cpp [new file with mode: 0644]
test/roast_test_VC90/xml_test2.cpp [new file with mode: 0644]