e1eec15b1a
- Refactor adaptive_sort and adaptive_merge.
313 lines
7.7 KiB
XML
313 lines
7.7 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="_movelib"
|
|
ProjectGUID="{F6BAFC51-6BBD-2EC3-B204-9A67C31325A3}"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="../../Bin/Win32"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../../../.."
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
MinimalRebuild="TRUE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/d.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="../../Bin/Win32"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="../../../.."
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/move.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="move"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\adl_move_swap.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algorithm.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\core.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\default_delete.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\iterator.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\make_unique.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\move.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\traits.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\unique_ptr.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\utility.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\utility_core.hpp">
|
|
</File>
|
|
<Filter
|
|
Name="detail"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\config_begin.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\config_end.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\destruct_n.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\fwd_macros.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\iterator_to_raw_pointer.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\iterator_traits.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\meta_utils.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\meta_utils_core.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\move_helpers.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\placement_new.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\pointer_element.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\reverse_iterator.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\std_ns_begin.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\std_ns_end.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\to_raw_pointer.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\type_traits.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\unique_ptr_meta_utils.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\detail\workaround.hpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="algo"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\adaptive_merge.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\adaptive_sort.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\move.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\predicate.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\unique.hpp">
|
|
</File>
|
|
<Filter
|
|
Name="detail"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\detail\adaptive_sort_merge.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\detail\basic_op.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\detail\heap_sort.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\detail\insertion_sort.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\detail\merge.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\detail\merge_sort.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\detail\pdqsort.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\boost\move\algo\detail\set_difference.hpp">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="doc"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\doc\Jamfile.v2">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\doc\move.qbk">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="example"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\example\copymovable.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\example\doc_clone_ptr.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\example\doc_construct_forward.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\example\doc_file_descriptor.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\example\doc_how_works.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\example\doc_move_algorithms.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\example\doc_move_inserter.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\example\doc_move_iterator.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\example\doc_move_return.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\example\doc_template_assign.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\example\Jamfile.v2">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\example\movable.hpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="test"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\test\Jamfile.v2">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\order_type.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\random_shuffle.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\unique_ptr_test_utils_beg.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\unique_ptr_test_utils_end.hpp">
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|