Compare commits

...

2 Commits

  1. BIN
      x64/Debug/gtest.pdb
  2. BIN
      x64/Debug/gtest_main.pdb
  3. BIN
      x64/Debug/pch.obj
  4. BIN
      x64/Debug/test.obj
  5. 14
      x64/Debug/test_repos.exe.gta.testdurations
  6. 17
      x64/Debug/test_repos.exe.gta.testdurations.xml
  7. 11
      x64/Debug/test_repos.exe.recipe
  8. BIN
      x64/Debug/test_repos.ilk
  9. 4
      x64/Debug/test_repos.log
  10. BIN
      x64/Debug/test_repos.pch
  11. BIN
      x64/Debug/test_repos.pdb
  12. BIN
      x64/Debug/test_repos.tlog/CL.command.1.tlog
  13. BIN
      x64/Debug/test_repos.tlog/CL.read.1.tlog
  14. BIN
      x64/Debug/test_repos.tlog/CL.write.1.tlog
  15. BIN
      x64/Debug/test_repos.tlog/CopyLocal.read.1u.tlog
  16. BIN
      x64/Debug/test_repos.tlog/CopyLocal.write.1u.tlog
  17. BIN
      x64/Debug/test_repos.tlog/link.command.1.tlog
  18. BIN
      x64/Debug/test_repos.tlog/link.read.1.tlog
  19. BIN
      x64/Debug/test_repos.tlog/link.write.1.tlog
  20. 2
      x64/Debug/test_repos.tlog/test_repos.lastbuildstate
  21. 0
      x64/Debug/test_repos.vcxproj.CopyComplete
  22. 4
      x64/Debug/test_repos.vcxproj.FileListAbsolute.txt
  23. BIN
      x64/Debug/vc143.pdb

BIN
x64/Debug/gtest.pdb

Binary file not shown.

BIN
x64/Debug/gtest_main.pdb

Binary file not shown.

BIN
x64/Debug/pch.obj

Binary file not shown.

BIN
x64/Debug/test.obj

Binary file not shown.

14
x64/Debug/test_repos.exe.gta.testdurations

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<GtaTestDurations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Executable>C:\Users\dimag\Desktop\repos_test\x64\Debug\test_repos.exe</Executable>
<TestDurations>
<TestDuration Test="StringProcessorTest.GetString" Duration="1" />
<TestDuration Test="StringProcessorTest.ValidString_ReturnsTrue" Duration="3" />
<TestDuration Test="StringProcessorTest.InvalidString_ReturnsFalse" Duration="1" />
<TestDuration Test="QuickSortTest.SortsArrayInAscendingOrder" Duration="1" />
<TestDuration Test="QuickSortTest.SingleElementArray" Duration="1" />
<TestDuration Test="QuickSortTest.SortedArray" Duration="1" />
<TestDuration Test="QuickSortTest.ReverseSortedArray" Duration="1" />
<TestDuration Test="QuickSortTest.RandomArray" Duration="1" />
</TestDurations>
</GtaTestDurations>

17
x64/Debug/test_repos.exe.gta.testdurations.xml

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<GtaTestDurations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Executable>D:\Diploma\test_repos\x64\Debug\test_repos.exe</Executable>
<TestDurations>
<TestDuration Test="StringProcessorTest.GetString" Duration="1" />
<TestDuration Test="StringProcessorTest.IsValidString" Duration="1" />
<TestDuration Test="StringProcessorTest.ProcessString" Duration="1" />
<TestDuration Test="StringProcessorTest.StringFunctions" Duration="0" />
<TestDuration Test="QuickSortTest.SortsArrayInAscendingOrder" Duration="1" />
<TestDuration Test="QuickSortTest.SingleElementArray" Duration="1" />
<TestDuration Test="QuickSortTest.SortedArray" Duration="1" />
<TestDuration Test="QuickSortTest.ReverseSortedArray" Duration="1" />
<TestDuration Test="QuickSortTest.RandomArray" Duration="1" />
<TestDuration Test="StringProcessorTest.ValidString_ReturnsTrue" Duration="1" />
<TestDuration Test="StringProcessorTest.InvalidString_ReturnsFalse" Duration="1" />
</TestDurations>
</GtaTestDurations>

11
x64/Debug/test_repos.exe.recipe

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ProjectOutputs>
<ProjectOutput>
<FullPath>D:\Diploma\test_repos\x64\Debug\test_repos.exe</FullPath>
</ProjectOutput>
</ProjectOutputs>
<ContentFiles />
<SatelliteDlls />
<NonRecipeFileRefs />
</Project>

BIN
x64/Debug/test_repos.ilk

Binary file not shown.

4
x64/Debug/test_repos.log

@ -1,4 +0,0 @@
 test.cpp
D:\Diploma\test_repos\stringProcessor.h(10,34): warning C4114: Множественное использование одного и того же квалификатора типа.
D:\Diploma\test_repos\stringProcessor.h(20,16): warning C4267: return: преобразование из "size_t" в "const int32_t"; возможна потеря данных
test_repos.vcxproj -> D:\Diploma\test_repos\x64\Debug\test_repos.exe

BIN
x64/Debug/test_repos.pch

Binary file not shown.

BIN
x64/Debug/test_repos.pdb

Binary file not shown.

BIN
x64/Debug/test_repos.tlog/CL.command.1.tlog

Binary file not shown.

BIN
x64/Debug/test_repos.tlog/CL.read.1.tlog

Binary file not shown.

BIN
x64/Debug/test_repos.tlog/CL.write.1.tlog

Binary file not shown.

BIN
x64/Debug/test_repos.tlog/CopyLocal.read.1u.tlog

Binary file not shown.

BIN
x64/Debug/test_repos.tlog/CopyLocal.write.1u.tlog

Binary file not shown.

BIN
x64/Debug/test_repos.tlog/link.command.1.tlog

Binary file not shown.

BIN
x64/Debug/test_repos.tlog/link.read.1.tlog

Binary file not shown.

BIN
x64/Debug/test_repos.tlog/link.write.1.tlog

Binary file not shown.

2
x64/Debug/test_repos.tlog/test_repos.lastbuildstate

@ -1,2 +0,0 @@
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.35.32215:TargetPlatformVersion=10.0.22000.0:
Debug|x64|D:\Diploma\test_repos\|

0
x64/Debug/test_repos.vcxproj.CopyComplete

4
x64/Debug/test_repos.vcxproj.FileListAbsolute.txt

@ -1,4 +0,0 @@
D:\Diploma\test_repos\x64\Debug\test_repos.vcxproj.CopyComplete
D:\Diploma\test_repos\x64\Debug\test_repos.exe
D:\Diploma\test_repos\x64\Debug\gtest.pdb
D:\Diploma\test_repos\x64\Debug\gtest_main.pdb

BIN
x64/Debug/vc143.pdb

Binary file not shown.
Loading…
Cancel
Save