├── .gitignore ├── README.md └── src ├── Dependencies ├── Boost.1.51.0 │ ├── LICENSE_1_0.txt │ └── include │ │ └── boost │ │ ├── algorithm │ │ ├── clamp.hpp │ │ ├── cxx11 │ │ │ ├── all_of.hpp │ │ │ ├── any_of.hpp │ │ │ ├── copy_if.hpp │ │ │ ├── copy_n.hpp │ │ │ ├── find_if_not.hpp │ │ │ ├── iota.hpp │ │ │ ├── is_partitioned.hpp │ │ │ ├── is_permutation.hpp │ │ │ ├── is_sorted.hpp │ │ │ ├── none_of.hpp │ │ │ ├── one_of.hpp │ │ │ ├── partition_copy.hpp │ │ │ └── partition_point.hpp │ │ ├── hex.hpp │ │ ├── minmax.hpp │ │ ├── minmax_element.hpp │ │ ├── searching │ │ │ ├── boyer_moore.hpp │ │ │ ├── boyer_moore_horspool.hpp │ │ │ ├── detail │ │ │ │ ├── bm_traits.hpp │ │ │ │ └── debugging.hpp │ │ │ └── knuth_morris_pratt.hpp │ │ ├── string.hpp │ │ ├── string │ │ │ ├── case_conv.hpp │ │ │ ├── classification.hpp │ │ │ ├── compare.hpp │ │ │ ├── concept.hpp │ │ │ ├── config.hpp │ │ │ ├── constants.hpp │ │ │ ├── detail │ │ │ │ ├── case_conv.hpp │ │ │ │ ├── classification.hpp │ │ │ │ ├── find_format.hpp │ │ │ │ ├── find_format_all.hpp │ │ │ │ ├── find_format_store.hpp │ │ │ │ ├── find_iterator.hpp │ │ │ │ ├── finder.hpp │ │ │ │ ├── finder_regex.hpp │ │ │ │ ├── formatter.hpp │ │ │ │ ├── formatter_regex.hpp │ │ │ │ ├── predicate.hpp │ │ │ │ ├── replace_storage.hpp │ │ │ │ ├── sequence.hpp │ │ │ │ ├── trim.hpp │ │ │ │ └── util.hpp │ │ │ ├── erase.hpp │ │ │ ├── find.hpp │ │ │ ├── find_format.hpp │ │ │ ├── find_iterator.hpp │ │ │ ├── finder.hpp │ │ │ ├── formatter.hpp │ │ │ ├── iter_find.hpp │ │ │ ├── join.hpp │ │ │ ├── predicate.hpp │ │ │ ├── predicate_facade.hpp │ │ │ ├── regex.hpp │ │ │ ├── regex_find_format.hpp │ │ │ ├── replace.hpp │ │ │ ├── sequence_traits.hpp │ │ │ ├── split.hpp │ │ │ ├── std │ │ │ │ ├── list_traits.hpp │ │ │ │ ├── rope_traits.hpp │ │ │ │ ├── slist_traits.hpp │ │ │ │ └── string_traits.hpp │ │ │ ├── std_containers_traits.hpp │ │ │ ├── trim.hpp │ │ │ ├── trim_all.hpp │ │ │ └── yes_no_type.hpp │ │ └── string_regex.hpp │ │ ├── aligned_storage.hpp │ │ ├── any.hpp │ │ ├── array.hpp │ │ ├── asio.hpp │ │ ├── assert.hpp │ │ ├── assign.hpp │ │ ├── bimap.hpp │ │ ├── bind.hpp │ │ ├── bind │ │ ├── apply.hpp │ │ ├── arg.hpp │ │ ├── bind.hpp │ │ ├── bind_cc.hpp │ │ ├── bind_mf2_cc.hpp │ │ ├── bind_mf_cc.hpp │ │ ├── bind_template.hpp │ │ ├── make_adaptable.hpp │ │ ├── mem_fn.hpp │ │ ├── mem_fn_cc.hpp │ │ ├── mem_fn_template.hpp │ │ ├── mem_fn_vw.hpp │ │ ├── placeholders.hpp │ │ ├── protect.hpp │ │ └── storage.hpp │ │ ├── blank.hpp │ │ ├── blank_fwd.hpp │ │ ├── call_traits.hpp │ │ ├── cast.hpp │ │ ├── cerrno.hpp │ │ ├── checked_delete.hpp │ │ ├── chrono.hpp │ │ ├── circular_buffer.hpp │ │ ├── circular_buffer_fwd.hpp │ │ ├── compressed_pair.hpp │ │ ├── concept │ │ ├── assert.hpp │ │ ├── detail │ │ │ ├── backward_compatibility.hpp │ │ │ ├── borland.hpp │ │ │ ├── concept_def.hpp │ │ │ ├── concept_undef.hpp │ │ │ ├── general.hpp │ │ │ ├── has_constraints.hpp │ │ │ └── msvc.hpp │ │ ├── requires.hpp │ │ └── usage.hpp │ │ ├── concept_archetype.hpp │ │ ├── concept_check.hpp │ │ ├── config.hpp │ │ ├── config │ │ ├── abi │ │ │ ├── borland_prefix.hpp │ │ │ ├── borland_suffix.hpp │ │ │ ├── msvc_prefix.hpp │ │ │ └── msvc_suffix.hpp │ │ ├── abi_prefix.hpp │ │ ├── abi_suffix.hpp │ │ ├── auto_link.hpp │ │ ├── compiler │ │ │ ├── borland.hpp │ │ │ ├── clang.hpp │ │ │ ├── codegear.hpp │ │ │ ├── comeau.hpp │ │ │ ├── common_edg.hpp │ │ │ ├── compaq_cxx.hpp │ │ │ ├── cray.hpp │ │ │ ├── digitalmars.hpp │ │ │ ├── gcc.hpp │ │ │ ├── gcc_xml.hpp │ │ │ ├── greenhills.hpp │ │ │ ├── hp_acc.hpp │ │ │ ├── intel.hpp │ │ │ ├── kai.hpp │ │ │ ├── metrowerks.hpp │ │ │ ├── mpw.hpp │ │ │ ├── nvcc.hpp │ │ │ ├── pathscale.hpp │ │ │ ├── pgi.hpp │ │ │ ├── sgi_mipspro.hpp │ │ │ ├── sunpro_cc.hpp │ │ │ ├── vacpp.hpp │ │ │ └── visualc.hpp │ │ ├── no_tr1 │ │ │ ├── cmath.hpp │ │ │ ├── complex.hpp │ │ │ ├── functional.hpp │ │ │ ├── memory.hpp │ │ │ └── utility.hpp │ │ ├── platform │ │ │ ├── aix.hpp │ │ │ ├── amigaos.hpp │ │ │ ├── beos.hpp │ │ │ ├── bsd.hpp │ │ │ ├── cray.hpp │ │ │ ├── cygwin.hpp │ │ │ ├── hpux.hpp │ │ │ ├── irix.hpp │ │ │ ├── linux.hpp │ │ │ ├── macos.hpp │ │ │ ├── qnxnto.hpp │ │ │ ├── solaris.hpp │ │ │ ├── symbian.hpp │ │ │ ├── vms.hpp │ │ │ ├── vxworks.hpp │ │ │ └── win32.hpp │ │ ├── posix_features.hpp │ │ ├── requires_threads.hpp │ │ ├── select_compiler_config.hpp │ │ ├── select_platform_config.hpp │ │ ├── select_stdlib_config.hpp │ │ ├── stdlib │ │ │ ├── dinkumware.hpp │ │ │ ├── libcomo.hpp │ │ │ ├── libcpp.hpp │ │ │ ├── libstdcpp3.hpp │ │ │ ├── modena.hpp │ │ │ ├── msl.hpp │ │ │ ├── roguewave.hpp │ │ │ ├── sgi.hpp │ │ │ ├── stlport.hpp │ │ │ └── vacpp.hpp │ │ ├── suffix.hpp │ │ ├── user.hpp │ │ └── warning_disable.hpp │ │ ├── crc.hpp │ │ ├── cregex.hpp │ │ ├── cstdint.hpp │ │ ├── cstdlib.hpp │ │ ├── current_function.hpp │ │ ├── date_time.hpp │ │ ├── detail │ │ ├── algorithm.hpp │ │ ├── allocator_utilities.hpp │ │ ├── atomic_count.hpp │ │ ├── binary_search.hpp │ │ ├── bitmask.hpp │ │ ├── call_traits.hpp │ │ ├── catch_exceptions.hpp │ │ ├── compressed_pair.hpp │ │ ├── container_fwd.hpp │ │ ├── dynamic_bitset.hpp │ │ ├── endian.hpp │ │ ├── fenv.hpp │ │ ├── has_default_constructor.hpp │ │ ├── identifier.hpp │ │ ├── indirect_traits.hpp │ │ ├── interlocked.hpp │ │ ├── is_function_ref_tester.hpp │ │ ├── is_incrementable.hpp │ │ ├── is_sorted.hpp │ │ ├── is_xxx.hpp │ │ ├── iterator.hpp │ │ ├── lcast_precision.hpp │ │ ├── lightweight_main.hpp │ │ ├── lightweight_mutex.hpp │ │ ├── lightweight_test.hpp │ │ ├── lightweight_thread.hpp │ │ ├── limits.hpp │ │ ├── named_template_params.hpp │ │ ├── no_exceptions_support.hpp │ │ ├── none_t.hpp │ │ ├── numeric_traits.hpp │ │ ├── ob_call_traits.hpp │ │ ├── ob_compressed_pair.hpp │ │ ├── quick_allocator.hpp │ │ ├── reference_content.hpp │ │ ├── scoped_enum_emulation.hpp │ │ ├── select_type.hpp │ │ ├── sp_typeinfo.hpp │ │ ├── templated_streams.hpp │ │ ├── utf8_codecvt_facet.hpp │ │ ├── utf8_codecvt_facet.ipp │ │ ├── win │ │ │ ├── GetCurrentProcess.hpp │ │ │ ├── GetCurrentThread.hpp │ │ │ ├── GetLastError.hpp │ │ │ ├── GetProcessTimes.hpp │ │ │ ├── GetThreadTimes.hpp │ │ │ ├── LocalFree.hpp │ │ │ ├── basic_types.hpp │ │ │ ├── directory_management.hpp │ │ │ ├── dll.hpp │ │ │ ├── error_handling.hpp │ │ │ ├── file_management.hpp │ │ │ ├── handles.hpp │ │ │ ├── memory.hpp │ │ │ ├── process.hpp │ │ │ ├── security.hpp │ │ │ ├── synchronization.hpp │ │ │ ├── system.hpp │ │ │ ├── thread.hpp │ │ │ ├── time.hpp │ │ │ └── timers.hpp │ │ └── workaround.hpp │ │ ├── dynamic_bitset.hpp │ │ ├── dynamic_bitset_fwd.hpp │ │ ├── enable_shared_from_this.hpp │ │ ├── exception.hpp │ │ ├── exception │ │ ├── all.hpp │ │ ├── current_exception_cast.hpp │ │ ├── detail │ │ │ ├── attribute_noreturn.hpp │ │ │ ├── clone_current_exception.hpp │ │ │ ├── error_info_impl.hpp │ │ │ ├── exception_ptr.hpp │ │ │ ├── is_output_streamable.hpp │ │ │ ├── object_hex_dump.hpp │ │ │ └── type_info.hpp │ │ ├── diagnostic_information.hpp │ │ ├── enable_current_exception.hpp │ │ ├── enable_error_info.hpp │ │ ├── errinfo_api_function.hpp │ │ ├── errinfo_at_line.hpp │ │ ├── errinfo_errno.hpp │ │ ├── errinfo_file_handle.hpp │ │ ├── errinfo_file_name.hpp │ │ ├── errinfo_file_open_mode.hpp │ │ ├── errinfo_nested_exception.hpp │ │ ├── errinfo_type_info_name.hpp │ │ ├── error_info.hpp │ │ ├── exception.hpp │ │ ├── get_error_info.hpp │ │ ├── info.hpp │ │ ├── info_tuple.hpp │ │ ├── to_string.hpp │ │ └── to_string_stub.hpp │ │ ├── exception_ptr.hpp │ │ ├── filesystem.hpp │ │ ├── flyweight.hpp │ │ ├── foreach.hpp │ │ ├── foreach_fwd.hpp │ │ ├── format.hpp │ │ ├── format │ │ ├── alt_sstream.hpp │ │ ├── alt_sstream_impl.hpp │ │ ├── detail │ │ │ ├── compat_workarounds.hpp │ │ │ ├── config_macros.hpp │ │ │ ├── msvc_disambiguater.hpp │ │ │ ├── unset_macros.hpp │ │ │ ├── workarounds_gcc-2_95.hpp │ │ │ └── workarounds_stlport.hpp │ │ ├── exceptions.hpp │ │ ├── feed_args.hpp │ │ ├── format_class.hpp │ │ ├── format_fwd.hpp │ │ ├── format_implementation.hpp │ │ ├── free_funcs.hpp │ │ ├── group.hpp │ │ ├── internals.hpp │ │ ├── internals_fwd.hpp │ │ └── parsing.hpp │ │ ├── function.hpp │ │ ├── function │ │ ├── detail │ │ │ ├── function_iterate.hpp │ │ │ ├── gen_maybe_include.pl │ │ │ ├── maybe_include.hpp │ │ │ └── prologue.hpp │ │ ├── function0.hpp │ │ ├── function1.hpp │ │ ├── function10.hpp │ │ ├── function2.hpp │ │ ├── function3.hpp │ │ ├── function4.hpp │ │ ├── function5.hpp │ │ ├── function6.hpp │ │ ├── function7.hpp │ │ ├── function8.hpp │ │ ├── function9.hpp │ │ ├── function_base.hpp │ │ ├── function_fwd.hpp │ │ ├── function_template.hpp │ │ ├── function_typeof.hpp │ │ └── gen_function_N.pl │ │ ├── function_equal.hpp │ │ ├── function_output_iterator.hpp │ │ ├── functional.hpp │ │ ├── generator_iterator.hpp │ │ ├── geometry.hpp │ │ ├── get_pointer.hpp │ │ ├── implicit_cast.hpp │ │ ├── indirect_reference.hpp │ │ ├── integer.hpp │ │ ├── integer_fwd.hpp │ │ ├── integer_traits.hpp │ │ ├── intrusive_ptr.hpp │ │ ├── io_fwd.hpp │ │ ├── is_placeholder.hpp │ │ ├── iterator.hpp │ │ ├── iterator │ │ ├── counting_iterator.hpp │ │ ├── detail │ │ │ ├── any_conversion_eater.hpp │ │ │ ├── config_def.hpp │ │ │ ├── config_undef.hpp │ │ │ ├── enable_if.hpp │ │ │ ├── facade_iterator_category.hpp │ │ │ └── minimum_category.hpp │ │ ├── filter_iterator.hpp │ │ ├── function_input_iterator.hpp │ │ ├── indirect_iterator.hpp │ │ ├── interoperable.hpp │ │ ├── is_lvalue_iterator.hpp │ │ ├── is_readable_iterator.hpp │ │ ├── iterator_adaptor.hpp │ │ ├── iterator_archetypes.hpp │ │ ├── iterator_categories.hpp │ │ ├── iterator_concepts.hpp │ │ ├── iterator_facade.hpp │ │ ├── iterator_traits.hpp │ │ ├── new_iterator_tests.hpp │ │ ├── permutation_iterator.hpp │ │ ├── reverse_iterator.hpp │ │ ├── transform_iterator.hpp │ │ └── zip_iterator.hpp │ │ ├── iterator_adaptors.hpp │ │ ├── last_value.hpp │ │ ├── lexical_cast.hpp │ │ ├── limits.hpp │ │ ├── local_function.hpp │ │ ├── locale.hpp │ │ ├── make_shared.hpp │ │ ├── math_fwd.hpp │ │ ├── mem_fn.hpp │ │ ├── memory_order.hpp │ │ ├── mpi.hpp │ │ ├── mpl │ │ ├── O1_size.hpp │ │ ├── O1_size_fwd.hpp │ │ ├── accumulate.hpp │ │ ├── advance.hpp │ │ ├── advance_fwd.hpp │ │ ├── alias.hpp │ │ ├── always.hpp │ │ ├── and.hpp │ │ ├── apply.hpp │ │ ├── apply_fwd.hpp │ │ ├── apply_wrap.hpp │ │ ├── arg.hpp │ │ ├── arg_fwd.hpp │ │ ├── arithmetic.hpp │ │ ├── as_sequence.hpp │ │ ├── assert.hpp │ │ ├── at.hpp │ │ ├── at_fwd.hpp │ │ ├── aux_ │ │ │ ├── O1_size_impl.hpp │ │ │ ├── adl_barrier.hpp │ │ │ ├── advance_backward.hpp │ │ │ ├── advance_forward.hpp │ │ │ ├── apply_1st.hpp │ │ │ ├── arg_typedef.hpp │ │ │ ├── arithmetic_op.hpp │ │ │ ├── arity.hpp │ │ │ ├── arity_spec.hpp │ │ │ ├── at_impl.hpp │ │ │ ├── back_impl.hpp │ │ │ ├── basic_bind.hpp │ │ │ ├── begin_end_impl.hpp │ │ │ ├── clear_impl.hpp │ │ │ ├── common_name_wknd.hpp │ │ │ ├── comparison_op.hpp │ │ │ ├── config │ │ │ │ ├── adl.hpp │ │ │ │ ├── arrays.hpp │ │ │ │ ├── bcc.hpp │ │ │ │ ├── bind.hpp │ │ │ │ ├── compiler.hpp │ │ │ │ ├── ctps.hpp │ │ │ │ ├── dependent_nttp.hpp │ │ │ │ ├── dmc_ambiguous_ctps.hpp │ │ │ │ ├── dtp.hpp │ │ │ │ ├── eti.hpp │ │ │ │ ├── forwarding.hpp │ │ │ │ ├── gcc.hpp │ │ │ │ ├── has_apply.hpp │ │ │ │ ├── has_xxx.hpp │ │ │ │ ├── integral.hpp │ │ │ │ ├── intel.hpp │ │ │ │ ├── lambda.hpp │ │ │ │ ├── msvc.hpp │ │ │ │ ├── msvc_typename.hpp │ │ │ │ ├── nttp.hpp │ │ │ │ ├── operators.hpp │ │ │ │ ├── overload_resolution.hpp │ │ │ │ ├── pp_counter.hpp │ │ │ │ ├── preprocessor.hpp │ │ │ │ ├── static_constant.hpp │ │ │ │ ├── ttp.hpp │ │ │ │ ├── typeof.hpp │ │ │ │ ├── use_preprocessed.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── contains_impl.hpp │ │ │ ├── count_args.hpp │ │ │ ├── count_impl.hpp │ │ │ ├── empty_impl.hpp │ │ │ ├── erase_impl.hpp │ │ │ ├── erase_key_impl.hpp │ │ │ ├── filter_iter.hpp │ │ │ ├── find_if_pred.hpp │ │ │ ├── fold_impl.hpp │ │ │ ├── fold_impl_body.hpp │ │ │ ├── fold_op.hpp │ │ │ ├── fold_pred.hpp │ │ │ ├── front_impl.hpp │ │ │ ├── full_lambda.hpp │ │ │ ├── has_apply.hpp │ │ │ ├── has_begin.hpp │ │ │ ├── has_key_impl.hpp │ │ │ ├── has_rebind.hpp │ │ │ ├── has_size.hpp │ │ │ ├── has_tag.hpp │ │ │ ├── has_type.hpp │ │ │ ├── include_preprocessed.hpp │ │ │ ├── insert_impl.hpp │ │ │ ├── insert_range_impl.hpp │ │ │ ├── inserter_algorithm.hpp │ │ │ ├── integral_wrapper.hpp │ │ │ ├── is_msvc_eti_arg.hpp │ │ │ ├── iter_apply.hpp │ │ │ ├── iter_fold_if_impl.hpp │ │ │ ├── iter_fold_impl.hpp │ │ │ ├── iter_push_front.hpp │ │ │ ├── joint_iter.hpp │ │ │ ├── lambda_arity_param.hpp │ │ │ ├── lambda_no_ctps.hpp │ │ │ ├── lambda_spec.hpp │ │ │ ├── lambda_support.hpp │ │ │ ├── largest_int.hpp │ │ │ ├── logical_op.hpp │ │ │ ├── msvc_dtw.hpp │ │ │ ├── msvc_eti_base.hpp │ │ │ ├── msvc_is_class.hpp │ │ │ ├── msvc_never_true.hpp │ │ │ ├── msvc_type.hpp │ │ │ ├── na.hpp │ │ │ ├── na_assert.hpp │ │ │ ├── na_fwd.hpp │ │ │ ├── na_spec.hpp │ │ │ ├── nested_type_wknd.hpp │ │ │ ├── nttp_decl.hpp │ │ │ ├── numeric_cast_utils.hpp │ │ │ ├── numeric_op.hpp │ │ │ ├── order_impl.hpp │ │ │ ├── overload_names.hpp │ │ │ ├── partition_op.hpp │ │ │ ├── pop_back_impl.hpp │ │ │ ├── pop_front_impl.hpp │ │ │ ├── preprocessed │ │ │ │ ├── bcc │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── bcc551 │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── bcc_pre590 │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── dmc │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── gcc │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── msvc60 │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── msvc70 │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── mwcw │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── no_ctps │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── no_ttp │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ └── plain │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ ├── preprocessor │ │ │ │ ├── add.hpp │ │ │ │ ├── def_params_tail.hpp │ │ │ │ ├── default_params.hpp │ │ │ │ ├── enum.hpp │ │ │ │ ├── ext_params.hpp │ │ │ │ ├── filter_params.hpp │ │ │ │ ├── is_seq.hpp │ │ │ │ ├── params.hpp │ │ │ │ ├── partial_spec_params.hpp │ │ │ │ ├── range.hpp │ │ │ │ ├── repeat.hpp │ │ │ │ ├── sub.hpp │ │ │ │ ├── token_equal.hpp │ │ │ │ └── tuple.hpp │ │ │ ├── ptr_to_ref.hpp │ │ │ ├── push_back_impl.hpp │ │ │ ├── push_front_impl.hpp │ │ │ ├── range_c │ │ │ │ ├── O1_size.hpp │ │ │ │ ├── back.hpp │ │ │ │ ├── empty.hpp │ │ │ │ ├── front.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── size.hpp │ │ │ │ └── tag.hpp │ │ │ ├── reverse_fold_impl.hpp │ │ │ ├── reverse_fold_impl_body.hpp │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ ├── sequence_wrapper.hpp │ │ │ ├── shift_op.hpp │ │ │ ├── single_element_iter.hpp │ │ │ ├── size_impl.hpp │ │ │ ├── sort_impl.hpp │ │ │ ├── static_cast.hpp │ │ │ ├── template_arity.hpp │ │ │ ├── template_arity_fwd.hpp │ │ │ ├── test.hpp │ │ │ ├── test │ │ │ │ ├── assert.hpp │ │ │ │ ├── data.hpp │ │ │ │ └── test_case.hpp │ │ │ ├── traits_lambda_spec.hpp │ │ │ ├── transform_iter.hpp │ │ │ ├── type_wrapper.hpp │ │ │ ├── unwrap.hpp │ │ │ ├── value_wknd.hpp │ │ │ └── yes_no.hpp │ │ ├── back.hpp │ │ ├── back_fwd.hpp │ │ ├── back_inserter.hpp │ │ ├── base.hpp │ │ ├── begin.hpp │ │ ├── begin_end.hpp │ │ ├── begin_end_fwd.hpp │ │ ├── bind.hpp │ │ ├── bind_fwd.hpp │ │ ├── bitand.hpp │ │ ├── bitor.hpp │ │ ├── bitwise.hpp │ │ ├── bitxor.hpp │ │ ├── bool.hpp │ │ ├── bool_fwd.hpp │ │ ├── char.hpp │ │ ├── char_fwd.hpp │ │ ├── clear.hpp │ │ ├── clear_fwd.hpp │ │ ├── comparison.hpp │ │ ├── contains.hpp │ │ ├── contains_fwd.hpp │ │ ├── copy.hpp │ │ ├── copy_if.hpp │ │ ├── count.hpp │ │ ├── count_fwd.hpp │ │ ├── count_if.hpp │ │ ├── deque.hpp │ │ ├── deref.hpp │ │ ├── distance.hpp │ │ ├── distance_fwd.hpp │ │ ├── divides.hpp │ │ ├── empty.hpp │ │ ├── empty_base.hpp │ │ ├── empty_fwd.hpp │ │ ├── empty_sequence.hpp │ │ ├── end.hpp │ │ ├── equal.hpp │ │ ├── equal_to.hpp │ │ ├── erase.hpp │ │ ├── erase_fwd.hpp │ │ ├── erase_key.hpp │ │ ├── erase_key_fwd.hpp │ │ ├── eval_if.hpp │ │ ├── filter_view.hpp │ │ ├── find.hpp │ │ ├── find_if.hpp │ │ ├── fold.hpp │ │ ├── for_each.hpp │ │ ├── front.hpp │ │ ├── front_fwd.hpp │ │ ├── front_inserter.hpp │ │ ├── greater.hpp │ │ ├── greater_equal.hpp │ │ ├── has_key.hpp │ │ ├── has_key_fwd.hpp │ │ ├── has_xxx.hpp │ │ ├── identity.hpp │ │ ├── if.hpp │ │ ├── index_if.hpp │ │ ├── index_of.hpp │ │ ├── inherit.hpp │ │ ├── inherit_linearly.hpp │ │ ├── insert.hpp │ │ ├── insert_fwd.hpp │ │ ├── insert_range.hpp │ │ ├── insert_range_fwd.hpp │ │ ├── inserter.hpp │ │ ├── int.hpp │ │ ├── int_fwd.hpp │ │ ├── integral_c.hpp │ │ ├── integral_c_fwd.hpp │ │ ├── integral_c_tag.hpp │ │ ├── is_placeholder.hpp │ │ ├── is_sequence.hpp │ │ ├── iter_fold.hpp │ │ ├── iter_fold_if.hpp │ │ ├── iterator_category.hpp │ │ ├── iterator_range.hpp │ │ ├── iterator_tags.hpp │ │ ├── joint_view.hpp │ │ ├── key_type.hpp │ │ ├── key_type_fwd.hpp │ │ ├── lambda.hpp │ │ ├── lambda_fwd.hpp │ │ ├── less.hpp │ │ ├── less_equal.hpp │ │ ├── limits │ │ │ ├── arity.hpp │ │ │ ├── list.hpp │ │ │ ├── map.hpp │ │ │ ├── set.hpp │ │ │ ├── string.hpp │ │ │ ├── unrolling.hpp │ │ │ └── vector.hpp │ │ ├── list.hpp │ │ ├── list │ │ │ ├── aux_ │ │ │ │ ├── O1_size.hpp │ │ │ │ ├── begin_end.hpp │ │ │ │ ├── clear.hpp │ │ │ │ ├── empty.hpp │ │ │ │ ├── front.hpp │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ ├── item.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── numbered.hpp │ │ │ │ ├── numbered_c.hpp │ │ │ │ ├── pop_front.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ └── plain │ │ │ │ │ │ ├── list10.hpp │ │ │ │ │ │ ├── list10_c.hpp │ │ │ │ │ │ ├── list20.hpp │ │ │ │ │ │ ├── list20_c.hpp │ │ │ │ │ │ ├── list30.hpp │ │ │ │ │ │ ├── list30_c.hpp │ │ │ │ │ │ ├── list40.hpp │ │ │ │ │ │ ├── list40_c.hpp │ │ │ │ │ │ ├── list50.hpp │ │ │ │ │ │ └── list50_c.hpp │ │ │ │ ├── push_back.hpp │ │ │ │ ├── push_front.hpp │ │ │ │ ├── size.hpp │ │ │ │ └── tag.hpp │ │ │ ├── list0.hpp │ │ │ ├── list0_c.hpp │ │ │ ├── list10.hpp │ │ │ ├── list10_c.hpp │ │ │ ├── list20.hpp │ │ │ ├── list20_c.hpp │ │ │ ├── list30.hpp │ │ │ ├── list30_c.hpp │ │ │ ├── list40.hpp │ │ │ ├── list40_c.hpp │ │ │ ├── list50.hpp │ │ │ └── list50_c.hpp │ │ ├── list_c.hpp │ │ ├── logical.hpp │ │ ├── long.hpp │ │ ├── long_fwd.hpp │ │ ├── lower_bound.hpp │ │ ├── map.hpp │ │ ├── map │ │ │ ├── aux_ │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_end_impl.hpp │ │ │ │ ├── clear_impl.hpp │ │ │ │ ├── contains_impl.hpp │ │ │ │ ├── empty_impl.hpp │ │ │ │ ├── erase_impl.hpp │ │ │ │ ├── erase_key_impl.hpp │ │ │ │ ├── has_key_impl.hpp │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ ├── insert_impl.hpp │ │ │ │ ├── item.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── key_type_impl.hpp │ │ │ │ ├── map0.hpp │ │ │ │ ├── numbered.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── no_ctps │ │ │ │ │ │ ├── map10.hpp │ │ │ │ │ │ ├── map20.hpp │ │ │ │ │ │ ├── map30.hpp │ │ │ │ │ │ ├── map40.hpp │ │ │ │ │ │ └── map50.hpp │ │ │ │ │ ├── plain │ │ │ │ │ │ ├── map10.hpp │ │ │ │ │ │ ├── map20.hpp │ │ │ │ │ │ ├── map30.hpp │ │ │ │ │ │ ├── map40.hpp │ │ │ │ │ │ └── map50.hpp │ │ │ │ │ └── typeof_based │ │ │ │ │ │ ├── map10.hpp │ │ │ │ │ │ ├── map20.hpp │ │ │ │ │ │ ├── map30.hpp │ │ │ │ │ │ ├── map40.hpp │ │ │ │ │ │ └── map50.hpp │ │ │ │ ├── size_impl.hpp │ │ │ │ ├── tag.hpp │ │ │ │ └── value_type_impl.hpp │ │ │ ├── map0.hpp │ │ │ ├── map10.hpp │ │ │ ├── map20.hpp │ │ │ ├── map30.hpp │ │ │ ├── map40.hpp │ │ │ └── map50.hpp │ │ ├── math │ │ │ ├── fixed_c.hpp │ │ │ ├── is_even.hpp │ │ │ └── rational_c.hpp │ │ ├── max.hpp │ │ ├── max_element.hpp │ │ ├── min.hpp │ │ ├── min_element.hpp │ │ ├── min_max.hpp │ │ ├── minus.hpp │ │ ├── modulus.hpp │ │ ├── multiplies.hpp │ │ ├── multiset │ │ │ ├── aux_ │ │ │ │ ├── count_impl.hpp │ │ │ │ ├── insert_impl.hpp │ │ │ │ ├── item.hpp │ │ │ │ ├── multiset0.hpp │ │ │ │ └── tag.hpp │ │ │ └── multiset0.hpp │ │ ├── negate.hpp │ │ ├── next.hpp │ │ ├── next_prior.hpp │ │ ├── not.hpp │ │ ├── not_equal_to.hpp │ │ ├── numeric_cast.hpp │ │ ├── or.hpp │ │ ├── order.hpp │ │ ├── order_fwd.hpp │ │ ├── pair.hpp │ │ ├── pair_view.hpp │ │ ├── partition.hpp │ │ ├── placeholders.hpp │ │ ├── plus.hpp │ │ ├── pop_back.hpp │ │ ├── pop_back_fwd.hpp │ │ ├── pop_front.hpp │ │ ├── pop_front_fwd.hpp │ │ ├── print.hpp │ │ ├── prior.hpp │ │ ├── protect.hpp │ │ ├── push_back.hpp │ │ ├── push_back_fwd.hpp │ │ ├── push_front.hpp │ │ ├── push_front_fwd.hpp │ │ ├── quote.hpp │ │ ├── range_c.hpp │ │ ├── remove.hpp │ │ ├── remove_if.hpp │ │ ├── replace.hpp │ │ ├── replace_if.hpp │ │ ├── reverse.hpp │ │ ├── reverse_fold.hpp │ │ ├── reverse_iter_fold.hpp │ │ ├── same_as.hpp │ │ ├── sequence_tag.hpp │ │ ├── sequence_tag_fwd.hpp │ │ ├── set.hpp │ │ ├── set │ │ │ ├── aux_ │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_end_impl.hpp │ │ │ │ ├── clear_impl.hpp │ │ │ │ ├── empty_impl.hpp │ │ │ │ ├── erase_impl.hpp │ │ │ │ ├── erase_key_impl.hpp │ │ │ │ ├── has_key_impl.hpp │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ ├── insert_impl.hpp │ │ │ │ ├── item.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── key_type_impl.hpp │ │ │ │ ├── numbered.hpp │ │ │ │ ├── numbered_c.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ └── plain │ │ │ │ │ │ ├── set10.hpp │ │ │ │ │ │ ├── set10_c.hpp │ │ │ │ │ │ ├── set20.hpp │ │ │ │ │ │ ├── set20_c.hpp │ │ │ │ │ │ ├── set30.hpp │ │ │ │ │ │ ├── set30_c.hpp │ │ │ │ │ │ ├── set40.hpp │ │ │ │ │ │ ├── set40_c.hpp │ │ │ │ │ │ ├── set50.hpp │ │ │ │ │ │ └── set50_c.hpp │ │ │ │ ├── set0.hpp │ │ │ │ ├── size_impl.hpp │ │ │ │ ├── tag.hpp │ │ │ │ └── value_type_impl.hpp │ │ │ ├── set0.hpp │ │ │ ├── set0_c.hpp │ │ │ ├── set10.hpp │ │ │ ├── set10_c.hpp │ │ │ ├── set20.hpp │ │ │ ├── set20_c.hpp │ │ │ ├── set30.hpp │ │ │ ├── set30_c.hpp │ │ │ ├── set40.hpp │ │ │ ├── set40_c.hpp │ │ │ ├── set50.hpp │ │ │ └── set50_c.hpp │ │ ├── set_c.hpp │ │ ├── shift_left.hpp │ │ ├── shift_right.hpp │ │ ├── single_view.hpp │ │ ├── size.hpp │ │ ├── size_fwd.hpp │ │ ├── size_t.hpp │ │ ├── size_t_fwd.hpp │ │ ├── sizeof.hpp │ │ ├── sort.hpp │ │ ├── stable_partition.hpp │ │ ├── string.hpp │ │ ├── switch.hpp │ │ ├── tag.hpp │ │ ├── times.hpp │ │ ├── transform.hpp │ │ ├── transform_view.hpp │ │ ├── unique.hpp │ │ ├── unpack_args.hpp │ │ ├── upper_bound.hpp │ │ ├── value_type.hpp │ │ ├── value_type_fwd.hpp │ │ ├── vector.hpp │ │ ├── vector │ │ │ ├── aux_ │ │ │ │ ├── O1_size.hpp │ │ │ │ ├── at.hpp │ │ │ │ ├── back.hpp │ │ │ │ ├── begin_end.hpp │ │ │ │ ├── clear.hpp │ │ │ │ ├── empty.hpp │ │ │ │ ├── front.hpp │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ ├── item.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── numbered.hpp │ │ │ │ ├── numbered_c.hpp │ │ │ │ ├── pop_back.hpp │ │ │ │ ├── pop_front.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── no_ctps │ │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ │ ├── vector10_c.hpp │ │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ │ ├── vector20_c.hpp │ │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ │ ├── vector30_c.hpp │ │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ │ ├── vector40_c.hpp │ │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ │ └── vector50_c.hpp │ │ │ │ │ ├── plain │ │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ │ ├── vector10_c.hpp │ │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ │ ├── vector20_c.hpp │ │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ │ ├── vector30_c.hpp │ │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ │ ├── vector40_c.hpp │ │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ │ └── vector50_c.hpp │ │ │ │ │ └── typeof_based │ │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ │ ├── vector10_c.hpp │ │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ │ ├── vector20_c.hpp │ │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ │ ├── vector30_c.hpp │ │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ │ ├── vector40_c.hpp │ │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ │ └── vector50_c.hpp │ │ │ │ ├── push_back.hpp │ │ │ │ ├── push_front.hpp │ │ │ │ ├── size.hpp │ │ │ │ ├── tag.hpp │ │ │ │ └── vector0.hpp │ │ │ ├── vector0.hpp │ │ │ ├── vector0_c.hpp │ │ │ ├── vector10.hpp │ │ │ ├── vector10_c.hpp │ │ │ ├── vector20.hpp │ │ │ ├── vector20_c.hpp │ │ │ ├── vector30.hpp │ │ │ ├── vector30_c.hpp │ │ │ ├── vector40.hpp │ │ │ ├── vector40_c.hpp │ │ │ ├── vector50.hpp │ │ │ └── vector50_c.hpp │ │ ├── vector_c.hpp │ │ ├── void.hpp │ │ ├── void_fwd.hpp │ │ └── zip_view.hpp │ │ ├── multi_array.hpp │ │ ├── multi_index_container.hpp │ │ ├── multi_index_container_fwd.hpp │ │ ├── next_prior.hpp │ │ ├── non_type.hpp │ │ ├── noncopyable.hpp │ │ ├── nondet_random.hpp │ │ ├── none.hpp │ │ ├── none_t.hpp │ │ ├── operators.hpp │ │ ├── optional.hpp │ │ ├── optional │ │ ├── optional.hpp │ │ ├── optional_fwd.hpp │ │ └── optional_io.hpp │ │ ├── parameter.hpp │ │ ├── phoenix.hpp │ │ ├── pointee.hpp │ │ ├── pointer_cast.hpp │ │ ├── pointer_to_other.hpp │ │ ├── preprocessor.hpp │ │ ├── preprocessor │ │ ├── arithmetic.hpp │ │ ├── arithmetic │ │ │ ├── add.hpp │ │ │ ├── dec.hpp │ │ │ ├── detail │ │ │ │ └── div_base.hpp │ │ │ ├── div.hpp │ │ │ ├── inc.hpp │ │ │ ├── mod.hpp │ │ │ ├── mul.hpp │ │ │ └── sub.hpp │ │ ├── array.hpp │ │ ├── array │ │ │ ├── data.hpp │ │ │ ├── elem.hpp │ │ │ ├── enum.hpp │ │ │ ├── insert.hpp │ │ │ ├── pop_back.hpp │ │ │ ├── pop_front.hpp │ │ │ ├── push_back.hpp │ │ │ ├── push_front.hpp │ │ │ ├── remove.hpp │ │ │ ├── replace.hpp │ │ │ ├── reverse.hpp │ │ │ ├── size.hpp │ │ │ ├── to_list.hpp │ │ │ ├── to_seq.hpp │ │ │ └── to_tuple.hpp │ │ ├── assert_msg.hpp │ │ ├── cat.hpp │ │ ├── comma.hpp │ │ ├── comma_if.hpp │ │ ├── comparison.hpp │ │ ├── comparison │ │ │ ├── equal.hpp │ │ │ ├── greater.hpp │ │ │ ├── greater_equal.hpp │ │ │ ├── less.hpp │ │ │ ├── less_equal.hpp │ │ │ └── not_equal.hpp │ │ ├── config │ │ │ ├── config.hpp │ │ │ └── limits.hpp │ │ ├── control.hpp │ │ ├── control │ │ │ ├── deduce_d.hpp │ │ │ ├── detail │ │ │ │ ├── dmc │ │ │ │ │ └── while.hpp │ │ │ │ ├── edg │ │ │ │ │ └── while.hpp │ │ │ │ ├── msvc │ │ │ │ │ └── while.hpp │ │ │ │ └── while.hpp │ │ │ ├── expr_if.hpp │ │ │ ├── expr_iif.hpp │ │ │ ├── if.hpp │ │ │ ├── iif.hpp │ │ │ └── while.hpp │ │ ├── debug.hpp │ │ ├── debug │ │ │ ├── assert.hpp │ │ │ ├── error.hpp │ │ │ └── line.hpp │ │ ├── dec.hpp │ │ ├── detail │ │ │ ├── auto_rec.hpp │ │ │ ├── check.hpp │ │ │ ├── dmc │ │ │ │ └── auto_rec.hpp │ │ │ ├── is_binary.hpp │ │ │ ├── is_nullary.hpp │ │ │ ├── is_unary.hpp │ │ │ ├── null.hpp │ │ │ └── split.hpp │ │ ├── empty.hpp │ │ ├── enum.hpp │ │ ├── enum_params.hpp │ │ ├── enum_params_with_a_default.hpp │ │ ├── enum_params_with_defaults.hpp │ │ ├── enum_shifted.hpp │ │ ├── enum_shifted_params.hpp │ │ ├── expand.hpp │ │ ├── expr_if.hpp │ │ ├── facilities.hpp │ │ ├── facilities │ │ │ ├── apply.hpp │ │ │ ├── empty.hpp │ │ │ ├── expand.hpp │ │ │ ├── identity.hpp │ │ │ ├── intercept.hpp │ │ │ ├── is_1.hpp │ │ │ ├── is_empty.hpp │ │ │ ├── is_empty_or_1.hpp │ │ │ └── overload.hpp │ │ ├── for.hpp │ │ ├── identity.hpp │ │ ├── if.hpp │ │ ├── inc.hpp │ │ ├── iterate.hpp │ │ ├── iteration.hpp │ │ ├── iteration │ │ │ ├── detail │ │ │ │ ├── bounds │ │ │ │ │ ├── lower1.hpp │ │ │ │ │ ├── lower2.hpp │ │ │ │ │ ├── lower3.hpp │ │ │ │ │ ├── lower4.hpp │ │ │ │ │ ├── lower5.hpp │ │ │ │ │ ├── upper1.hpp │ │ │ │ │ ├── upper2.hpp │ │ │ │ │ ├── upper3.hpp │ │ │ │ │ ├── upper4.hpp │ │ │ │ │ └── upper5.hpp │ │ │ │ ├── finish.hpp │ │ │ │ ├── iter │ │ │ │ │ ├── forward1.hpp │ │ │ │ │ ├── forward2.hpp │ │ │ │ │ ├── forward3.hpp │ │ │ │ │ ├── forward4.hpp │ │ │ │ │ ├── forward5.hpp │ │ │ │ │ ├── reverse1.hpp │ │ │ │ │ ├── reverse2.hpp │ │ │ │ │ ├── reverse3.hpp │ │ │ │ │ ├── reverse4.hpp │ │ │ │ │ └── reverse5.hpp │ │ │ │ ├── local.hpp │ │ │ │ ├── rlocal.hpp │ │ │ │ ├── self.hpp │ │ │ │ └── start.hpp │ │ │ ├── iterate.hpp │ │ │ ├── local.hpp │ │ │ └── self.hpp │ │ ├── library.hpp │ │ ├── limits.hpp │ │ ├── list.hpp │ │ ├── list │ │ │ ├── adt.hpp │ │ │ ├── append.hpp │ │ │ ├── at.hpp │ │ │ ├── cat.hpp │ │ │ ├── detail │ │ │ │ ├── dmc │ │ │ │ │ └── fold_left.hpp │ │ │ │ ├── edg │ │ │ │ │ ├── fold_left.hpp │ │ │ │ │ └── fold_right.hpp │ │ │ │ ├── fold_left.hpp │ │ │ │ └── fold_right.hpp │ │ │ ├── enum.hpp │ │ │ ├── filter.hpp │ │ │ ├── first_n.hpp │ │ │ ├── fold_left.hpp │ │ │ ├── fold_right.hpp │ │ │ ├── for_each.hpp │ │ │ ├── for_each_i.hpp │ │ │ ├── for_each_product.hpp │ │ │ ├── rest_n.hpp │ │ │ ├── reverse.hpp │ │ │ ├── size.hpp │ │ │ ├── to_array.hpp │ │ │ ├── to_seq.hpp │ │ │ ├── to_tuple.hpp │ │ │ └── transform.hpp │ │ ├── logical.hpp │ │ ├── logical │ │ │ ├── and.hpp │ │ │ ├── bitand.hpp │ │ │ ├── bitnor.hpp │ │ │ ├── bitor.hpp │ │ │ ├── bitxor.hpp │ │ │ ├── bool.hpp │ │ │ ├── compl.hpp │ │ │ ├── nor.hpp │ │ │ ├── not.hpp │ │ │ ├── or.hpp │ │ │ └── xor.hpp │ │ ├── max.hpp │ │ ├── min.hpp │ │ ├── punctuation.hpp │ │ ├── punctuation │ │ │ ├── comma.hpp │ │ │ ├── comma_if.hpp │ │ │ ├── paren.hpp │ │ │ └── paren_if.hpp │ │ ├── repeat.hpp │ │ ├── repeat_2nd.hpp │ │ ├── repeat_3rd.hpp │ │ ├── repeat_from_to.hpp │ │ ├── repeat_from_to_2nd.hpp │ │ ├── repeat_from_to_3rd.hpp │ │ ├── repetition.hpp │ │ ├── repetition │ │ │ ├── deduce_r.hpp │ │ │ ├── deduce_z.hpp │ │ │ ├── detail │ │ │ │ ├── dmc │ │ │ │ │ └── for.hpp │ │ │ │ ├── edg │ │ │ │ │ └── for.hpp │ │ │ │ ├── for.hpp │ │ │ │ └── msvc │ │ │ │ │ └── for.hpp │ │ │ ├── enum.hpp │ │ │ ├── enum_binary_params.hpp │ │ │ ├── enum_params.hpp │ │ │ ├── enum_params_with_a_default.hpp │ │ │ ├── enum_params_with_defaults.hpp │ │ │ ├── enum_shifted.hpp │ │ │ ├── enum_shifted_binary_params.hpp │ │ │ ├── enum_shifted_params.hpp │ │ │ ├── enum_trailing.hpp │ │ │ ├── enum_trailing_binary_params.hpp │ │ │ ├── enum_trailing_params.hpp │ │ │ ├── for.hpp │ │ │ ├── repeat.hpp │ │ │ └── repeat_from_to.hpp │ │ ├── selection.hpp │ │ ├── selection │ │ │ ├── max.hpp │ │ │ └── min.hpp │ │ ├── seq.hpp │ │ ├── seq │ │ │ ├── cat.hpp │ │ │ ├── detail │ │ │ │ ├── binary_transform.hpp │ │ │ │ └── split.hpp │ │ │ ├── elem.hpp │ │ │ ├── enum.hpp │ │ │ ├── filter.hpp │ │ │ ├── first_n.hpp │ │ │ ├── fold_left.hpp │ │ │ ├── fold_right.hpp │ │ │ ├── for_each.hpp │ │ │ ├── for_each_i.hpp │ │ │ ├── for_each_product.hpp │ │ │ ├── insert.hpp │ │ │ ├── pop_back.hpp │ │ │ ├── pop_front.hpp │ │ │ ├── push_back.hpp │ │ │ ├── push_front.hpp │ │ │ ├── remove.hpp │ │ │ ├── replace.hpp │ │ │ ├── rest_n.hpp │ │ │ ├── reverse.hpp │ │ │ ├── seq.hpp │ │ │ ├── size.hpp │ │ │ ├── subseq.hpp │ │ │ ├── to_array.hpp │ │ │ ├── to_list.hpp │ │ │ ├── to_tuple.hpp │ │ │ └── transform.hpp │ │ ├── slot.hpp │ │ ├── slot │ │ │ ├── counter.hpp │ │ │ ├── detail │ │ │ │ ├── counter.hpp │ │ │ │ ├── def.hpp │ │ │ │ ├── shared.hpp │ │ │ │ ├── slot1.hpp │ │ │ │ ├── slot2.hpp │ │ │ │ ├── slot3.hpp │ │ │ │ ├── slot4.hpp │ │ │ │ └── slot5.hpp │ │ │ └── slot.hpp │ │ ├── stringize.hpp │ │ ├── tuple.hpp │ │ ├── tuple │ │ │ ├── eat.hpp │ │ │ ├── elem.hpp │ │ │ ├── enum.hpp │ │ │ ├── rem.hpp │ │ │ ├── reverse.hpp │ │ │ ├── size.hpp │ │ │ ├── to_array.hpp │ │ │ ├── to_list.hpp │ │ │ └── to_seq.hpp │ │ ├── variadic.hpp │ │ ├── variadic │ │ │ ├── elem.hpp │ │ │ ├── size.hpp │ │ │ ├── to_array.hpp │ │ │ ├── to_list.hpp │ │ │ ├── to_seq.hpp │ │ │ └── to_tuple.hpp │ │ ├── while.hpp │ │ └── wstringize.hpp │ │ ├── program_options.hpp │ │ ├── progress.hpp │ │ ├── python.hpp │ │ ├── random.hpp │ │ ├── range.hpp │ │ ├── range │ │ ├── adaptor │ │ │ ├── adjacent_filtered.hpp │ │ │ ├── argument_fwd.hpp │ │ │ ├── copied.hpp │ │ │ ├── define_adaptor.hpp │ │ │ ├── filtered.hpp │ │ │ ├── indexed.hpp │ │ │ ├── indirected.hpp │ │ │ ├── map.hpp │ │ │ ├── replaced.hpp │ │ │ ├── replaced_if.hpp │ │ │ ├── reversed.hpp │ │ │ ├── sliced.hpp │ │ │ ├── strided.hpp │ │ │ ├── tokenized.hpp │ │ │ ├── transformed.hpp │ │ │ ├── type_erased.hpp │ │ │ └── uniqued.hpp │ │ ├── adaptors.hpp │ │ ├── algorithm.hpp │ │ ├── algorithm │ │ │ ├── adjacent_find.hpp │ │ │ ├── binary_search.hpp │ │ │ ├── copy.hpp │ │ │ ├── copy_backward.hpp │ │ │ ├── count.hpp │ │ │ ├── count_if.hpp │ │ │ ├── equal.hpp │ │ │ ├── equal_range.hpp │ │ │ ├── fill.hpp │ │ │ ├── fill_n.hpp │ │ │ ├── find.hpp │ │ │ ├── find_end.hpp │ │ │ ├── find_first_of.hpp │ │ │ ├── find_if.hpp │ │ │ ├── for_each.hpp │ │ │ ├── generate.hpp │ │ │ ├── heap_algorithm.hpp │ │ │ ├── inplace_merge.hpp │ │ │ ├── lexicographical_compare.hpp │ │ │ ├── lower_bound.hpp │ │ │ ├── max_element.hpp │ │ │ ├── merge.hpp │ │ │ ├── min_element.hpp │ │ │ ├── mismatch.hpp │ │ │ ├── nth_element.hpp │ │ │ ├── partial_sort.hpp │ │ │ ├── partial_sort_copy.hpp │ │ │ ├── partition.hpp │ │ │ ├── permutation.hpp │ │ │ ├── random_shuffle.hpp │ │ │ ├── remove.hpp │ │ │ ├── remove_copy.hpp │ │ │ ├── remove_copy_if.hpp │ │ │ ├── remove_if.hpp │ │ │ ├── replace.hpp │ │ │ ├── replace_copy.hpp │ │ │ ├── replace_copy_if.hpp │ │ │ ├── replace_if.hpp │ │ │ ├── reverse.hpp │ │ │ ├── reverse_copy.hpp │ │ │ ├── rotate.hpp │ │ │ ├── rotate_copy.hpp │ │ │ ├── search.hpp │ │ │ ├── search_n.hpp │ │ │ ├── set_algorithm.hpp │ │ │ ├── sort.hpp │ │ │ ├── stable_partition.hpp │ │ │ ├── stable_sort.hpp │ │ │ ├── swap_ranges.hpp │ │ │ ├── transform.hpp │ │ │ ├── unique.hpp │ │ │ ├── unique_copy.hpp │ │ │ └── upper_bound.hpp │ │ ├── algorithm_ext.hpp │ │ ├── algorithm_ext │ │ │ ├── copy_n.hpp │ │ │ ├── erase.hpp │ │ │ ├── for_each.hpp │ │ │ ├── insert.hpp │ │ │ ├── iota.hpp │ │ │ ├── is_sorted.hpp │ │ │ ├── overwrite.hpp │ │ │ ├── push_back.hpp │ │ │ └── push_front.hpp │ │ ├── any_range.hpp │ │ ├── as_array.hpp │ │ ├── as_literal.hpp │ │ ├── atl.hpp │ │ ├── begin.hpp │ │ ├── category.hpp │ │ ├── combine.hpp │ │ ├── concepts.hpp │ │ ├── config.hpp │ │ ├── const_iterator.hpp │ │ ├── const_reverse_iterator.hpp │ │ ├── counting_range.hpp │ │ ├── detail │ │ │ ├── any_iterator.hpp │ │ │ ├── any_iterator_buffer.hpp │ │ │ ├── any_iterator_interface.hpp │ │ │ ├── any_iterator_wrapper.hpp │ │ │ ├── as_literal.hpp │ │ │ ├── begin.hpp │ │ │ ├── collection_traits.hpp │ │ │ ├── collection_traits_detail.hpp │ │ │ ├── common.hpp │ │ │ ├── const_iterator.hpp │ │ │ ├── demote_iterator_traversal_tag.hpp │ │ │ ├── detail_str.hpp │ │ │ ├── difference_type.hpp │ │ │ ├── empty.hpp │ │ │ ├── end.hpp │ │ │ ├── extract_optional_type.hpp │ │ │ ├── implementation_help.hpp │ │ │ ├── iterator.hpp │ │ │ ├── join_iterator.hpp │ │ │ ├── microsoft.hpp │ │ │ ├── misc_concept.hpp │ │ │ ├── range_return.hpp │ │ │ ├── remove_extent.hpp │ │ │ ├── safe_bool.hpp │ │ │ ├── sfinae.hpp │ │ │ ├── size.hpp │ │ │ ├── size_type.hpp │ │ │ ├── sizer.hpp │ │ │ ├── str_types.hpp │ │ │ ├── value_type.hpp │ │ │ └── vc6 │ │ │ │ ├── end.hpp │ │ │ │ └── size.hpp │ │ ├── difference_type.hpp │ │ ├── distance.hpp │ │ ├── empty.hpp │ │ ├── end.hpp │ │ ├── functions.hpp │ │ ├── has_range_iterator.hpp │ │ ├── irange.hpp │ │ ├── istream_range.hpp │ │ ├── iterator.hpp │ │ ├── iterator_range.hpp │ │ ├── iterator_range_core.hpp │ │ ├── iterator_range_io.hpp │ │ ├── join.hpp │ │ ├── metafunctions.hpp │ │ ├── mfc.hpp │ │ ├── mutable_iterator.hpp │ │ ├── numeric.hpp │ │ ├── pointer.hpp │ │ ├── rbegin.hpp │ │ ├── reference.hpp │ │ ├── rend.hpp │ │ ├── result_iterator.hpp │ │ ├── reverse_iterator.hpp │ │ ├── reverse_result_iterator.hpp │ │ ├── size.hpp │ │ ├── size_type.hpp │ │ ├── sub_range.hpp │ │ └── value_type.hpp │ │ ├── ratio.hpp │ │ ├── rational.hpp │ │ ├── ref.hpp │ │ ├── regex.h │ │ ├── regex.hpp │ │ ├── regex_fwd.hpp │ │ ├── scope_exit.hpp │ │ ├── scoped_array.hpp │ │ ├── scoped_ptr.hpp │ │ ├── shared_array.hpp │ │ ├── shared_container_iterator.hpp │ │ ├── shared_ptr.hpp │ │ ├── signal.hpp │ │ ├── signals.hpp │ │ ├── signals2.hpp │ │ ├── smart_ptr.hpp │ │ ├── smart_ptr │ │ ├── bad_weak_ptr.hpp │ │ ├── detail │ │ │ ├── atomic_count.hpp │ │ │ ├── atomic_count_gcc.hpp │ │ │ ├── atomic_count_gcc_x86.hpp │ │ │ ├── atomic_count_pthreads.hpp │ │ │ ├── atomic_count_solaris.hpp │ │ │ ├── atomic_count_sync.hpp │ │ │ ├── atomic_count_win32.hpp │ │ │ ├── lightweight_mutex.hpp │ │ │ ├── lwm_nop.hpp │ │ │ ├── lwm_pthreads.hpp │ │ │ ├── lwm_win32_cs.hpp │ │ │ ├── operator_bool.hpp │ │ │ ├── quick_allocator.hpp │ │ │ ├── shared_array_nmt.hpp │ │ │ ├── shared_count.hpp │ │ │ ├── shared_ptr_nmt.hpp │ │ │ ├── sp_convertible.hpp │ │ │ ├── sp_counted_base.hpp │ │ │ ├── sp_counted_base_acc_ia64.hpp │ │ │ ├── sp_counted_base_aix.hpp │ │ │ ├── sp_counted_base_cw_ppc.hpp │ │ │ ├── sp_counted_base_cw_x86.hpp │ │ │ ├── sp_counted_base_gcc_ia64.hpp │ │ │ ├── sp_counted_base_gcc_mips.hpp │ │ │ ├── sp_counted_base_gcc_ppc.hpp │ │ │ ├── sp_counted_base_gcc_sparc.hpp │ │ │ ├── sp_counted_base_gcc_x86.hpp │ │ │ ├── sp_counted_base_nt.hpp │ │ │ ├── sp_counted_base_pt.hpp │ │ │ ├── sp_counted_base_solaris.hpp │ │ │ ├── sp_counted_base_spin.hpp │ │ │ ├── sp_counted_base_sync.hpp │ │ │ ├── sp_counted_base_vacpp_ppc.hpp │ │ │ ├── sp_counted_base_w32.hpp │ │ │ ├── sp_counted_impl.hpp │ │ │ ├── sp_has_sync.hpp │ │ │ ├── spinlock.hpp │ │ │ ├── spinlock_gcc_arm.hpp │ │ │ ├── spinlock_nt.hpp │ │ │ ├── spinlock_pool.hpp │ │ │ ├── spinlock_pt.hpp │ │ │ ├── spinlock_sync.hpp │ │ │ ├── spinlock_w32.hpp │ │ │ └── yield_k.hpp │ │ ├── enable_shared_from_this.hpp │ │ ├── enable_shared_from_this2.hpp │ │ ├── intrusive_ptr.hpp │ │ ├── make_shared.hpp │ │ ├── owner_less.hpp │ │ ├── scoped_array.hpp │ │ ├── scoped_ptr.hpp │ │ ├── shared_array.hpp │ │ ├── shared_ptr.hpp │ │ └── weak_ptr.hpp │ │ ├── spirit.hpp │ │ ├── static_assert.hpp │ │ ├── strong_typedef.hpp │ │ ├── swap.hpp │ │ ├── thread.hpp │ │ ├── throw_exception.hpp │ │ ├── timer.hpp │ │ ├── token_functions.hpp │ │ ├── token_iterator.hpp │ │ ├── tokenizer.hpp │ │ ├── type.hpp │ │ ├── type_traits.hpp │ │ ├── type_traits │ │ ├── add_const.hpp │ │ ├── add_cv.hpp │ │ ├── add_lvalue_reference.hpp │ │ ├── add_pointer.hpp │ │ ├── add_reference.hpp │ │ ├── add_rvalue_reference.hpp │ │ ├── add_volatile.hpp │ │ ├── aligned_storage.hpp │ │ ├── alignment_of.hpp │ │ ├── alignment_traits.hpp │ │ ├── arithmetic_traits.hpp │ │ ├── array_traits.hpp │ │ ├── broken_compiler_spec.hpp │ │ ├── common_type.hpp │ │ ├── composite_traits.hpp │ │ ├── conditional.hpp │ │ ├── config.hpp │ │ ├── conversion_traits.hpp │ │ ├── cv_traits.hpp │ │ ├── decay.hpp │ │ ├── detail │ │ │ ├── bool_trait_def.hpp │ │ │ ├── bool_trait_undef.hpp │ │ │ ├── common_type_imp.hpp │ │ │ ├── cv_traits_impl.hpp │ │ │ ├── false_result.hpp │ │ │ ├── has_binary_operator.hpp │ │ │ ├── has_postfix_operator.hpp │ │ │ ├── has_prefix_operator.hpp │ │ │ ├── ice_and.hpp │ │ │ ├── ice_eq.hpp │ │ │ ├── ice_not.hpp │ │ │ ├── ice_or.hpp │ │ │ ├── is_function_ptr_helper.hpp │ │ │ ├── is_function_ptr_tester.hpp │ │ │ ├── is_mem_fun_pointer_impl.hpp │ │ │ ├── is_mem_fun_pointer_tester.hpp │ │ │ ├── size_t_trait_def.hpp │ │ │ ├── size_t_trait_undef.hpp │ │ │ ├── template_arity_spec.hpp │ │ │ ├── type_trait_def.hpp │ │ │ ├── type_trait_undef.hpp │ │ │ ├── wrap.hpp │ │ │ └── yes_no_type.hpp │ │ ├── extent.hpp │ │ ├── floating_point_promotion.hpp │ │ ├── function_traits.hpp │ │ ├── has_bit_and.hpp │ │ ├── has_bit_and_assign.hpp │ │ ├── has_bit_or.hpp │ │ ├── has_bit_or_assign.hpp │ │ ├── has_bit_xor.hpp │ │ ├── has_bit_xor_assign.hpp │ │ ├── has_complement.hpp │ │ ├── has_dereference.hpp │ │ ├── has_divides.hpp │ │ ├── has_divides_assign.hpp │ │ ├── has_equal_to.hpp │ │ ├── has_greater.hpp │ │ ├── has_greater_equal.hpp │ │ ├── has_left_shift.hpp │ │ ├── has_left_shift_assign.hpp │ │ ├── has_less.hpp │ │ ├── has_less_equal.hpp │ │ ├── has_logical_and.hpp │ │ ├── has_logical_not.hpp │ │ ├── has_logical_or.hpp │ │ ├── has_minus.hpp │ │ ├── has_minus_assign.hpp │ │ ├── has_modulus.hpp │ │ ├── has_modulus_assign.hpp │ │ ├── has_multiplies.hpp │ │ ├── has_multiplies_assign.hpp │ │ ├── has_negate.hpp │ │ ├── has_new_operator.hpp │ │ ├── has_not_equal_to.hpp │ │ ├── has_nothrow_assign.hpp │ │ ├── has_nothrow_constructor.hpp │ │ ├── has_nothrow_copy.hpp │ │ ├── has_nothrow_destructor.hpp │ │ ├── has_operator.hpp │ │ ├── has_plus.hpp │ │ ├── has_plus_assign.hpp │ │ ├── has_post_decrement.hpp │ │ ├── has_post_increment.hpp │ │ ├── has_pre_decrement.hpp │ │ ├── has_pre_increment.hpp │ │ ├── has_right_shift.hpp │ │ ├── has_right_shift_assign.hpp │ │ ├── has_trivial_assign.hpp │ │ ├── has_trivial_constructor.hpp │ │ ├── has_trivial_copy.hpp │ │ ├── has_trivial_destructor.hpp │ │ ├── has_unary_minus.hpp │ │ ├── has_unary_plus.hpp │ │ ├── has_virtual_destructor.hpp │ │ ├── ice.hpp │ │ ├── integral_constant.hpp │ │ ├── integral_promotion.hpp │ │ ├── intrinsics.hpp │ │ ├── is_abstract.hpp │ │ ├── is_arithmetic.hpp │ │ ├── is_array.hpp │ │ ├── is_base_and_derived.hpp │ │ ├── is_base_of.hpp │ │ ├── is_base_of_tr1.hpp │ │ ├── is_class.hpp │ │ ├── is_complex.hpp │ │ ├── is_compound.hpp │ │ ├── is_const.hpp │ │ ├── is_convertible.hpp │ │ ├── is_empty.hpp │ │ ├── is_enum.hpp │ │ ├── is_float.hpp │ │ ├── is_floating_point.hpp │ │ ├── is_function.hpp │ │ ├── is_fundamental.hpp │ │ ├── is_integral.hpp │ │ ├── is_lvalue_reference.hpp │ │ ├── is_member_function_pointer.hpp │ │ ├── is_member_object_pointer.hpp │ │ ├── is_member_pointer.hpp │ │ ├── is_object.hpp │ │ ├── is_pod.hpp │ │ ├── is_pointer.hpp │ │ ├── is_polymorphic.hpp │ │ ├── is_reference.hpp │ │ ├── is_rvalue_reference.hpp │ │ ├── is_same.hpp │ │ ├── is_scalar.hpp │ │ ├── is_signed.hpp │ │ ├── is_stateless.hpp │ │ ├── is_union.hpp │ │ ├── is_unsigned.hpp │ │ ├── is_virtual_base_of.hpp │ │ ├── is_void.hpp │ │ ├── is_volatile.hpp │ │ ├── make_signed.hpp │ │ ├── make_unsigned.hpp │ │ ├── msvc │ │ │ ├── remove_all_extents.hpp │ │ │ ├── remove_bounds.hpp │ │ │ ├── remove_const.hpp │ │ │ ├── remove_cv.hpp │ │ │ ├── remove_extent.hpp │ │ │ ├── remove_pointer.hpp │ │ │ ├── remove_reference.hpp │ │ │ ├── remove_volatile.hpp │ │ │ └── typeof.hpp │ │ ├── object_traits.hpp │ │ ├── promote.hpp │ │ ├── rank.hpp │ │ ├── reference_traits.hpp │ │ ├── remove_all_extents.hpp │ │ ├── remove_bounds.hpp │ │ ├── remove_const.hpp │ │ ├── remove_cv.hpp │ │ ├── remove_extent.hpp │ │ ├── remove_pointer.hpp │ │ ├── remove_reference.hpp │ │ ├── remove_volatile.hpp │ │ ├── same_traits.hpp │ │ ├── transform_traits.hpp │ │ ├── transform_traits_spec.hpp │ │ └── type_with_alignment.hpp │ │ ├── unordered_map.hpp │ │ ├── unordered_set.hpp │ │ ├── utility.hpp │ │ ├── utility │ │ ├── addressof.hpp │ │ ├── base_from_member.hpp │ │ ├── binary.hpp │ │ ├── compare_pointees.hpp │ │ ├── declval.hpp │ │ ├── detail │ │ │ ├── in_place_factory_prefix.hpp │ │ │ ├── in_place_factory_suffix.hpp │ │ │ └── result_of_iterate.hpp │ │ ├── enable_if.hpp │ │ ├── identity_type.hpp │ │ ├── in_place_factory.hpp │ │ ├── result_of.hpp │ │ ├── swap.hpp │ │ ├── typed_in_place_factory.hpp │ │ └── value_init.hpp │ │ ├── variant.hpp │ │ ├── version.hpp │ │ ├── visit_each.hpp │ │ ├── wave.hpp │ │ └── weak_ptr.hpp └── boolinq │ └── include │ └── boolinq-all.h ├── SDK └── Include │ ├── BytecodeReader.h │ ├── ChunkType.h │ ├── ClassInstance.h │ ├── ClassType.h │ ├── ComponentMask.h │ ├── ConstantBuffer.h │ ├── ConstantBufferAccessPattern.h │ ├── ConstantBufferFlags.h │ ├── ConstantBufferType.h │ ├── CustomDataClass.h │ ├── DebuggingChunk.h │ ├── Decoder.h │ ├── DxbcChunk.h │ ├── DxbcContainer.h │ ├── DxbcContainerHeader.h │ ├── ExtendedOperandType.h │ ├── GlobalFlags.h │ ├── InputOutputSignatureChunk.h │ ├── InputSignatureChunk.h │ ├── InstructionTestBoolean.h │ ├── InstructionTokenExtendedType.h │ ├── InterfaceSlot.h │ ├── InterfacesChunk.h │ ├── InterpolationMode.h │ ├── Name.h │ ├── Number.h │ ├── NumberType.h │ ├── OpcodeHeader.h │ ├── OpcodeType.h │ ├── Operand4ComponentName.h │ ├── Operand4ComponentSelectionMode.h │ ├── OperandIndexDimension.h │ ├── OperandIndexRepresentation.h │ ├── OperandModifier.h │ ├── OperandNumComponents.h │ ├── OperandType.h │ ├── OutputSignatureChunk.h │ ├── PCH.h │ ├── PatchConstantSignatureChunk.h │ ├── Primitive.h │ ├── PrimitiveTopology.h │ ├── ProgramType.h │ ├── RegisterComponentType.h │ ├── ResourceBinding.h │ ├── ResourceDefinitionChunk.h │ ├── ResourceDimension.h │ ├── ResourceReturnType.h │ ├── SamplerMode.h │ ├── Sfi0Chunk.h │ ├── ShaderFlags.h │ ├── ShaderInputFlags.h │ ├── ShaderInputType.h │ ├── ShaderMessageFormat.h │ ├── ShaderProgramChunk.h │ ├── ShaderResourceViewDimension.h │ ├── ShaderType.h │ ├── ShaderTypeMember.h │ ├── ShaderVariable.h │ ├── ShaderVariableClass.h │ ├── ShaderVariableFlags.h │ ├── ShaderVariableType.h │ ├── ShaderVersion.h │ ├── SignatureElementSize.h │ ├── SignatureParameterDescription.h │ ├── StatisticsChunk.h │ ├── SyncFlags.h │ ├── SystemValueName.h │ ├── TessellatorDomain.h │ ├── TessellatorOutputPrimitive.h │ ├── TessellatorPartitioning.h │ └── UnorderedAccessViewCoherency.h ├── Shaders ├── CompileShader.bat ├── CompileShaders.bat ├── FxDis │ ├── readme.txt │ ├── test │ ├── test_PS.asm │ ├── test_PS.o │ ├── test_VS.asm │ └── test_VS.o ├── HlslCrossCompiler │ ├── ds5 │ │ ├── basic │ │ ├── basic.asm │ │ └── basic.o │ ├── hs5 │ │ ├── basic │ │ ├── basic.asm │ │ └── basic.o │ ├── ps4 │ │ ├── fxaa │ │ ├── fxaa.asm │ │ ├── fxaa.o │ │ ├── primID │ │ ├── primID.asm │ │ └── primID.o │ ├── ps5 │ │ ├── conservative_depth │ │ ├── conservative_depth_ge.asm │ │ ├── conservative_depth_ge.o │ │ ├── conservative_depth_le.asm │ │ ├── conservative_depth_le.o │ │ ├── interface_arrays │ │ ├── interface_arrays.asm │ │ ├── interface_arrays.o │ │ ├── interfaces │ │ ├── interfaces.asm │ │ ├── interfaces.o │ │ ├── sample │ │ ├── sample.asm │ │ └── sample.o │ ├── readme.txt │ ├── vs4 │ │ ├── mov │ │ ├── mov.asm │ │ ├── mov.o │ │ ├── multiple_const_buffers │ │ ├── multiple_const_buffers.asm │ │ ├── multiple_const_buffers.o │ │ ├── switch │ │ ├── switch.asm │ │ └── switch.o │ └── vs5 │ │ ├── any │ │ ├── any.asm │ │ ├── any.o │ │ ├── const_temp │ │ ├── const_temp.asm │ │ ├── const_temp.o │ │ ├── mad_imm │ │ ├── mad_imm.asm │ │ ├── mad_imm.o │ │ ├── mov │ │ ├── mov.asm │ │ ├── mov.o │ │ ├── sincos │ │ ├── sincos.asm │ │ └── sincos.o ├── Sdk │ ├── Direct3D10 │ │ └── CubeMapGS │ │ │ ├── CubeMapGS.fx │ │ │ ├── GS_CubeMap_GS.asm │ │ │ ├── GS_CubeMap_GS.o │ │ │ ├── GS_CubeMap_PS.asm │ │ │ ├── GS_CubeMap_PS.o │ │ │ ├── GS_CubeMap_VS.asm │ │ │ └── GS_CubeMap_VS.o │ ├── Direct3D11 │ │ ├── AdaptiveTessellationCS40 │ │ │ ├── TessellatorCS40_EdgeFactorCS.asm │ │ │ ├── TessellatorCS40_EdgeFactorCS.hlsl │ │ │ ├── TessellatorCS40_EdgeFactorCS.o │ │ │ ├── TessellatorCS40_NumVerticesIndicesCS.asm │ │ │ ├── TessellatorCS40_NumVerticesIndicesCS.hlsl │ │ │ ├── TessellatorCS40_NumVerticesIndicesCS.o │ │ │ ├── TessellatorCS40_ScatterIDCS.hlsl │ │ │ ├── TessellatorCS40_ScatterIDCS_Index.asm │ │ │ ├── TessellatorCS40_ScatterIDCS_Index.o │ │ │ ├── TessellatorCS40_ScatterIDCS_Vertex.asm │ │ │ ├── TessellatorCS40_ScatterIDCS_Vertex.o │ │ │ ├── TessellatorCS40_TessellateIndicesCS.asm │ │ │ ├── TessellatorCS40_TessellateIndicesCS.hlsl │ │ │ ├── TessellatorCS40_TessellateIndicesCS.o │ │ │ ├── TessellatorCS40_TessellateVerticesCS.asm │ │ │ ├── TessellatorCS40_TessellateVerticesCS.hlsl │ │ │ ├── TessellatorCS40_TessellateVerticesCS.o │ │ │ ├── TessellatorCS40_common.hlsl │ │ │ └── TessellatorCS40_defines.h │ │ ├── BC6HBC7EncoderDecoder11 │ │ │ ├── BC6HDecode.asm │ │ │ ├── BC6HDecode.hlsl │ │ │ ├── BC6HDecode.o │ │ │ ├── BC6HEncode.hlsl │ │ │ ├── BC7Decode.asm │ │ │ ├── BC7Decode.hlsl │ │ │ ├── BC7Decode.o │ │ │ ├── BC7Encode.hlsl │ │ │ ├── BC7Encode_02.asm │ │ │ ├── BC7Encode_02.o │ │ │ ├── BC7Encode_137.asm │ │ │ ├── BC7Encode_137.o │ │ │ ├── BC7Encode_456.asm │ │ │ └── BC7Encode_456.o │ │ ├── BasicCompute11 │ │ │ ├── BasicCompute11.hlsl │ │ │ ├── BasicCompute11_Raw.asm │ │ │ ├── BasicCompute11_Raw.o │ │ │ ├── BasicCompute11_Raw_Double.asm │ │ │ ├── BasicCompute11_Raw_Double.o │ │ │ ├── BasicCompute11_Structured.asm │ │ │ ├── BasicCompute11_Structured.o │ │ │ ├── BasicCompute11_Structured_Double.asm │ │ │ └── BasicCompute11_Structured_Double.o │ │ ├── BasicHLSL11 │ │ │ ├── BasicHLSL.fx │ │ │ ├── BasicHLSL_PS.asm │ │ │ ├── BasicHLSL_PS.o │ │ │ ├── BasicHLSL_VS.asm │ │ │ └── BasicHLSL_VS.o │ │ ├── CascadedShadowMaps11 │ │ │ ├── RenderCascadeScene.hlsl │ │ │ ├── RenderCascadeScene_PS.asm │ │ │ ├── RenderCascadeScene_PS.o │ │ │ ├── RenderCascadeScene_VS.asm │ │ │ ├── RenderCascadeScene_VS.o │ │ │ └── RenderCascadeShadow.hlsl │ │ ├── ComputeShaderSort11 │ │ │ ├── ComputeShaderSort11.hlsl │ │ │ ├── ComputeShaderSort11_BitonicSort.asm │ │ │ ├── ComputeShaderSort11_BitonicSort.o │ │ │ ├── ComputeShaderSort11_MatrixTranspose.asm │ │ │ └── ComputeShaderSort11_MatrixTranspose.o │ │ ├── ContactHardeningShadows11 │ │ │ ├── ContactHardeningShadows11.hlsl │ │ │ ├── ContactHardeningShadows11_PS.asm │ │ │ ├── ContactHardeningShadows11_PS.o │ │ │ ├── ContactHardeningShadows11_VS.asm │ │ │ ├── ContactHardeningShadows11_VS.o │ │ │ ├── ContactHardeningShadows11_VSSM.asm │ │ │ └── ContactHardeningShadows11_VSSM.o │ │ ├── DDSWithoutD3DX11 │ │ │ ├── DDSWithoutD3DX.hlsl │ │ │ ├── DDSWithoutD3DX_PS.asm │ │ │ ├── DDSWithoutD3DX_PS.o │ │ │ ├── DDSWithoutD3DX_VS.asm │ │ │ └── DDSWithoutD3DX_VS.o │ │ ├── DecalTessellation11 │ │ │ ├── AdaptiveTessellation.hlsl │ │ │ ├── DecalTessellation11.hlsl │ │ │ ├── DecalTessellation11_DS.asm │ │ │ ├── DecalTessellation11_DS.o │ │ │ ├── DecalTessellation11_HS.asm │ │ │ ├── DecalTessellation11_HS.o │ │ │ ├── DecalTessellation11_PS.asm │ │ │ ├── DecalTessellation11_PS.o │ │ │ ├── DecalTessellation11_VS.asm │ │ │ ├── DecalTessellation11_VS.o │ │ │ ├── DecalTessellation11_VS_NoTessellation.asm │ │ │ └── DecalTessellation11_VS_NoTessellation.o │ │ ├── DetailTessellation11 │ │ │ ├── AdaptiveTessellation.hlsl │ │ │ ├── DetailTessellation11.hlsl │ │ │ ├── DetailTessellation11_DS.asm │ │ │ ├── DetailTessellation11_DS.o │ │ │ ├── DetailTessellation11_HS.asm │ │ │ ├── DetailTessellation11_HS.o │ │ │ ├── DetailTessellation11_PS.asm │ │ │ ├── DetailTessellation11_PS.o │ │ │ ├── DetailTessellation11_VS.asm │ │ │ ├── DetailTessellation11_VS.o │ │ │ ├── DetailTessellation11_VS_NoTessellation.asm │ │ │ ├── DetailTessellation11_VS_NoTessellation.o │ │ │ ├── POM.hlsl │ │ │ ├── POM_PS.asm │ │ │ ├── POM_PS.o │ │ │ ├── POM_VS.asm │ │ │ ├── POM_VS.o │ │ │ ├── Particle.hlsl │ │ │ ├── Particle_GS.asm │ │ │ ├── Particle_GS.o │ │ │ ├── Particle_PS.asm │ │ │ ├── Particle_PS.o │ │ │ ├── Particle_VS.asm │ │ │ ├── Particle_VS.o │ │ │ └── shader_include.hlsl │ │ ├── DynamicShaderLinkage11 │ │ │ ├── DynamicShaderLinkage11_LightPSH.h │ │ │ ├── DynamicShaderLinkage11_MaterialPSH.h │ │ │ ├── DynamicShaderLinkage11_PS.asm │ │ │ ├── DynamicShaderLinkage11_PS.hlsl │ │ │ ├── DynamicShaderLinkage11_PS.o │ │ │ ├── DynamicShaderLinkage11_PSBuffers.h │ │ │ ├── DynamicShaderLinkage11_VS.asm │ │ │ ├── DynamicShaderLinkage11_VS.hlsl │ │ │ └── DynamicShaderLinkage11_VS.o │ │ ├── FluidCS11 │ │ │ ├── FluidCS11.hlsl │ │ │ ├── FluidCS11_BuildGridCS.asm │ │ │ ├── FluidCS11_BuildGridCS.o │ │ │ ├── FluidCS11_BuildGridIndicesCS.asm │ │ │ ├── FluidCS11_BuildGridIndicesCS.o │ │ │ ├── FluidCS11_ClearGridIndicesCS.asm │ │ │ ├── FluidCS11_ClearGridIndicesCS.o │ │ │ ├── FluidCS11_DensityCS_Grid.asm │ │ │ ├── FluidCS11_DensityCS_Grid.o │ │ │ ├── FluidCS11_DensityCS_Shared.asm │ │ │ ├── FluidCS11_DensityCS_Shared.o │ │ │ ├── FluidCS11_DensityCS_Simple.asm │ │ │ ├── FluidCS11_DensityCS_Simple.o │ │ │ ├── FluidCS11_ForceCS_Grid.asm │ │ │ ├── FluidCS11_ForceCS_Grid.o │ │ │ ├── FluidCS11_ForceCS_Shared.asm │ │ │ ├── FluidCS11_ForceCS_Shared.o │ │ │ ├── FluidCS11_ForceCS_Simple.asm │ │ │ ├── FluidCS11_ForceCS_Simple.o │ │ │ ├── FluidCS11_IntegrateCS.asm │ │ │ ├── FluidCS11_IntegrateCS.o │ │ │ ├── FluidCS11_RearrangeParticlesCS.asm │ │ │ ├── FluidCS11_RearrangeParticlesCS.o │ │ │ ├── FluidRender.hlsl │ │ │ ├── FluidRender_GS.asm │ │ │ ├── FluidRender_GS.o │ │ │ ├── FluidRender_PS.asm │ │ │ ├── FluidRender_PS.o │ │ │ ├── FluidRender_VS.asm │ │ │ └── FluidRender_VS.o │ │ ├── HDRToneMappingCS11 │ │ │ ├── BrightPassAndHorizFilterCS.asm │ │ │ ├── BrightPassAndHorizFilterCS.hlsl │ │ │ ├── BrightPassAndHorizFilterCS.o │ │ │ ├── DumpToTexture.asm │ │ │ ├── DumpToTexture.hlsl │ │ │ ├── DumpToTexture.o │ │ │ ├── FilterCS.hlsl │ │ │ ├── FilterCS_Horizontal.asm │ │ │ ├── FilterCS_Horizontal.o │ │ │ ├── FilterCS_Vertical.asm │ │ │ ├── FilterCS_Vertical.o │ │ │ ├── FinalPass.hlsl │ │ │ ├── FinalPass_PS.asm │ │ │ ├── FinalPass_PS.o │ │ │ ├── FinalPass_PS_CPUReduction.asm │ │ │ ├── FinalPass_PS_CPUReduction.o │ │ │ ├── FinalPass_VS.asm │ │ │ ├── FinalPass_VS.o │ │ │ ├── PSApproach.hlsl │ │ │ ├── PSApproach_PS.asm │ │ │ ├── PSApproach_PS.o │ │ │ ├── ReduceTo1DCS.asm │ │ │ ├── ReduceTo1DCS.hlsl │ │ │ ├── ReduceTo1DCS.o │ │ │ ├── ReduceToSingleCS.asm │ │ │ ├── ReduceToSingleCS.hlsl │ │ │ ├── ReduceToSingleCS.o │ │ │ ├── Skybox11_PS.asm │ │ │ ├── Skybox11_PS.o │ │ │ ├── Skybox11_VS.asm │ │ │ ├── Skybox11_VS.o │ │ │ └── skybox11.hlsl │ │ ├── NBodyGravityCS11 │ │ │ ├── NBodyGravityCS11.asm │ │ │ ├── NBodyGravityCS11.hlsl │ │ │ ├── NBodyGravityCS11.o │ │ │ ├── ParticleDraw.hlsl │ │ │ ├── ParticleDraw_GS.asm │ │ │ ├── ParticleDraw_GS.o │ │ │ ├── ParticleDraw_PS.asm │ │ │ ├── ParticleDraw_PS.o │ │ │ ├── ParticleDraw_VS.asm │ │ │ └── ParticleDraw_VS.o │ │ ├── PNTriangles11 │ │ │ ├── AdaptiveTessellation.hlsl │ │ │ ├── PNTriangles11.hlsl │ │ │ ├── PNTriangles11_DS.asm │ │ │ ├── PNTriangles11_DS.o │ │ │ ├── PNTriangles11_HS.asm │ │ │ ├── PNTriangles11_HS.o │ │ │ ├── PNTriangles11_PS.asm │ │ │ ├── PNTriangles11_PS.o │ │ │ ├── PNTriangles11_VS.asm │ │ │ ├── PNTriangles11_VS.o │ │ │ ├── PNTriangles11_VS_WithTessellation.asm │ │ │ └── PNTriangles11_VS_WithTessellation.o │ │ ├── SimpleBezier11 │ │ │ ├── SimpleBezier11.hlsl │ │ │ ├── SimpleBezier11_DS.asm │ │ │ ├── SimpleBezier11_DS.o │ │ │ ├── SimpleBezier11_HS.asm │ │ │ ├── SimpleBezier11_HS.o │ │ │ ├── SimpleBezier11_PS.asm │ │ │ ├── SimpleBezier11_PS.o │ │ │ ├── SimpleBezier11_VS.asm │ │ │ └── SimpleBezier11_VS.o │ │ ├── SubD11 │ │ │ ├── SubD11.hlsl │ │ │ ├── SubD11_DS.asm │ │ │ ├── SubD11_DS.o │ │ │ ├── SubD11_HS.asm │ │ │ ├── SubD11_HS.o │ │ │ ├── SubD11_HS_4444.asm │ │ │ ├── SubD11_HS_4444.o │ │ │ ├── SubD11_PS.asm │ │ │ ├── SubD11_PS.o │ │ │ ├── SubD11_VS_MeshSkinning.asm │ │ │ ├── SubD11_VS_MeshSkinning.o │ │ │ ├── SubD11_VS_PatchSkinning.asm │ │ │ └── SubD11_VS_PatchSkinning.o │ │ └── VarianceShadows11 │ │ │ ├── 2DQuadShaders.hlsl │ │ │ ├── 2DQuadShaders_PS_BlurX.asm │ │ │ ├── 2DQuadShaders_PS_BlurX.o │ │ │ ├── 2DQuadShaders_PS_BlurY.asm │ │ │ ├── 2DQuadShaders_PS_BlurY.o │ │ │ ├── 2DQuadShaders_VS.asm │ │ │ ├── 2DQuadShaders_VS.o │ │ │ ├── RenderVarianceScene.hlsl │ │ │ ├── RenderVarianceScene_PS.asm │ │ │ ├── RenderVarianceScene_PS.o │ │ │ ├── RenderVarianceScene_VS.asm │ │ │ ├── RenderVarianceScene_VS.o │ │ │ ├── RenderVarianceShadow.hlsl │ │ │ ├── RenderVarianceShadow_PS.asm │ │ │ ├── RenderVarianceShadow_PS.o │ │ │ ├── RenderVarianceShadow_VS.asm │ │ │ └── RenderVarianceShadow_VS.o │ ├── DirectX SDK EULA.txt │ └── readme.txt └── readme.txt ├── SlimShader.sln ├── SlimShader.sln.DotSettings ├── Source ├── Chunks │ ├── ChunkType.h │ ├── Common │ │ ├── ComponentMask.cpp │ │ ├── ComponentMask.h │ │ ├── Primitive.cpp │ │ ├── Primitive.h │ │ ├── PrimitiveTopology.cpp │ │ ├── PrimitiveTopology.h │ │ ├── ProgramType.cpp │ │ ├── ProgramType.h │ │ ├── ResourceReturnType.cpp │ │ ├── ResourceReturnType.h │ │ ├── ShaderVersion.cpp │ │ ├── ShaderVersion.h │ │ ├── TessellatorDomain.cpp │ │ ├── TessellatorDomain.h │ │ ├── TessellatorOutputPrimitive.cpp │ │ ├── TessellatorOutputPrimitive.h │ │ ├── TessellatorPartitioning.cpp │ │ └── TessellatorPartitioning.h │ ├── DxbcChunk.cpp │ ├── DxbcChunk.h │ ├── Ifce │ │ ├── ClassInstance.cpp │ │ ├── ClassInstance.h │ │ ├── ClassType.cpp │ │ ├── ClassType.h │ │ ├── InterfaceSlot.cpp │ │ ├── InterfaceSlot.h │ │ ├── InterfacesChunk.cpp │ │ └── InterfacesChunk.h │ ├── Rdef │ │ ├── ConstantBuffer.cpp │ │ ├── ConstantBuffer.h │ │ ├── ConstantBufferFlags.h │ │ ├── ConstantBufferType.cpp │ │ ├── ConstantBufferType.h │ │ ├── ResourceBinding.cpp │ │ ├── ResourceBinding.h │ │ ├── ResourceDefinitionChunk.cpp │ │ ├── ResourceDefinitionChunk.h │ │ ├── ShaderFlags.h │ │ ├── ShaderInputFlags.h │ │ ├── ShaderInputType.cpp │ │ ├── ShaderInputType.h │ │ ├── ShaderResourceViewDimension.cpp │ │ ├── ShaderResourceViewDimension.h │ │ ├── ShaderType.cpp │ │ ├── ShaderType.h │ │ ├── ShaderTypeMember.cpp │ │ ├── ShaderTypeMember.h │ │ ├── ShaderVariable.cpp │ │ ├── ShaderVariable.h │ │ ├── ShaderVariableClass.cpp │ │ ├── ShaderVariableClass.h │ │ ├── ShaderVariableFlags.h │ │ ├── ShaderVariableType.cpp │ │ └── ShaderVariableType.h │ ├── Sdbg │ │ ├── DebuggingChunk.cpp │ │ └── DebuggingChunk.h │ ├── Sfi0 │ │ ├── Sfi0Chunk.cpp │ │ └── Sfi0Chunk.h │ ├── Shex │ │ ├── ConstantBufferAccessPattern.cpp │ │ ├── ConstantBufferAccessPattern.h │ │ ├── CustomDataClass.h │ │ ├── ExtendedOperandType.h │ │ ├── GlobalFlags.cpp │ │ ├── GlobalFlags.h │ │ ├── InstructionTestBoolean.cpp │ │ ├── InstructionTestBoolean.h │ │ ├── InstructionTokenExtendedType.h │ │ ├── InterpolationMode.cpp │ │ ├── InterpolationMode.h │ │ ├── Number.cpp │ │ ├── Number.h │ │ ├── NumberType.h │ │ ├── OpcodeHeader.h │ │ ├── OpcodeType.cpp │ │ ├── OpcodeType.h │ │ ├── Operand4ComponentName.cpp │ │ ├── Operand4ComponentName.h │ │ ├── Operand4ComponentSelectionMode.h │ │ ├── OperandIndexDimension.h │ │ ├── OperandIndexRepresentation.h │ │ ├── OperandModifier.h │ │ ├── OperandNumComponents.h │ │ ├── OperandType.cpp │ │ ├── OperandType.h │ │ ├── ResourceDimension.cpp │ │ ├── ResourceDimension.h │ │ ├── SamplerMode.cpp │ │ ├── SamplerMode.h │ │ ├── ShaderMessageFormat.h │ │ ├── ShaderProgramChunk.cpp │ │ ├── ShaderProgramChunk.h │ │ ├── SyncFlags.cpp │ │ ├── SyncFlags.h │ │ ├── SystemValueName.cpp │ │ ├── SystemValueName.h │ │ ├── Tokens │ │ │ ├── ConstantBufferDeclarationToken.cpp │ │ │ ├── ConstantBufferDeclarationToken.h │ │ │ ├── ControlPointCountDeclarationToken.cpp │ │ │ ├── ControlPointCountDeclarationToken.h │ │ │ ├── CustomDataToken.cpp │ │ │ ├── CustomDataToken.h │ │ │ ├── DeclarationToken.cpp │ │ │ ├── DeclarationToken.h │ │ │ ├── FunctionBodyDeclarationToken.cpp │ │ │ ├── FunctionBodyDeclarationToken.h │ │ │ ├── FunctionTableDeclarationToken.cpp │ │ │ ├── FunctionTableDeclarationToken.h │ │ │ ├── GeometryShaderInputPrimitiveDeclarationToken.cpp │ │ │ ├── GeometryShaderInputPrimitiveDeclarationToken.h │ │ │ ├── GeometryShaderInstanceCountDeclarationToken.cpp │ │ │ ├── GeometryShaderInstanceCountDeclarationToken.h │ │ │ ├── GeometryShaderMaxOutputVertexCountDeclarationToken.cpp │ │ │ ├── GeometryShaderMaxOutputVertexCountDeclarationToken.h │ │ │ ├── GeometryShaderOutputPrimitiveTopologyDeclarationToken.cpp │ │ │ ├── GeometryShaderOutputPrimitiveTopologyDeclarationToken.h │ │ │ ├── GlobalFlagsDeclarationToken.cpp │ │ │ ├── GlobalFlagsDeclarationToken.h │ │ │ ├── HullShaderForkPhaseInstanceCountDeclarationToken.cpp │ │ │ ├── HullShaderForkPhaseInstanceCountDeclarationToken.h │ │ │ ├── HullShaderMaxTessFactorDeclarationToken.cpp │ │ │ ├── HullShaderMaxTessFactorDeclarationToken.h │ │ │ ├── ImmediateConstantBufferDeclarationToken.cpp │ │ │ ├── ImmediateConstantBufferDeclarationToken.h │ │ │ ├── ImmediateDeclarationToken.cpp │ │ │ ├── ImmediateDeclarationToken.h │ │ │ ├── IndexableTempRegisterDeclarationToken.cpp │ │ │ ├── IndexableTempRegisterDeclarationToken.h │ │ │ ├── IndexingRangeDeclarationToken.cpp │ │ │ ├── IndexingRangeDeclarationToken.h │ │ │ ├── InputRegisterDeclarationToken.cpp │ │ │ ├── InputRegisterDeclarationToken.h │ │ │ ├── InstructionToken.cpp │ │ │ ├── InstructionToken.h │ │ │ ├── InterfaceDeclarationToken.cpp │ │ │ ├── InterfaceDeclarationToken.h │ │ │ ├── NameToken.cpp │ │ │ ├── NameToken.h │ │ │ ├── OpcodeToken.cpp │ │ │ ├── OpcodeToken.h │ │ │ ├── Operand.cpp │ │ │ ├── Operand.h │ │ │ ├── OperandIndex.cpp │ │ │ ├── OperandIndex.h │ │ │ ├── OutputRegisterDeclarationToken.cpp │ │ │ ├── OutputRegisterDeclarationToken.h │ │ │ ├── PixelShaderInputRegisterDeclarationToken.cpp │ │ │ ├── PixelShaderInputRegisterDeclarationToken.h │ │ │ ├── RawShaderResourceViewDeclarationToken.cpp │ │ │ ├── RawShaderResourceViewDeclarationToken.h │ │ │ ├── RawThreadGroupSharedMemoryDeclarationToken.cpp │ │ │ ├── RawThreadGroupSharedMemoryDeclarationToken.h │ │ │ ├── RawUnorderedAccessViewDeclarationToken.cpp │ │ │ ├── RawUnorderedAccessViewDeclarationToken.h │ │ │ ├── ResourceDeclarationToken.cpp │ │ │ ├── ResourceDeclarationToken.h │ │ │ ├── ResourceReturnTypeToken.cpp │ │ │ ├── ResourceReturnTypeToken.h │ │ │ ├── SamplerDeclarationToken.cpp │ │ │ ├── SamplerDeclarationToken.h │ │ │ ├── ShaderMessageDeclarationToken.cpp │ │ │ ├── ShaderMessageDeclarationToken.h │ │ │ ├── StructuredShaderResourceViewDeclarationToken.cpp │ │ │ ├── StructuredShaderResourceViewDeclarationToken.h │ │ │ ├── StructuredThreadGroupSharedMemoryDeclarationToken.cpp │ │ │ ├── StructuredThreadGroupSharedMemoryDeclarationToken.h │ │ │ ├── StructuredUnorderedAccessViewDeclarationToken.cpp │ │ │ ├── StructuredUnorderedAccessViewDeclarationToken.h │ │ │ ├── TempRegisterDeclarationToken.cpp │ │ │ ├── TempRegisterDeclarationToken.h │ │ │ ├── TessellatorDomainDeclarationToken.cpp │ │ │ ├── TessellatorDomainDeclarationToken.h │ │ │ ├── TessellatorOutputPrimitiveDeclarationToken.cpp │ │ │ ├── TessellatorOutputPrimitiveDeclarationToken.h │ │ │ ├── TessellatorPartitioningDeclarationToken.cpp │ │ │ ├── TessellatorPartitioningDeclarationToken.h │ │ │ ├── ThreadGroupDeclarationToken.cpp │ │ │ ├── ThreadGroupDeclarationToken.h │ │ │ ├── TypedUnorderedAccessViewDeclarationToken.cpp │ │ │ ├── TypedUnorderedAccessViewDeclarationToken.h │ │ │ ├── UnorderedAccessViewDeclarationTokenBase.cpp │ │ │ └── UnorderedAccessViewDeclarationTokenBase.h │ │ └── UnorderedAccessViewCoherency.h │ ├── Stat │ │ ├── StatisticsChunk.cpp │ │ └── StatisticsChunk.h │ └── Xsgn │ │ ├── InputOutputSignatureChunk.cpp │ │ ├── InputOutputSignatureChunk.h │ │ ├── InputSignatureChunk.cpp │ │ ├── InputSignatureChunk.h │ │ ├── Name.cpp │ │ ├── Name.h │ │ ├── OutputSignatureChunk.cpp │ │ ├── OutputSignatureChunk.h │ │ ├── PatchConstantSignatureChunk.cpp │ │ ├── PatchConstantSignatureChunk.h │ │ ├── RegisterComponentType.cpp │ │ ├── RegisterComponentType.h │ │ ├── SignatureElementSize.h │ │ ├── SignatureParameterDescription.cpp │ │ └── SignatureParameterDescription.h ├── DxbcContainer.cpp ├── DxbcContainer.h ├── DxbcContainerHeader.cpp ├── DxbcContainerHeader.h ├── SlimShader.vcxproj ├── SlimShader.vcxproj.filters └── Util │ ├── BytecodeReader.cpp │ ├── BytecodeReader.h │ ├── Decoder.cpp │ ├── Decoder.h │ ├── PCH.cpp │ └── PCH.h └── Tests ├── SlimShader.Tests.vcxproj ├── SlimShader.Tests.vcxproj.filters └── main.cpp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/README.md -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/LICENSE_1_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/LICENSE_1_0.txt -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/algorithm/clamp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/algorithm/clamp.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/algorithm/hex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/algorithm/hex.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/algorithm/minmax.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/algorithm/minmax.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/algorithm/string.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/algorithm/string.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/aligned_storage.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/aligned_storage.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/any.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/any.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/array.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/asio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/asio.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/assert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/assert.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/assign.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/assign.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bimap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bimap.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind/apply.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind/apply.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind/arg.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind/arg.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind/bind.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind/bind.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind/bind_cc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind/bind_cc.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind/bind_mf2_cc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind/bind_mf2_cc.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind/bind_mf_cc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind/bind_mf_cc.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind/mem_fn.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind/mem_fn.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind/mem_fn_cc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind/mem_fn_cc.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind/mem_fn_vw.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind/mem_fn_vw.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind/placeholders.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind/placeholders.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind/protect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind/protect.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/bind/storage.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/bind/storage.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/blank.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/blank.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/blank_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/blank_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/call_traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/call_traits.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/cast.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/cast.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/cerrno.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/cerrno.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/checked_delete.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/checked_delete.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/chrono.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/chrono.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/circular_buffer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/circular_buffer.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/compressed_pair.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/compressed_pair.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/concept/assert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/concept/assert.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/concept/requires.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/concept/requires.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/concept/usage.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/concept/usage.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/concept_archetype.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/concept_archetype.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/concept_check.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/concept_check.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/config.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/config/abi_prefix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/config/abi_prefix.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/config/abi_suffix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/config/abi_suffix.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/config/auto_link.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/config/auto_link.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/config/stdlib/msl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/config/stdlib/msl.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/config/stdlib/sgi.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/config/stdlib/sgi.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/config/suffix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/config/suffix.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/config/user.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/config/user.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/crc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/crc.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/cregex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/cregex.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/cstdint.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/cstdint.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/cstdlib.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/cstdlib.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/current_function.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/current_function.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/date_time.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/date_time.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/algorithm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/algorithm.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/bitmask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/bitmask.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/endian.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/endian.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/fenv.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/fenv.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/identifier.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/identifier.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/is_sorted.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/is_sorted.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/is_xxx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/is_xxx.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/iterator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/iterator.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/limits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/limits.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/none_t.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/none_t.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/win/dll.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/win/dll.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/win/memory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/win/memory.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/win/system.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/win/system.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/win/thread.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/win/thread.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/win/time.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/win/time.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/win/timers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/win/timers.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/detail/workaround.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/detail/workaround.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/dynamic_bitset.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/dynamic_bitset.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/exception.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/exception.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/exception/all.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/exception/all.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/exception/info.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/exception/info.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/exception_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/exception_ptr.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/filesystem.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/filesystem.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/flyweight.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/flyweight.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/foreach.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/foreach.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/foreach_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/foreach_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/format.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/format.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/format/exceptions.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/format/exceptions.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/format/feed_args.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/format/feed_args.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/format/format_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/format/format_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/format/free_funcs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/format/free_funcs.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/format/group.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/format/group.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/format/internals.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/format/internals.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/format/parsing.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/format/parsing.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/function.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/function.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/function_equal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/function_equal.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/functional.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/functional.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/geometry.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/geometry.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/get_pointer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/get_pointer.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/implicit_cast.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/implicit_cast.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/integer.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/integer_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/integer_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/integer_traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/integer_traits.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/intrusive_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/intrusive_ptr.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/io_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/io_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/is_placeholder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/is_placeholder.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/iterator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/iterator.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/iterator_adaptors.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/iterator_adaptors.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/last_value.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/last_value.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/lexical_cast.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/lexical_cast.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/limits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/limits.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/local_function.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/local_function.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/locale.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/locale.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/make_shared.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/make_shared.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/math_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/math_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mem_fn.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mem_fn.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/memory_order.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/memory_order.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpi.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpi.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/O1_size.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/O1_size.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/O1_size_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/O1_size_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/accumulate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/accumulate.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/advance.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/advance.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/advance_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/advance_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/alias.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/alias.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/always.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/always.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/and.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/and.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/apply.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/apply.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/apply_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/apply_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/apply_wrap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/apply_wrap.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/arg.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/arg.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/arg_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/arg_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/arithmetic.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/arithmetic.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/as_sequence.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/as_sequence.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/assert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/assert.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/at.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/at.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/at_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/at_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/arity.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/arity.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/at_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/at_impl.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/fold_op.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/fold_op.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/has_size.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/has_size.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/has_tag.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/has_tag.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/has_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/has_type.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/msvc_dtw.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/msvc_dtw.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/na.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/na.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/na_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/na_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/na_spec.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/na_spec.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/shift_op.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/shift_op.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/test.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/unwrap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/unwrap.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/yes_no.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/aux_/yes_no.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/back.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/back.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/back_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/back_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/back_inserter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/back_inserter.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/base.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/base.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/begin.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/begin.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/begin_end.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/begin_end.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/bind.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/bind.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/bind_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/bind_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/bitand.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/bitand.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/bitor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/bitor.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/bitwise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/bitwise.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/bitxor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/bitxor.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/bool.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/bool.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/bool_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/bool_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/char.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/char.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/char_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/char_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/clear.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/clear.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/clear_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/clear_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/comparison.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/comparison.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/contains.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/contains.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/copy.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/copy.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/copy_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/copy_if.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/count.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/count.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/count_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/count_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/count_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/count_if.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/deque.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/deque.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/deref.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/deref.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/distance.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/distance.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/divides.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/divides.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/empty.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/empty.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/empty_base.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/empty_base.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/empty_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/empty_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/end.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/end.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/equal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/equal.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/equal_to.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/equal_to.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/erase.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/erase.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/erase_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/erase_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/erase_key.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/erase_key.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/eval_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/eval_if.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/find.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/find_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/find_if.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/fold.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/fold.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/for_each.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/for_each.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/front.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/front_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/front_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/greater.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/greater.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/has_key.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/has_key.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/has_xxx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/has_xxx.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/identity.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/identity.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/if.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/index_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/index_if.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/index_of.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/index_of.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/inherit.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/inherit.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/insert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/insert.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/insert_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/insert_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/inserter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/inserter.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/int.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/int.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/int_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/int_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/integral_c.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/integral_c.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/iter_fold.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/iter_fold.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/joint_view.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/joint_view.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/key_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/key_type.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/lambda.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/lambda.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/lambda_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/lambda_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/less.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/less.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/less_equal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/less_equal.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/limits/map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/limits/map.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/limits/set.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/limits/set.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/list.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/list.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/list/list0.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/list/list0.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/list_c.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/list_c.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/logical.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/logical.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/long.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/long.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/long_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/long_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/map.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/map/map0.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/map/map0.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/map/map10.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/map/map10.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/map/map20.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/map/map20.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/map/map30.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/map/map30.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/map/map40.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/map/map40.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/map/map50.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/map/map50.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/max.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/max.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/min.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/min.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/min_max.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/min_max.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/minus.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/minus.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/modulus.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/modulus.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/multiplies.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/multiplies.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/negate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/negate.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/next.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/next.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/next_prior.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/next_prior.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/not.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/not.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/or.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/or.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/order.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/order.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/order_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/order_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/pair.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/pair.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/pair_view.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/pair_view.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/partition.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/partition.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/plus.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/plus.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/pop_back.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/pop_back.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/pop_front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/pop_front.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/print.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/print.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/prior.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/prior.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/protect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/protect.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/push_back.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/push_back.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/push_front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/push_front.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/quote.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/quote.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/range_c.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/range_c.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/remove.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/remove.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/remove_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/remove_if.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/replace.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/replace.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/replace_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/replace_if.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/reverse.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/reverse.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/same_as.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/same_as.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/set.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/set.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set0.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set0.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set0_c.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set0_c.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set10.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set10.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set20.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set20.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set30.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set30.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set40.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set40.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set50.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/set/set50.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/set_c.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/set_c.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/shift_left.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/shift_left.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/size.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/size.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/size_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/size_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/size_t.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/size_t.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/size_t_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/size_t_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/sizeof.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/sizeof.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/sort.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/sort.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/string.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/string.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/switch.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/switch.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/tag.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/tag.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/times.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/times.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/transform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/transform.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/unique.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/unique.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/value_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/value_type.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/vector.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/vector.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/vector_c.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/vector_c.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/void.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/void.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/void_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/void_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/mpl/zip_view.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/mpl/zip_view.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/multi_array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/multi_array.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/next_prior.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/next_prior.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/non_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/non_type.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/noncopyable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/noncopyable.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/nondet_random.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/nondet_random.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/none.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/none.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/none_t.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/none_t.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/operators.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/operators.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/optional.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/optional.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/parameter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/parameter.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/phoenix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/phoenix.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/pointee.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/pointee.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/pointer_cast.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/pointer_cast.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/preprocessor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/preprocessor.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/progress.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/progress.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/python.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/python.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/random.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/random.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/adaptors.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/adaptors.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/as_array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/as_array.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/atl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/atl.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/begin.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/begin.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/category.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/category.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/combine.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/combine.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/concepts.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/concepts.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/config.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/distance.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/distance.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/empty.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/empty.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/end.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/end.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/irange.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/irange.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/iterator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/iterator.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/join.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/join.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/mfc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/mfc.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/numeric.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/numeric.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/pointer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/pointer.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/rbegin.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/rbegin.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/rend.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/rend.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/range/size.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/range/size.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/ratio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/ratio.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/rational.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/rational.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/ref.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/ref.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/regex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/regex.h -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/regex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/regex.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/regex_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/regex_fwd.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/scope_exit.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/scope_exit.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/scoped_array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/scoped_array.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/scoped_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/scoped_ptr.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/shared_array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/shared_array.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/shared_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/shared_ptr.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/signal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/signal.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/signals.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/signals.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/signals2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/signals2.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/smart_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/smart_ptr.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/spirit.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/spirit.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/static_assert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/static_assert.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/strong_typedef.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/strong_typedef.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/swap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/swap.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/thread.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/thread.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/timer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/timer.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/token_iterator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/token_iterator.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/tokenizer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/tokenizer.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/type.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/type_traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/type_traits.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/unordered_map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/unordered_map.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/unordered_set.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/unordered_set.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/utility.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/utility.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/utility/binary.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/utility/binary.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/utility/swap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/utility/swap.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/variant.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/variant.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/version.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/version.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/visit_each.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/visit_each.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/wave.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/wave.hpp -------------------------------------------------------------------------------- /src/Dependencies/Boost.1.51.0/include/boost/weak_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/Boost.1.51.0/include/boost/weak_ptr.hpp -------------------------------------------------------------------------------- /src/Dependencies/boolinq/include/boolinq-all.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Dependencies/boolinq/include/boolinq-all.h -------------------------------------------------------------------------------- /src/SDK/Include/BytecodeReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/BytecodeReader.h -------------------------------------------------------------------------------- /src/SDK/Include/ChunkType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ChunkType.h -------------------------------------------------------------------------------- /src/SDK/Include/ClassInstance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ClassInstance.h -------------------------------------------------------------------------------- /src/SDK/Include/ClassType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ClassType.h -------------------------------------------------------------------------------- /src/SDK/Include/ComponentMask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ComponentMask.h -------------------------------------------------------------------------------- /src/SDK/Include/ConstantBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ConstantBuffer.h -------------------------------------------------------------------------------- /src/SDK/Include/ConstantBufferAccessPattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ConstantBufferAccessPattern.h -------------------------------------------------------------------------------- /src/SDK/Include/ConstantBufferFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ConstantBufferFlags.h -------------------------------------------------------------------------------- /src/SDK/Include/ConstantBufferType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ConstantBufferType.h -------------------------------------------------------------------------------- /src/SDK/Include/CustomDataClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/CustomDataClass.h -------------------------------------------------------------------------------- /src/SDK/Include/DebuggingChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/DebuggingChunk.h -------------------------------------------------------------------------------- /src/SDK/Include/Decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/Decoder.h -------------------------------------------------------------------------------- /src/SDK/Include/DxbcChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/DxbcChunk.h -------------------------------------------------------------------------------- /src/SDK/Include/DxbcContainer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/DxbcContainer.h -------------------------------------------------------------------------------- /src/SDK/Include/DxbcContainerHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/DxbcContainerHeader.h -------------------------------------------------------------------------------- /src/SDK/Include/ExtendedOperandType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ExtendedOperandType.h -------------------------------------------------------------------------------- /src/SDK/Include/GlobalFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/GlobalFlags.h -------------------------------------------------------------------------------- /src/SDK/Include/InputOutputSignatureChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/InputOutputSignatureChunk.h -------------------------------------------------------------------------------- /src/SDK/Include/InputSignatureChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/InputSignatureChunk.h -------------------------------------------------------------------------------- /src/SDK/Include/InstructionTestBoolean.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/InstructionTestBoolean.h -------------------------------------------------------------------------------- /src/SDK/Include/InstructionTokenExtendedType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/InstructionTokenExtendedType.h -------------------------------------------------------------------------------- /src/SDK/Include/InterfaceSlot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/InterfaceSlot.h -------------------------------------------------------------------------------- /src/SDK/Include/InterfacesChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/InterfacesChunk.h -------------------------------------------------------------------------------- /src/SDK/Include/InterpolationMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/InterpolationMode.h -------------------------------------------------------------------------------- /src/SDK/Include/Name.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/Name.h -------------------------------------------------------------------------------- /src/SDK/Include/Number.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/Number.h -------------------------------------------------------------------------------- /src/SDK/Include/NumberType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/NumberType.h -------------------------------------------------------------------------------- /src/SDK/Include/OpcodeHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/OpcodeHeader.h -------------------------------------------------------------------------------- /src/SDK/Include/OpcodeType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/OpcodeType.h -------------------------------------------------------------------------------- /src/SDK/Include/Operand4ComponentName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/Operand4ComponentName.h -------------------------------------------------------------------------------- /src/SDK/Include/Operand4ComponentSelectionMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/Operand4ComponentSelectionMode.h -------------------------------------------------------------------------------- /src/SDK/Include/OperandIndexDimension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/OperandIndexDimension.h -------------------------------------------------------------------------------- /src/SDK/Include/OperandIndexRepresentation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/OperandIndexRepresentation.h -------------------------------------------------------------------------------- /src/SDK/Include/OperandModifier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/OperandModifier.h -------------------------------------------------------------------------------- /src/SDK/Include/OperandNumComponents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/OperandNumComponents.h -------------------------------------------------------------------------------- /src/SDK/Include/OperandType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/OperandType.h -------------------------------------------------------------------------------- /src/SDK/Include/OutputSignatureChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/OutputSignatureChunk.h -------------------------------------------------------------------------------- /src/SDK/Include/PCH.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/PCH.h -------------------------------------------------------------------------------- /src/SDK/Include/PatchConstantSignatureChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/PatchConstantSignatureChunk.h -------------------------------------------------------------------------------- /src/SDK/Include/Primitive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/Primitive.h -------------------------------------------------------------------------------- /src/SDK/Include/PrimitiveTopology.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/PrimitiveTopology.h -------------------------------------------------------------------------------- /src/SDK/Include/ProgramType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ProgramType.h -------------------------------------------------------------------------------- /src/SDK/Include/RegisterComponentType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/RegisterComponentType.h -------------------------------------------------------------------------------- /src/SDK/Include/ResourceBinding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ResourceBinding.h -------------------------------------------------------------------------------- /src/SDK/Include/ResourceDefinitionChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ResourceDefinitionChunk.h -------------------------------------------------------------------------------- /src/SDK/Include/ResourceDimension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ResourceDimension.h -------------------------------------------------------------------------------- /src/SDK/Include/ResourceReturnType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ResourceReturnType.h -------------------------------------------------------------------------------- /src/SDK/Include/SamplerMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/SamplerMode.h -------------------------------------------------------------------------------- /src/SDK/Include/Sfi0Chunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/Sfi0Chunk.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderFlags.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderInputFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderInputFlags.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderInputType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderInputType.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderMessageFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderMessageFormat.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderProgramChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderProgramChunk.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderResourceViewDimension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderResourceViewDimension.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderType.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderTypeMember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderTypeMember.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderVariable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderVariable.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderVariableClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderVariableClass.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderVariableFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderVariableFlags.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderVariableType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderVariableType.h -------------------------------------------------------------------------------- /src/SDK/Include/ShaderVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/ShaderVersion.h -------------------------------------------------------------------------------- /src/SDK/Include/SignatureElementSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/SignatureElementSize.h -------------------------------------------------------------------------------- /src/SDK/Include/SignatureParameterDescription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/SignatureParameterDescription.h -------------------------------------------------------------------------------- /src/SDK/Include/StatisticsChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/StatisticsChunk.h -------------------------------------------------------------------------------- /src/SDK/Include/SyncFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/SyncFlags.h -------------------------------------------------------------------------------- /src/SDK/Include/SystemValueName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/SystemValueName.h -------------------------------------------------------------------------------- /src/SDK/Include/TessellatorDomain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/TessellatorDomain.h -------------------------------------------------------------------------------- /src/SDK/Include/TessellatorOutputPrimitive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/TessellatorOutputPrimitive.h -------------------------------------------------------------------------------- /src/SDK/Include/TessellatorPartitioning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/TessellatorPartitioning.h -------------------------------------------------------------------------------- /src/SDK/Include/UnorderedAccessViewCoherency.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SDK/Include/UnorderedAccessViewCoherency.h -------------------------------------------------------------------------------- /src/Shaders/CompileShader.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/CompileShader.bat -------------------------------------------------------------------------------- /src/Shaders/CompileShaders.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/CompileShaders.bat -------------------------------------------------------------------------------- /src/Shaders/FxDis/readme.txt: -------------------------------------------------------------------------------- 1 | From FXDIS: 2 | http://code.google.com/p/fxdis-d3d1x/ -------------------------------------------------------------------------------- /src/Shaders/FxDis/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/FxDis/test -------------------------------------------------------------------------------- /src/Shaders/FxDis/test_PS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/FxDis/test_PS.asm -------------------------------------------------------------------------------- /src/Shaders/FxDis/test_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/FxDis/test_PS.o -------------------------------------------------------------------------------- /src/Shaders/FxDis/test_VS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/FxDis/test_VS.asm -------------------------------------------------------------------------------- /src/Shaders/FxDis/test_VS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/FxDis/test_VS.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ds5/basic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ds5/basic -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ds5/basic.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ds5/basic.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ds5/basic.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ds5/basic.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/hs5/basic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/hs5/basic -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/hs5/basic.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/hs5/basic.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/hs5/basic.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/hs5/basic.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps4/fxaa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps4/fxaa -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps4/fxaa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps4/fxaa.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps4/fxaa.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps4/fxaa.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps4/primID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps4/primID -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps4/primID.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps4/primID.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps4/primID.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps4/primID.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/conservative_depth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/conservative_depth -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/conservative_depth_ge.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/conservative_depth_ge.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/conservative_depth_ge.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/conservative_depth_ge.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/conservative_depth_le.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/conservative_depth_le.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/conservative_depth_le.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/conservative_depth_le.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/interface_arrays: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/interface_arrays -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/interface_arrays.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/interface_arrays.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/interface_arrays.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/interface_arrays.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/interfaces: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/interfaces -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/interfaces.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/interfaces.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/interfaces.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/interfaces.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/sample -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/sample.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/sample.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/ps5/sample.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/ps5/sample.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/readme.txt -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs4/mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs4/mov -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs4/mov.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs4/mov.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs4/mov.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs4/mov.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs4/multiple_const_buffers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs4/multiple_const_buffers -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs4/multiple_const_buffers.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs4/multiple_const_buffers.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs4/multiple_const_buffers.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs4/multiple_const_buffers.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs4/switch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs4/switch -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs4/switch.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs4/switch.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs4/switch.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs4/switch.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/any: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/any -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/any.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/any.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/any.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/any.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/const_temp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/const_temp -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/const_temp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/const_temp.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/const_temp.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/const_temp.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/mad_imm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/mad_imm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/mad_imm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/mad_imm.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/mad_imm.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/mad_imm.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/mov -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/mov.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/mov.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/mov.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/mov.o -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/sincos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/sincos -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/sincos.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/sincos.asm -------------------------------------------------------------------------------- /src/Shaders/HlslCrossCompiler/vs5/sincos.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/HlslCrossCompiler/vs5/sincos.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D10/CubeMapGS/CubeMapGS.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D10/CubeMapGS/CubeMapGS.fx -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D10/CubeMapGS/GS_CubeMap_GS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D10/CubeMapGS/GS_CubeMap_GS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D10/CubeMapGS/GS_CubeMap_GS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D10/CubeMapGS/GS_CubeMap_GS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D10/CubeMapGS/GS_CubeMap_PS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D10/CubeMapGS/GS_CubeMap_PS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D10/CubeMapGS/GS_CubeMap_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D10/CubeMapGS/GS_CubeMap_PS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D10/CubeMapGS/GS_CubeMap_VS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D10/CubeMapGS/GS_CubeMap_VS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D10/CubeMapGS/GS_CubeMap_VS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D10/CubeMapGS/GS_CubeMap_VS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/BC6HBC7EncoderDecoder11/BC7Decode.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/BC6HBC7EncoderDecoder11/BC7Decode.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/BasicCompute11/BasicCompute11.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/BasicCompute11/BasicCompute11.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/BasicCompute11/BasicCompute11_Raw.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/BasicCompute11/BasicCompute11_Raw.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/BasicHLSL11/BasicHLSL.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/BasicHLSL11/BasicHLSL.fx -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/BasicHLSL11/BasicHLSL_PS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/BasicHLSL11/BasicHLSL_PS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/BasicHLSL11/BasicHLSL_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/BasicHLSL11/BasicHLSL_PS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/BasicHLSL11/BasicHLSL_VS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/BasicHLSL11/BasicHLSL_VS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/BasicHLSL11/BasicHLSL_VS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/BasicHLSL11/BasicHLSL_VS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/DetailTessellation11/POM.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/DetailTessellation11/POM.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/DetailTessellation11/POM_PS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/DetailTessellation11/POM_PS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/DetailTessellation11/POM_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/DetailTessellation11/POM_PS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/DetailTessellation11/POM_VS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/DetailTessellation11/POM_VS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/DetailTessellation11/POM_VS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/DetailTessellation11/POM_VS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/DetailTessellation11/Particle.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/DetailTessellation11/Particle.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/DetailTessellation11/Particle_GS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/DetailTessellation11/Particle_GS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/DetailTessellation11/Particle_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/DetailTessellation11/Particle_PS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/DetailTessellation11/Particle_VS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/DetailTessellation11/Particle_VS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11_BuildGridCS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11_BuildGridCS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11_BuildGridCS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11_BuildGridCS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11_ForceCS_Grid.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11_ForceCS_Grid.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11_IntegrateCS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11_IntegrateCS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11_IntegrateCS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11_IntegrateCS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender_GS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender_GS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender_GS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender_GS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender_PS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender_PS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender_PS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender_VS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender_VS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender_VS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/FluidCS11/FluidRender_VS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/DumpToTexture.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/DumpToTexture.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FilterCS.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FilterCS.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass_PS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass_PS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass_PS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass_VS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass_VS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass_VS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass_VS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/PSApproach.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/PSApproach.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/PSApproach_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/PSApproach_PS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/ReduceTo1DCS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/ReduceTo1DCS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/ReduceTo1DCS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/ReduceTo1DCS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/Skybox11_PS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/Skybox11_PS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/Skybox11_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/Skybox11_PS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/Skybox11_VS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/Skybox11_VS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/Skybox11_VS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/Skybox11_VS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/skybox11.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/skybox11.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/NBodyGravityCS11/NBodyGravityCS11.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/NBodyGravityCS11/NBodyGravityCS11.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/NBodyGravityCS11/ParticleDraw.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/NBodyGravityCS11/ParticleDraw.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/NBodyGravityCS11/ParticleDraw_GS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/NBodyGravityCS11/ParticleDraw_GS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/NBodyGravityCS11/ParticleDraw_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/NBodyGravityCS11/ParticleDraw_PS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/NBodyGravityCS11/ParticleDraw_VS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/NBodyGravityCS11/ParticleDraw_VS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_DS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_DS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_DS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_DS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_HS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_HS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_HS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_HS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_PS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_PS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_PS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_VS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_VS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_VS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/PNTriangles11/PNTriangles11_VS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SimpleBezier11/SimpleBezier11.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SimpleBezier11/SimpleBezier11.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SimpleBezier11/SimpleBezier11_DS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SimpleBezier11/SimpleBezier11_DS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SimpleBezier11/SimpleBezier11_HS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SimpleBezier11/SimpleBezier11_HS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SimpleBezier11/SimpleBezier11_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SimpleBezier11/SimpleBezier11_PS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SimpleBezier11/SimpleBezier11_VS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SimpleBezier11/SimpleBezier11_VS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11.hlsl -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11_DS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11_DS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11_DS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11_DS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11_HS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11_HS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11_HS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11_HS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11_HS_4444.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11_HS_4444.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11_HS_4444.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11_HS_4444.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11_PS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11_PS.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11_PS.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11_PS.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11_VS_MeshSkinning.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11_VS_MeshSkinning.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11_VS_MeshSkinning.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11_VS_MeshSkinning.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11_VS_PatchSkinning.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11_VS_PatchSkinning.asm -------------------------------------------------------------------------------- /src/Shaders/Sdk/Direct3D11/SubD11/SubD11_VS_PatchSkinning.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/Direct3D11/SubD11/SubD11_VS_PatchSkinning.o -------------------------------------------------------------------------------- /src/Shaders/Sdk/DirectX SDK EULA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/Sdk/DirectX SDK EULA.txt -------------------------------------------------------------------------------- /src/Shaders/Sdk/readme.txt: -------------------------------------------------------------------------------- 1 | From DirectX SDK (June 2010) Samples -------------------------------------------------------------------------------- /src/Shaders/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Shaders/readme.txt -------------------------------------------------------------------------------- /src/SlimShader.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SlimShader.sln -------------------------------------------------------------------------------- /src/SlimShader.sln.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/SlimShader.sln.DotSettings -------------------------------------------------------------------------------- /src/Source/Chunks/ChunkType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/ChunkType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Common/ComponentMask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/ComponentMask.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Common/ComponentMask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/ComponentMask.h -------------------------------------------------------------------------------- /src/Source/Chunks/Common/Primitive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/Primitive.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Common/Primitive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/Primitive.h -------------------------------------------------------------------------------- /src/Source/Chunks/Common/PrimitiveTopology.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/PrimitiveTopology.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Common/PrimitiveTopology.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/PrimitiveTopology.h -------------------------------------------------------------------------------- /src/Source/Chunks/Common/ProgramType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/ProgramType.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Common/ProgramType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/ProgramType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Common/ResourceReturnType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/ResourceReturnType.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Common/ResourceReturnType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/ResourceReturnType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Common/ShaderVersion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/ShaderVersion.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Common/ShaderVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/ShaderVersion.h -------------------------------------------------------------------------------- /src/Source/Chunks/Common/TessellatorDomain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/TessellatorDomain.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Common/TessellatorDomain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/TessellatorDomain.h -------------------------------------------------------------------------------- /src/Source/Chunks/Common/TessellatorOutputPrimitive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/TessellatorOutputPrimitive.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Common/TessellatorOutputPrimitive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/TessellatorOutputPrimitive.h -------------------------------------------------------------------------------- /src/Source/Chunks/Common/TessellatorPartitioning.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/TessellatorPartitioning.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Common/TessellatorPartitioning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Common/TessellatorPartitioning.h -------------------------------------------------------------------------------- /src/Source/Chunks/DxbcChunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/DxbcChunk.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/DxbcChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/DxbcChunk.h -------------------------------------------------------------------------------- /src/Source/Chunks/Ifce/ClassInstance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Ifce/ClassInstance.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Ifce/ClassInstance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Ifce/ClassInstance.h -------------------------------------------------------------------------------- /src/Source/Chunks/Ifce/ClassType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Ifce/ClassType.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Ifce/ClassType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Ifce/ClassType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Ifce/InterfaceSlot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Ifce/InterfaceSlot.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Ifce/InterfaceSlot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Ifce/InterfaceSlot.h -------------------------------------------------------------------------------- /src/Source/Chunks/Ifce/InterfacesChunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Ifce/InterfacesChunk.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Ifce/InterfacesChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Ifce/InterfacesChunk.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ConstantBuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ConstantBuffer.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ConstantBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ConstantBuffer.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ConstantBufferFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ConstantBufferFlags.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ConstantBufferType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ConstantBufferType.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ConstantBufferType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ConstantBufferType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ResourceBinding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ResourceBinding.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ResourceBinding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ResourceBinding.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ResourceDefinitionChunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ResourceDefinitionChunk.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ResourceDefinitionChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ResourceDefinitionChunk.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderFlags.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderInputFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderInputFlags.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderInputType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderInputType.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderInputType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderInputType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderResourceViewDimension.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderResourceViewDimension.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderResourceViewDimension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderResourceViewDimension.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderType.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderTypeMember.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderTypeMember.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderTypeMember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderTypeMember.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderVariable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderVariable.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderVariable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderVariable.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderVariableClass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderVariableClass.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderVariableClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderVariableClass.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderVariableFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderVariableFlags.h -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderVariableType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderVariableType.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Rdef/ShaderVariableType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Rdef/ShaderVariableType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Sdbg/DebuggingChunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Sdbg/DebuggingChunk.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Sdbg/DebuggingChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Sdbg/DebuggingChunk.h -------------------------------------------------------------------------------- /src/Source/Chunks/Sfi0/Sfi0Chunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Sfi0/Sfi0Chunk.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Sfi0/Sfi0Chunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Sfi0/Sfi0Chunk.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/ConstantBufferAccessPattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/ConstantBufferAccessPattern.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/ConstantBufferAccessPattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/ConstantBufferAccessPattern.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/CustomDataClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/CustomDataClass.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/ExtendedOperandType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/ExtendedOperandType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/GlobalFlags.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/GlobalFlags.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/GlobalFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/GlobalFlags.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/InstructionTestBoolean.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/InstructionTestBoolean.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/InstructionTestBoolean.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/InstructionTestBoolean.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/InstructionTokenExtendedType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/InstructionTokenExtendedType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/InterpolationMode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/InterpolationMode.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/InterpolationMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/InterpolationMode.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Number.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Number.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Number.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/NumberType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/NumberType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/OpcodeHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/OpcodeHeader.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/OpcodeType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/OpcodeType.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/OpcodeType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/OpcodeType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Operand4ComponentName.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Operand4ComponentName.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Operand4ComponentName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Operand4ComponentName.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Operand4ComponentSelectionMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Operand4ComponentSelectionMode.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/OperandIndexDimension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/OperandIndexDimension.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/OperandIndexRepresentation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/OperandIndexRepresentation.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/OperandModifier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/OperandModifier.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/OperandNumComponents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/OperandNumComponents.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/OperandType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/OperandType.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/OperandType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/OperandType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/ResourceDimension.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/ResourceDimension.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/ResourceDimension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/ResourceDimension.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/SamplerMode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/SamplerMode.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/SamplerMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/SamplerMode.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/ShaderMessageFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/ShaderMessageFormat.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/ShaderProgramChunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/ShaderProgramChunk.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/ShaderProgramChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/ShaderProgramChunk.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/SyncFlags.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/SyncFlags.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/SyncFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/SyncFlags.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/SystemValueName.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/SystemValueName.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/SystemValueName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/SystemValueName.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/ConstantBufferDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/ConstantBufferDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/CustomDataToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/CustomDataToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/CustomDataToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/CustomDataToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/DeclarationToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/DeclarationToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/DeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/DeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/FunctionBodyDeclarationToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/FunctionBodyDeclarationToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/FunctionBodyDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/FunctionBodyDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/FunctionTableDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/FunctionTableDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/GlobalFlagsDeclarationToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/GlobalFlagsDeclarationToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/GlobalFlagsDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/GlobalFlagsDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/ImmediateDeclarationToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/ImmediateDeclarationToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/ImmediateDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/ImmediateDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/IndexingRangeDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/IndexingRangeDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/InputRegisterDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/InputRegisterDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/InstructionToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/InstructionToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/InstructionToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/InstructionToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/InterfaceDeclarationToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/InterfaceDeclarationToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/InterfaceDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/InterfaceDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/NameToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/NameToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/NameToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/NameToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/OpcodeToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/OpcodeToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/OpcodeToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/OpcodeToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/Operand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/Operand.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/Operand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/Operand.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/OperandIndex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/OperandIndex.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/OperandIndex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/OperandIndex.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/OutputRegisterDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/OutputRegisterDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/ResourceDeclarationToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/ResourceDeclarationToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/ResourceDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/ResourceDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/ResourceReturnTypeToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/ResourceReturnTypeToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/ResourceReturnTypeToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/ResourceReturnTypeToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/SamplerDeclarationToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/SamplerDeclarationToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/SamplerDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/SamplerDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/ShaderMessageDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/ShaderMessageDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/TempRegisterDeclarationToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/TempRegisterDeclarationToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/TempRegisterDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/TempRegisterDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/ThreadGroupDeclarationToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/ThreadGroupDeclarationToken.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/Tokens/ThreadGroupDeclarationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/Tokens/ThreadGroupDeclarationToken.h -------------------------------------------------------------------------------- /src/Source/Chunks/Shex/UnorderedAccessViewCoherency.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Shex/UnorderedAccessViewCoherency.h -------------------------------------------------------------------------------- /src/Source/Chunks/Stat/StatisticsChunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Stat/StatisticsChunk.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Stat/StatisticsChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Stat/StatisticsChunk.h -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/InputOutputSignatureChunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/InputOutputSignatureChunk.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/InputOutputSignatureChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/InputOutputSignatureChunk.h -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/InputSignatureChunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/InputSignatureChunk.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/InputSignatureChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/InputSignatureChunk.h -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/Name.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/Name.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/Name.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/Name.h -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/OutputSignatureChunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/OutputSignatureChunk.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/OutputSignatureChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/OutputSignatureChunk.h -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/PatchConstantSignatureChunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/PatchConstantSignatureChunk.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/PatchConstantSignatureChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/PatchConstantSignatureChunk.h -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/RegisterComponentType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/RegisterComponentType.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/RegisterComponentType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/RegisterComponentType.h -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/SignatureElementSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/SignatureElementSize.h -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/SignatureParameterDescription.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/SignatureParameterDescription.cpp -------------------------------------------------------------------------------- /src/Source/Chunks/Xsgn/SignatureParameterDescription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Chunks/Xsgn/SignatureParameterDescription.h -------------------------------------------------------------------------------- /src/Source/DxbcContainer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/DxbcContainer.cpp -------------------------------------------------------------------------------- /src/Source/DxbcContainer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/DxbcContainer.h -------------------------------------------------------------------------------- /src/Source/DxbcContainerHeader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/DxbcContainerHeader.cpp -------------------------------------------------------------------------------- /src/Source/DxbcContainerHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/DxbcContainerHeader.h -------------------------------------------------------------------------------- /src/Source/SlimShader.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/SlimShader.vcxproj -------------------------------------------------------------------------------- /src/Source/SlimShader.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/SlimShader.vcxproj.filters -------------------------------------------------------------------------------- /src/Source/Util/BytecodeReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Util/BytecodeReader.cpp -------------------------------------------------------------------------------- /src/Source/Util/BytecodeReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Util/BytecodeReader.h -------------------------------------------------------------------------------- /src/Source/Util/Decoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Util/Decoder.cpp -------------------------------------------------------------------------------- /src/Source/Util/Decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Util/Decoder.h -------------------------------------------------------------------------------- /src/Source/Util/PCH.cpp: -------------------------------------------------------------------------------- 1 | #include "PCH.h" -------------------------------------------------------------------------------- /src/Source/Util/PCH.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Source/Util/PCH.h -------------------------------------------------------------------------------- /src/Tests/SlimShader.Tests.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Tests/SlimShader.Tests.vcxproj -------------------------------------------------------------------------------- /src/Tests/SlimShader.Tests.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Tests/SlimShader.Tests.vcxproj.filters -------------------------------------------------------------------------------- /src/Tests/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgjones/slimshader-cpp/HEAD/src/Tests/main.cpp --------------------------------------------------------------------------------