a c++ generic library1.0.1.1300
commite31733ca4118110e19e9f0e30f7dfaaf61576e22
authorruki <ruki@ruki-desktop.(none)>
Mon, 16 Nov 2009 14:50:44 +0000 (16 22:50 +0800)
committerruki <ruki@ruki-desktop.(none)>
Mon, 16 Nov 2009 14:50:44 +0000 (16 22:50 +0800)
tree2b9ebc1c34796ed6b43f7a57c58c7f48ca6727f2
a c++ generic library
881 files changed:
.gitignore [new file with mode: 0644]
ExtlTest.cpp [new file with mode: 0755]
extl/algorithm/algorithm.h [new file with mode: 0755]
extl/algorithm/config/config.h [new file with mode: 0755]
extl/algorithm/config/support.h [new file with mode: 0755]
extl/algorithm/detail/container_traits.h [new file with mode: 0755]
extl/algorithm/detail/sort_impl.h [new file with mode: 0755]
extl/algorithm/find.h [new file with mode: 0755]
extl/algorithm/find_all.h [new file with mode: 0755]
extl/algorithm/for.h [new file with mode: 0755]
extl/algorithm/for_all.h [new file with mode: 0755]
extl/algorithm/max_min.h [new file with mode: 0755]
extl/algorithm/prefix.h [new file with mode: 0755]
extl/algorithm/sort.h [new file with mode: 0755]
extl/algorithm/stats.h [new file with mode: 0755]
extl/algorithm/std/algorithm.h [new file with mode: 0755]
extl/algorithm/test/max_min_test.h [new file with mode: 0755]
extl/algorithm/test/sort_test.h [new file with mode: 0755]
extl/algorithm/test/test.h [new file with mode: 0755]
extl/compiler/compiler.h [new file with mode: 0755]
extl/compiler/config/config.h [new file with mode: 0755]
extl/compiler/config/support.h [new file with mode: 0755]
extl/compiler/prefix.h [new file with mode: 0755]
extl/compiler/traits/compiler_traits.h [new file with mode: 0755]
extl/compiler/traits/config/config.h [new file with mode: 0755]
extl/compiler/traits/config/support.h [new file with mode: 0755]
extl/compiler/traits/ebo_traits.h [new file with mode: 0755]
extl/compiler/traits/edo_traits.h [new file with mode: 0755]
extl/compiler/traits/prefix.h [new file with mode: 0755]
extl/compiler/traits/rvo_traits.h [new file with mode: 0755]
extl/compiler/traits/unit_test/compiler_traits_test.h [new file with mode: 0755]
extl/compiler/traits/unit_test/ebo_traits_test.h [new file with mode: 0755]
extl/compiler/traits/unit_test/edo_traits_test.h [new file with mode: 0755]
extl/compiler/traits/unit_test/rvo_traits_test.h [new file with mode: 0755]
extl/config/compiler/borland.h [new file with mode: 0755]
extl/config/compiler/config.h [new file with mode: 0755]
extl/config/compiler/dmc.h [new file with mode: 0755]
extl/config/compiler/gcc.h [new file with mode: 0755]
extl/config/compiler/intel.h [new file with mode: 0755]
extl/config/compiler/msvc.h [new file with mode: 0755]
extl/config/compiler/undefs.h [new file with mode: 0755]
extl/config/compiler/vectorc.h [new file with mode: 0755]
extl/config/compiler/version.h [new file with mode: 0755]
extl/config/compiler/watcom.h [new file with mode: 0755]
extl/config/config.h [new file with mode: 0755]
extl/config/locale.hpp [new file with mode: 0755]
extl/config/namespace.h [new file with mode: 0755]
extl/config/platform/config.h [new file with mode: 0755]
extl/config/platform/platform.h [new file with mode: 0755]
extl/config/platform/unix/config.h [new file with mode: 0755]
extl/config/platform/win/config.h [new file with mode: 0755]
extl/config/stdlib/config.h [new file with mode: 0755]
extl/config/sub_config.h [new file with mode: 0755]
extl/config/suffix.h [new file with mode: 0755]
extl/config/tchar.hpp [new file with mode: 0755]
extl/config/test.h [new file with mode: 0755]
extl/config/unicode.h [new file with mode: 0755]
extl/config/user/config.h [new file with mode: 0755]
extl/config/user/debug.h [new file with mode: 0755]
extl/config/user/release.h [new file with mode: 0755]
extl/config/version.h [new file with mode: 0755]
extl/container/array.h [new file with mode: 0755]
extl/container/array_base.h [new file with mode: 0755]
extl/container/array_selector.h [new file with mode: 0755]
extl/container/basic_array.h [new file with mode: 0755]
extl/container/basic_list.h [new file with mode: 0755]
extl/container/basic_matrix.h [new file with mode: 0755]
extl/container/basic_net.h [new file with mode: 0755]
extl/container/basic_pair.h [new file with mode: 0755]
extl/container/basic_queue.h [new file with mode: 0755]
extl/container/basic_stack.h [new file with mode: 0755]
extl/container/bit.h [new file with mode: 0755]
extl/container/bit_array.h [new file with mode: 0755]
extl/container/bit_field.h [new file with mode: 0755]
extl/container/bit_selector.h [new file with mode: 0755]
extl/container/config/config.h [new file with mode: 0755]
extl/container/config/support.h [new file with mode: 0755]
extl/container/container.h [new file with mode: 0755]
extl/container/detail/bit_array_iterator.h [new file with mode: 0755]
extl/container/detail/bit_field_iterator.h [new file with mode: 0755]
extl/container/detail/detail.rar [new file with mode: 0755]
extl/container/detail/fixed_marray_impl.h [new file with mode: 0755]
extl/container/detail/fixed_reque_iterator.h [new file with mode: 0755]
extl/container/detail/indirected_net_adjnode_iterator.h [new file with mode: 0755]
extl/container/detail/list_iterator.h [new file with mode: 0755]
extl/container/detail/matrix_cole_iterator.h [new file with mode: 0755]
extl/container/detail/matrix_rowe_iterator.h [new file with mode: 0755]
extl/container/detail/net_arc_iterator.h [new file with mode: 0755]
extl/container/detail/net_base_impl.h [new file with mode: 0755]
extl/container/detail/net_in_adjnode_iterator.h [new file with mode: 0755]
extl/container/detail/net_node_iterator.h [new file with mode: 0755]
extl/container/detail/net_out_adjnode_iterator.h [new file with mode: 0755]
extl/container/detail/net_traits.h [new file with mode: 0755]
extl/container/detail/sparse_matrix_cole_iterator.h [new file with mode: 0755]
extl/container/detail/sparse_matrix_rowe_iterator.h [new file with mode: 0755]
extl/container/detail/symmetrical_sparse_matrix_rowcole_iterator.h [new file with mode: 0755]
extl/container/detail/tuple2.h [new file with mode: 0755]
extl/container/detail/tuple_impl.h [new file with mode: 0755]
extl/container/detail/tuple_impl_0x.h [new file with mode: 0755]
extl/container/fixed_bit_field.h [new file with mode: 0755]
extl/container/fixed_hash.h [new file with mode: 0755]
extl/container/fixed_marray.h [new file with mode: 0755]
extl/container/fixed_reque.h [new file with mode: 0755]
extl/container/hash.h [new file with mode: 0755]
extl/container/hash_selector.h [new file with mode: 0755]
extl/container/list.h [new file with mode: 0755]
extl/container/list_selector.h [new file with mode: 0755]
extl/container/marray.h [new file with mode: 0755]
extl/container/marray_selector.h [new file with mode: 0755]
extl/container/matrix.h [new file with mode: 0755]
extl/container/matrix_base.h [new file with mode: 0755]
extl/container/matrix_selector.h [new file with mode: 0755]
extl/container/net.h [new file with mode: 0755]
extl/container/net_base.h [new file with mode: 0755]
extl/container/net_selector.h [new file with mode: 0755]
extl/container/pair.h [new file with mode: 0755]
extl/container/pair_selector.h [new file with mode: 0755]
extl/container/prefix.h [new file with mode: 0755]
extl/container/queue.h [new file with mode: 0755]
extl/container/queue_selector.h [new file with mode: 0755]
extl/container/sparse_matrix.h [new file with mode: 0755]
extl/container/sparse_matrix_base.h [new file with mode: 0755]
extl/container/sparse_net.h [new file with mode: 0755]
extl/container/stack.h [new file with mode: 0755]
extl/container/stack_selector.h [new file with mode: 0755]
extl/container/symmetrical_matrix.h [new file with mode: 0755]
extl/container/symmetrical_sparse_matrix.h [new file with mode: 0755]
extl/container/test/basic_array_test.h [new file with mode: 0755]
extl/container/test/basic_list_test.h [new file with mode: 0755]
extl/container/test/basic_matrix_test.h [new file with mode: 0755]
extl/container/test/basic_net_test.h [new file with mode: 0755]
extl/container/test/basic_queue_test.h [new file with mode: 0755]
extl/container/test/bit_array_test.h [new file with mode: 0755]
extl/container/test/bit_field_test.h [new file with mode: 0755]
extl/container/test/fixed_bit_field_test.h [new file with mode: 0755]
extl/container/test/fixed_hash_test.h [new file with mode: 0755]
extl/container/test/fixed_marray_test.h [new file with mode: 0755]
extl/container/test/fixed_reque_test.h [new file with mode: 0755]
extl/container/test/sparse_matrix_test.h [new file with mode: 0755]
extl/container/test/sparse_net_test.h [new file with mode: 0755]
extl/container/test/symmetrical_matrix_test.h [new file with mode: 0755]
extl/container/test/symmetrical_sparse_matrix_test.h [new file with mode: 0755]
extl/container/test/test.h [new file with mode: 0755]
extl/container/test/tuple_test.h [new file with mode: 0755]
extl/container/tuple.h [new file with mode: 0755]
extl/conversion/atow.h [new file with mode: 0755]
extl/conversion/config/config.h [new file with mode: 0755]
extl/conversion/config/support.h [new file with mode: 0755]
extl/conversion/conversion.h [new file with mode: 0755]
extl/conversion/itos.h [new file with mode: 0755]
extl/conversion/prefix.h [new file with mode: 0755]
extl/conversion/stoi.h [new file with mode: 0755]
extl/conversion/unit_test/atow_test.h [new file with mode: 0755]
extl/conversion/unit_test/itos_test.h [new file with mode: 0755]
extl/conversion/unit_test/stoi_test.h [new file with mode: 0755]
extl/conversion/unit_test/wtoa_test.h [new file with mode: 0755]
extl/conversion/wtoa.h [new file with mode: 0755]
extl/counter/clock_counter.h [new file with mode: 0755]
extl/counter/config/config.h [new file with mode: 0755]
extl/counter/config/support.h [new file with mode: 0755]
extl/counter/counter.h [new file with mode: 0755]
extl/counter/object_counter.h [new file with mode: 0755]
extl/counter/prefix.h [new file with mode: 0755]
extl/counter/shared_counter.h [new file with mode: 0755]
extl/counter/unit_test/clock_counter_test.h [new file with mode: 0755]
extl/counter/unit_test/object_counter_test.h [new file with mode: 0755]
extl/counter/unit_test/shared_counter_test.h [new file with mode: 0755]
extl/error/alloc_error.h [new file with mode: 0755]
extl/error/argument_error.h [new file with mode: 0755]
extl/error/config/config.h [new file with mode: 0755]
extl/error/config/support.h [new file with mode: 0755]
extl/error/conversion_error.h [new file with mode: 0755]
extl/error/error.h [new file with mode: 0755]
extl/error/error_base.h [new file with mode: 0755]
extl/error/index_error.h [new file with mode: 0755]
extl/error/invariance_error.h [new file with mode: 0755]
extl/error/lock_error.h [new file with mode: 0755]
extl/error/memory_error.h [new file with mode: 0755]
extl/error/prefix.h [new file with mode: 0755]
extl/error/std/error.h [new file with mode: 0755]
extl/error/std/length_error.h [new file with mode: 0755]
extl/error/std/overflow_error.h [new file with mode: 0755]
extl/error/std/prefix.h [new file with mode: 0755]
extl/error/std/range_error.h [new file with mode: 0755]
extl/error/std/underflow_error.h [new file with mode: 0755]
extl/error/synch_error.h [new file with mode: 0755]
extl/extl.h [new file with mode: 0755]
extl/functional/config/config.h [new file with mode: 0755]
extl/functional/config/support.h [new file with mode: 0755]
extl/functional/func_base.h [new file with mode: 0755]
extl/functional/func_ptr.h [new file with mode: 0755]
extl/functional/functional.h [new file with mode: 0755]
extl/functional/mem_func_ptr.h [new file with mode: 0755]
extl/functional/prefix.h [new file with mode: 0755]
extl/functional/std/arithmetic.h [new file with mode: 0755]
extl/functional/std/comparison.h [new file with mode: 0755]
extl/functional/std/functional.h [new file with mode: 0755]
extl/functional/std/logical.h [new file with mode: 0755]
extl/functional/std/prefix.h [new file with mode: 0755]
extl/functional/unit_test/func_ptr_test.h [new file with mode: 0755]
extl/functional/unit_test/mem_func_ptr_test.h [new file with mode: 0755]
extl/graphic/basic_color.h [new file with mode: 0755]
extl/graphic/basic_point.h [new file with mode: 0755]
extl/graphic/basic_rect.h [new file with mode: 0755]
extl/graphic/basic_size.h [new file with mode: 0755]
extl/graphic/config/config.h [new file with mode: 0755]
extl/graphic/config/namespace.h [new file with mode: 0755]
extl/graphic/config/sub_config.h [new file with mode: 0755]
extl/graphic/config/support.h [new file with mode: 0755]
extl/graphic/graphic.h [new file with mode: 0755]
extl/graphic/image/basic_image.h [new file with mode: 0755]
extl/graphic/image/config/config.h [new file with mode: 0755]
extl/graphic/image/config/support.h [new file with mode: 0755]
extl/graphic/image/image.h [new file with mode: 0755]
extl/graphic/image/image_painter.h [new file with mode: 0755]
extl/graphic/image/nearest_neighbor_zoom_filter.h [new file with mode: 0755]
extl/graphic/image/prefix.h [new file with mode: 0755]
extl/graphic/image/zoom_filter.h [new file with mode: 0755]
extl/graphic/painter_base.h [new file with mode: 0755]
extl/graphic/prefix.h [new file with mode: 0755]
extl/intelligence/ann/ada_boosting_2_networks.h [new file with mode: 0755]
extl/intelligence/ann/ada_boosting_n_networks.h [new file with mode: 0755]
extl/intelligence/ann/afunc_traits.h [new file with mode: 0755]
extl/intelligence/ann/ann.h [new file with mode: 0755]
extl/intelligence/ann/apex_network.h [new file with mode: 0755]
extl/intelligence/ann/bagging_networks.h [new file with mode: 0755]
extl/intelligence/ann/basic_classifier_validator.h [new file with mode: 0755]
extl/intelligence/ann/basic_network_validator.h [new file with mode: 0755]
extl/intelligence/ann/bayes_classifier.h [new file with mode: 0755]
extl/intelligence/ann/bool_sample.h [new file with mode: 0755]
extl/intelligence/ann/bp_network.h [new file with mode: 0755]
extl/intelligence/ann/config/config.h [new file with mode: 0755]
extl/intelligence/ann/config/support.h [new file with mode: 0755]
extl/intelligence/ann/detail/basic_network_base.h [new file with mode: 0755]
extl/intelligence/ann/detail/bp_network_impl.h [new file with mode: 0755]
extl/intelligence/ann/float_sample.h [new file with mode: 0755]
extl/intelligence/ann/gha_network.h [new file with mode: 0755]
extl/intelligence/ann/ghia_network.h [new file with mode: 0755]
extl/intelligence/ann/kfold_cross_validator.h [new file with mode: 0755]
extl/intelligence/ann/network_validator.h [new file with mode: 0755]
extl/intelligence/ann/normalized_converter.h [new file with mode: 0755]
extl/intelligence/ann/null_converter.h [new file with mode: 0755]
extl/intelligence/ann/pca_mixed_network.h [new file with mode: 0755]
extl/intelligence/ann/pca_network_validator.h [new file with mode: 0755]
extl/intelligence/ann/perceptron_network.h [new file with mode: 0755]
extl/intelligence/ann/prefix.h [new file with mode: 0755]
extl/intelligence/ann/sample.h [new file with mode: 0755]
extl/intelligence/ann/sample_converter.h [new file with mode: 0755]
extl/intelligence/ann/sample_selector.h [new file with mode: 0755]
extl/intelligence/ann/standardized_converter.h [new file with mode: 0755]
extl/intelligence/ann/test/ada_boosting_2_networks_test.h [new file with mode: 0755]
extl/intelligence/ann/test/ada_boosting_n_networks_test.h [new file with mode: 0755]
extl/intelligence/ann/test/and_tester.h [new file with mode: 0755]
extl/intelligence/ann/test/bagging_networks_test.h [new file with mode: 0755]
extl/intelligence/ann/test/bp_network_test.h [new file with mode: 0755]
extl/intelligence/ann/test/not_tester.h [new file with mode: 0755]
extl/intelligence/ann/test/pca_mixed_network_test.h [new file with mode: 0755]
extl/intelligence/ann/test/pca_network_test.h [new file with mode: 0755]
extl/intelligence/ann/test/perceptron_network_test.h [new file with mode: 0755]
extl/intelligence/ann/test/sin_tester.h [new file with mode: 0755]
extl/intelligence/ann/test/test.h [new file with mode: 0755]
extl/intelligence/ann/test/wga_network_test.h [new file with mode: 0755]
extl/intelligence/ann/test/xor_tester.h [new file with mode: 0755]
extl/intelligence/ann/wga_network.h [new file with mode: 0755]
extl/intelligence/config/config.h [new file with mode: 0755]
extl/intelligence/config/namespace.h [new file with mode: 0755]
extl/intelligence/config/sub_config.h [new file with mode: 0755]
extl/intelligence/config/support.h [new file with mode: 0755]
extl/intelligence/ga/config/config.h [new file with mode: 0755]
extl/intelligence/ga/config/support.h [new file with mode: 0755]
extl/intelligence/ga/cross_p_traits.h [new file with mode: 0755]
extl/intelligence/ga/crossover_traits_base.h [new file with mode: 0755]
extl/intelligence/ga/fitness_traits_base.h [new file with mode: 0755]
extl/intelligence/ga/fopti/config/config.h [new file with mode: 0755]
extl/intelligence/ga/fopti/config/support.h [new file with mode: 0755]
extl/intelligence/ga/fopti/detail/float_mutation_impl.h [new file with mode: 0755]
extl/intelligence/ga/fopti/detail/fopti_fitness_traits_impl.h [new file with mode: 0755]
extl/intelligence/ga/fopti/detail/fopti_func_traits_impl.h [new file with mode: 0755]
extl/intelligence/ga/fopti/detail/fopti_scopes.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti_constraints.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti_crossover_traits.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti_fitness_traits.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti_func_traits.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti_ga.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti_ga_config.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti_ga_traits.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti_individual.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti_mutation_traits.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti_penalty_traits.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti_rmake_traits.h [new file with mode: 0755]
extl/intelligence/ga/fopti/fopti_uga.h [new file with mode: 0755]
extl/intelligence/ga/fopti/prefix.h [new file with mode: 0755]
extl/intelligence/ga/fopti/test/fopti_ga_test.h [new file with mode: 0755]
extl/intelligence/ga/fopti/test/fopti_uga_test.h [new file with mode: 0755]
extl/intelligence/ga/fopti/test/test.h [new file with mode: 0755]
extl/intelligence/ga/ga.h [new file with mode: 0755]
extl/intelligence/ga/ga_base.h [new file with mode: 0755]
extl/intelligence/ga/ga_config_base.h [new file with mode: 0755]
extl/intelligence/ga/ga_traits_base.h [new file with mode: 0755]
extl/intelligence/ga/individual_base.h [new file with mode: 0755]
extl/intelligence/ga/local_search_traits.h [new file with mode: 0755]
extl/intelligence/ga/mutate_p_traits.h [new file with mode: 0755]
extl/intelligence/ga/mutation_traits_base.h [new file with mode: 0755]
extl/intelligence/ga/penalty_traits_base.h [new file with mode: 0755]
extl/intelligence/ga/population.h [new file with mode: 0755]
extl/intelligence/ga/prefix.h [new file with mode: 0755]
extl/intelligence/ga/probability_traits.h [new file with mode: 0755]
extl/intelligence/ga/rmake_traits_base.h [new file with mode: 0755]
extl/intelligence/ga/selection_traits.h [new file with mode: 0755]
extl/intelligence/ga/stop_traits.h [new file with mode: 0755]
extl/intelligence/ga/uga_base.h [new file with mode: 0755]
extl/intelligence/intelligence.h [new file with mode: 0755]
extl/intelligence/prefix.h [new file with mode: 0755]
extl/intelligence/test/prefix.h [new file with mode: 0755]
extl/intelligence/test/test.h [new file with mode: 0755]
extl/iterator/_pointer_iterator.rar [new file with mode: 0755]
extl/iterator/bidirectional_iterator_base.h [new file with mode: 0755]
extl/iterator/config/config.h [new file with mode: 0755]
extl/iterator/config/support.h [new file with mode: 0755]
extl/iterator/insert_iterator_base.h [new file with mode: 0755]
extl/iterator/iterator.h [new file with mode: 0755]
extl/iterator/iterator_base.h [new file with mode: 0755]
extl/iterator/iterator_category.h [new file with mode: 0755]
extl/iterator/iterator_traits.h [new file with mode: 0755]
extl/iterator/pointer_iterator.h [new file with mode: 0755]
extl/iterator/prefix.h [new file with mode: 0755]
extl/iterator/random_access_iterator_base.h [new file with mode: 0755]
extl/iterator/reverse_iterator_base.h [new file with mode: 0755]
extl/log/console_log.h [new file with mode: 0755]
extl/log/console_report_traits.h [new file with mode: 0755]
extl/log/file_log.h [new file with mode: 0755]
extl/log/file_report_traits.h [new file with mode: 0755]
extl/log/log.h [new file with mode: 0755]
extl/log/log_base.h [new file with mode: 0755]
extl/log/trace.h [new file with mode: 0755]
extl/math/arithmetic.h [new file with mode: 0755]
extl/math/basic_varray.h [new file with mode: 0755]
extl/math/basic_vmatrix.h [new file with mode: 0755]
extl/math/basic_vvector.h [new file with mode: 0755]
extl/math/config/config.h [new file with mode: 0755]
extl/math/config/support.h [new file with mode: 0755]
extl/math/constants.h [new file with mode: 0755]
extl/math/detail/expr_op.h [new file with mode: 0755]
extl/math/detail/varray_expr.h [new file with mode: 0755]
extl/math/detail/vvector_expr.h [new file with mode: 0755]
extl/math/expr_varray.h [new file with mode: 0755]
extl/math/expr_vvector.h [new file with mode: 0755]
extl/math/linear_rand.h [new file with mode: 0755]
extl/math/math.h [new file with mode: 0755]
extl/math/max_min.h [new file with mode: 0755]
extl/math/prefix.h [new file with mode: 0755]
extl/math/rand.h [new file with mode: 0755]
extl/math/rand_selector.h [new file with mode: 0755]
extl/math/std/arithmetic.h [new file with mode: 0755]
extl/math/std/math.h [new file with mode: 0755]
extl/math/std/prefix.h [new file with mode: 0755]
extl/math/test/basic_varray_test.h [new file with mode: 0755]
extl/math/test/basic_vmatrix_test.h [new file with mode: 0755]
extl/math/test/basic_vvector_test.h [new file with mode: 0755]
extl/math/test/expr_varray_test.h [new file with mode: 0755]
extl/math/test/expr_vvector_test.h [new file with mode: 0755]
extl/math/test/max_min_test.h [new file with mode: 0755]
extl/math/test/test.h [new file with mode: 0755]
extl/math/varray_base.h [new file with mode: 0755]
extl/math/vmatrix_base.h [new file with mode: 0755]
extl/math/vmatrix_selector.h [new file with mode: 0755]
extl/math/vvector_base.h [new file with mode: 0755]
extl/math/vvector_selector.h [new file with mode: 0755]
extl/media/config/config.h [new file with mode: 0755]
extl/media/config/namespace.h [new file with mode: 0755]
extl/media/config/sub_config.h [new file with mode: 0755]
extl/media/config/support.h [new file with mode: 0755]
extl/media/media.h [new file with mode: 0755]
extl/media/prefix.h [new file with mode: 0755]
extl/media/ts/adaptation_field.h [new file with mode: 0755]
extl/media/ts/adaptation_field_extension.h [new file with mode: 0755]
extl/media/ts/adaptation_field_extension_header.h [new file with mode: 0755]
extl/media/ts/adaptation_field_header.h [new file with mode: 0755]
extl/media/ts/config/config.h [new file with mode: 0755]
extl/media/ts/config/namespace.h [new file with mode: 0755]
extl/media/ts/config/support.h [new file with mode: 0755]
extl/media/ts/opcr.h [new file with mode: 0755]
extl/media/ts/packet.h [new file with mode: 0755]
extl/media/ts/packet_format.h [new file with mode: 0755]
extl/media/ts/packet_header.h [new file with mode: 0755]
extl/media/ts/pcr.h [new file with mode: 0755]
extl/media/ts/prefix.h [new file with mode: 0755]
extl/media/ts/private_data.h [new file with mode: 0755]
extl/media/ts/splicing.h [new file with mode: 0755]
extl/media/ts/transport_packet_.h [new file with mode: 0755]
extl/media/ts/ts.h [new file with mode: 0755]
extl/memory/__scoped_buffer.h [new file with mode: 0755]
extl/memory/_scoped_buffer.h [new file with mode: 0755]
extl/memory/allocator.h [new file with mode: 0755]
extl/memory/allocator_base.h [new file with mode: 0755]
extl/memory/allocator_selector.h [new file with mode: 0755]
extl/memory/allocator_traits.h [new file with mode: 0755]
extl/memory/attached_buffer.h [new file with mode: 0755]
extl/memory/basic_allocator_selector.h [new file with mode: 0755]
extl/memory/basic_pool.h [new file with mode: 0755]
extl/memory/basic_pool_allocator.h [new file with mode: 0755]
extl/memory/buffer.h [new file with mode: 0755]
extl/memory/buffer_base.h [new file with mode: 0755]
extl/memory/buffer_selector.h [new file with mode: 0755]
extl/memory/config/config.h [new file with mode: 0755]
extl/memory/config/support.h [new file with mode: 0755]
extl/memory/fixed_pool.h [new file with mode: 0755]
extl/memory/help_functions.h [new file with mode: 0755]
extl/memory/initialiser_base.h [new file with mode: 0755]
extl/memory/initialiser_selector.h [new file with mode: 0755]
extl/memory/malloc_allocator.h [new file with mode: 0755]
extl/memory/memory.h [new file with mode: 0755]
extl/memory/memory_traits_selector.h [new file with mode: 0755]
extl/memory/new_allocator.h [new file with mode: 0755]
extl/memory/null_allocator.h [new file with mode: 0755]
extl/memory/object_initialiser.h [new file with mode: 0755]
extl/memory/object_memory_traits.h [new file with mode: 0755]
extl/memory/object_pool.h [new file with mode: 0755]
extl/memory/objects_pool.h [new file with mode: 0755]
extl/memory/pod_initialiser.h [new file with mode: 0755]
extl/memory/pod_memory_traits.h [new file with mode: 0755]
extl/memory/pod_pool.h [new file with mode: 0755]
extl/memory/pods_pool.h [new file with mode: 0755]
extl/memory/pool.h [new file with mode: 0755]
extl/memory/prefix.h [new file with mode: 0755]
extl/memory/scoped_buffer.h [new file with mode: 0755]
extl/memory/singleton_pool.h [new file with mode: 0755]
extl/memory/stack_buffer.h [new file with mode: 0755]
extl/memory/test/scoped_buffer_test.h [new file with mode: 0755]
extl/memory/test/test.h [new file with mode: 0755]
extl/memory/unit_test/basic_pool_allocator_test.h [new file with mode: 0755]
extl/memory/unit_test/basic_pool_test.h [new file with mode: 0755]
extl/memory/unit_test/fixed_pool_test.h [new file with mode: 0755]
extl/memory/unit_test/help_functions_test.h [new file with mode: 0755]
extl/memory/unit_test/malloc_allocator_test.h [new file with mode: 0755]
extl/memory/unit_test/new_allocator_test.h [new file with mode: 0755]
extl/memory/unit_test/object_pool_test.h [new file with mode: 0755]
extl/memory/unit_test/objects_pool_test.h [new file with mode: 0755]
extl/memory/unit_test/pod_pool_test.h [new file with mode: 0755]
extl/memory/unit_test/pods_pool_test.h [new file with mode: 0755]
extl/memory/unit_test/scoped_buffer_test.h [new file with mode: 0755]
extl/memory/unit_test/singleton_pool_test.h [new file with mode: 0755]
extl/mpl/bool_.h [new file with mode: 0755]
extl/mpl/config/config.h [new file with mode: 0755]
extl/mpl/config/namespace.h [new file with mode: 0755]
extl/mpl/config/support.h [new file with mode: 0755]
extl/mpl/if_.h [new file with mode: 0755]
extl/mpl/int_.h [new file with mode: 0755]
extl/mpl/logical.h [new file with mode: 0755]
extl/mpl/math/factorial.h [new file with mode: 0755]
extl/mpl/math/is_even.h [new file with mode: 0755]
extl/mpl/math/is_prime.h [new file with mode: 0755]
extl/mpl/math/log.h [new file with mode: 0755]
extl/mpl/math/math.h [new file with mode: 0755]
extl/mpl/math/max_min.h [new file with mode: 0755]
extl/mpl/math/pi.h [new file with mode: 0755]
extl/mpl/math/pow.h [new file with mode: 0755]
extl/mpl/math/prefix.h [new file with mode: 0755]
extl/mpl/math/sqrt.h [new file with mode: 0755]
extl/mpl/math/unit_test/factorial_test.h [new file with mode: 0755]
extl/mpl/math/unit_test/is_even_test.h [new file with mode: 0755]
extl/mpl/math/unit_test/is_prime_test.h [new file with mode: 0755]
extl/mpl/math/unit_test/log_test.h [new file with mode: 0755]
extl/mpl/math/unit_test/max_min_test.h [new file with mode: 0755]
extl/mpl/math/unit_test/pi_test.h [new file with mode: 0755]
extl/mpl/math/unit_test/pow_test.h [new file with mode: 0755]
extl/mpl/math/unit_test/sqrt_test.h [new file with mode: 0755]
extl/mpl/mpl.h [new file with mode: 0755]
extl/mpl/prefix.h [new file with mode: 0755]
extl/mpl/unit_test/if_test.h [new file with mode: 0755]
extl/platform/config/config.h [new file with mode: 0755]
extl/platform/config/namespace.h [new file with mode: 0755]
extl/platform/counter/counters.h [new file with mode: 0755]
extl/platform/memory/allocators.h [new file with mode: 0755]
extl/platform/platform.h [new file with mode: 0755]
extl/platform/synch/atomic_functions.h [new file with mode: 0755]
extl/platform/synch/lock_selector.h [new file with mode: 0755]
extl/platform/utility/assert.h [new file with mode: 0755]
extl/platform_/config/config.h [new file with mode: 0755]
extl/platform_/config/namespace.h [new file with mode: 0755]
extl/platform_/config/platform.h [new file with mode: 0755]
extl/platform_/config/sub_config.h [new file with mode: 0755]
extl/platform_/config/support.h [new file with mode: 0755]
extl/platform_/config/test.h [new file with mode: 0755]
extl/platform_/counter/config/config.h [new file with mode: 0755]
extl/platform_/counter/config/support.h [new file with mode: 0755]
extl/platform_/counter/counter.h [new file with mode: 0755]
extl/platform_/counter/highperformance_counter.h [new file with mode: 0755]
extl/platform_/counter/prefix.h [new file with mode: 0755]
extl/platform_/counter/processtimes_counter.h [new file with mode: 0755]
extl/platform_/counter/test/highperformance_counter_test.h [new file with mode: 0755]
extl/platform_/counter/test/processtimes_counter_test.h [new file with mode: 0755]
extl/platform_/counter/test/test.h [new file with mode: 0755]
extl/platform_/error/config/config.h [new file with mode: 0755]
extl/platform_/error/config/support.h [new file with mode: 0755]
extl/platform_/error/error.h [new file with mode: 0755]
extl/platform_/error/platform_error_base.h [new file with mode: 0755]
extl/platform_/error/prefix.h [new file with mode: 0755]
extl/platform_/platform.h [new file with mode: 0755]
extl/platform_/prefix.h [new file with mode: 0755]
extl/platform_/synch/atomic_traits.h [new file with mode: 0755]
extl/platform_/synch/config/config.h [new file with mode: 0755]
extl/platform_/synch/config/support.h [new file with mode: 0755]
extl/platform_/synch/prefix.h [new file with mode: 0755]
extl/platform_/synch/synch.h [new file with mode: 0755]
extl/platform_/synch/synch_traits.h [new file with mode: 0755]
extl/platform_/synch/test/atomic_traits_test.h [new file with mode: 0755]
extl/platform_/synch/test/test.h [new file with mode: 0755]
extl/platform_/test/prefix.h [new file with mode: 0755]
extl/platform_/test/test.h [new file with mode: 0755]
extl/platform_/unix/config/arch.h [new file with mode: 0755]
extl/platform_/unix/config/config.h [new file with mode: 0755]
extl/platform_/unix/config/namespace.h [new file with mode: 0755]
extl/platform_/unix/config/os_family.h [new file with mode: 0755]
extl/platform_/unix/config/platform.h [new file with mode: 0755]
extl/platform_/unix/config/suffix.h [new file with mode: 0755]
extl/platform_/unix/config/support.h [new file with mode: 0755]
extl/platform_/unix/prefix.h [new file with mode: 0755]
extl/platform_/unix/synch/atomic_func.h [new file with mode: 0755]
extl/platform_/unix/synch/config/config.h [new file with mode: 0755]
extl/platform_/unix/synch/config/support.h [new file with mode: 0755]
extl/platform_/unix/synch/lock_selector.h [new file with mode: 0755]
extl/platform_/unix/synch/prefix.h [new file with mode: 0755]
extl/platform_/unix/synch/synch.h [new file with mode: 0755]
extl/platform_/unix/synch/test/atomic_func_test.h [new file with mode: 0755]
extl/platform_/unix/synch/test/critical_lock_test.h [new file with mode: 0755]
extl/platform_/unix/synch/test/event_lock_test.h [new file with mode: 0755]
extl/platform_/unix/synch/test/mutex_lock_test.h [new file with mode: 0755]
extl/platform_/unix/synch/test/semaphore_lock_test.h [new file with mode: 0755]
extl/platform_/unix/synch/test/test.h [new file with mode: 0755]
extl/platform_/unix/unix.h [new file with mode: 0755]
extl/platform_/unix/utility/assert_failed.h [new file with mode: 0755]
extl/platform_/utility/assert.h [new file with mode: 0755]
extl/platform_/utility/prefix.h [new file with mode: 0755]
extl/platform_/utility/utility.h [new file with mode: 0755]
extl/platform_/windows/config/config.h [new file with mode: 0755]
extl/platform_/windows/config/namespace.h [new file with mode: 0755]
extl/platform_/windows/config/sub_config.h [new file with mode: 0755]
extl/platform_/windows/config/suffix.h [new file with mode: 0755]
extl/platform_/windows/config/support.h [new file with mode: 0755]
extl/platform_/windows/config/test.h [new file with mode: 0755]
extl/platform_/windows/counter/config/config.h [new file with mode: 0755]
extl/platform_/windows/counter/config/support.h [new file with mode: 0755]
extl/platform_/windows/counter/counter.h [new file with mode: 0755]
extl/platform_/windows/counter/highperformance_counter.h [new file with mode: 0755]
extl/platform_/windows/counter/multimedia_counter.h [new file with mode: 0755]
extl/platform_/windows/counter/prefix.h [new file with mode: 0755]
extl/platform_/windows/counter/processtimes_counter.h [new file with mode: 0755]
extl/platform_/windows/counter/rdtsc_counter.h [new file with mode: 0755]
extl/platform_/windows/counter/systemtime_counter.h [new file with mode: 0755]
extl/platform_/windows/counter/test/highperformance_counter_test.h [new file with mode: 0755]
extl/platform_/windows/counter/test/multimedia_counter_test.h [new file with mode: 0755]
extl/platform_/windows/counter/test/processtimes_counter_test.h [new file with mode: 0755]
extl/platform_/windows/counter/test/rdtsc_counter_test.h [new file with mode: 0755]
extl/platform_/windows/counter/test/systemtime_counter_test.h [new file with mode: 0755]
extl/platform_/windows/counter/test/test.h [new file with mode: 0755]
extl/platform_/windows/counter/test/threadtimes_counter_test.h [new file with mode: 0755]
extl/platform_/windows/counter/test/tick_counter_test.h [new file with mode: 0755]
extl/platform_/windows/counter/threadtimes_counter.h [new file with mode: 0755]
extl/platform_/windows/counter/tick_counter.h [new file with mode: 0755]
extl/platform_/windows/error/config/config.h [new file with mode: 0755]
extl/platform_/windows/error/config/support.h [new file with mode: 0755]
extl/platform_/windows/error/error.h [new file with mode: 0755]
extl/platform_/windows/error/prefix.h [new file with mode: 0755]
extl/platform_/windows/error/windows_error_base.h [new file with mode: 0755]
extl/platform_/windows/error/windows_synch_error.h [new file with mode: 0755]
extl/platform_/windows/prefix.h [new file with mode: 0755]
extl/platform_/windows/synch/atomic_func.h [new file with mode: 0755]
extl/platform_/windows/synch/atomic_functions.h [new file with mode: 0755]
extl/platform_/windows/synch/basic_critical.h [new file with mode: 0755]
extl/platform_/windows/synch/basic_event.h [new file with mode: 0755]
extl/platform_/windows/synch/basic_mutex.h [new file with mode: 0755]
extl/platform_/windows/synch/basic_semaphore.h [new file with mode: 0755]
extl/platform_/windows/synch/config/config.h [new file with mode: 0755]
extl/platform_/windows/synch/config/support.h [new file with mode: 0755]
extl/platform_/windows/synch/critical_lock.h [new file with mode: 0755]
extl/platform_/windows/synch/critical_section.h [new file with mode: 0755]
extl/platform_/windows/synch/critical_section_lock.h [new file with mode: 0755]
extl/platform_/windows/synch/event.h [new file with mode: 0755]
extl/platform_/windows/synch/event_lock.h [new file with mode: 0755]
extl/platform_/windows/synch/lock.h [new file with mode: 0755]
extl/platform_/windows/synch/lock_selector.h [new file with mode: 0755]
extl/platform_/windows/synch/locks.h [new file with mode: 0755]
extl/platform_/windows/synch/mutex.h [new file with mode: 0755]
extl/platform_/windows/synch/mutex_lock.h [new file with mode: 0755]
extl/platform_/windows/synch/prefix.h [new file with mode: 0755]
extl/platform_/windows/synch/semaphore.h [new file with mode: 0755]
extl/platform_/windows/synch/semaphore_lock.h [new file with mode: 0755]
extl/platform_/windows/synch/synch.h [new file with mode: 0755]
extl/platform_/windows/synch/test/atomic_func_test.h [new file with mode: 0755]
extl/platform_/windows/synch/test/atomic_functions_test.h [new file with mode: 0755]
extl/platform_/windows/synch/test/critical_lock_test.h [new file with mode: 0755]
extl/platform_/windows/synch/test/critical_section_lock_test.h [new file with mode: 0755]
extl/platform_/windows/synch/test/event_lock_test.h [new file with mode: 0755]
extl/platform_/windows/synch/test/mutex_lock_test.h [new file with mode: 0755]
extl/platform_/windows/synch/test/semaphore_lock_test.h [new file with mode: 0755]
extl/platform_/windows/synch/test/test.h [new file with mode: 0755]
extl/platform_/windows/test/prefix.h [new file with mode: 0755]
extl/platform_/windows/test/test.h [new file with mode: 0755]
extl/platform_/windows/utility/assert_failed.h [new file with mode: 0755]
extl/platform_/windows/windows.h [new file with mode: 0755]
extl/prefix.h [new file with mode: 0755]
extl/smartptr/config/config.h [new file with mode: 0755]
extl/smartptr/config/support.h [new file with mode: 0755]
extl/smartptr/prefix.h [new file with mode: 0755]
extl/smartptr/scoped_array.h [new file with mode: 0755]
extl/smartptr/scoped_ptr.h [new file with mode: 0755]
extl/smartptr/shared_array.h [new file with mode: 0755]
extl/smartptr/shared_ptr.h [new file with mode: 0755]
extl/smartptr/smart_ptr.h [new file with mode: 0755]
extl/smartptr/unit_test/scoped_array_test.h [new file with mode: 0755]
extl/smartptr/unit_test/scoped_ptr_test.h [new file with mode: 0755]
extl/smartptr/unit_test/shared_array_test.h [new file with mode: 0755]
extl/smartptr/unit_test/shared_ptr_test.h [new file with mode: 0755]
extl/string/attached_string.h [new file with mode: 0755]
extl/string/config/config.h [new file with mode: 0755]
extl/string/config/support.h [new file with mode: 0755]
extl/string/error_string.h [new file with mode: 0755]
extl/string/format_helper.h [new file with mode: 0755]
extl/string/prefix.h [new file with mode: 0755]
extl/string/scoped_string.h [new file with mode: 0755]
extl/string/shims.h [new file with mode: 0755]
extl/string/stack_string.h [new file with mode: 0755]
extl/string/std/char_traits.h [new file with mode: 0755]
extl/string/std/functions.h [new file with mode: 0755]
extl/string/std/unit_test/char_traits_test.h [new file with mode: 0755]
extl/string/string.h [new file with mode: 0755]
extl/string/string_base.h [new file with mode: 0755]
extl/string/string_selector.h [new file with mode: 0755]
extl/string/string_traits.h [new file with mode: 0755]
extl/string/test/attached_string_test.h [new file with mode: 0755]
extl/string/test/scoped_string_test.h [new file with mode: 0755]
extl/string/test/stack_string_test.h [new file with mode: 0755]
extl/string/test/test.h [new file with mode: 0755]
extl/synch/atomic_traits.h [new file with mode: 0755]
extl/synch/config/config.h [new file with mode: 0755]
extl/synch/config/support.h [new file with mode: 0755]
extl/synch/lock_base.h [new file with mode: 0755]
extl/synch/null_lock.h [new file with mode: 0755]
extl/synch/prefix.h [new file with mode: 0755]
extl/synch/scoped_lock.h [new file with mode: 0755]
extl/synch/synch.h [new file with mode: 0755]
extl/synch/synch_traits.h [new file with mode: 0755]
extl/synch/synch_traits_selector.h [new file with mode: 0755]
extl/synch/test/atomic_traits_test.h [new file with mode: 0755]
extl/synch/test/null_lock_test.h [new file with mode: 0755]
extl/synch/test/scoped_lock_test.h [new file with mode: 0755]
extl/synch/test/test.h [new file with mode: 0755]
extl/test/prefix.h [new file with mode: 0755]
extl/test/test.h [new file with mode: 0755]
extl/type/config/config.h [new file with mode: 0755]
extl/type/config/support.h [new file with mode: 0755]
extl/type/n_types.h [new file with mode: 0755]
extl/type/non_type_wrap.h [new file with mode: 0755]
extl/type/null_type.h [new file with mode: 0755]
extl/type/traits/add_const.h [new file with mode: 0755]
extl/type/traits/add_const_ref.h [new file with mode: 0755]
extl/type/traits/add_cv.h [new file with mode: 0755]
extl/type/traits/add_ptr.h [new file with mode: 0755]
extl/type/traits/add_ref.h [new file with mode: 0755]
extl/type/traits/add_volatile.h [new file with mode: 0755]
extl/type/traits/call_traits.h [new file with mode: 0755]
extl/type/traits/config/config.h [new file with mode: 0755]
extl/type/traits/config/support.h [new file with mode: 0755]
extl/type/traits/detail/_func_def.h [new file with mode: 0755]
extl/type/traits/detail/_func_undef.h [new file with mode: 0755]
extl/type/traits/detail/func_ptr_traits_impl.h [new file with mode: 0755]
extl/type/traits/detail/func_ptr_traits_impl_2.h [new file with mode: 0755]
extl/type/traits/detail/is_func_ptr_tester.h [new file with mode: 0755]
extl/type/traits/detail/is_mem_func_ptr_tester.h [new file with mode: 0755]
extl/type/traits/detail/mem_func_ptr_traits_impl.h [new file with mode: 0755]
extl/type/traits/detail/mem_func_ptr_traits_impl_2.h [new file with mode: 0755]
extl/type/traits/detail/type_buffer.h [new file with mode: 0755]
extl/type/traits/func_ptr_traits.h [new file with mode: 0755]
extl/type/traits/has_trivial_assign.h [new file with mode: 0755]
extl/type/traits/has_trivial_constructor.h [new file with mode: 0755]
extl/type/traits/has_trivial_copy.h [new file with mode: 0755]
extl/type/traits/has_trivial_destructor.h [new file with mode: 0755]
extl/type/traits/has_virtual_destructor.h [new file with mode: 0755]
extl/type/traits/if_.h [new file with mode: 0755]
extl/type/traits/is_abstract.h [new file with mode: 0755]
extl/type/traits/is_arithmetic.h [new file with mode: 0755]
extl/type/traits/is_array.h [new file with mode: 0755]
extl/type/traits/is_class.h [new file with mode: 0755]
extl/type/traits/is_class_or_union.h [new file with mode: 0755]
extl/type/traits/is_compound.h [new file with mode: 0755]
extl/type/traits/is_const.h [new file with mode: 0755]
extl/type/traits/is_convertible.h [new file with mode: 0755]
extl/type/traits/is_cv.h [new file with mode: 0755]
extl/type/traits/is_empty.h [new file with mode: 0755]
extl/type/traits/is_enum.h [new file with mode: 0755]
extl/type/traits/is_float.h [new file with mode: 0755]
extl/type/traits/is_func.h [new file with mode: 0755]
extl/type/traits/is_func_ptr.h [new file with mode: 0755]
extl/type/traits/is_fundamental.h [new file with mode: 0755]
extl/type/traits/is_int.h [new file with mode: 0755]
extl/type/traits/is_mem_func_ptr.h [new file with mode: 0755]
extl/type/traits/is_mem_obj_ptr.h [new file with mode: 0755]
extl/type/traits/is_mem_ptr.h [new file with mode: 0755]
extl/type/traits/is_obj.h [new file with mode: 0755]
extl/type/traits/is_pod.h [new file with mode: 0755]
extl/type/traits/is_polymorphic.h [new file with mode: 0755]
extl/type/traits/is_ptr.h [new file with mode: 0755]
extl/type/traits/is_ref.h [new file with mode: 0755]
extl/type/traits/is_same.h [new file with mode: 0755]
extl/type/traits/is_scalar.h [new file with mode: 0755]
extl/type/traits/is_signed.h [new file with mode: 0755]
extl/type/traits/is_union.h [new file with mode: 0755]
extl/type/traits/is_unsigned.h [new file with mode: 0755]
extl/type/traits/is_void.h [new file with mode: 0755]
extl/type/traits/is_volatile.h [new file with mode: 0755]
extl/type/traits/limit_traits.h [new file with mode: 0755]
extl/type/traits/logical_op.h [new file with mode: 0755]
extl/type/traits/mem_func_ptr_traits.h [new file with mode: 0755]
extl/type/traits/prefix.h [new file with mode: 0755]
extl/type/traits/promotion_traits.h [new file with mode: 0755]
extl/type/traits/remove_bound.h [new file with mode: 0755]
extl/type/traits/remove_bounds.h [new file with mode: 0755]
extl/type/traits/remove_const.h [new file with mode: 0755]
extl/type/traits/remove_cv.h [new file with mode: 0755]
extl/type/traits/remove_ptr.h [new file with mode: 0755]
extl/type/traits/remove_ref.h [new file with mode: 0755]
extl/type/traits/remove_volatile.h [new file with mode: 0755]
extl/type/traits/traits.h [new file with mode: 0755]
extl/type/traits/unit_test/add_const_ref_test.h [new file with mode: 0755]
extl/type/traits/unit_test/add_const_test.h [new file with mode: 0755]
extl/type/traits/unit_test/add_cv_test.h [new file with mode: 0755]
extl/type/traits/unit_test/add_ptr_test.h [new file with mode: 0755]
extl/type/traits/unit_test/add_ref_test.h [new file with mode: 0755]
extl/type/traits/unit_test/add_volatile_test.h [new file with mode: 0755]
extl/type/traits/unit_test/call_traits_test.h [new file with mode: 0755]
extl/type/traits/unit_test/func_ptr_traits_test.h [new file with mode: 0755]
extl/type/traits/unit_test/has_trivial_assign_test.h [new file with mode: 0755]
extl/type/traits/unit_test/has_trivial_constructor_test.h [new file with mode: 0755]
extl/type/traits/unit_test/has_trivial_copy_test.h [new file with mode: 0755]
extl/type/traits/unit_test/has_trivial_destructor_test.h [new file with mode: 0755]
extl/type/traits/unit_test/has_virtual_destructor_test.h [new file with mode: 0755]
extl/type/traits/unit_test/if_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_abstract_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_arithmetic_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_array_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_class_or_union_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_class_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_compound_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_const_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_convertible_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_cv_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_empty_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_enum_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_float_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_func_ptr_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_func_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_fundamental_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_int_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_mem_func_ptr_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_mem_obj_ptr_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_mem_ptr_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_obj_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_pod_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_polymorphic_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_ptr_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_ref_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_same_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_scalar_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_signed_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_union_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_unsigned_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_void_test.h [new file with mode: 0755]
extl/type/traits/unit_test/is_volatile_test.h [new file with mode: 0755]
extl/type/traits/unit_test/limit_traits_test.h [new file with mode: 0755]
extl/type/traits/unit_test/mem_func_ptr_traits_test.h [new file with mode: 0755]
extl/type/traits/unit_test/promotion_traits_test.h [new file with mode: 0755]
extl/type/traits/unit_test/remove_bound_test.h [new file with mode: 0755]
extl/type/traits/unit_test/remove_bounds_test.h [new file with mode: 0755]
extl/type/traits/unit_test/remove_const_test.h [new file with mode: 0755]
extl/type/traits/unit_test/remove_cv_test.h [new file with mode: 0755]
extl/type/traits/unit_test/remove_ptr_test.h [new file with mode: 0755]
extl/type/traits/unit_test/remove_ref_test.h [new file with mode: 0755]
extl/type/traits/unit_test/remove_volatile_test.h [new file with mode: 0755]
extl/type/type.h [new file with mode: 0755]
extl/type/type_wrap.h [new file with mode: 0755]
extl/type/typedef.h [new file with mode: 0755]
extl/type/unit_test/type_size_test.h [new file with mode: 0755]
extl/type/yes_no.h [new file with mode: 0755]
extl/utility/_old_singleton.h [new file with mode: 0755]
extl/utility/address_of.h [new file with mode: 0755]
extl/utility/bit_op.h [new file with mode: 0755]
extl/utility/config/config.h [new file with mode: 0755]
extl/utility/config/support.h [new file with mode: 0755]
extl/utility/element_num.h [new file with mode: 0755]
extl/utility/offset_of.h [new file with mode: 0755]
extl/utility/operator_bool.h [new file with mode: 0755]
extl/utility/operators.h [new file with mode: 0755]
extl/utility/prefix.h [new file with mode: 0755]
extl/utility/properties.h [new file with mode: 0755]
extl/utility/singleton.h [new file with mode: 0755]
extl/utility/static_assert.h [new file with mode: 0755]
extl/utility/static_message_assert.h [new file with mode: 0755]
extl/utility/suppress_unused.h [new file with mode: 0755]
extl/utility/uncopyable.h [new file with mode: 0755]
extl/utility/unit_test/address_of_test.h [new file with mode: 0755]
extl/utility/unit_test/element_num_test.h [new file with mode: 0755]
extl/utility/unit_test/offset_of_test.h [new file with mode: 0755]
extl/utility/unit_test/operator_bool_test.h [new file with mode: 0755]
extl/utility/unit_test/operators_test.h [new file with mode: 0755]
extl/utility/unit_test/properties_test.h [new file with mode: 0755]
extl/utility/utility.h [new file with mode: 0755]
extl/win/config/config.h [new file with mode: 0755]
extl/win/config/namespace.h [new file with mode: 0755]
extl/win/config/suffix.h [new file with mode: 0755]
extl/win/config/user.h [new file with mode: 0755]
extl/win/counter/highperformance_counter.h [new file with mode: 0755]
extl/win/counter/multimedia_counter.h [new file with mode: 0755]
extl/win/counter/processtimes_counter.h [new file with mode: 0755]
extl/win/counter/rdtsc_counter.h [new file with mode: 0755]
extl/win/counter/systemtime_counter.h [new file with mode: 0755]
extl/win/counter/threadtimes_counter.h [new file with mode: 0755]
extl/win/counter/tick_counter.h [new file with mode: 0755]
extl/win/counter/unit_test/highperformance_counter_test.h [new file with mode: 0755]
extl/win/counter/unit_test/multimedia_counter_test.h [new file with mode: 0755]
extl/win/counter/unit_test/processtimes_counter_test.h [new file with mode: 0755]
extl/win/counter/unit_test/rdtsc_counter_test.h [new file with mode: 0755]
extl/win/counter/unit_test/systemtime_counter_test.h [new file with mode: 0755]
extl/win/counter/unit_test/threadtimes_counter_test.h [new file with mode: 0755]
extl/win/counter/unit_test/tick_counter_test.h [new file with mode: 0755]
extl/win/error/win_error.h [new file with mode: 0755]
extl/win/error/win_synch_error.h [new file with mode: 0755]
extl/win/filesystem/filesystem_traits.h [new file with mode: 0755]
extl/win/filesystem/path.h [new file with mode: 0755]
extl/win/filesystem/path_entry_iterator.h [new file with mode: 0755]
extl/win/filesystem/path_traits.h [new file with mode: 0755]
extl/win/filesystem/unit_test/filesystem_traits_test.h [new file with mode: 0755]
extl/win/filesystem/unit_test/path_test.h [new file with mode: 0755]
extl/win/filesystem/unit_test/path_traits_test.h [new file with mode: 0755]
extl/win/memory/allocator.h [new file with mode: 0755]
extl/win/memory/global_allocator.h [new file with mode: 0755]
extl/win/memory/heap.h [new file with mode: 0755]
extl/win/memory/process_heap.h [new file with mode: 0755]
extl/win/memory/process_heap_allocator.h [new file with mode: 0755]
extl/win/memory/unit_test/global_allocator_test.h [new file with mode: 0755]
extl/win/memory/unit_test/process_heap_allocator_test.h [new file with mode: 0755]
extl/win/memory/unit_test/virtual_allocator_test.h [new file with mode: 0755]
extl/win/memory/virtual_allocator.h [new file with mode: 0755]
extl/win/string/win_string_traits.h [new file with mode: 0755]
extl/win/synch/atomic_functions.h [new file with mode: 0755]
extl/win/synch/critical_section.h [new file with mode: 0755]
extl/win/synch/critical_section_lock.h [new file with mode: 0755]
extl/win/synch/event.h [new file with mode: 0755]
extl/win/synch/event_lock.h [new file with mode: 0755]
extl/win/synch/locks.h [new file with mode: 0755]
extl/win/synch/mutex.h [new file with mode: 0755]
extl/win/synch/mutex_lock.h [new file with mode: 0755]
extl/win/synch/semaphore.h [new file with mode: 0755]
extl/win/synch/semaphore_lock.h [new file with mode: 0755]
extl/win/synch/unit_test/atomic_functions_test.h [new file with mode: 0755]
extl/win/synch/unit_test/critical_section_lock_test.h [new file with mode: 0755]
extl/win/synch/unit_test/event_lock_test.h [new file with mode: 0755]
extl/win/synch/unit_test/mutex_lock_test.h [new file with mode: 0755]
extl/win/synch/unit_test/semaphore_lock_test.h [new file with mode: 0755]
extl/win/system/system_traits.h [new file with mode: 0755]
extl/win/system/unit_test/system_traits_test.h [new file with mode: 0755]
extl/win/utility/assert_failed.h [new file with mode: 0755]
extl/win/win.h [new file with mode: 0755]
makefile/BCC551.mak [new file with mode: 0755]
makefile/BCC564.mak [new file with mode: 0755]
makefile/DMC84.mak [new file with mode: 0755]
makefile/DMC85.mak [new file with mode: 0755]
makefile/GCC342.mak [new file with mode: 0755]
makefile/GCC440.mak [new file with mode: 0755]
makefile/INTEL10_0_026.mak [new file with mode: 0755]
makefile/INTEL11_0_061.mak [new file with mode: 0755]
makefile/INTEL90.mak [new file with mode: 0755]
makefile/VC60.mak [new file with mode: 0755]
makefile/VC71.mak [new file with mode: 0755]
makefile/VC80.mak [new file with mode: 0755]
makefile/VC90.mak [new file with mode: 0755]
makefile/VECTORC217.mak [new file with mode: 0755]
makefile/WATCOM12.mak [new file with mode: 0755]
makefile/WATCOM17.mak [new file with mode: 0755]
tasks.txt [new file with mode: 0755]