From e23ef35f046ffefb444dd48c0526a9c991887c37 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 25 Mar 2018 10:34:00 -0700 Subject: Added include tests for project Common --- Tests/IncludeTest/CMakeLists.txt | 5 +++-- .../Common/AdaptiveFixedBlockAllocatorH_test.cpp | 24 +++++++++++++++++++++ .../IncludeTest/src/Common/AdvancedMathH_test.cpp | 24 +++++++++++++++++++++ .../src/Common/BasicFileStreamH_test.cpp | 24 +++++++++++++++++++++ Tests/IncludeTest/src/Common/BasicMathH_test.cpp | 24 +++++++++++++++++++++ .../IncludeTest/src/Common/DataBlobImplH_test.cpp | 24 +++++++++++++++++++++ .../src/Common/DefaultRawMemoryAllocatorH_test.cpp | 24 +++++++++++++++++++++ Tests/IncludeTest/src/Common/FileWrapperH_test.cpp | 24 +++++++++++++++++++++ .../src/Common/FixedBlockMemoryAllocatorH_test.cpp | 24 +++++++++++++++++++++ Tests/IncludeTest/src/Common/HashUtilsH_test.cpp | 24 +++++++++++++++++++++ Tests/IncludeTest/src/Common/LockHelperH_test.cpp | 24 +++++++++++++++++++++ Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp | 24 +++++++++++++++++++++ .../IncludeTest/src/Common/RefCntAutoPtrH_test.cpp | 24 +++++++++++++++++++++ .../src/Common/RefCountedObjectImplH_test.cpp | 24 +++++++++++++++++++++ .../IncludeTest/src/Common/STDAllocatorH_test.cpp | 24 +++++++++++++++++++++ .../src/Common/StringDataBlobImplH_test.cpp | 24 +++++++++++++++++++++ Tests/IncludeTest/src/Common/StringToolsH_test.cpp | 24 +++++++++++++++++++++ Tests/IncludeTest/src/Common/TimerH_test.cpp | 25 ++++++++++++++++++++++ .../src/Common/UniqueIdentifierH_test.cpp | 25 ++++++++++++++++++++++ .../IncludeTest/src/Common/ValidatedCastH_test.cpp | 24 +++++++++++++++++++++ 20 files changed, 461 insertions(+), 2 deletions(-) create mode 100644 Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/BasicMathH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/FileWrapperH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/HashUtilsH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/LockHelperH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/StringToolsH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/TimerH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp create mode 100644 Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp (limited to 'Tests/IncludeTest') diff --git a/Tests/IncludeTest/CMakeLists.txt b/Tests/IncludeTest/CMakeLists.txt index 85e3289..80370ec 100644 --- a/Tests/IncludeTest/CMakeLists.txt +++ b/Tests/IncludeTest/CMakeLists.txt @@ -4,7 +4,8 @@ project(IncludeTest) file(GLOB GRAPHICS_ENGINE_INC_TEST LIST_DIRECTORIES false src/GraphicsEngine/*.cpp) file(GLOB PLATFORMS_INC_TEST LIST_DIRECTORIES false src/Platforms/*.cpp) -add_library(IncludeTest ${GRAPHICS_ENGINE_INC_TEST} ${PLATFORMS_INC_TEST}) +file(GLOB COMMON_INC_TEST LIST_DIRECTORIES false src/Common/*.cpp) +add_library(IncludeTest ${GRAPHICS_ENGINE_INC_TEST} ${PLATFORMS_INC_TEST} ${COMMON_INC_TEST}) if(D3D11_SUPPORTED) file(GLOB GRAPHICS_ENGINE_D3D11_INC_TEST LIST_DIRECTORIES false src/GraphicsEngineD3D11/*.cpp) @@ -36,7 +37,7 @@ endif() source_group("src\\GraphicsEngine" FILES ${GRAPHICS_ENGINE_INC_TEST}) source_group("src\\Platforms" FILES ${PLATFORMS_INC_TEST}) - +source_group("src\\Common" FILES ${COMMON_INC_TEST}) set_target_properties(IncludeTest PROPERTIES FOLDER Tests diff --git a/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp new file mode 100644 index 0000000..705b12d --- /dev/null +++ b/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/AdaptiveFixedBlockAllocator.h" diff --git a/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp b/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp new file mode 100644 index 0000000..e89b373 --- /dev/null +++ b/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/AdvancedMath.h" diff --git a/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp b/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp new file mode 100644 index 0000000..d0a43dc --- /dev/null +++ b/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/BasicFileStream.h" diff --git a/Tests/IncludeTest/src/Common/BasicMathH_test.cpp b/Tests/IncludeTest/src/Common/BasicMathH_test.cpp new file mode 100644 index 0000000..39dd603 --- /dev/null +++ b/Tests/IncludeTest/src/Common/BasicMathH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/BasicMath.h" diff --git a/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp b/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp new file mode 100644 index 0000000..89aff76 --- /dev/null +++ b/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/DataBlobImpl.h" diff --git a/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp new file mode 100644 index 0000000..ae6c4c5 --- /dev/null +++ b/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/DefaultRawMemoryAllocator.h" diff --git a/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp b/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp new file mode 100644 index 0000000..8d41158 --- /dev/null +++ b/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/FileWrapper.h" diff --git a/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp new file mode 100644 index 0000000..315c585 --- /dev/null +++ b/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/FixedBlockMemoryAllocator.h" diff --git a/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp b/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp new file mode 100644 index 0000000..99f7000 --- /dev/null +++ b/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/HashUtils.h" diff --git a/Tests/IncludeTest/src/Common/LockHelperH_test.cpp b/Tests/IncludeTest/src/Common/LockHelperH_test.cpp new file mode 100644 index 0000000..5d93bfb --- /dev/null +++ b/Tests/IncludeTest/src/Common/LockHelperH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/LockHelper.h" diff --git a/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp b/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp new file mode 100644 index 0000000..543bf90 --- /dev/null +++ b/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/ObjectBase.h" diff --git a/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp b/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp new file mode 100644 index 0000000..aebff59 --- /dev/null +++ b/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/RefCntAutoPtr.h" diff --git a/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp b/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp new file mode 100644 index 0000000..693cb84 --- /dev/null +++ b/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/RefCountedObjectImpl.h" diff --git a/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp new file mode 100644 index 0000000..dc94182 --- /dev/null +++ b/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/STDAllocator.h" diff --git a/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp b/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp new file mode 100644 index 0000000..a89a2bb --- /dev/null +++ b/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/StringDataBlobImpl.h" diff --git a/Tests/IncludeTest/src/Common/StringToolsH_test.cpp b/Tests/IncludeTest/src/Common/StringToolsH_test.cpp new file mode 100644 index 0000000..81121ee --- /dev/null +++ b/Tests/IncludeTest/src/Common/StringToolsH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/StringTools.h" diff --git a/Tests/IncludeTest/src/Common/TimerH_test.cpp b/Tests/IncludeTest/src/Common/TimerH_test.cpp new file mode 100644 index 0000000..717406d --- /dev/null +++ b/Tests/IncludeTest/src/Common/TimerH_test.cpp @@ -0,0 +1,25 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/Timer.h" + diff --git a/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp b/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp new file mode 100644 index 0000000..91e8b75 --- /dev/null +++ b/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp @@ -0,0 +1,25 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/UniqueIdentifier.h" + diff --git a/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp b/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp new file mode 100644 index 0000000..65389f4 --- /dev/null +++ b/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Common/interface/ValidatedCast.h" -- cgit v1.2.3 From 4aebe8fda95216c1723eb10afb5e05fdc145d62a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 25 Mar 2018 11:13:07 -0700 Subject: Added GraphicsTools project include tests --- Tests/IncludeTest/CMakeLists.txt | 4 +++- .../BasicShaderSourceStreamFactoryH_test.cpp | 24 ++++++++++++++++++++ .../src/GraphicsTools/CommonlyUsedStatesH_test.cpp | 24 ++++++++++++++++++++ .../src/GraphicsTools/GraphicsUtilitiesH_test.cpp | 24 ++++++++++++++++++++ .../src/GraphicsTools/ShaderMacroHelperH_test.cpp | 24 ++++++++++++++++++++ .../GraphicsTools/TextureUploaderBaseH_test.cpp | 24 ++++++++++++++++++++ .../GraphicsTools/TextureUploaderD3D11H_test.cpp | 26 ++++++++++++++++++++++ .../GraphicsTools/TextureUploaderD3D12H_test.cpp | 26 ++++++++++++++++++++++ .../src/GraphicsTools/TextureUploaderGLH_test.cpp | 26 ++++++++++++++++++++++ .../src/GraphicsTools/TextureUploaderH_test.cpp | 24 ++++++++++++++++++++ 10 files changed, 225 insertions(+), 1 deletion(-) create mode 100644 Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp create mode 100644 Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp create mode 100644 Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp create mode 100644 Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp create mode 100644 Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp create mode 100644 Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp create mode 100644 Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp create mode 100644 Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp create mode 100644 Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp (limited to 'Tests/IncludeTest') diff --git a/Tests/IncludeTest/CMakeLists.txt b/Tests/IncludeTest/CMakeLists.txt index 80370ec..ef61037 100644 --- a/Tests/IncludeTest/CMakeLists.txt +++ b/Tests/IncludeTest/CMakeLists.txt @@ -5,7 +5,8 @@ project(IncludeTest) file(GLOB GRAPHICS_ENGINE_INC_TEST LIST_DIRECTORIES false src/GraphicsEngine/*.cpp) file(GLOB PLATFORMS_INC_TEST LIST_DIRECTORIES false src/Platforms/*.cpp) file(GLOB COMMON_INC_TEST LIST_DIRECTORIES false src/Common/*.cpp) -add_library(IncludeTest ${GRAPHICS_ENGINE_INC_TEST} ${PLATFORMS_INC_TEST} ${COMMON_INC_TEST}) +file(GLOB GRAPHICS_TOOLS_INC_TEST LIST_DIRECTORIES false src/GraphicsTools/*.cpp) +add_library(IncludeTest ${GRAPHICS_ENGINE_INC_TEST} ${PLATFORMS_INC_TEST} ${COMMON_INC_TEST} ${GRAPHICS_TOOLS_INC_TEST}) if(D3D11_SUPPORTED) file(GLOB GRAPHICS_ENGINE_D3D11_INC_TEST LIST_DIRECTORIES false src/GraphicsEngineD3D11/*.cpp) @@ -38,6 +39,7 @@ endif() source_group("src\\GraphicsEngine" FILES ${GRAPHICS_ENGINE_INC_TEST}) source_group("src\\Platforms" FILES ${PLATFORMS_INC_TEST}) source_group("src\\Common" FILES ${COMMON_INC_TEST}) +source_group("src\\GraphicsTool" FILES ${GRAPHICS_TOOLS_INC_TEST}) set_target_properties(IncludeTest PROPERTIES FOLDER Tests diff --git a/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp new file mode 100644 index 0000000..c675247 --- /dev/null +++ b/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Graphics/GraphicsTools/include/BasicShaderSourceStreamFactory.h" diff --git a/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp new file mode 100644 index 0000000..74371d4 --- /dev/null +++ b/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Graphics/GraphicsTools/include/CommonlyUsedStates.h" diff --git a/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp new file mode 100644 index 0000000..3a0b3f1 --- /dev/null +++ b/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Graphics/GraphicsTools/include/GraphicsUtilities.h" diff --git a/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp new file mode 100644 index 0000000..54aaf2e --- /dev/null +++ b/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Graphics/GraphicsTools/include/ShaderMacroHelper.h" diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp new file mode 100644 index 0000000..5d73f53 --- /dev/null +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Graphics/GraphicsTools/include/TextureUploaderBase.h" diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp new file mode 100644 index 0000000..2076150 --- /dev/null +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp @@ -0,0 +1,26 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#if D3D11_SUPPORTED +#include "Graphics/GraphicsTools/include/TextureUploaderD3D11.h" +#endif diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp new file mode 100644 index 0000000..b393d06 --- /dev/null +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp @@ -0,0 +1,26 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#if D3D12_SUPPORTED +#include "Graphics/GraphicsTools/include/TextureUploaderD3D12.h" +#endif \ No newline at end of file diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp new file mode 100644 index 0000000..02b3b46 --- /dev/null +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp @@ -0,0 +1,26 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#if GL_SUPPORTED || GLES_SUPPORTED +#include "Graphics/GraphicsTools/include/TextureUploaderGL.h" +#endif \ No newline at end of file diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp new file mode 100644 index 0000000..ab7ffcc --- /dev/null +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "Graphics/GraphicsTools/include/TextureUploader.h" -- cgit v1.2.3 From 2f7bd1d92cad86cb0d19c3868ea8ef33fe261897 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 25 Mar 2018 13:30:22 -0700 Subject: Added include tests for TextureLoader project --- Tests/IncludeTest/CMakeLists.txt | 6 ++++-- .../IncludeTest/src/TextureLoader/ImageH_test.cpp | 24 ++++++++++++++++++++++ .../src/TextureLoader/TextureLoaderH_test.cpp | 24 ++++++++++++++++++++++ .../src/TextureLoader/TextureUtilitiesH_test.cpp | 24 ++++++++++++++++++++++ 4 files changed, 76 insertions(+), 2 deletions(-) create mode 100644 Tests/IncludeTest/src/TextureLoader/ImageH_test.cpp create mode 100644 Tests/IncludeTest/src/TextureLoader/TextureLoaderH_test.cpp create mode 100644 Tests/IncludeTest/src/TextureLoader/TextureUtilitiesH_test.cpp (limited to 'Tests/IncludeTest') diff --git a/Tests/IncludeTest/CMakeLists.txt b/Tests/IncludeTest/CMakeLists.txt index ef61037..4086b78 100644 --- a/Tests/IncludeTest/CMakeLists.txt +++ b/Tests/IncludeTest/CMakeLists.txt @@ -6,7 +6,8 @@ file(GLOB GRAPHICS_ENGINE_INC_TEST LIST_DIRECTORIES false src/GraphicsEngine/*.c file(GLOB PLATFORMS_INC_TEST LIST_DIRECTORIES false src/Platforms/*.cpp) file(GLOB COMMON_INC_TEST LIST_DIRECTORIES false src/Common/*.cpp) file(GLOB GRAPHICS_TOOLS_INC_TEST LIST_DIRECTORIES false src/GraphicsTools/*.cpp) -add_library(IncludeTest ${GRAPHICS_ENGINE_INC_TEST} ${PLATFORMS_INC_TEST} ${COMMON_INC_TEST} ${GRAPHICS_TOOLS_INC_TEST}) +file(GLOB TEXTURE_LOADER_INC_TEST LIST_DIRECTORIES false src/TextureLoader/*.cpp) +add_library(IncludeTest ${GRAPHICS_ENGINE_INC_TEST} ${PLATFORMS_INC_TEST} ${COMMON_INC_TEST} ${GRAPHICS_TOOLS_INC_TEST} ${TEXTURE_LOADER_INC_TEST}) if(D3D11_SUPPORTED) file(GLOB GRAPHICS_ENGINE_D3D11_INC_TEST LIST_DIRECTORIES false src/GraphicsEngineD3D11/*.cpp) @@ -26,7 +27,7 @@ if(GL_SUPPORTED OR GLES_SUPPORTED) source_group("src\\GraphicsEngineOpenGL" FILES ${GRAPHICS_ENGINE_GL_INC_TEST}) endif() -target_include_directories(IncludeTest PRIVATE ../../DiligentCore) +target_include_directories(IncludeTest PRIVATE ../../DiligentCore ../..) target_link_libraries(IncludeTest PRIVATE BuildSettings) set_common_target_properties(IncludeTest) @@ -40,6 +41,7 @@ source_group("src\\GraphicsEngine" FILES ${GRAPHICS_ENGINE_INC_TEST}) source_group("src\\Platforms" FILES ${PLATFORMS_INC_TEST}) source_group("src\\Common" FILES ${COMMON_INC_TEST}) source_group("src\\GraphicsTool" FILES ${GRAPHICS_TOOLS_INC_TEST}) +source_group("src\\TextureLoader" FILES ${TEXTURE_LOADER_INC_TEST}) set_target_properties(IncludeTest PROPERTIES FOLDER Tests diff --git a/Tests/IncludeTest/src/TextureLoader/ImageH_test.cpp b/Tests/IncludeTest/src/TextureLoader/ImageH_test.cpp new file mode 100644 index 0000000..5a9ba8f --- /dev/null +++ b/Tests/IncludeTest/src/TextureLoader/ImageH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "DiligentTools/TextureLoader/interface/Image.h" diff --git a/Tests/IncludeTest/src/TextureLoader/TextureLoaderH_test.cpp b/Tests/IncludeTest/src/TextureLoader/TextureLoaderH_test.cpp new file mode 100644 index 0000000..0b8b122 --- /dev/null +++ b/Tests/IncludeTest/src/TextureLoader/TextureLoaderH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "DiligentTools/TextureLoader/interface/TextureLoader.h" \ No newline at end of file diff --git a/Tests/IncludeTest/src/TextureLoader/TextureUtilitiesH_test.cpp b/Tests/IncludeTest/src/TextureLoader/TextureUtilitiesH_test.cpp new file mode 100644 index 0000000..5ff3999 --- /dev/null +++ b/Tests/IncludeTest/src/TextureLoader/TextureUtilitiesH_test.cpp @@ -0,0 +1,24 @@ +/* Copyright 2015-2017 Egor Yusov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS. + * + * In no event and under no legal theory, whether in tort (including negligence), + * contract, or otherwise, unless required by applicable law (such as deliberate + * and grossly negligent acts) or agreed to in writing, shall any Contributor be + * liable for any damages, including any direct, indirect, special, incidental, + * or consequential damages of any character arising as a result of this License or + * out of the use or inability to use the software (including but not limited to damages + * for loss of goodwill, work stoppage, computer failure or malfunction, or any and + * all other commercial damages or losses), even if such Contributor has been advised + * of the possibility of such damages. + */ + +#include "DiligentTools/TextureLoader/interface/TextureUtilities.h" \ No newline at end of file -- cgit v1.2.3 From 1bc9ad4cbc913a03a8d4368d45a57f2818bafa64 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 25 Mar 2018 13:35:07 -0700 Subject: Updated copyright notice --- Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp | 2 +- Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp | 2 +- Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp | 2 +- Tests/IncludeTest/src/Common/BasicMathH_test.cpp | 2 +- Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp | 2 +- Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp | 2 +- Tests/IncludeTest/src/Common/FileWrapperH_test.cpp | 2 +- Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp | 2 +- Tests/IncludeTest/src/Common/HashUtilsH_test.cpp | 2 +- Tests/IncludeTest/src/Common/LockHelperH_test.cpp | 2 +- Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp | 2 +- Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp | 2 +- Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp | 2 +- Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp | 2 +- Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp | 2 +- Tests/IncludeTest/src/Common/StringToolsH_test.cpp | 2 +- Tests/IncludeTest/src/Common/TimerH_test.cpp | 2 +- Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp | 2 +- Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/BufferD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp | 2 +- .../IncludeTest/src/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp | 2 +- .../IncludeTest/src/GraphicsEngineD3D11/EngineD3D11AttribsH_test.cpp | 2 +- .../IncludeTest/src/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp | 2 +- .../src/GraphicsEngineD3D11/RenderDeviceFactoryD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/SamplerD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderD3D11H_test.cpp | 2 +- .../src/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/TextureD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp | 2 +- .../IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp | 2 +- .../IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp | 2 +- .../src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp | 2 +- .../src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferViewGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/EngineGLAttribsH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp | 2 +- .../src/GraphicsEngineOpenGL/RenderDeviceFactoryOpenGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/SamplerGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderGLH_test.cpp | 2 +- .../src/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/SwapChainGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureViewGLH_test.cpp | 2 +- .../src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp | 2 +- Tests/IncludeTest/src/TextureLoader/ImageH_test.cpp | 2 +- Tests/IncludeTest/src/TextureLoader/TextureLoaderH_test.cpp | 4 ++-- Tests/IncludeTest/src/TextureLoader/TextureUtilitiesH_test.cpp | 4 ++-- 98 files changed, 100 insertions(+), 100 deletions(-) (limited to 'Tests/IncludeTest') diff --git a/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp index 705b12d..0001f36 100644 --- a/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp +++ b/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp b/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp index e89b373..32ecfc7 100644 --- a/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp +++ b/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp b/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp index d0a43dc..a384d84 100644 --- a/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp +++ b/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/BasicMathH_test.cpp b/Tests/IncludeTest/src/Common/BasicMathH_test.cpp index 39dd603..5b0640d 100644 --- a/Tests/IncludeTest/src/Common/BasicMathH_test.cpp +++ b/Tests/IncludeTest/src/Common/BasicMathH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp b/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp index 89aff76..5913777 100644 --- a/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp +++ b/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp index ae6c4c5..d3738a2 100644 --- a/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp +++ b/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp b/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp index 8d41158..c433710 100644 --- a/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp +++ b/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp index 315c585..f6975f2 100644 --- a/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp +++ b/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp b/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp index 99f7000..a9a261d 100644 --- a/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp +++ b/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/LockHelperH_test.cpp b/Tests/IncludeTest/src/Common/LockHelperH_test.cpp index 5d93bfb..76db2d6 100644 --- a/Tests/IncludeTest/src/Common/LockHelperH_test.cpp +++ b/Tests/IncludeTest/src/Common/LockHelperH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp b/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp index 543bf90..4e9bc26 100644 --- a/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp +++ b/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp b/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp index aebff59..f3f2097 100644 --- a/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp +++ b/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp b/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp index 693cb84..6562bc7 100644 --- a/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp +++ b/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp index dc94182..35cc148 100644 --- a/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp +++ b/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp b/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp index a89a2bb..119c201 100644 --- a/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp +++ b/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/StringToolsH_test.cpp b/Tests/IncludeTest/src/Common/StringToolsH_test.cpp index 81121ee..c5acecf 100644 --- a/Tests/IncludeTest/src/Common/StringToolsH_test.cpp +++ b/Tests/IncludeTest/src/Common/StringToolsH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/TimerH_test.cpp b/Tests/IncludeTest/src/Common/TimerH_test.cpp index 717406d..74394c5 100644 --- a/Tests/IncludeTest/src/Common/TimerH_test.cpp +++ b/Tests/IncludeTest/src/Common/TimerH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp b/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp index 91e8b75..6747481 100644 --- a/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp +++ b/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp b/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp index 65389f4..e7008c2 100644 --- a/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp +++ b/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp index 3936e0b..dc57d4c 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp index 689f936..a25a455 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp index a14fc10..a5fa612 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp index ebaf986..0a0d132 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp index 1d9bb29..3cc396d 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp index db67046..488ea53 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp index ca579ee..07687a9 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp index 50068db..de49ec3 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp index 326253f..bb902e5 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp index ba7b2b7..6332a34 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp index 0923834..d3f2301 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp index bbc82f3..b5e4c17 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp index 31791c4..54228dd 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp index 5c49789..1f8d765 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp index f74b088..cd65f5e 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp index bc64238..6f85cbd 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp index 0cb07c6..8ea0c59 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp index aa674db..6a45e50 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp index 59e3e08..4f80d26 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp index dd72d4d..ffdab80 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp index 447f3e3..2fdefc3 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp index bb5d4f8..ddc8c40 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferD3D11H_test.cpp index 631d67e..fa35235 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp index 8c377ec..d9e6f28 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp index 9eb6b12..d60c175 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/EngineD3D11AttribsH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/EngineD3D11AttribsH_test.cpp index 427ea4e..6e487ca 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/EngineD3D11AttribsH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/EngineD3D11AttribsH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp index 7999874..8dd71be 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp index 866efc2..ec2602a 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceFactoryD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceFactoryD3D11H_test.cpp index d23e47f..24ad3a3 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceFactoryD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceFactoryD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/SamplerD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/SamplerD3D11H_test.cpp index 062cf40..7046d27 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/SamplerD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/SamplerD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderD3D11H_test.cpp index 775b58e..0192848 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp index 12a8df1..f9485b1 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp index cd8f187..bb0d1df 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureD3D11H_test.cpp index 751360b..451359e 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp index 2e9a3cb..443d204 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp index 943a7b6..3db8cdc 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp index 4a78eb5..0086aa7 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp index 4a78eb5..0086aa7 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp index 39917a8..bdcef33 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp index e739e0e..936145d 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp index f54b82c..0595fea 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp index c30af3b..3169a9a 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp index 4d9b093..404f38a 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp index 4856387..21d706d 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp index d20c865..95efd7f 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp index 125a49e..70908be 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp index 73f4513..125097e 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp index 5065286..f5f3a43 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp index 0d7f54f..7a51c2c 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferGLH_test.cpp index d29b2e1..c6d2a67 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferViewGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferViewGLH_test.cpp index 65ed13f..aea4f3e 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferViewGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferViewGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp index 57839ac..897f832 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/EngineGLAttribsH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/EngineGLAttribsH_test.cpp index 57839ac..897f832 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/EngineGLAttribsH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/EngineGLAttribsH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp index cc84715..7afefd0 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceFactoryOpenGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceFactoryOpenGLH_test.cpp index 09a64c8..7065767 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceFactoryOpenGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceFactoryOpenGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp index e5be6ae..8020a62 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/SamplerGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/SamplerGLH_test.cpp index 9f6b8ad..a430d32 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/SamplerGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/SamplerGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderGLH_test.cpp index c93803b..a9621af 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp index 987c0e2..dc0c659 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/SwapChainGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/SwapChainGLH_test.cpp index ff82a09..2b3cc6e 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/SwapChainGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/SwapChainGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureGLH_test.cpp index 15a59e1..d6b752c 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureViewGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureViewGLH_test.cpp index 878d5f8..ef52115 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureViewGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureViewGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp index c675247..2c9ed1f 100644 --- a/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp index 74371d4..e668400 100644 --- a/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp index 3a0b3f1..1b634cd 100644 --- a/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp index 54aaf2e..fa9935a 100644 --- a/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp index 5d73f53..0134154 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp index 2076150..86e1b0d 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp index b393d06..c4885ff 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp index 02b3b46..51e6682 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp index ab7ffcc..7934358 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp b/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp index 4866152..540d29b 100644 --- a/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp b/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp index d1d6433..e7e3cd6 100644 --- a/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp b/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp index b0d7cbd..a229307 100644 --- a/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp b/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp index 33c5e25..8086db4 100644 --- a/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp b/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp index 11eb55a..a0d0c3c 100644 --- a/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/TextureLoader/ImageH_test.cpp b/Tests/IncludeTest/src/TextureLoader/ImageH_test.cpp index 5a9ba8f..47e9595 100644 --- a/Tests/IncludeTest/src/TextureLoader/ImageH_test.cpp +++ b/Tests/IncludeTest/src/TextureLoader/ImageH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/IncludeTest/src/TextureLoader/TextureLoaderH_test.cpp b/Tests/IncludeTest/src/TextureLoader/TextureLoaderH_test.cpp index 0b8b122..52d9ca1 100644 --- a/Tests/IncludeTest/src/TextureLoader/TextureLoaderH_test.cpp +++ b/Tests/IncludeTest/src/TextureLoader/TextureLoaderH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "DiligentTools/TextureLoader/interface/TextureLoader.h" \ No newline at end of file +#include "DiligentTools/TextureLoader/interface/TextureLoader.h" diff --git a/Tests/IncludeTest/src/TextureLoader/TextureUtilitiesH_test.cpp b/Tests/IncludeTest/src/TextureLoader/TextureUtilitiesH_test.cpp index 5ff3999..5f9211e 100644 --- a/Tests/IncludeTest/src/TextureLoader/TextureUtilitiesH_test.cpp +++ b/Tests/IncludeTest/src/TextureLoader/TextureUtilitiesH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "DiligentTools/TextureLoader/interface/TextureUtilities.h" \ No newline at end of file +#include "DiligentTools/TextureLoader/interface/TextureUtilities.h" -- cgit v1.2.3 From 67c9dc344148c49ca6eeba380520e89b81d8dd05 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 25 Mar 2018 17:23:55 -0700 Subject: Updated include test to reference all headers relative to the Engine root --- Tests/IncludeTest/CMakeLists.txt | 2 +- Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp | 2 +- Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp | 2 +- Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp | 2 +- Tests/IncludeTest/src/Common/BasicMathH_test.cpp | 2 +- Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp | 2 +- Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp | 2 +- Tests/IncludeTest/src/Common/FileWrapperH_test.cpp | 2 +- Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp | 2 +- Tests/IncludeTest/src/Common/HashUtilsH_test.cpp | 2 +- Tests/IncludeTest/src/Common/LockHelperH_test.cpp | 2 +- Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp | 2 +- Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp | 2 +- Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp | 2 +- Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp | 2 +- Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp | 2 +- Tests/IncludeTest/src/Common/StringToolsH_test.cpp | 2 +- Tests/IncludeTest/src/Common/TimerH_test.cpp | 2 +- Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp | 2 +- Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/BufferD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/EngineD3D11AttribsH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp | 2 +- .../src/GraphicsEngineD3D11/RenderDeviceFactoryD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/SamplerD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderD3D11H_test.cpp | 2 +- .../src/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/TextureD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp | 2 +- .../src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp | 2 +- .../src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferViewGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/EngineGLAttribsH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp | 2 +- .../src/GraphicsEngineOpenGL/RenderDeviceFactoryOpenGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/SamplerGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderGLH_test.cpp | 2 +- .../src/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/SwapChainGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureViewGLH_test.cpp | 2 +- .../src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp | 2 +- 96 files changed, 96 insertions(+), 96 deletions(-) (limited to 'Tests/IncludeTest') diff --git a/Tests/IncludeTest/CMakeLists.txt b/Tests/IncludeTest/CMakeLists.txt index 4086b78..34ec85d 100644 --- a/Tests/IncludeTest/CMakeLists.txt +++ b/Tests/IncludeTest/CMakeLists.txt @@ -27,7 +27,7 @@ if(GL_SUPPORTED OR GLES_SUPPORTED) source_group("src\\GraphicsEngineOpenGL" FILES ${GRAPHICS_ENGINE_GL_INC_TEST}) endif() -target_include_directories(IncludeTest PRIVATE ../../DiligentCore ../..) +target_include_directories(IncludeTest PRIVATE ../..) target_link_libraries(IncludeTest PRIVATE BuildSettings) set_common_target_properties(IncludeTest) diff --git a/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp index 0001f36..e9114a7 100644 --- a/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp +++ b/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/AdaptiveFixedBlockAllocator.h" +#include "DiligentCore/Common/interface/AdaptiveFixedBlockAllocator.h" diff --git a/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp b/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp index 32ecfc7..168ebb4 100644 --- a/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp +++ b/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/AdvancedMath.h" +#include "DiligentCore/Common/interface/AdvancedMath.h" diff --git a/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp b/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp index a384d84..252a25d 100644 --- a/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp +++ b/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/BasicFileStream.h" +#include "DiligentCore/Common/interface/BasicFileStream.h" diff --git a/Tests/IncludeTest/src/Common/BasicMathH_test.cpp b/Tests/IncludeTest/src/Common/BasicMathH_test.cpp index 5b0640d..8846a5a 100644 --- a/Tests/IncludeTest/src/Common/BasicMathH_test.cpp +++ b/Tests/IncludeTest/src/Common/BasicMathH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/BasicMath.h" +#include "DiligentCore/Common/interface/BasicMath.h" diff --git a/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp b/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp index 5913777..f43a1c6 100644 --- a/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp +++ b/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/DataBlobImpl.h" +#include "DiligentCore/Common/interface/DataBlobImpl.h" diff --git a/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp index d3738a2..b07b218 100644 --- a/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp +++ b/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/DefaultRawMemoryAllocator.h" +#include "DiligentCore/Common/interface/DefaultRawMemoryAllocator.h" diff --git a/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp b/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp index c433710..3e67b09 100644 --- a/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp +++ b/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/FileWrapper.h" +#include "DiligentCore/Common/interface/FileWrapper.h" diff --git a/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp index f6975f2..8cd5482 100644 --- a/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp +++ b/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/FixedBlockMemoryAllocator.h" +#include "DiligentCore/Common/interface/FixedBlockMemoryAllocator.h" diff --git a/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp b/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp index a9a261d..0123479 100644 --- a/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp +++ b/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/HashUtils.h" +#include "DiligentCore/Common/interface/HashUtils.h" diff --git a/Tests/IncludeTest/src/Common/LockHelperH_test.cpp b/Tests/IncludeTest/src/Common/LockHelperH_test.cpp index 76db2d6..22952cf 100644 --- a/Tests/IncludeTest/src/Common/LockHelperH_test.cpp +++ b/Tests/IncludeTest/src/Common/LockHelperH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/LockHelper.h" +#include "DiligentCore/Common/interface/LockHelper.h" diff --git a/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp b/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp index 4e9bc26..80fded4 100644 --- a/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp +++ b/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/ObjectBase.h" +#include "DiligentCore/Common/interface/ObjectBase.h" diff --git a/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp b/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp index f3f2097..dce3b3f 100644 --- a/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp +++ b/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/RefCntAutoPtr.h" +#include "DiligentCore/Common/interface/RefCntAutoPtr.h" diff --git a/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp b/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp index 6562bc7..bb21250 100644 --- a/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp +++ b/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/RefCountedObjectImpl.h" +#include "DiligentCore/Common/interface/RefCountedObjectImpl.h" diff --git a/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp index 35cc148..1d861db 100644 --- a/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp +++ b/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/STDAllocator.h" +#include "DiligentCore/Common/interface/STDAllocator.h" diff --git a/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp b/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp index 119c201..2e7233a 100644 --- a/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp +++ b/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/StringDataBlobImpl.h" +#include "DiligentCore/Common/interface/StringDataBlobImpl.h" diff --git a/Tests/IncludeTest/src/Common/StringToolsH_test.cpp b/Tests/IncludeTest/src/Common/StringToolsH_test.cpp index c5acecf..4205ce1 100644 --- a/Tests/IncludeTest/src/Common/StringToolsH_test.cpp +++ b/Tests/IncludeTest/src/Common/StringToolsH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/StringTools.h" +#include "DiligentCore/Common/interface/StringTools.h" diff --git a/Tests/IncludeTest/src/Common/TimerH_test.cpp b/Tests/IncludeTest/src/Common/TimerH_test.cpp index 74394c5..1f43a36 100644 --- a/Tests/IncludeTest/src/Common/TimerH_test.cpp +++ b/Tests/IncludeTest/src/Common/TimerH_test.cpp @@ -21,5 +21,5 @@ * of the possibility of such damages. */ -#include "Common/interface/Timer.h" +#include "DiligentCore/Common/interface/Timer.h" diff --git a/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp b/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp index 6747481..2a9503b 100644 --- a/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp +++ b/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp @@ -21,5 +21,5 @@ * of the possibility of such damages. */ -#include "Common/interface/UniqueIdentifier.h" +#include "DiligentCore/Common/interface/UniqueIdentifier.h" diff --git a/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp b/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp index e7008c2..7a0d2ad 100644 --- a/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp +++ b/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/ValidatedCast.h" +#include "DiligentCore/Common/interface/ValidatedCast.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp index dc57d4c..32f0cec 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/BlendState.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/BlendState.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp index a25a455..fff4653 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/Buffer.h" \ No newline at end of file +#include "DiligentCore/Graphics/GraphicsEngine/interface/Buffer.h" \ No newline at end of file diff --git a/Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp index a5fa612..3d4dfc9 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/BufferView.h" \ No newline at end of file +#include "DiligentCore/Graphics/GraphicsEngine/interface/BufferView.h" \ No newline at end of file diff --git a/Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp index 0a0d132..33a1366 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/CommandList.h" \ No newline at end of file +#include "DiligentCore/Graphics/GraphicsEngine/interface/CommandList.h" \ No newline at end of file diff --git a/Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp index 3cc396d..ea8bdfd 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/Constants.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/Constants.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp index 488ea53..7716c01 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/DepthStencilState.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/DepthStencilState.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp index 07687a9..1153d3b 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/DeviceCaps.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/DeviceCaps.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp index de49ec3..ff2f690 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/DeviceContext.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/DeviceContext.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp index bb902e5..602dc0c 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/DeviceObject.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/DeviceObject.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp index 6332a34..b978c4c 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/GraphicsTypes.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/GraphicsTypes.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp index d3f2301..d04f074 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/InputLayout.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/InputLayout.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp index b5e4c17..7e48048 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/MapHelper.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/MapHelper.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp index 54228dd..84190f9 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/PipelineState.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/PipelineState.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp index 1f8d765..72d141f 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/RasterizerState.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/RasterizerState.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp index cd65f5e..ddd4bc6 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/RenderDevice.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/RenderDevice.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp index 6f85cbd..f18701b 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp @@ -21,5 +21,5 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/ResourceMapping.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/ResourceMapping.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp index 8ea0c59..6a0b2f7 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/Sampler.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/Sampler.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp index 6a45e50..8449f02 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/Shader.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/Shader.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp index 4f80d26..63a665b 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/ShaderResourceBinding.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/ShaderResourceBinding.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp index ffdab80..fda88ea 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/SwapChain.h" \ No newline at end of file +#include "DiligentCore/Graphics/GraphicsEngine/interface/SwapChain.h" \ No newline at end of file diff --git a/Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp index 2fdefc3..2e47134 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/Texture.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/Texture.h" diff --git a/Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp index ddc8c40..444d091 100644 --- a/Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngine/interface/TextureView.h" +#include "DiligentCore/Graphics/GraphicsEngine/interface/TextureView.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferD3D11H_test.cpp index fa35235..9336f24 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferD3D11H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D11/interface/BufferD3D11.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/BufferD3D11.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp index d9e6f28..79c60fe 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D11/interface/BufferViewD3D11.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/BufferViewD3D11.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp index d60c175..fc360ce 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/EngineD3D11AttribsH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/EngineD3D11AttribsH_test.cpp index 6e487ca..81881e6 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/EngineD3D11AttribsH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/EngineD3D11AttribsH_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D11/interface/EngineD3D11Attribs.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/EngineD3D11Attribs.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp index 8dd71be..565cc5f 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D11/interface/PipelineStateD3D11.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/PipelineStateD3D11.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp index ec2602a..fa55f84 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D11/interface/RenderDeviceD3D11.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/RenderDeviceD3D11.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceFactoryD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceFactoryD3D11H_test.cpp index 24ad3a3..6f7b0e2 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceFactoryD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/RenderDeviceFactoryD3D11H_test.cpp @@ -30,4 +30,4 @@ # define ENGINE_DLL 1 #endif -#include "Graphics/GraphicsEngineD3D11/interface/RenderDeviceFactoryD3D11.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/RenderDeviceFactoryD3D11.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/SamplerD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/SamplerD3D11H_test.cpp index 7046d27..39b72b8 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/SamplerD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/SamplerD3D11H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D11/interface/SamplerD3D11.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/SamplerD3D11.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderD3D11H_test.cpp index 0192848..12acfc9 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderD3D11H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp index f9485b1..ca91da0 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D11/interface/ShaderResourceBindingD3D11.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/ShaderResourceBindingD3D11.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp index bb0d1df..e60708b 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ #include -#include "Graphics/GraphicsEngineD3D11/interface/SwapChainD3D11.h" \ No newline at end of file +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/SwapChainD3D11.h" \ No newline at end of file diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureD3D11H_test.cpp index 451359e..9655d2b 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureD3D11H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D11/interface/TextureD3D11.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/TextureD3D11.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp index 443d204..775dc89 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D11/interface/TextureViewD3D11.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D11/interface/TextureViewD3D11.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp index 3db8cdc..0fca3db 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/BufferD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/BufferD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp index 0086aa7..674284e 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp index 0086aa7..674284e 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp index bdcef33..b82e29c 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp index 936145d..ccfef4a 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/PipelineStateD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/PipelineStateD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp index 0595fea..d0c0559 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp index 3169a9a..a7cf1c4 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp @@ -30,4 +30,4 @@ # define ENGINE_DLL 1 #endif -#include "Graphics/GraphicsEngineD3D12/interface/RenderDeviceFactoryD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/RenderDeviceFactoryD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp index 404f38a..76eb398 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/SamplerD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/SamplerD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp index 21d706d..3bcacdf 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ #include -#include "Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp index 95efd7f..8ffdd2e 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ #include -#include "Graphics/GraphicsEngineD3D12/interface/ShaderResourceBindingD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/ShaderResourceBindingD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp index 70908be..7819ce4 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ #include -#include "Graphics/GraphicsEngineD3D12/interface/SwapChainD3D12.h" \ No newline at end of file +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/SwapChainD3D12.h" \ No newline at end of file diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp index 125097e..8d0f5eb 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ #include -#include "Graphics/GraphicsEngineD3D12/interface/TextureD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/TextureD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp index f5f3a43..f124c62 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/TextureViewD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/TextureViewD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp index 7a51c2c..3249b87 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngineOpenGL/interface/BaseInterfacesGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/BaseInterfacesGL.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferGLH_test.cpp index c6d2a67..c731193 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferGLH_test.cpp @@ -22,4 +22,4 @@ */ typedef unsigned int GLuint; -#include "Graphics/GraphicsEngineOpenGL/interface/BufferGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/BufferGL.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferViewGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferViewGLH_test.cpp index aea4f3e..93cd469 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferViewGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/BufferViewGLH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngineOpenGL/interface/BufferViewGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/BufferViewGL.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp index 897f832..f883fca 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngineOpenGL/interface/DeviceContextGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/DeviceContextGL.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/EngineGLAttribsH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/EngineGLAttribsH_test.cpp index 897f832..f883fca 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/EngineGLAttribsH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/EngineGLAttribsH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngineOpenGL/interface/DeviceContextGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/DeviceContextGL.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp index 7afefd0..75e94de 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngineOpenGL/interface/PipelineStateGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/PipelineStateGL.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceFactoryOpenGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceFactoryOpenGLH_test.cpp index 7065767..bce6a7b 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceFactoryOpenGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceFactoryOpenGLH_test.cpp @@ -32,4 +32,4 @@ # define ENGINE_DLL 1 #endif -#include "Graphics/GraphicsEngineOpenGL/interface/RenderDeviceFactoryOpenGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceFactoryOpenGL.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp index 8020a62..119bb87 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/SamplerGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/SamplerGLH_test.cpp index a430d32..071c03e 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/SamplerGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/SamplerGLH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngineOpenGL/interface/SamplerGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/SamplerGL.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderGLH_test.cpp index a9621af..b812f30 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderGLH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngineOpenGL/interface/ShaderGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/ShaderGL.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp index dc0c659..f2fec06 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp @@ -20,4 +20,4 @@ * all other commercial damages or losses), even if such Contributor has been advised * of the possibility of such damages. */ -#include "Graphics/GraphicsEngineOpenGL/interface/ShaderResourceBindingGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/ShaderResourceBindingGL.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/SwapChainGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/SwapChainGLH_test.cpp index 2b3cc6e..57da8f7 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/SwapChainGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/SwapChainGLH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ typedef unsigned int GLuint; -#include "Graphics/GraphicsEngineOpenGL/interface/SwapChainGL.h" \ No newline at end of file +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/SwapChainGL.h" \ No newline at end of file diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureGLH_test.cpp index d6b752c..0c57f2c 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureGLH_test.cpp @@ -22,4 +22,4 @@ */ typedef unsigned int GLuint; typedef unsigned int GLenum; -#include "Graphics/GraphicsEngineOpenGL/interface/TextureGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/TextureGL.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureViewGLH_test.cpp b/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureViewGLH_test.cpp index ef52115..74398ef 100644 --- a/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureViewGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineOpenGL/TextureViewGLH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsEngineOpenGL/interface/TextureViewGL.h" +#include "DiligentCore/Graphics/GraphicsEngineOpenGL/interface/TextureViewGL.h" diff --git a/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp index 2c9ed1f..ebca682 100644 --- a/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsTools/include/BasicShaderSourceStreamFactory.h" +#include "DiligentCore/Graphics/GraphicsTools/include/BasicShaderSourceStreamFactory.h" diff --git a/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp index e668400..45b7319 100644 --- a/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsTools/include/CommonlyUsedStates.h" +#include "DiligentCore/Graphics/GraphicsTools/include/CommonlyUsedStates.h" diff --git a/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp index 1b634cd..a75edab 100644 --- a/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsTools/include/GraphicsUtilities.h" +#include "DiligentCore/Graphics/GraphicsTools/include/GraphicsUtilities.h" diff --git a/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp index fa9935a..e7c5496 100644 --- a/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsTools/include/ShaderMacroHelper.h" +#include "DiligentCore/Graphics/GraphicsTools/include/ShaderMacroHelper.h" diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp index 0134154..4b0f26a 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsTools/include/TextureUploaderBase.h" +#include "DiligentCore/Graphics/GraphicsTools/include/TextureUploaderBase.h" diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp index 86e1b0d..b6abc9b 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp @@ -22,5 +22,5 @@ */ #if D3D11_SUPPORTED -#include "Graphics/GraphicsTools/include/TextureUploaderD3D11.h" +#include "DiligentCore/Graphics/GraphicsTools/include/TextureUploaderD3D11.h" #endif diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp index c4885ff..80f6c01 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp @@ -22,5 +22,5 @@ */ #if D3D12_SUPPORTED -#include "Graphics/GraphicsTools/include/TextureUploaderD3D12.h" +#include "DiligentCore/Graphics/GraphicsTools/include/TextureUploaderD3D12.h" #endif \ No newline at end of file diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp index 51e6682..62947d6 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp @@ -22,5 +22,5 @@ */ #if GL_SUPPORTED || GLES_SUPPORTED -#include "Graphics/GraphicsTools/include/TextureUploaderGL.h" +#include "DiligentCore/Graphics/GraphicsTools/include/TextureUploaderGL.h" #endif \ No newline at end of file diff --git a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp index 7934358..4716de2 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Graphics/GraphicsTools/include/TextureUploader.h" +#include "DiligentCore/Graphics/GraphicsTools/include/TextureUploader.h" diff --git a/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp b/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp index 540d29b..d006d34 100644 --- a/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Platforms/interface/Atomics.h" +#include "DiligentCore/Platforms/interface/Atomics.h" diff --git a/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp b/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp index e7e3cd6..c95560f 100644 --- a/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Platforms/interface/FileSystem.h" +#include "DiligentCore/Platforms/interface/FileSystem.h" diff --git a/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp b/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp index a229307..00211df 100644 --- a/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Platforms/interface/PlatformDebug.h" +#include "DiligentCore/Platforms/interface/PlatformDebug.h" diff --git a/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp b/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp index 8086db4..5e0f1fa 100644 --- a/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Platforms/interface/PlatformDefinitions.h" +#include "DiligentCore/Platforms/interface/PlatformDefinitions.h" diff --git a/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp b/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp index a0d0c3c..001e272 100644 --- a/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Platforms/interface/PlatformMisc.h" +#include "DiligentCore/Platforms/interface/PlatformMisc.h" -- cgit v1.2.3