Commit 54c2d0d0 authored by Cianciosa, Mark's avatar Cianciosa, Mark
Browse files

Merge branch 'cleanup' into 'main'

Fix commandline help. Add missing concepts. Add a single source header include for the framework.

See merge request !83
parents 58cf9716 f3bf2654
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -393,6 +393,7 @@
		C7CEA0052948EB0F00F61D09 /* cuda_context.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = cuda_context.hpp; sourceTree = "<group>"; };
		C7D12D992DBAB31F00925420 /* random.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = random.hpp; sourceTree = "<group>"; };
		C7D3C5B02C654AD3008AD8C6 /* efit_test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; path = efit_test.cpp; sourceTree = "<group>"; };
		C7D453872EBFD05D00A828DB /* graph_framework.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = graph_framework.hpp; sourceTree = "<group>"; };
		C7DC9EE02E39768300524F6F /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
		C7DC9EE12E39768300524F6F /* graph_c_binding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = graph_c_binding.h; sourceTree = "<group>"; };
		C7DC9EE22E39768300524F6F /* graph_c_binding.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; path = graph_c_binding.cpp; sourceTree = "<group>"; };
@@ -687,6 +688,7 @@
			isa = PBXGroup;
			children = (
				C7931E7028073BE70033B488 /* CMakeLists.txt */,
				C7D453872EBFD05D00A828DB /* graph_framework.hpp */,
				C79141AE22DA9C3000E0BA0D /* node.hpp */,
				C72358F52C4027A10084A489 /* commandline_parser.hpp */,
				C70B705629F4F86A00098AA0 /* piecewise.hpp */,
@@ -1176,7 +1178,7 @@
			isa = PBXProject;
			attributes = {
				BuildIndependentTargetsInParallel = YES;
				LastUpgradeCheck = 1640;
				LastUpgradeCheck = 2610;
				ORGANIZATIONNAME = "Cianciosa, Mark R.";
				TargetAttributes = {
					C7170CB82C66A10D003274E2 = {
@@ -1952,6 +1954,7 @@
					/usr/local/lib,
				);
				SDKROOT = macosx;
				STRING_CATALOG_GENERATE_SYMBOLS = YES;
				SYSTEM_HEADER_SEARCH_PATHS = "";
				USER_HEADER_SEARCH_PATHS = (
					LLVM/llvm/include,
@@ -2120,6 +2123,7 @@
					/usr/local/lib,
				);
				SDKROOT = macosx;
				STRING_CATALOG_GENERATE_SYMBOLS = YES;
				SYSTEM_HEADER_SEARCH_PATHS = "";
				USER_HEADER_SEARCH_PATHS = (
					LLVM/llvm/include,
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
   LastUpgradeVersion = "1640"
   LastUpgradeVersion = "2610"
   version = "1.7">
   <BuildAction
      parallelizeBuildables = "YES"
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
   LastUpgradeVersion = "1640"
   LastUpgradeVersion = "2610"
   version = "1.3">
   <BuildAction
      parallelizeBuildables = "YES"
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
   LastUpgradeVersion = "1640"
   LastUpgradeVersion = "2610"
   version = "1.3">
   <BuildAction
      parallelizeBuildables = "YES"
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
   LastUpgradeVersion = "1640"
   LastUpgradeVersion = "2610"
   version = "1.3">
   <BuildAction
      parallelizeBuildables = "YES"
Loading