This commit is contained in:
Wiesław Šoltés 2020-09-22 20:28:17 +02:00
Родитель c6bffa3ef7
Коммит 45b393af1b
73 изменённых файлов: 72 добавлений и 285 удалений

Просмотреть файл

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2017 Wiesław Šoltés
Copyright (c) Wiesław Šoltés
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MainApp.h"
#include "dialogs\MainDlg.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#ifndef __AFXWIN_H__
#error "Include 'StdAfx.h' before including this file for PCH"

Просмотреть файл

@ -1,4 +1 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#ifndef _SECURE_ATL
#define _SECURE_ATL 1

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#define WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#include <SDKDDKVer.h>
#include <Windows.h>
#include "mainapp.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include <string>
#include <string>
#include <utility>
#include <memory>
#include <array>

@ -1 +1 @@
Subproject commit b2ef27ba5229bedc3deb3c3d0554f3499f5fa3ea
Subproject commit 626ec7ef86c2388d45b3961c3c540769a241be87

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <cstring>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <algorithm>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <algorithm>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <map>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <algorithm>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <algorithm>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include "utilities\FileSystem.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <map>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <algorithm>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include "utilities\String.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <vector>
#include <string>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#define SOL_CHECK_ARGUMENTS 1
#include <sol.hpp>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include "InputPath.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <functional>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <memory>
#include <utility>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <queue>
#include <memory>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <utility>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MainApp.h"
#include "AboutDlg.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
namespace dialogs
{

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MainApp.h"
#include "FormatsDlg.h"
#include "PresetsDlg.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#define FORMAT_COLUMN_NAME 0
#define FORMAT_COLUMN_ID 1

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MainApp.h"
#include "MainDlg.h"
#include "PathsDlg.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#define ITEM_COLUMN_NAME 0
#define ITEM_COLUMN_INPUT 1

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MainApp.h"
#include "PathsDlg.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#define PATH_COLUMN_PATH 0
#define PATH_COLUMN_SIZE 1

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MainApp.h"
#include "PresetsDlg.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#define PRESET_COLUMN_NAME 0
#define PRESET_COLUMN_OPTIONS 1

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MainApp.h"
#include "ToolsDlg.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#define TOOL_COLUMN_NAME 0
#define TOOL_COLUMN_PRIORITY 1

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
// Including SDKDDKVer.h defines the highest available Windows platform.

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "worker\WorkerContext.h"
#include "worker\WorkerContext.h"
namespace BatchEncoderCoreUnitTests
{

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Config.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Format.h"

Просмотреть файл

@ -1,6 +1,3 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Item.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Language.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Options.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Path.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Preset.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Settings.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Tool.h"

Просмотреть файл

@ -1,4 +1 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include "targetver.h"
#include "CppUnitTest.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
// Including SDKDDKVer.h defines the highest available Windows platform.

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Config.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Config.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Config.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Config.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Config.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Config.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Config.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Config.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "stdafx.h"
#include "stdafx.h"
#include "CppUnitTest.h"
#include "config\Config.h"