diff --git a/test_repos/x64/Debug/pch.obj b/test_repos/x64/Debug/pch.obj index 199488c..49c35ed 100644 Binary files a/test_repos/x64/Debug/pch.obj and b/test_repos/x64/Debug/pch.obj differ diff --git a/test_repos/x64/Debug/test.obj b/test_repos/x64/Debug/test.obj index 00294da..999bf5e 100644 Binary files a/test_repos/x64/Debug/test.obj and b/test_repos/x64/Debug/test.obj differ diff --git a/test_repos/x64/Debug/test_rep.A9F5781E.Up2Date b/test_repos/x64/Debug/test_rep.A9F5781E.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/test_repos/x64/Debug/test_repos.Build.CppClean.log b/test_repos/x64/Debug/test_repos.Build.CppClean.log index e69de29..3c7a9e6 100644 --- a/test_repos/x64/Debug/test_repos.Build.CppClean.log +++ b/test_repos/x64/Debug/test_repos.Build.CppClean.log @@ -0,0 +1,19 @@ +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\test_repos.pch +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\vc143.pdb +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\pch.obj +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\test.obj +c:\users\dimag\desktop\repos_test\x64\debug\gtest.pdb +c:\users\dimag\desktop\repos_test\x64\debug\gtest_main.pdb +c:\users\dimag\desktop\repos_test\x64\debug\test_repos.exe +c:\users\dimag\desktop\repos_test\x64\debug\test_repos.pdb +c:\users\dimag\desktop\repos_test\x64\debug\test_repos.ilk +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\test_repos.tlog\cl.command.1.tlog +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\test_repos.tlog\cl.items.tlog +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\test_repos.tlog\cl.read.1.tlog +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\test_repos.tlog\cl.write.1.tlog +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\test_repos.tlog\copylocal.read.1u.tlog +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\test_repos.tlog\copylocal.write.1u.tlog +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\test_repos.tlog\link.command.1.tlog +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\test_repos.tlog\link.read.1.tlog +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\test_repos.tlog\link.secondary.1.tlog +c:\users\dimag\desktop\repos_test\test_repos\x64\debug\test_repos.tlog\link.write.1.tlog diff --git a/test_repos/x64/Debug/test_repos.log b/test_repos/x64/Debug/test_repos.log index 33cf58d..53cc463 100644 --- a/test_repos/x64/Debug/test_repos.log +++ b/test_repos/x64/Debug/test_repos.log @@ -1,4 +1,5 @@ - test.cpp + pch.cpp + test.cpp C:\Users\dimag\Desktop\repos_test\stringProcessor.h(10,34): warning C4114: same type qualifier used more than once (compiling source file '/test.cpp') diff --git a/test_repos/x64/Debug/test_repos.pch b/test_repos/x64/Debug/test_repos.pch index f800a01..78c9a41 100644 Binary files a/test_repos/x64/Debug/test_repos.pch and b/test_repos/x64/Debug/test_repos.pch differ diff --git a/test_repos/x64/Debug/test_repos.tlog/link.read.1.tlog b/test_repos/x64/Debug/test_repos.tlog/link.read.1.tlog index 3b3628b..be53905 100644 Binary files a/test_repos/x64/Debug/test_repos.tlog/link.read.1.tlog and b/test_repos/x64/Debug/test_repos.tlog/link.read.1.tlog differ diff --git a/test_repos/x64/Debug/vc143.pdb b/test_repos/x64/Debug/vc143.pdb index f390b45..9114632 100644 Binary files a/test_repos/x64/Debug/vc143.pdb and b/test_repos/x64/Debug/vc143.pdb differ diff --git a/x64/Debug/test_repos.exe b/x64/Debug/test_repos.exe index 3c4d66b..d05eee8 100644 Binary files a/x64/Debug/test_repos.exe and b/x64/Debug/test_repos.exe differ diff --git a/x64/Debug/test_repos.ilk b/x64/Debug/test_repos.ilk index ca4add8..44b0958 100644 Binary files a/x64/Debug/test_repos.ilk and b/x64/Debug/test_repos.ilk differ diff --git a/x64/Debug/test_repos.pdb b/x64/Debug/test_repos.pdb index eb8b7a3..ea86339 100644 Binary files a/x64/Debug/test_repos.pdb and b/x64/Debug/test_repos.pdb differ