Alexey (MinovAS) 2 лет назад
Родитель 65061064fb
Сommit cb4f54b7f3

@ -0,0 +1,3 @@
#include <vector>
bool find_minmax(std::vector<double> &numbers, double& min, double& max);

@ -31,6 +31,7 @@
35EA3A9F2A2D58E700ED69F1 /* histogram.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = histogram.hpp; sourceTree = "<group>"; };
35EA3AA12A2D591600ED69F1 /* text.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = text.cpp; sourceTree = "<group>"; };
35EA3AA22A2D591600ED69F1 /* text.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = text.hpp; sourceTree = "<group>"; };
35EA3AA92A2D5D8400ED69F1 /* histogram_internal.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = histogram_internal.hpp; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -52,6 +53,7 @@
35EA3AA22A2D591600ED69F1 /* text.hpp */,
35EA3A9E2A2D58E700ED69F1 /* histogram.cpp */,
35EA3A9F2A2D58E700ED69F1 /* histogram.hpp */,
35EA3AA92A2D5D8400ED69F1 /* histogram_internal.hpp */,
35EA3A952A2D54F400ED69F1 /* Products */,
);
sourceTree = "<group>";

Двоичный файл не отображается.

Разница между файлами не показана из-за своего большого размера Загрузить разницу

@ -0,0 +1,8 @@
//
// unittest.cpp
// unittest
//
// Created by Леша Минов on 05.06.2023.
//
#include "unittest.hpp"

@ -0,0 +1,69 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {
/* Begin PBXGroup section */
35EA3ACD2A2D657900ED69F1 = {
isa = PBXGroup;
children = (
);
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXProject section */
35EA3ACE2A2D657900ED69F1 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastUpgradeCheck = 1430;
};
buildConfigurationList = 35EA3AD12A2D657900ED69F1 /* Build configuration list for PBXProject "unittest" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 35EA3ACD2A2D657900ED69F1;
projectDirPath = "";
projectRoot = "";
targets = (
);
};
/* End PBXProject section */
/* Begin XCBuildConfiguration section */
35EA3AD22A2D657900ED69F1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Debug;
};
35EA3AD32A2D657900ED69F1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
35EA3AD12A2D657900ED69F1 /* Build configuration list for PBXProject "unittest" */ = {
isa = XCConfigurationList;
buildConfigurations = (
35EA3AD22A2D657900ED69F1 /* Debug */,
35EA3AD32A2D657900ED69F1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 35EA3ACE2A2D657900ED69F1 /* Project object */;
}

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

Двоичный файл не отображается.
Загрузка…
Отмена
Сохранить