finish the sort

This commit is contained in:
2018-06-02 13:07:05 +08:00
parent f5b754a7bd
commit e98e1f2d99
38 changed files with 1377 additions and 999 deletions

View File

@@ -8,86 +8,84 @@
<Option virtualFolders="CMake Files\;"/>
<Build>
<Target title="all">
<Option working_dir="/home/xice/luogu/45/sort/cmake-build-debug"/>
<Option working_dir="C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="edit_cache">
<Option working_dir="/home/xice/luogu/45/sort/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 edit_cache"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="rebuild_cache">
<Option working_dir="/home/xice/luogu/45/sort/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 rebuild_cache"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<Build command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="sort">
<Option output="/home/xice/luogu/45/sort/cmake-build-debug/sort" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/home/xice/luogu/45/sort/cmake-build-debug"/>
<Option output="C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/sort.exe" prefix_auto="0" extension_auto="0"/>
<Option working_dir="C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="/usr/include/c++/6"/>
<Add directory="/usr/include/x86_64-linux-gnu/c++/6"/>
<Add directory="/usr/include/c++/6/backward"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/6/include"/>
<Add directory="/usr/local/include"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed"/>
<Add directory="/usr/include/x86_64-linux-gnu"/>
<Add directory="/usr/include"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/include/c++"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/include/c++/mingw32"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/include/c++/backward"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/include"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/../../../../include"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/include-fixed"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/../../../../mingw32/include"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 sort"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<Build command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 sort"/>
<CompileFile command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="sort/fast">
<Option output="/home/xice/luogu/45/sort/cmake-build-debug/sort" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/home/xice/luogu/45/sort/cmake-build-debug"/>
<Option output="C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/sort.exe" prefix_auto="0" extension_auto="0"/>
<Option working_dir="C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="/usr/include/c++/6"/>
<Add directory="/usr/include/x86_64-linux-gnu/c++/6"/>
<Add directory="/usr/include/c++/6/backward"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/6/include"/>
<Add directory="/usr/local/include"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed"/>
<Add directory="/usr/include/x86_64-linux-gnu"/>
<Add directory="/usr/include"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/include/c++"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/include/c++/mingw32"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/include/c++/backward"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/include"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/../../../../include"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/include-fixed"/>
<Add directory="c:\mingw\bin\../lib/gcc/mingw32/6.3.0/../../../../mingw32/include"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 sort/fast"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/home/xice/luogu/45/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<Build command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 sort/fast"/>
<CompileFile command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="edit_cache">
<Option working_dir="C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 edit_cache"/>
<CompileFile command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="rebuild_cache">
<Option working_dir="C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 rebuild_cache"/>
<CompileFile command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="C:/MinGW/bin/mingw32-make.exe -f &quot;C:/Users/Xice/Documents/sort-and-png/sort/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/home/xice/luogu/45/sort/main.cpp">
<Unit filename="C:/Users/Xice/Documents/sort-and-png/sort/main.cpp">
<Option target="sort"/>
</Unit>
<Unit filename="/home/xice/luogu/45/sort/CMakeLists.txt">
<Unit filename="C:/Users/Xice/Documents/sort-and-png/sort/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
</Project>