KuangshiAi commited on
Commit ·
614b8d4
1
Parent(s): 9ab6b74
add 5 cases from Jason Sun
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .DS_Store +0 -0
- README.md +1 -1
- main/argon-bubble/GS/CMakeLists.txt +36 -0
- main/argon-bubble/GS/argon-bubble_gs.cxx +125 -0
- main/argon-bubble/GS/argon-bubble_gs.png +3 -0
- main/argon-bubble/GS/build/CMakeCache.txt +631 -0
- main/argon-bubble/GS/build/CMakeFiles/4.2.0/CMakeCCompiler.cmake +84 -0
- main/argon-bubble/GS/build/CMakeFiles/4.2.0/CMakeCXXCompiler.cmake +108 -0
- main/argon-bubble/GS/build/CMakeFiles/4.2.0/CMakeDetermineCompilerABI_C.bin +0 -0
- main/argon-bubble/GS/build/CMakeFiles/4.2.0/CMakeDetermineCompilerABI_CXX.bin +0 -0
- main/argon-bubble/GS/build/CMakeFiles/4.2.0/CMakeSystem.cmake +15 -0
- main/argon-bubble/GS/build/CMakeFiles/4.2.0/CompilerIdC/CMakeCCompilerId.c +934 -0
- main/argon-bubble/GS/build/CMakeFiles/4.2.0/CompilerIdC/a.out +0 -0
- main/argon-bubble/GS/build/CMakeFiles/4.2.0/CompilerIdC/apple-sdk.c +1 -0
- main/argon-bubble/GS/build/CMakeFiles/4.2.0/CompilerIdCXX/CMakeCXXCompilerId.cpp +949 -0
- main/argon-bubble/GS/build/CMakeFiles/4.2.0/CompilerIdCXX/a.out +0 -0
- main/argon-bubble/GS/build/CMakeFiles/4.2.0/CompilerIdCXX/apple-sdk.cpp +1 -0
- main/argon-bubble/GS/build/CMakeFiles/CMakeConfigureLog.yaml +0 -0
- main/argon-bubble/GS/build/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- main/argon-bubble/GS/build/CMakeFiles/InstallScripts.json +7 -0
- main/argon-bubble/GS/build/CMakeFiles/Makefile.cmake +207 -0
- main/argon-bubble/GS/build/CMakeFiles/Makefile2 +122 -0
- main/argon-bubble/GS/build/CMakeFiles/TargetDirectories.txt +3 -0
- main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/DependInfo.cmake +23 -0
- main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o +0 -0
- main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o.d +960 -0
- main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/build.make +140 -0
- main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/cmake_clean.cmake +11 -0
- main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/compiler_depend.make +2 -0
- main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/compiler_depend.ts +2 -0
- main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/depend.make +2 -0
- main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/flags.make +12 -0
- main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/link.txt +1 -0
- main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/progress.make +3 -0
- main/argon-bubble/GS/build/CMakeFiles/cmake.check_cache +1 -0
- main/argon-bubble/GS/build/CMakeFiles/progress.marks +1 -0
- main/argon-bubble/GS/build/CMakeFiles/vtkModuleAutoInit_ec47e130ffdb4ae73e1b1973a6727492.h +2 -0
- main/argon-bubble/GS/build/Makefile +181 -0
- main/argon-bubble/GS/build/argon-bubble +0 -0
- main/argon-bubble/GS/build/cmake_install.cmake +61 -0
- main/argon-bubble/data/argon-bubble_128x128x256_float32.vtk +3 -0
- main/argon-bubble/task_description.txt +11 -0
- main/argon-bubble/visualization_goals.txt +5 -0
- main/chameleon_isosurface/GS/CMakeLists.txt +35 -0
- main/chameleon_isosurface/GS/build/CMakeCache.txt +631 -0
- main/chameleon_isosurface/GS/build/CMakeFiles/4.2.0/CMakeCCompiler.cmake +84 -0
- main/chameleon_isosurface/GS/build/CMakeFiles/4.2.0/CMakeCXXCompiler.cmake +108 -0
- main/chameleon_isosurface/GS/build/CMakeFiles/4.2.0/CMakeDetermineCompilerABI_C.bin +0 -0
- main/chameleon_isosurface/GS/build/CMakeFiles/4.2.0/CMakeDetermineCompilerABI_CXX.bin +0 -0
- main/chameleon_isosurface/GS/build/CMakeFiles/4.2.0/CMakeSystem.cmake +15 -0
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
README.md
CHANGED
|
@@ -45,7 +45,7 @@ Each dataset has:
|
|
| 45 |
|
| 46 |
## Acknowledgement
|
| 47 |
|
| 48 |
-
SciVisAgentBench was mainly created by Kuangshi Ai (kai@nd.edu), Shusen Liu (liu42@llnl.gov), and Haichao Miao (miao1@llnl.gov). Some of the test cases are provided by Kaiyuan Tang (ktang2@nd.edu). We sincerely thank the open-source community for their invaluable contributions. This project is made possible thanks to the following outstanding projects:
|
| 49 |
|
| 50 |
- [ParaView-MCP](https://github.com/LLNL/paraview_mcp)
|
| 51 |
- [Bioimage-agent](https://github.com/LLNL/bioimage-agent)
|
|
|
|
| 45 |
|
| 46 |
## Acknowledgement
|
| 47 |
|
| 48 |
+
SciVisAgentBench was mainly created by Kuangshi Ai (kai@nd.edu), Shusen Liu (liu42@llnl.gov), and Haichao Miao (miao1@llnl.gov). Some of the test cases are provided by Kaiyuan Tang (ktang2@nd.edu) and Jianxin Sun (sunjianxin66@gmail.com). We sincerely thank the open-source community for their invaluable contributions. This project is made possible thanks to the following outstanding projects:
|
| 49 |
|
| 50 |
- [ParaView-MCP](https://github.com/LLNL/paraview_mcp)
|
| 51 |
- [Bioimage-agent](https://github.com/LLNL/bioimage-agent)
|
main/argon-bubble/GS/CMakeLists.txt
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
|
| 2 |
+
|
| 3 |
+
project(ArgonBubble)
|
| 4 |
+
|
| 5 |
+
# Set C++ standard
|
| 6 |
+
set(CMAKE_CXX_STANDARD 11)
|
| 7 |
+
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
| 8 |
+
set(CMAKE_CXX_EXTENSIONS OFF)
|
| 9 |
+
|
| 10 |
+
# Find VTK package
|
| 11 |
+
find_package(VTK COMPONENTS
|
| 12 |
+
CommonCore
|
| 13 |
+
CommonDataModel
|
| 14 |
+
CommonColor
|
| 15 |
+
FiltersCore
|
| 16 |
+
IOLegacy
|
| 17 |
+
IOImage
|
| 18 |
+
RenderingCore
|
| 19 |
+
RenderingVolume
|
| 20 |
+
RenderingVolumeOpenGL2
|
| 21 |
+
RenderingOpenGL2
|
| 22 |
+
InteractionStyle
|
| 23 |
+
REQUIRED
|
| 24 |
+
)
|
| 25 |
+
|
| 26 |
+
# Add executable
|
| 27 |
+
add_executable(argon-bubble argon-bubble_gs.cxx)
|
| 28 |
+
|
| 29 |
+
# Link VTK libraries
|
| 30 |
+
target_link_libraries(argon-bubble PRIVATE ${VTK_LIBRARIES})
|
| 31 |
+
|
| 32 |
+
# VTK module initialization
|
| 33 |
+
vtk_module_autoinit(
|
| 34 |
+
TARGETS argon-bubble
|
| 35 |
+
MODULES ${VTK_LIBRARIES}
|
| 36 |
+
)
|
main/argon-bubble/GS/argon-bubble_gs.cxx
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#include <vtkCamera.h>
|
| 2 |
+
#include <vtkColorTransferFunction.h>
|
| 3 |
+
#include <vtkGPUVolumeRayCastMapper.h>
|
| 4 |
+
#include <vtkNamedColors.h>
|
| 5 |
+
#include <vtkNew.h>
|
| 6 |
+
#include <vtkPiecewiseFunction.h>
|
| 7 |
+
#include <vtkRenderWindow.h>
|
| 8 |
+
#include <vtkRenderWindowInteractor.h>
|
| 9 |
+
#include <vtkRenderer.h>
|
| 10 |
+
#include <vtkStructuredPointsReader.h>
|
| 11 |
+
#include <vtkVolume.h>
|
| 12 |
+
#include <vtkVolumeProperty.h>
|
| 13 |
+
#include <vtkPolyDataMapper.h>
|
| 14 |
+
#include <vtkPNGWriter.h>
|
| 15 |
+
#include <vtkWindowToImageFilter.h>
|
| 16 |
+
#include <vtkMultiThreader.h>
|
| 17 |
+
|
| 18 |
+
#define OTF_ARGON()\
|
| 19 |
+
opacityTransferFunction->AddPoint(0.0, 0.0);\
|
| 20 |
+
opacityTransferFunction->AddPoint(1.0, 1.0);
|
| 21 |
+
#define CTF_ARGON()\
|
| 22 |
+
colorTransferFunction->AddRGBPoint(0.0, 0.23, 0.29, 0.75);\
|
| 23 |
+
colorTransferFunction->AddRGBPoint(0.5, 0.87, 0.87, 0.87);\
|
| 24 |
+
colorTransferFunction->AddRGBPoint(1.0, 0.71, 0.02, 0.15);
|
| 25 |
+
|
| 26 |
+
int main(int argc, char* argv[])
|
| 27 |
+
{
|
| 28 |
+
vtkMultiThreader::SetGlobalMaximumNumberOfThreads(1);
|
| 29 |
+
if (argc < 2)
|
| 30 |
+
{
|
| 31 |
+
std::cout << "Usage: " << argv[0] << " dataset.vtk" << std::endl;
|
| 32 |
+
return EXIT_FAILURE;
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
// Create the standard renderer, render window and interactor
|
| 36 |
+
vtkNew<vtkRenderer> ren1;
|
| 37 |
+
|
| 38 |
+
vtkNew<vtkRenderWindow> renWin;
|
| 39 |
+
renWin->AddRenderer(ren1);
|
| 40 |
+
|
| 41 |
+
vtkNew<vtkRenderWindowInteractor> iren;
|
| 42 |
+
iren->SetRenderWindow(renWin);
|
| 43 |
+
|
| 44 |
+
// Create the reader for the data
|
| 45 |
+
vtkNew<vtkStructuredPointsReader> reader;
|
| 46 |
+
reader->SetFileName(argv[1]);
|
| 47 |
+
reader->Update();
|
| 48 |
+
|
| 49 |
+
// Create transfer mapping scalar value to opacity
|
| 50 |
+
vtkSmartPointer<vtkPiecewiseFunction> opacityTransferFunction = vtkSmartPointer<vtkPiecewiseFunction>::New();
|
| 51 |
+
OTF_ARGON();
|
| 52 |
+
|
| 53 |
+
// Create transfer mapping scalar value to color
|
| 54 |
+
vtkNew<vtkColorTransferFunction> colorTransferFunction;
|
| 55 |
+
CTF_ARGON()
|
| 56 |
+
|
| 57 |
+
// The property describes how the data will look
|
| 58 |
+
vtkNew<vtkVolumeProperty> volumeProperty;
|
| 59 |
+
volumeProperty->SetColor(colorTransferFunction);
|
| 60 |
+
volumeProperty->SetScalarOpacity(opacityTransferFunction);
|
| 61 |
+
|
| 62 |
+
volumeProperty->SetInterpolationTypeToLinear();
|
| 63 |
+
|
| 64 |
+
// The mapper / ray cast function know how to render the data
|
| 65 |
+
vtkNew<vtkGPUVolumeRayCastMapper> volumeMapper;
|
| 66 |
+
volumeMapper->SetInputConnection(reader->GetOutputPort());
|
| 67 |
+
volumeMapper->SetSampleDistance(0.1);
|
| 68 |
+
volumeMapper->SetBlendModeToComposite();
|
| 69 |
+
|
| 70 |
+
// The volume holds the mapper and the property
|
| 71 |
+
vtkNew<vtkVolume> volume;
|
| 72 |
+
volume->SetMapper(volumeMapper);
|
| 73 |
+
volume->SetProperty(volumeProperty);
|
| 74 |
+
|
| 75 |
+
ren1->AddVolume(volume);
|
| 76 |
+
ren1->SetBackground(1, 1, 1);
|
| 77 |
+
|
| 78 |
+
ren1->ResetCameraClippingRange();
|
| 79 |
+
ren1->ResetCamera();
|
| 80 |
+
|
| 81 |
+
// set camera parameters from arguments
|
| 82 |
+
double position_x = 0;
|
| 83 |
+
double position_y = 450;
|
| 84 |
+
double position_z = 0;
|
| 85 |
+
double focal_point_x = 0;
|
| 86 |
+
double focal_point_y = 0;
|
| 87 |
+
double focal_point_z = -15;
|
| 88 |
+
double view_up_x = 0;
|
| 89 |
+
double view_up_y = 0;
|
| 90 |
+
double view_up_z = -1;
|
| 91 |
+
ren1->GetActiveCamera()->SetPosition(position_x,
|
| 92 |
+
position_y,
|
| 93 |
+
position_z);
|
| 94 |
+
ren1->GetActiveCamera()->SetFocalPoint(focal_point_x,
|
| 95 |
+
focal_point_y,
|
| 96 |
+
focal_point_z);
|
| 97 |
+
ren1->GetActiveCamera()->SetViewUp(view_up_x,
|
| 98 |
+
view_up_y,
|
| 99 |
+
view_up_z);
|
| 100 |
+
|
| 101 |
+
ren1->GetActiveCamera()->SetViewAngle(30);
|
| 102 |
+
ren1->GetActiveCamera()->SetClippingRange(0.1, 1000);
|
| 103 |
+
|
| 104 |
+
renWin->SetSize(1024, 1024);
|
| 105 |
+
renWin->SetWindowName("Rendering Result");
|
| 106 |
+
renWin->Render();
|
| 107 |
+
|
| 108 |
+
// Screenshot
|
| 109 |
+
vtkNew<vtkWindowToImageFilter> windowToImageFilter;
|
| 110 |
+
windowToImageFilter->SetInput(iren->GetRenderWindow());
|
| 111 |
+
windowToImageFilter->SetScale(1);
|
| 112 |
+
windowToImageFilter->SetInputBufferTypeToRGB();
|
| 113 |
+
windowToImageFilter->ReadFrontBufferOff();
|
| 114 |
+
vtkNew<vtkPNGWriter> writer;
|
| 115 |
+
std::string fileName = "../argon-bubble_gs.png";
|
| 116 |
+
writer->SetFileName(fileName.c_str());
|
| 117 |
+
writer->SetInputConnection(windowToImageFilter->GetOutputPort());
|
| 118 |
+
writer->Write();
|
| 119 |
+
std::cout << "=======Saving rendering Done!" << endl;
|
| 120 |
+
|
| 121 |
+
// Turn on for interaction
|
| 122 |
+
// iren->Start();
|
| 123 |
+
|
| 124 |
+
return EXIT_SUCCESS;
|
| 125 |
+
}
|
main/argon-bubble/GS/argon-bubble_gs.png
ADDED
|
Git LFS Details
|
main/argon-bubble/GS/build/CMakeCache.txt
ADDED
|
@@ -0,0 +1,631 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This is the CMakeCache file.
|
| 2 |
+
# For build in directory: /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build
|
| 3 |
+
# It was generated by CMake: /opt/homebrew/bin/cmake
|
| 4 |
+
# You can edit this file to change values found and used by cmake.
|
| 5 |
+
# If you do not want to change any of the values, simply exit the editor.
|
| 6 |
+
# If you do want to change a value, simply edit, save, and exit the editor.
|
| 7 |
+
# The syntax for the file is as follows:
|
| 8 |
+
# KEY:TYPE=VALUE
|
| 9 |
+
# KEY is the name of a variable in the cache.
|
| 10 |
+
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
| 11 |
+
# VALUE is the current value for the KEY.
|
| 12 |
+
|
| 13 |
+
########################
|
| 14 |
+
# EXTERNAL cache entries
|
| 15 |
+
########################
|
| 16 |
+
|
| 17 |
+
//Value Computed by CMake
|
| 18 |
+
ArgonBubble_BINARY_DIR:STATIC=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build
|
| 19 |
+
|
| 20 |
+
//Value Computed by CMake
|
| 21 |
+
ArgonBubble_IS_TOP_LEVEL:STATIC=ON
|
| 22 |
+
|
| 23 |
+
//Value Computed by CMake
|
| 24 |
+
ArgonBubble_SOURCE_DIR:STATIC=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS
|
| 25 |
+
|
| 26 |
+
//Path to a program.
|
| 27 |
+
CMAKE_ADDR2LINE:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-addr2line
|
| 28 |
+
|
| 29 |
+
//Path to a program.
|
| 30 |
+
CMAKE_AR:FILEPATH=/usr/bin/ar
|
| 31 |
+
|
| 32 |
+
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
| 33 |
+
// MinSizeRel ...
|
| 34 |
+
CMAKE_BUILD_TYPE:STRING=
|
| 35 |
+
|
| 36 |
+
//Enable/Disable color output during build.
|
| 37 |
+
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
| 38 |
+
|
| 39 |
+
//CXX compiler
|
| 40 |
+
CMAKE_CXX_COMPILER:STRING=/opt/homebrew/opt/llvm/bin/clang++
|
| 41 |
+
|
| 42 |
+
//LLVM archiver
|
| 43 |
+
CMAKE_CXX_COMPILER_AR:FILEPATH=/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ar
|
| 44 |
+
|
| 45 |
+
//`clang-scan-deps` dependency scanner
|
| 46 |
+
CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS:FILEPATH=/opt/homebrew/Cellar/llvm/21.1.8/bin/clang-scan-deps
|
| 47 |
+
|
| 48 |
+
//Generate index for LLVM archive
|
| 49 |
+
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ranlib
|
| 50 |
+
|
| 51 |
+
//Flags used by the CXX compiler during all build types.
|
| 52 |
+
CMAKE_CXX_FLAGS:STRING=-I/opt/homebrew/opt/llvm/include/c++/v1
|
| 53 |
+
|
| 54 |
+
//Flags used by the CXX compiler during DEBUG builds.
|
| 55 |
+
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
| 56 |
+
|
| 57 |
+
//Flags used by the CXX compiler during MINSIZEREL builds.
|
| 58 |
+
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
| 59 |
+
|
| 60 |
+
//Flags used by the CXX compiler during RELEASE builds.
|
| 61 |
+
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
| 62 |
+
|
| 63 |
+
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
| 64 |
+
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
| 65 |
+
|
| 66 |
+
//C compiler
|
| 67 |
+
CMAKE_C_COMPILER:STRING=/opt/homebrew/opt/llvm/bin/clang
|
| 68 |
+
|
| 69 |
+
//LLVM archiver
|
| 70 |
+
CMAKE_C_COMPILER_AR:FILEPATH=/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ar
|
| 71 |
+
|
| 72 |
+
//`clang-scan-deps` dependency scanner
|
| 73 |
+
CMAKE_C_COMPILER_CLANG_SCAN_DEPS:FILEPATH=/opt/homebrew/Cellar/llvm/21.1.8/bin/clang-scan-deps
|
| 74 |
+
|
| 75 |
+
//Generate index for LLVM archive
|
| 76 |
+
CMAKE_C_COMPILER_RANLIB:FILEPATH=/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ranlib
|
| 77 |
+
|
| 78 |
+
//Flags used by the C compiler during all build types.
|
| 79 |
+
CMAKE_C_FLAGS:STRING=
|
| 80 |
+
|
| 81 |
+
//Flags used by the C compiler during DEBUG builds.
|
| 82 |
+
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
| 83 |
+
|
| 84 |
+
//Flags used by the C compiler during MINSIZEREL builds.
|
| 85 |
+
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
| 86 |
+
|
| 87 |
+
//Flags used by the C compiler during RELEASE builds.
|
| 88 |
+
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
| 89 |
+
|
| 90 |
+
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
| 91 |
+
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
| 92 |
+
|
| 93 |
+
//Path to a program.
|
| 94 |
+
CMAKE_DLLTOOL:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-dlltool
|
| 95 |
+
|
| 96 |
+
//Flags used by the linker during all build types.
|
| 97 |
+
CMAKE_EXE_LINKER_FLAGS:STRING=
|
| 98 |
+
|
| 99 |
+
//Flags used by the linker during DEBUG builds.
|
| 100 |
+
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
| 101 |
+
|
| 102 |
+
//Flags used by the linker during MINSIZEREL builds.
|
| 103 |
+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 104 |
+
|
| 105 |
+
//Flags used by the linker during RELEASE builds.
|
| 106 |
+
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
| 107 |
+
|
| 108 |
+
//Flags used by the linker during RELWITHDEBINFO builds.
|
| 109 |
+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 110 |
+
|
| 111 |
+
//Enable/Disable output of compile commands during generation.
|
| 112 |
+
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
| 113 |
+
|
| 114 |
+
//Value Computed by CMake.
|
| 115 |
+
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles/pkgRedirects
|
| 116 |
+
|
| 117 |
+
//Path to a program.
|
| 118 |
+
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
|
| 119 |
+
|
| 120 |
+
//Install path prefix, prepended onto install directories.
|
| 121 |
+
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
| 122 |
+
|
| 123 |
+
//Path to a program.
|
| 124 |
+
CMAKE_LINKER:FILEPATH=/usr/bin/ld
|
| 125 |
+
|
| 126 |
+
//Path to a program.
|
| 127 |
+
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
|
| 128 |
+
|
| 129 |
+
//Flags used by the linker during the creation of modules during
|
| 130 |
+
// all build types.
|
| 131 |
+
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
| 132 |
+
|
| 133 |
+
//Flags used by the linker during the creation of modules during
|
| 134 |
+
// DEBUG builds.
|
| 135 |
+
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
| 136 |
+
|
| 137 |
+
//Flags used by the linker during the creation of modules during
|
| 138 |
+
// MINSIZEREL builds.
|
| 139 |
+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 140 |
+
|
| 141 |
+
//Flags used by the linker during the creation of modules during
|
| 142 |
+
// RELEASE builds.
|
| 143 |
+
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
| 144 |
+
|
| 145 |
+
//Flags used by the linker during the creation of modules during
|
| 146 |
+
// RELWITHDEBINFO builds.
|
| 147 |
+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 148 |
+
|
| 149 |
+
//Path to a program.
|
| 150 |
+
CMAKE_NM:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-nm
|
| 151 |
+
|
| 152 |
+
//Path to a program.
|
| 153 |
+
CMAKE_OBJCOPY:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-objcopy
|
| 154 |
+
|
| 155 |
+
//Path to a program.
|
| 156 |
+
CMAKE_OBJDUMP:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-objdump
|
| 157 |
+
|
| 158 |
+
//Build architectures for OSX
|
| 159 |
+
CMAKE_OSX_ARCHITECTURES:STRING=
|
| 160 |
+
|
| 161 |
+
//Minimum OS X version to target for deployment (at runtime); newer
|
| 162 |
+
// APIs weak linked. Set to empty string for default value.
|
| 163 |
+
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
|
| 164 |
+
|
| 165 |
+
//The product will be built against the headers and libraries located
|
| 166 |
+
// inside the indicated SDK.
|
| 167 |
+
CMAKE_OSX_SYSROOT:STRING=
|
| 168 |
+
|
| 169 |
+
//Value Computed by CMake
|
| 170 |
+
CMAKE_PROJECT_COMPAT_VERSION:STATIC=
|
| 171 |
+
|
| 172 |
+
//Value Computed by CMake
|
| 173 |
+
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
| 174 |
+
|
| 175 |
+
//Value Computed by CMake
|
| 176 |
+
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
| 177 |
+
|
| 178 |
+
//Value Computed by CMake
|
| 179 |
+
CMAKE_PROJECT_NAME:STATIC=ArgonBubble
|
| 180 |
+
|
| 181 |
+
//Value Computed by CMake
|
| 182 |
+
CMAKE_PROJECT_SPDX_LICENSE:STATIC=
|
| 183 |
+
|
| 184 |
+
//Path to a program.
|
| 185 |
+
CMAKE_RANLIB:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-ranlib
|
| 186 |
+
|
| 187 |
+
//Path to a program.
|
| 188 |
+
CMAKE_READELF:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-readelf
|
| 189 |
+
|
| 190 |
+
//Flags used by the linker during the creation of shared libraries
|
| 191 |
+
// during all build types.
|
| 192 |
+
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
| 193 |
+
|
| 194 |
+
//Flags used by the linker during the creation of shared libraries
|
| 195 |
+
// during DEBUG builds.
|
| 196 |
+
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
| 197 |
+
|
| 198 |
+
//Flags used by the linker during the creation of shared libraries
|
| 199 |
+
// during MINSIZEREL builds.
|
| 200 |
+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 201 |
+
|
| 202 |
+
//Flags used by the linker during the creation of shared libraries
|
| 203 |
+
// during RELEASE builds.
|
| 204 |
+
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
| 205 |
+
|
| 206 |
+
//Flags used by the linker during the creation of shared libraries
|
| 207 |
+
// during RELWITHDEBINFO builds.
|
| 208 |
+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 209 |
+
|
| 210 |
+
//If set, runtime paths are not added when installing shared libraries,
|
| 211 |
+
// but are added when building.
|
| 212 |
+
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
| 213 |
+
|
| 214 |
+
//If set, runtime paths are not added when using shared libraries.
|
| 215 |
+
CMAKE_SKIP_RPATH:BOOL=NO
|
| 216 |
+
|
| 217 |
+
//Flags used by the archiver during the creation of static libraries
|
| 218 |
+
// during all build types.
|
| 219 |
+
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
| 220 |
+
|
| 221 |
+
//Flags used by the archiver during the creation of static libraries
|
| 222 |
+
// during DEBUG builds.
|
| 223 |
+
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
| 224 |
+
|
| 225 |
+
//Flags used by the archiver during the creation of static libraries
|
| 226 |
+
// during MINSIZEREL builds.
|
| 227 |
+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 228 |
+
|
| 229 |
+
//Flags used by the archiver during the creation of static libraries
|
| 230 |
+
// during RELEASE builds.
|
| 231 |
+
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
| 232 |
+
|
| 233 |
+
//Flags used by the archiver during the creation of static libraries
|
| 234 |
+
// during RELWITHDEBINFO builds.
|
| 235 |
+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 236 |
+
|
| 237 |
+
//Path to a program.
|
| 238 |
+
CMAKE_STRIP:FILEPATH=/usr/bin/strip
|
| 239 |
+
|
| 240 |
+
//Path to a program.
|
| 241 |
+
CMAKE_TAPI:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/tapi
|
| 242 |
+
|
| 243 |
+
//If this value is on, makefiles will be generated without the
|
| 244 |
+
// .SILENT directive, and all commands will be echoed to the console
|
| 245 |
+
// during the make. This is useful for debugging only. With Visual
|
| 246 |
+
// Studio IDE projects all commands are done without /nologo.
|
| 247 |
+
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
| 248 |
+
|
| 249 |
+
//Path to a file.
|
| 250 |
+
EXPAT_INCLUDE_DIR:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
|
| 251 |
+
|
| 252 |
+
//Path to a library.
|
| 253 |
+
EXPAT_LIBRARY:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libexpat.tbd
|
| 254 |
+
|
| 255 |
+
//Eigen include directory
|
| 256 |
+
Eigen3_INCLUDE_DIR:PATH=/opt/homebrew/include/eigen3
|
| 257 |
+
|
| 258 |
+
//Path to a file.
|
| 259 |
+
FREETYPE_INCLUDE_DIR_freetype2:PATH=/opt/homebrew/include/freetype2
|
| 260 |
+
|
| 261 |
+
//Path to a file.
|
| 262 |
+
FREETYPE_INCLUDE_DIR_ft2build:PATH=/opt/homebrew/include/freetype2
|
| 263 |
+
|
| 264 |
+
//Path to a library.
|
| 265 |
+
FREETYPE_LIBRARY_DEBUG:FILEPATH=FREETYPE_LIBRARY_DEBUG-NOTFOUND
|
| 266 |
+
|
| 267 |
+
//Path to a library.
|
| 268 |
+
FREETYPE_LIBRARY_RELEASE:FILEPATH=/opt/homebrew/lib/libfreetype.dylib
|
| 269 |
+
|
| 270 |
+
//Path to a file.
|
| 271 |
+
JPEG_INCLUDE_DIR:PATH=/opt/homebrew/include
|
| 272 |
+
|
| 273 |
+
//Path to a library.
|
| 274 |
+
JPEG_LIBRARY_DEBUG:FILEPATH=JPEG_LIBRARY_DEBUG-NOTFOUND
|
| 275 |
+
|
| 276 |
+
//Path to a library.
|
| 277 |
+
JPEG_LIBRARY_RELEASE:FILEPATH=/opt/homebrew/lib/libjpeg.dylib
|
| 278 |
+
|
| 279 |
+
//lz4 include directory
|
| 280 |
+
LZ4_INCLUDE_DIR:PATH=/opt/homebrew/include
|
| 281 |
+
|
| 282 |
+
//lz4 library
|
| 283 |
+
LZ4_LIBRARY:FILEPATH=/opt/homebrew/lib/liblz4.dylib
|
| 284 |
+
|
| 285 |
+
//lzma include directory
|
| 286 |
+
LZMA_INCLUDE_DIR:PATH=/opt/homebrew/include
|
| 287 |
+
|
| 288 |
+
//lzma library
|
| 289 |
+
LZMA_LIBRARY:FILEPATH=/opt/homebrew/lib/liblzma.dylib
|
| 290 |
+
|
| 291 |
+
//Arguments to supply to pkg-config
|
| 292 |
+
PKG_CONFIG_ARGN:STRING=
|
| 293 |
+
|
| 294 |
+
//pkg-config executable
|
| 295 |
+
PKG_CONFIG_EXECUTABLE:FILEPATH=/opt/homebrew/bin/pkg-config
|
| 296 |
+
|
| 297 |
+
//Path to a library.
|
| 298 |
+
PNG_LIBRARY_DEBUG:FILEPATH=PNG_LIBRARY_DEBUG-NOTFOUND
|
| 299 |
+
|
| 300 |
+
//Path to a library.
|
| 301 |
+
PNG_LIBRARY_RELEASE:FILEPATH=/opt/homebrew/lib/libpng.dylib
|
| 302 |
+
|
| 303 |
+
//Path to a file.
|
| 304 |
+
PNG_PNG_INCLUDE_DIR:PATH=/opt/homebrew/include
|
| 305 |
+
|
| 306 |
+
//Path to a file.
|
| 307 |
+
TIFF_INCLUDE_DIR:PATH=/opt/homebrew/include
|
| 308 |
+
|
| 309 |
+
//Path to a library.
|
| 310 |
+
TIFF_LIBRARY_DEBUG:FILEPATH=TIFF_LIBRARY_DEBUG-NOTFOUND
|
| 311 |
+
|
| 312 |
+
//Path to a library.
|
| 313 |
+
TIFF_LIBRARY_RELEASE:FILEPATH=/opt/homebrew/lib/libtiff.dylib
|
| 314 |
+
|
| 315 |
+
//The directory containing a CMake configuration file for Tiff.
|
| 316 |
+
Tiff_DIR:PATH=Tiff_DIR-NOTFOUND
|
| 317 |
+
|
| 318 |
+
//The directory containing a CMake configuration file for VTK.
|
| 319 |
+
VTK_DIR:PATH=/opt/homebrew/lib/cmake/vtk-9.5
|
| 320 |
+
|
| 321 |
+
//Path to a file.
|
| 322 |
+
ZLIB_INCLUDE_DIR:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
|
| 323 |
+
|
| 324 |
+
//Path to a library.
|
| 325 |
+
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND
|
| 326 |
+
|
| 327 |
+
//Path to a library.
|
| 328 |
+
ZLIB_LIBRARY_RELEASE:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libz.tbd
|
| 329 |
+
|
| 330 |
+
//double-conversion include directory
|
| 331 |
+
double-conversion_INCLUDE_DIR:PATH=/opt/homebrew/include/double-conversion
|
| 332 |
+
|
| 333 |
+
//double-conversion library
|
| 334 |
+
double-conversion_LIBRARY:FILEPATH=/opt/homebrew/lib/libdouble-conversion.dylib
|
| 335 |
+
|
| 336 |
+
//The directory containing a CMake configuration file for freetype.
|
| 337 |
+
freetype_DIR:PATH=freetype_DIR-NOTFOUND
|
| 338 |
+
|
| 339 |
+
//The directory containing a CMake configuration file for nlohmann_json.
|
| 340 |
+
nlohmann_json_DIR:PATH=/opt/homebrew/share/cmake/nlohmann_json
|
| 341 |
+
|
| 342 |
+
//Path to a library.
|
| 343 |
+
pkgcfg_lib_PC_EXPAT_expat:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libexpat.tbd
|
| 344 |
+
|
| 345 |
+
//The directory containing a CMake configuration file for pugixml.
|
| 346 |
+
pugixml_DIR:PATH=/opt/homebrew/lib/cmake/pugixml
|
| 347 |
+
|
| 348 |
+
//utf8cpp include directory
|
| 349 |
+
utf8cpp_INCLUDE_DIR:PATH=/opt/homebrew/include/utf8cpp
|
| 350 |
+
|
| 351 |
+
|
| 352 |
+
########################
|
| 353 |
+
# INTERNAL cache entries
|
| 354 |
+
########################
|
| 355 |
+
|
| 356 |
+
//ADVANCED property for variable: CMAKE_ADDR2LINE
|
| 357 |
+
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
|
| 358 |
+
//ADVANCED property for variable: CMAKE_AR
|
| 359 |
+
CMAKE_AR-ADVANCED:INTERNAL=1
|
| 360 |
+
//This is the directory where this CMakeCache.txt was created
|
| 361 |
+
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build
|
| 362 |
+
//Major version of cmake used to create the current loaded cache
|
| 363 |
+
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
|
| 364 |
+
//Minor version of cmake used to create the current loaded cache
|
| 365 |
+
CMAKE_CACHE_MINOR_VERSION:INTERNAL=2
|
| 366 |
+
//Patch version of cmake used to create the current loaded cache
|
| 367 |
+
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
|
| 368 |
+
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
| 369 |
+
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
| 370 |
+
//Path to CMake executable.
|
| 371 |
+
CMAKE_COMMAND:INTERNAL=/opt/homebrew/bin/cmake
|
| 372 |
+
//Path to cpack program executable.
|
| 373 |
+
CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/bin/cpack
|
| 374 |
+
//Path to ctest program executable.
|
| 375 |
+
CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/bin/ctest
|
| 376 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER
|
| 377 |
+
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
|
| 378 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
| 379 |
+
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
| 380 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS
|
| 381 |
+
CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-ADVANCED:INTERNAL=1
|
| 382 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
| 383 |
+
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
| 384 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
| 385 |
+
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
| 386 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
| 387 |
+
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 388 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
| 389 |
+
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 390 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
| 391 |
+
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 392 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
| 393 |
+
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 394 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER
|
| 395 |
+
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
|
| 396 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
| 397 |
+
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
| 398 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER_CLANG_SCAN_DEPS
|
| 399 |
+
CMAKE_C_COMPILER_CLANG_SCAN_DEPS-ADVANCED:INTERNAL=1
|
| 400 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
| 401 |
+
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
| 402 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS
|
| 403 |
+
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
| 404 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
| 405 |
+
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 406 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
| 407 |
+
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 408 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
| 409 |
+
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 410 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
| 411 |
+
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 412 |
+
//ADVANCED property for variable: CMAKE_DLLTOOL
|
| 413 |
+
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
|
| 414 |
+
//Path to cache edit program executable.
|
| 415 |
+
CMAKE_EDIT_COMMAND:INTERNAL=/opt/homebrew/bin/ccmake
|
| 416 |
+
//Executable file format
|
| 417 |
+
CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO
|
| 418 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
| 419 |
+
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 420 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
| 421 |
+
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 422 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
| 423 |
+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 424 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
| 425 |
+
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 426 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
| 427 |
+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 428 |
+
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
| 429 |
+
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
| 430 |
+
//Name of external makefile project generator.
|
| 431 |
+
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
| 432 |
+
//Name of generator.
|
| 433 |
+
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
|
| 434 |
+
//Generator instance identifier.
|
| 435 |
+
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
| 436 |
+
//Name of generator platform.
|
| 437 |
+
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
| 438 |
+
//Name of generator toolset.
|
| 439 |
+
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
| 440 |
+
//Test CMAKE_HAVE_LIBC_PTHREAD
|
| 441 |
+
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
|
| 442 |
+
//Source directory with the top level CMakeLists.txt file for this
|
| 443 |
+
// project
|
| 444 |
+
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS
|
| 445 |
+
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
|
| 446 |
+
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
|
| 447 |
+
//ADVANCED property for variable: CMAKE_LINKER
|
| 448 |
+
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
| 449 |
+
//Name of CMakeLists files to read
|
| 450 |
+
CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt
|
| 451 |
+
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
|
| 452 |
+
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
|
| 453 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
| 454 |
+
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 455 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
| 456 |
+
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 457 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
| 458 |
+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 459 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
| 460 |
+
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 461 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
| 462 |
+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 463 |
+
//ADVANCED property for variable: CMAKE_NM
|
| 464 |
+
CMAKE_NM-ADVANCED:INTERNAL=1
|
| 465 |
+
//number of local generators
|
| 466 |
+
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
|
| 467 |
+
//ADVANCED property for variable: CMAKE_OBJCOPY
|
| 468 |
+
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
| 469 |
+
//ADVANCED property for variable: CMAKE_OBJDUMP
|
| 470 |
+
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
| 471 |
+
//Platform information initialized
|
| 472 |
+
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
| 473 |
+
//ADVANCED property for variable: CMAKE_RANLIB
|
| 474 |
+
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
| 475 |
+
//ADVANCED property for variable: CMAKE_READELF
|
| 476 |
+
CMAKE_READELF-ADVANCED:INTERNAL=1
|
| 477 |
+
//Path to CMake installation.
|
| 478 |
+
CMAKE_ROOT:INTERNAL=/opt/homebrew/share/cmake
|
| 479 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
| 480 |
+
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 481 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
| 482 |
+
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 483 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
| 484 |
+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 485 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
| 486 |
+
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 487 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
| 488 |
+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 489 |
+
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
| 490 |
+
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
| 491 |
+
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
| 492 |
+
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
| 493 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
| 494 |
+
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 495 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
| 496 |
+
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 497 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
| 498 |
+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 499 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
| 500 |
+
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 501 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
| 502 |
+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 503 |
+
//ADVANCED property for variable: CMAKE_STRIP
|
| 504 |
+
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
| 505 |
+
//ADVANCED property for variable: CMAKE_TAPI
|
| 506 |
+
CMAKE_TAPI-ADVANCED:INTERNAL=1
|
| 507 |
+
//uname command
|
| 508 |
+
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
| 509 |
+
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
| 510 |
+
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
| 511 |
+
//ADVANCED property for variable: EXPAT_INCLUDE_DIR
|
| 512 |
+
EXPAT_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 513 |
+
//ADVANCED property for variable: EXPAT_LIBRARY
|
| 514 |
+
EXPAT_LIBRARY-ADVANCED:INTERNAL=1
|
| 515 |
+
//ADVANCED property for variable: Eigen3_INCLUDE_DIR
|
| 516 |
+
Eigen3_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 517 |
+
//Details about finding EXPAT
|
| 518 |
+
FIND_PACKAGE_MESSAGE_DETAILS_EXPAT:INTERNAL=[/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libexpat.tbd][/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include][v2.7.1(2.5.0)]
|
| 519 |
+
//Details about finding Eigen3
|
| 520 |
+
FIND_PACKAGE_MESSAGE_DETAILS_Eigen3:INTERNAL=[/opt/homebrew/include/eigen3][v..()]
|
| 521 |
+
//Details about finding Freetype
|
| 522 |
+
FIND_PACKAGE_MESSAGE_DETAILS_Freetype:INTERNAL=[/opt/homebrew/lib/libfreetype.dylib][/opt/homebrew/include/freetype2][v2.14.1()]
|
| 523 |
+
//Details about finding JPEG
|
| 524 |
+
FIND_PACKAGE_MESSAGE_DETAILS_JPEG:INTERNAL=[/opt/homebrew/lib/libjpeg.dylib][/opt/homebrew/include][v80()]
|
| 525 |
+
//Details about finding LZ4
|
| 526 |
+
FIND_PACKAGE_MESSAGE_DETAILS_LZ4:INTERNAL=[/opt/homebrew/lib/liblz4.dylib][/opt/homebrew/include][v1.10.0()]
|
| 527 |
+
//Details about finding LZMA
|
| 528 |
+
FIND_PACKAGE_MESSAGE_DETAILS_LZMA:INTERNAL=[/opt/homebrew/lib/liblzma.dylib][/opt/homebrew/include][v5.8.2()]
|
| 529 |
+
//Details about finding PNG
|
| 530 |
+
FIND_PACKAGE_MESSAGE_DETAILS_PNG:INTERNAL=[/opt/homebrew/lib/libpng.dylib][/opt/homebrew/include][v1.6.53()]
|
| 531 |
+
//Details about finding TIFF
|
| 532 |
+
FIND_PACKAGE_MESSAGE_DETAILS_TIFF:INTERNAL=[/opt/homebrew/lib/libtiff.dylib][/opt/homebrew/include][ ][v4.7.1()]
|
| 533 |
+
//Details about finding Threads
|
| 534 |
+
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
|
| 535 |
+
//Details about finding ZLIB
|
| 536 |
+
FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libz.tbd][/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include][ ][v1.2.12()]
|
| 537 |
+
//Details about finding double-conversion
|
| 538 |
+
FIND_PACKAGE_MESSAGE_DETAILS_double-conversion:INTERNAL=[/opt/homebrew/lib/libdouble-conversion.dylib][/opt/homebrew/include/double-conversion][v()]
|
| 539 |
+
//Details about finding nlohmann_json
|
| 540 |
+
FIND_PACKAGE_MESSAGE_DETAILS_nlohmann_json:INTERNAL=[/opt/homebrew/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake][v3.12.0()]
|
| 541 |
+
//Details about finding utf8cpp
|
| 542 |
+
FIND_PACKAGE_MESSAGE_DETAILS_utf8cpp:INTERNAL=[/opt/homebrew/include/utf8cpp][v()]
|
| 543 |
+
//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_freetype2
|
| 544 |
+
FREETYPE_INCLUDE_DIR_freetype2-ADVANCED:INTERNAL=1
|
| 545 |
+
//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_ft2build
|
| 546 |
+
FREETYPE_INCLUDE_DIR_ft2build-ADVANCED:INTERNAL=1
|
| 547 |
+
//ADVANCED property for variable: FREETYPE_LIBRARY_DEBUG
|
| 548 |
+
FREETYPE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 549 |
+
//ADVANCED property for variable: FREETYPE_LIBRARY_RELEASE
|
| 550 |
+
FREETYPE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 551 |
+
//ADVANCED property for variable: JPEG_INCLUDE_DIR
|
| 552 |
+
JPEG_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 553 |
+
//ADVANCED property for variable: JPEG_LIBRARY_DEBUG
|
| 554 |
+
JPEG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 555 |
+
//ADVANCED property for variable: JPEG_LIBRARY_RELEASE
|
| 556 |
+
JPEG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 557 |
+
//ADVANCED property for variable: LZ4_INCLUDE_DIR
|
| 558 |
+
LZ4_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 559 |
+
//ADVANCED property for variable: LZ4_LIBRARY
|
| 560 |
+
LZ4_LIBRARY-ADVANCED:INTERNAL=1
|
| 561 |
+
PC_EXPAT_CFLAGS:INTERNAL=
|
| 562 |
+
PC_EXPAT_CFLAGS_I:INTERNAL=
|
| 563 |
+
PC_EXPAT_CFLAGS_OTHER:INTERNAL=
|
| 564 |
+
PC_EXPAT_FOUND:INTERNAL=1
|
| 565 |
+
PC_EXPAT_INCLUDEDIR:INTERNAL=/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include
|
| 566 |
+
PC_EXPAT_INCLUDE_DIRS:INTERNAL=
|
| 567 |
+
PC_EXPAT_LDFLAGS:INTERNAL=-L/usr/lib;-lexpat
|
| 568 |
+
PC_EXPAT_LDFLAGS_OTHER:INTERNAL=
|
| 569 |
+
PC_EXPAT_LIBDIR:INTERNAL=/usr/lib
|
| 570 |
+
PC_EXPAT_LIBRARIES:INTERNAL=expat
|
| 571 |
+
PC_EXPAT_LIBRARY_DIRS:INTERNAL=/usr/lib
|
| 572 |
+
PC_EXPAT_LIBS:INTERNAL=
|
| 573 |
+
PC_EXPAT_LIBS_L:INTERNAL=
|
| 574 |
+
PC_EXPAT_LIBS_OTHER:INTERNAL=
|
| 575 |
+
PC_EXPAT_LIBS_PATHS:INTERNAL=
|
| 576 |
+
PC_EXPAT_MODULE_NAME:INTERNAL=expat
|
| 577 |
+
PC_EXPAT_PREFIX:INTERNAL=/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr
|
| 578 |
+
PC_EXPAT_STATIC_CFLAGS:INTERNAL=-DXML_STATIC
|
| 579 |
+
PC_EXPAT_STATIC_CFLAGS_I:INTERNAL=
|
| 580 |
+
PC_EXPAT_STATIC_CFLAGS_OTHER:INTERNAL=-DXML_STATIC
|
| 581 |
+
PC_EXPAT_STATIC_INCLUDE_DIRS:INTERNAL=
|
| 582 |
+
PC_EXPAT_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lexpat
|
| 583 |
+
PC_EXPAT_STATIC_LDFLAGS_OTHER:INTERNAL=
|
| 584 |
+
PC_EXPAT_STATIC_LIBDIR:INTERNAL=
|
| 585 |
+
PC_EXPAT_STATIC_LIBRARIES:INTERNAL=expat
|
| 586 |
+
PC_EXPAT_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib
|
| 587 |
+
PC_EXPAT_STATIC_LIBS:INTERNAL=
|
| 588 |
+
PC_EXPAT_STATIC_LIBS_L:INTERNAL=
|
| 589 |
+
PC_EXPAT_STATIC_LIBS_OTHER:INTERNAL=
|
| 590 |
+
PC_EXPAT_STATIC_LIBS_PATHS:INTERNAL=
|
| 591 |
+
PC_EXPAT_VERSION:INTERNAL=2.7.1
|
| 592 |
+
PC_EXPAT_expat_INCLUDEDIR:INTERNAL=
|
| 593 |
+
PC_EXPAT_expat_LIBDIR:INTERNAL=
|
| 594 |
+
PC_EXPAT_expat_PREFIX:INTERNAL=
|
| 595 |
+
PC_EXPAT_expat_VERSION:INTERNAL=
|
| 596 |
+
//ADVANCED property for variable: PKG_CONFIG_ARGN
|
| 597 |
+
PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
|
| 598 |
+
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
|
| 599 |
+
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
|
| 600 |
+
//ADVANCED property for variable: PNG_LIBRARY_DEBUG
|
| 601 |
+
PNG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 602 |
+
//ADVANCED property for variable: PNG_LIBRARY_RELEASE
|
| 603 |
+
PNG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 604 |
+
//ADVANCED property for variable: PNG_PNG_INCLUDE_DIR
|
| 605 |
+
PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 606 |
+
//ADVANCED property for variable: TIFF_INCLUDE_DIR
|
| 607 |
+
TIFF_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 608 |
+
//ADVANCED property for variable: TIFF_LIBRARY_DEBUG
|
| 609 |
+
TIFF_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 610 |
+
//ADVANCED property for variable: TIFF_LIBRARY_RELEASE
|
| 611 |
+
TIFF_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 612 |
+
//Number of processors available to run parallel tests.
|
| 613 |
+
VTK_MPI_NUMPROCS:INTERNAL=2
|
| 614 |
+
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
|
| 615 |
+
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 616 |
+
//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG
|
| 617 |
+
ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 618 |
+
//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE
|
| 619 |
+
ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 620 |
+
__pkg_config_arguments_PC_EXPAT:INTERNAL=QUIET;expat
|
| 621 |
+
__pkg_config_checked_PC_EXPAT:INTERNAL=1
|
| 622 |
+
//ADVANCED property for variable: double-conversion_INCLUDE_DIR
|
| 623 |
+
double-conversion_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 624 |
+
//ADVANCED property for variable: double-conversion_LIBRARY
|
| 625 |
+
double-conversion_LIBRARY-ADVANCED:INTERNAL=1
|
| 626 |
+
//ADVANCED property for variable: pkgcfg_lib_PC_EXPAT_expat
|
| 627 |
+
pkgcfg_lib_PC_EXPAT_expat-ADVANCED:INTERNAL=1
|
| 628 |
+
prefix_result:INTERNAL=/usr/lib
|
| 629 |
+
//ADVANCED property for variable: utf8cpp_INCLUDE_DIR
|
| 630 |
+
utf8cpp_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 631 |
+
|
main/argon-bubble/GS/build/CMakeFiles/4.2.0/CMakeCCompiler.cmake
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_C_COMPILER "/opt/homebrew/opt/llvm/bin/clang")
|
| 2 |
+
set(CMAKE_C_COMPILER_ARG1 "")
|
| 3 |
+
set(CMAKE_C_COMPILER_ID "Clang")
|
| 4 |
+
set(CMAKE_C_COMPILER_VERSION "21.1.8")
|
| 5 |
+
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
| 6 |
+
set(CMAKE_C_COMPILER_WRAPPER "")
|
| 7 |
+
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
|
| 8 |
+
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
| 9 |
+
set(CMAKE_C_STANDARD_LATEST "23")
|
| 10 |
+
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
|
| 11 |
+
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
| 12 |
+
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
| 13 |
+
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
| 14 |
+
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
|
| 15 |
+
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
|
| 16 |
+
|
| 17 |
+
set(CMAKE_C_PLATFORM_ID "Darwin")
|
| 18 |
+
set(CMAKE_C_SIMULATE_ID "")
|
| 19 |
+
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
|
| 20 |
+
set(CMAKE_C_COMPILER_APPLE_SYSROOT "/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk")
|
| 21 |
+
set(CMAKE_C_SIMULATE_VERSION "")
|
| 22 |
+
set(CMAKE_C_COMPILER_ARCHITECTURE_ID "arm64")
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
set(CMAKE_AR "/usr/bin/ar")
|
| 27 |
+
set(CMAKE_C_COMPILER_AR "/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ar")
|
| 28 |
+
set(CMAKE_RANLIB "/opt/homebrew/opt/llvm/bin/llvm-ranlib")
|
| 29 |
+
set(CMAKE_C_COMPILER_RANLIB "/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ranlib")
|
| 30 |
+
set(CMAKE_LINKER "/usr/bin/ld")
|
| 31 |
+
set(CMAKE_LINKER_LINK "")
|
| 32 |
+
set(CMAKE_LINKER_LLD "")
|
| 33 |
+
set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld")
|
| 34 |
+
set(CMAKE_C_COMPILER_LINKER_ID "AppleClang")
|
| 35 |
+
set(CMAKE_C_COMPILER_LINKER_VERSION 1230.1)
|
| 36 |
+
set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU)
|
| 37 |
+
set(CMAKE_MT "")
|
| 38 |
+
set(CMAKE_TAPI "/Library/Developer/CommandLineTools/usr/bin/tapi")
|
| 39 |
+
set(CMAKE_COMPILER_IS_GNUCC )
|
| 40 |
+
set(CMAKE_C_COMPILER_LOADED 1)
|
| 41 |
+
set(CMAKE_C_COMPILER_WORKS TRUE)
|
| 42 |
+
set(CMAKE_C_ABI_COMPILED TRUE)
|
| 43 |
+
|
| 44 |
+
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
| 45 |
+
|
| 46 |
+
set(CMAKE_C_COMPILER_ID_RUN 1)
|
| 47 |
+
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
| 48 |
+
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
| 49 |
+
set(CMAKE_C_LINKER_PREFERENCE 10)
|
| 50 |
+
set(CMAKE_C_LINKER_DEPFILE_SUPPORTED )
|
| 51 |
+
set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED )
|
| 52 |
+
set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED )
|
| 53 |
+
|
| 54 |
+
# Save compiler ABI information.
|
| 55 |
+
set(CMAKE_C_SIZEOF_DATA_PTR "8")
|
| 56 |
+
set(CMAKE_C_COMPILER_ABI "")
|
| 57 |
+
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
| 58 |
+
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
|
| 59 |
+
|
| 60 |
+
if(CMAKE_C_SIZEOF_DATA_PTR)
|
| 61 |
+
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
| 62 |
+
endif()
|
| 63 |
+
|
| 64 |
+
if(CMAKE_C_COMPILER_ABI)
|
| 65 |
+
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
| 66 |
+
endif()
|
| 67 |
+
|
| 68 |
+
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
| 69 |
+
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
| 70 |
+
endif()
|
| 71 |
+
|
| 72 |
+
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
| 73 |
+
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
| 74 |
+
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
| 75 |
+
endif()
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include;/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include")
|
| 82 |
+
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
|
| 83 |
+
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/lib/swift")
|
| 84 |
+
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/System/Library/Frameworks")
|
main/argon-bubble/GS/build/CMakeFiles/4.2.0/CMakeCXXCompiler.cmake
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_CXX_COMPILER "/opt/homebrew/opt/llvm/bin/clang++")
|
| 2 |
+
set(CMAKE_CXX_COMPILER_ARG1 "")
|
| 3 |
+
set(CMAKE_CXX_COMPILER_ID "Clang")
|
| 4 |
+
set(CMAKE_CXX_COMPILER_VERSION "21.1.8")
|
| 5 |
+
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
| 6 |
+
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
| 7 |
+
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17")
|
| 8 |
+
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
| 9 |
+
set(CMAKE_CXX_STANDARD_LATEST "26")
|
| 10 |
+
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26")
|
| 11 |
+
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
| 12 |
+
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
| 13 |
+
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
| 14 |
+
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
| 15 |
+
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
|
| 16 |
+
set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
|
| 17 |
+
set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26")
|
| 18 |
+
|
| 19 |
+
set(CMAKE_CXX_PLATFORM_ID "Darwin")
|
| 20 |
+
set(CMAKE_CXX_SIMULATE_ID "")
|
| 21 |
+
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
|
| 22 |
+
set(CMAKE_CXX_COMPILER_APPLE_SYSROOT "/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk")
|
| 23 |
+
set(CMAKE_CXX_SIMULATE_VERSION "")
|
| 24 |
+
set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID "arm64")
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
set(CMAKE_AR "/usr/bin/ar")
|
| 29 |
+
set(CMAKE_CXX_COMPILER_AR "/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ar")
|
| 30 |
+
set(CMAKE_RANLIB "/opt/homebrew/opt/llvm/bin/llvm-ranlib")
|
| 31 |
+
set(CMAKE_CXX_COMPILER_RANLIB "/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ranlib")
|
| 32 |
+
set(CMAKE_LINKER "/usr/bin/ld")
|
| 33 |
+
set(CMAKE_LINKER_LINK "")
|
| 34 |
+
set(CMAKE_LINKER_LLD "")
|
| 35 |
+
set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld")
|
| 36 |
+
set(CMAKE_CXX_COMPILER_LINKER_ID "AppleClang")
|
| 37 |
+
set(CMAKE_CXX_COMPILER_LINKER_VERSION 1230.1)
|
| 38 |
+
set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU)
|
| 39 |
+
set(CMAKE_MT "")
|
| 40 |
+
set(CMAKE_TAPI "/Library/Developer/CommandLineTools/usr/bin/tapi")
|
| 41 |
+
set(CMAKE_COMPILER_IS_GNUCXX )
|
| 42 |
+
set(CMAKE_CXX_COMPILER_LOADED 1)
|
| 43 |
+
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
| 44 |
+
set(CMAKE_CXX_ABI_COMPILED TRUE)
|
| 45 |
+
|
| 46 |
+
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
| 47 |
+
|
| 48 |
+
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
| 49 |
+
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m)
|
| 50 |
+
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
| 51 |
+
|
| 52 |
+
foreach (lang IN ITEMS C OBJC OBJCXX)
|
| 53 |
+
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
| 54 |
+
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
| 55 |
+
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
| 56 |
+
endforeach()
|
| 57 |
+
endif()
|
| 58 |
+
endforeach()
|
| 59 |
+
|
| 60 |
+
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
| 61 |
+
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
| 62 |
+
set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED )
|
| 63 |
+
set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED )
|
| 64 |
+
set(CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED )
|
| 65 |
+
|
| 66 |
+
# Save compiler ABI information.
|
| 67 |
+
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
|
| 68 |
+
set(CMAKE_CXX_COMPILER_ABI "")
|
| 69 |
+
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
| 70 |
+
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
|
| 71 |
+
|
| 72 |
+
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
| 73 |
+
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
| 74 |
+
endif()
|
| 75 |
+
|
| 76 |
+
if(CMAKE_CXX_COMPILER_ABI)
|
| 77 |
+
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
| 78 |
+
endif()
|
| 79 |
+
|
| 80 |
+
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
| 81 |
+
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
| 82 |
+
endif()
|
| 83 |
+
|
| 84 |
+
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
| 85 |
+
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
| 86 |
+
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
| 87 |
+
endif()
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/opt/homebrew/Cellar/llvm/21.1.8/include/c++/v1;/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include;/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include")
|
| 94 |
+
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++")
|
| 95 |
+
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/lib/swift")
|
| 96 |
+
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/System/Library/Frameworks")
|
| 97 |
+
set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21")
|
| 98 |
+
|
| 99 |
+
set(CMAKE_CXX_COMPILER_IMPORT_STD "")
|
| 100 |
+
### Imported target for C++23 standard library
|
| 101 |
+
set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles")
|
| 102 |
+
|
| 103 |
+
|
| 104 |
+
### Imported target for C++26 standard library
|
| 105 |
+
set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles")
|
| 106 |
+
|
| 107 |
+
|
| 108 |
+
|
main/argon-bubble/GS/build/CMakeFiles/4.2.0/CMakeDetermineCompilerABI_C.bin
ADDED
|
Binary file (33.6 kB). View file
|
|
|
main/argon-bubble/GS/build/CMakeFiles/4.2.0/CMakeDetermineCompilerABI_CXX.bin
ADDED
|
Binary file (33.6 kB). View file
|
|
|
main/argon-bubble/GS/build/CMakeFiles/4.2.0/CMakeSystem.cmake
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_HOST_SYSTEM "Darwin-25.2.0")
|
| 2 |
+
set(CMAKE_HOST_SYSTEM_NAME "Darwin")
|
| 3 |
+
set(CMAKE_HOST_SYSTEM_VERSION "25.2.0")
|
| 4 |
+
set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64")
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
set(CMAKE_SYSTEM "Darwin-25.2.0")
|
| 9 |
+
set(CMAKE_SYSTEM_NAME "Darwin")
|
| 10 |
+
set(CMAKE_SYSTEM_VERSION "25.2.0")
|
| 11 |
+
set(CMAKE_SYSTEM_PROCESSOR "arm64")
|
| 12 |
+
|
| 13 |
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
| 14 |
+
|
| 15 |
+
set(CMAKE_SYSTEM_LOADED 1)
|
main/argon-bubble/GS/build/CMakeFiles/4.2.0/CompilerIdC/CMakeCCompilerId.c
ADDED
|
@@ -0,0 +1,934 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#ifdef __cplusplus
|
| 2 |
+
# error "A C++ compiler has been selected for C."
|
| 3 |
+
#endif
|
| 4 |
+
|
| 5 |
+
#if defined(__18CXX)
|
| 6 |
+
# define ID_VOID_MAIN
|
| 7 |
+
#endif
|
| 8 |
+
#if defined(__CLASSIC_C__)
|
| 9 |
+
/* cv-qualifiers did not exist in K&R C */
|
| 10 |
+
# define const
|
| 11 |
+
# define volatile
|
| 12 |
+
#endif
|
| 13 |
+
|
| 14 |
+
#if !defined(__has_include)
|
| 15 |
+
/* If the compiler does not have __has_include, pretend the answer is
|
| 16 |
+
always no. */
|
| 17 |
+
# define __has_include(x) 0
|
| 18 |
+
#endif
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
/* Version number components: V=Version, R=Revision, P=Patch
|
| 22 |
+
Version date components: YYYY=Year, MM=Month, DD=Day */
|
| 23 |
+
|
| 24 |
+
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
| 25 |
+
# define COMPILER_ID "Intel"
|
| 26 |
+
# if defined(_MSC_VER)
|
| 27 |
+
# define SIMULATE_ID "MSVC"
|
| 28 |
+
# endif
|
| 29 |
+
# if defined(__GNUC__)
|
| 30 |
+
# define SIMULATE_ID "GNU"
|
| 31 |
+
# endif
|
| 32 |
+
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
| 33 |
+
except that a few beta releases use the old format with V=2021. */
|
| 34 |
+
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
| 35 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
| 36 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
| 37 |
+
# if defined(__INTEL_COMPILER_UPDATE)
|
| 38 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
| 39 |
+
# else
|
| 40 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
| 41 |
+
# endif
|
| 42 |
+
# else
|
| 43 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
| 44 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
| 45 |
+
/* The third version component from --version is an update index,
|
| 46 |
+
but no macro is provided for it. */
|
| 47 |
+
# define COMPILER_VERSION_PATCH DEC(0)
|
| 48 |
+
# endif
|
| 49 |
+
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
| 50 |
+
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
| 51 |
+
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
| 52 |
+
# endif
|
| 53 |
+
# if defined(_MSC_VER)
|
| 54 |
+
/* _MSC_VER = VVRR */
|
| 55 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 56 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 57 |
+
# endif
|
| 58 |
+
# if defined(__GNUC__)
|
| 59 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 60 |
+
# elif defined(__GNUG__)
|
| 61 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 62 |
+
# endif
|
| 63 |
+
# if defined(__GNUC_MINOR__)
|
| 64 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 65 |
+
# endif
|
| 66 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 67 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 68 |
+
# endif
|
| 69 |
+
|
| 70 |
+
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
| 71 |
+
# define COMPILER_ID "IntelLLVM"
|
| 72 |
+
#if defined(_MSC_VER)
|
| 73 |
+
# define SIMULATE_ID "MSVC"
|
| 74 |
+
#endif
|
| 75 |
+
#if defined(__GNUC__)
|
| 76 |
+
# define SIMULATE_ID "GNU"
|
| 77 |
+
#endif
|
| 78 |
+
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
| 79 |
+
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
| 80 |
+
* VVVV is no smaller than the current year when a version is released.
|
| 81 |
+
*/
|
| 82 |
+
#if __INTEL_LLVM_COMPILER < 1000000L
|
| 83 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
| 84 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
| 85 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
| 86 |
+
#else
|
| 87 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
| 88 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
| 89 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
| 90 |
+
#endif
|
| 91 |
+
#if defined(_MSC_VER)
|
| 92 |
+
/* _MSC_VER = VVRR */
|
| 93 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 94 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 95 |
+
#endif
|
| 96 |
+
#if defined(__GNUC__)
|
| 97 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 98 |
+
#elif defined(__GNUG__)
|
| 99 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 100 |
+
#endif
|
| 101 |
+
#if defined(__GNUC_MINOR__)
|
| 102 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 103 |
+
#endif
|
| 104 |
+
#if defined(__GNUC_PATCHLEVEL__)
|
| 105 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 106 |
+
#endif
|
| 107 |
+
|
| 108 |
+
#elif defined(__PATHCC__)
|
| 109 |
+
# define COMPILER_ID "PathScale"
|
| 110 |
+
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
| 111 |
+
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
| 112 |
+
# if defined(__PATHCC_PATCHLEVEL__)
|
| 113 |
+
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
| 114 |
+
# endif
|
| 115 |
+
|
| 116 |
+
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
| 117 |
+
# define COMPILER_ID "Embarcadero"
|
| 118 |
+
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
| 119 |
+
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
| 120 |
+
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
| 121 |
+
|
| 122 |
+
#elif defined(__BORLANDC__)
|
| 123 |
+
# define COMPILER_ID "Borland"
|
| 124 |
+
/* __BORLANDC__ = 0xVRR */
|
| 125 |
+
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
| 126 |
+
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
| 127 |
+
|
| 128 |
+
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
| 129 |
+
# define COMPILER_ID "Watcom"
|
| 130 |
+
/* __WATCOMC__ = VVRR */
|
| 131 |
+
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
| 132 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 133 |
+
# if (__WATCOMC__ % 10) > 0
|
| 134 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 135 |
+
# endif
|
| 136 |
+
|
| 137 |
+
#elif defined(__WATCOMC__)
|
| 138 |
+
# define COMPILER_ID "OpenWatcom"
|
| 139 |
+
/* __WATCOMC__ = VVRP + 1100 */
|
| 140 |
+
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
| 141 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 142 |
+
# if (__WATCOMC__ % 10) > 0
|
| 143 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 144 |
+
# endif
|
| 145 |
+
|
| 146 |
+
#elif defined(__SUNPRO_C)
|
| 147 |
+
# define COMPILER_ID "SunPro"
|
| 148 |
+
# if __SUNPRO_C >= 0x5100
|
| 149 |
+
/* __SUNPRO_C = 0xVRRP */
|
| 150 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
|
| 151 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
|
| 152 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
| 153 |
+
# else
|
| 154 |
+
/* __SUNPRO_CC = 0xVRP */
|
| 155 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
|
| 156 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
|
| 157 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
| 158 |
+
# endif
|
| 159 |
+
|
| 160 |
+
#elif defined(__HP_cc)
|
| 161 |
+
# define COMPILER_ID "HP"
|
| 162 |
+
/* __HP_cc = VVRRPP */
|
| 163 |
+
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
|
| 164 |
+
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
|
| 165 |
+
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
|
| 166 |
+
|
| 167 |
+
#elif defined(__DECC)
|
| 168 |
+
# define COMPILER_ID "Compaq"
|
| 169 |
+
/* __DECC_VER = VVRRTPPPP */
|
| 170 |
+
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
|
| 171 |
+
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
|
| 172 |
+
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
|
| 173 |
+
|
| 174 |
+
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
|
| 175 |
+
# define COMPILER_ID "zOS"
|
| 176 |
+
/* __IBMC__ = VRP */
|
| 177 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
| 178 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
| 179 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
| 180 |
+
|
| 181 |
+
#elif defined(__open_xl__) && defined(__clang__)
|
| 182 |
+
# define COMPILER_ID "IBMClang"
|
| 183 |
+
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
| 184 |
+
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
| 185 |
+
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
| 186 |
+
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
| 187 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 188 |
+
|
| 189 |
+
|
| 190 |
+
#elif defined(__ibmxl__) && defined(__clang__)
|
| 191 |
+
# define COMPILER_ID "XLClang"
|
| 192 |
+
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
| 193 |
+
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
| 194 |
+
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
| 195 |
+
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
| 199 |
+
# define COMPILER_ID "XL"
|
| 200 |
+
/* __IBMC__ = VRP */
|
| 201 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
| 202 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
| 203 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
| 204 |
+
|
| 205 |
+
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
| 206 |
+
# define COMPILER_ID "VisualAge"
|
| 207 |
+
/* __IBMC__ = VRP */
|
| 208 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
| 209 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
| 210 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
| 211 |
+
|
| 212 |
+
#elif defined(__NVCOMPILER)
|
| 213 |
+
# define COMPILER_ID "NVHPC"
|
| 214 |
+
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
| 215 |
+
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
| 216 |
+
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
| 217 |
+
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
| 218 |
+
# endif
|
| 219 |
+
|
| 220 |
+
#elif defined(__PGI)
|
| 221 |
+
# define COMPILER_ID "PGI"
|
| 222 |
+
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
| 223 |
+
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
| 224 |
+
# if defined(__PGIC_PATCHLEVEL__)
|
| 225 |
+
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
| 226 |
+
# endif
|
| 227 |
+
|
| 228 |
+
#elif defined(__clang__) && defined(__cray__)
|
| 229 |
+
# define COMPILER_ID "CrayClang"
|
| 230 |
+
# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
|
| 231 |
+
# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
|
| 232 |
+
# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
|
| 233 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 234 |
+
|
| 235 |
+
|
| 236 |
+
#elif defined(_CRAYC)
|
| 237 |
+
# define COMPILER_ID "Cray"
|
| 238 |
+
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
| 239 |
+
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
| 240 |
+
|
| 241 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 242 |
+
# define COMPILER_ID "TI"
|
| 243 |
+
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
| 244 |
+
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
| 245 |
+
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
| 246 |
+
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
| 247 |
+
|
| 248 |
+
#elif defined(__CLANG_FUJITSU)
|
| 249 |
+
# define COMPILER_ID "FujitsuClang"
|
| 250 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 251 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 252 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 253 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 254 |
+
|
| 255 |
+
|
| 256 |
+
#elif defined(__FUJITSU)
|
| 257 |
+
# define COMPILER_ID "Fujitsu"
|
| 258 |
+
# if defined(__FCC_version__)
|
| 259 |
+
# define COMPILER_VERSION __FCC_version__
|
| 260 |
+
# elif defined(__FCC_major__)
|
| 261 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 262 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 263 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 264 |
+
# endif
|
| 265 |
+
# if defined(__fcc_version)
|
| 266 |
+
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
| 267 |
+
# elif defined(__FCC_VERSION)
|
| 268 |
+
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
| 269 |
+
# endif
|
| 270 |
+
|
| 271 |
+
|
| 272 |
+
#elif defined(__ghs__)
|
| 273 |
+
# define COMPILER_ID "GHS"
|
| 274 |
+
/* __GHS_VERSION_NUMBER = VVVVRP */
|
| 275 |
+
# ifdef __GHS_VERSION_NUMBER
|
| 276 |
+
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
| 277 |
+
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
| 278 |
+
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
| 279 |
+
# endif
|
| 280 |
+
|
| 281 |
+
#elif defined(__TASKING__)
|
| 282 |
+
# define COMPILER_ID "Tasking"
|
| 283 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
| 284 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
| 285 |
+
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
| 286 |
+
|
| 287 |
+
#elif defined(__ORANGEC__)
|
| 288 |
+
# define COMPILER_ID "OrangeC"
|
| 289 |
+
# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
|
| 290 |
+
# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
|
| 291 |
+
# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
|
| 292 |
+
|
| 293 |
+
#elif defined(__RENESAS__)
|
| 294 |
+
# define COMPILER_ID "Renesas"
|
| 295 |
+
/* __RENESAS_VERSION__ = 0xVVRRPP00 */
|
| 296 |
+
# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF)
|
| 297 |
+
# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF)
|
| 298 |
+
# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF)
|
| 299 |
+
|
| 300 |
+
#elif defined(__TINYC__)
|
| 301 |
+
# define COMPILER_ID "TinyCC"
|
| 302 |
+
|
| 303 |
+
#elif defined(__BCC__)
|
| 304 |
+
# define COMPILER_ID "Bruce"
|
| 305 |
+
|
| 306 |
+
#elif defined(__SCO_VERSION__)
|
| 307 |
+
# define COMPILER_ID "SCO"
|
| 308 |
+
|
| 309 |
+
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
| 310 |
+
# define COMPILER_ID "ARMCC"
|
| 311 |
+
#if __ARMCC_VERSION >= 1000000
|
| 312 |
+
/* __ARMCC_VERSION = VRRPPPP */
|
| 313 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
| 314 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
| 315 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 316 |
+
#else
|
| 317 |
+
/* __ARMCC_VERSION = VRPPPP */
|
| 318 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
| 319 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
| 320 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 321 |
+
#endif
|
| 322 |
+
|
| 323 |
+
|
| 324 |
+
#elif defined(__clang__) && defined(__apple_build_version__)
|
| 325 |
+
# define COMPILER_ID "AppleClang"
|
| 326 |
+
# if defined(_MSC_VER)
|
| 327 |
+
# define SIMULATE_ID "MSVC"
|
| 328 |
+
# endif
|
| 329 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 330 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 331 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 332 |
+
# if defined(_MSC_VER)
|
| 333 |
+
/* _MSC_VER = VVRR */
|
| 334 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 335 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 336 |
+
# endif
|
| 337 |
+
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
| 338 |
+
|
| 339 |
+
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
| 340 |
+
# define COMPILER_ID "ARMClang"
|
| 341 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
| 342 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
| 343 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
|
| 344 |
+
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
| 345 |
+
|
| 346 |
+
#elif defined(__clang__) && defined(__ti__)
|
| 347 |
+
# define COMPILER_ID "TIClang"
|
| 348 |
+
# define COMPILER_VERSION_MAJOR DEC(__ti_major__)
|
| 349 |
+
# define COMPILER_VERSION_MINOR DEC(__ti_minor__)
|
| 350 |
+
# define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__)
|
| 351 |
+
# define COMPILER_VERSION_INTERNAL DEC(__ti_version__)
|
| 352 |
+
|
| 353 |
+
#elif defined(__clang__)
|
| 354 |
+
# define COMPILER_ID "Clang"
|
| 355 |
+
# if defined(_MSC_VER)
|
| 356 |
+
# define SIMULATE_ID "MSVC"
|
| 357 |
+
# endif
|
| 358 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 359 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 360 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 361 |
+
# if defined(_MSC_VER)
|
| 362 |
+
/* _MSC_VER = VVRR */
|
| 363 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 364 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 365 |
+
# endif
|
| 366 |
+
|
| 367 |
+
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
| 368 |
+
# define COMPILER_ID "LCC"
|
| 369 |
+
# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100)
|
| 370 |
+
# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100)
|
| 371 |
+
# if defined(__LCC_MINOR__)
|
| 372 |
+
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
| 373 |
+
# endif
|
| 374 |
+
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
| 375 |
+
# define SIMULATE_ID "GNU"
|
| 376 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 377 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 378 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 379 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 380 |
+
# endif
|
| 381 |
+
# endif
|
| 382 |
+
|
| 383 |
+
#elif defined(__GNUC__)
|
| 384 |
+
# define COMPILER_ID "GNU"
|
| 385 |
+
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
| 386 |
+
# if defined(__GNUC_MINOR__)
|
| 387 |
+
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 388 |
+
# endif
|
| 389 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 390 |
+
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 391 |
+
# endif
|
| 392 |
+
|
| 393 |
+
#elif defined(_MSC_VER)
|
| 394 |
+
# define COMPILER_ID "MSVC"
|
| 395 |
+
/* _MSC_VER = VVRR */
|
| 396 |
+
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 397 |
+
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 398 |
+
# if defined(_MSC_FULL_VER)
|
| 399 |
+
# if _MSC_VER >= 1400
|
| 400 |
+
/* _MSC_FULL_VER = VVRRPPPPP */
|
| 401 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
| 402 |
+
# else
|
| 403 |
+
/* _MSC_FULL_VER = VVRRPPPP */
|
| 404 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
| 405 |
+
# endif
|
| 406 |
+
# endif
|
| 407 |
+
# if defined(_MSC_BUILD)
|
| 408 |
+
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
| 409 |
+
# endif
|
| 410 |
+
|
| 411 |
+
#elif defined(_ADI_COMPILER)
|
| 412 |
+
# define COMPILER_ID "ADSP"
|
| 413 |
+
#if defined(__VERSIONNUM__)
|
| 414 |
+
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
| 415 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
| 416 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
| 417 |
+
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
| 418 |
+
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
| 419 |
+
#endif
|
| 420 |
+
|
| 421 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 422 |
+
# define COMPILER_ID "IAR"
|
| 423 |
+
# if defined(__VER__) && defined(__ICCARM__)
|
| 424 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
| 425 |
+
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
| 426 |
+
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
| 427 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 428 |
+
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
| 429 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
| 430 |
+
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
| 431 |
+
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
| 432 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 433 |
+
# endif
|
| 434 |
+
|
| 435 |
+
#elif defined(__DCC__) && defined(_DIAB_TOOL)
|
| 436 |
+
# define COMPILER_ID "Diab"
|
| 437 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__)
|
| 438 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__)
|
| 439 |
+
# define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__)
|
| 440 |
+
# define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__)
|
| 441 |
+
|
| 442 |
+
|
| 443 |
+
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
|
| 444 |
+
# define COMPILER_ID "SDCC"
|
| 445 |
+
# if defined(__SDCC_VERSION_MAJOR)
|
| 446 |
+
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
|
| 447 |
+
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
|
| 448 |
+
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
|
| 449 |
+
# else
|
| 450 |
+
/* SDCC = VRP */
|
| 451 |
+
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
|
| 452 |
+
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
|
| 453 |
+
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
|
| 454 |
+
# endif
|
| 455 |
+
|
| 456 |
+
|
| 457 |
+
/* These compilers are either not known or too old to define an
|
| 458 |
+
identification macro. Try to identify the platform and guess that
|
| 459 |
+
it is the native compiler. */
|
| 460 |
+
#elif defined(__hpux) || defined(__hpua)
|
| 461 |
+
# define COMPILER_ID "HP"
|
| 462 |
+
|
| 463 |
+
#else /* unknown compiler */
|
| 464 |
+
# define COMPILER_ID ""
|
| 465 |
+
#endif
|
| 466 |
+
|
| 467 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 468 |
+
getting matched. Store it in a pointer rather than an array
|
| 469 |
+
because some compilers will just produce instructions to fill the
|
| 470 |
+
array rather than assigning a pointer to a static array. */
|
| 471 |
+
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
| 472 |
+
#ifdef SIMULATE_ID
|
| 473 |
+
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
| 474 |
+
#endif
|
| 475 |
+
|
| 476 |
+
#ifdef __QNXNTO__
|
| 477 |
+
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
| 478 |
+
#endif
|
| 479 |
+
|
| 480 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 481 |
+
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
| 482 |
+
#endif
|
| 483 |
+
|
| 484 |
+
#define STRINGIFY_HELPER(X) #X
|
| 485 |
+
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
| 486 |
+
|
| 487 |
+
/* Identify known platforms by name. */
|
| 488 |
+
#if defined(__linux) || defined(__linux__) || defined(linux)
|
| 489 |
+
# define PLATFORM_ID "Linux"
|
| 490 |
+
|
| 491 |
+
#elif defined(__MSYS__)
|
| 492 |
+
# define PLATFORM_ID "MSYS"
|
| 493 |
+
|
| 494 |
+
#elif defined(__CYGWIN__)
|
| 495 |
+
# define PLATFORM_ID "Cygwin"
|
| 496 |
+
|
| 497 |
+
#elif defined(__MINGW32__)
|
| 498 |
+
# define PLATFORM_ID "MinGW"
|
| 499 |
+
|
| 500 |
+
#elif defined(__APPLE__)
|
| 501 |
+
# define PLATFORM_ID "Darwin"
|
| 502 |
+
|
| 503 |
+
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
| 504 |
+
# define PLATFORM_ID "Windows"
|
| 505 |
+
|
| 506 |
+
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
| 507 |
+
# define PLATFORM_ID "FreeBSD"
|
| 508 |
+
|
| 509 |
+
#elif defined(__NetBSD__) || defined(__NetBSD)
|
| 510 |
+
# define PLATFORM_ID "NetBSD"
|
| 511 |
+
|
| 512 |
+
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
| 513 |
+
# define PLATFORM_ID "OpenBSD"
|
| 514 |
+
|
| 515 |
+
#elif defined(__sun) || defined(sun)
|
| 516 |
+
# define PLATFORM_ID "SunOS"
|
| 517 |
+
|
| 518 |
+
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
| 519 |
+
# define PLATFORM_ID "AIX"
|
| 520 |
+
|
| 521 |
+
#elif defined(__hpux) || defined(__hpux__)
|
| 522 |
+
# define PLATFORM_ID "HP-UX"
|
| 523 |
+
|
| 524 |
+
#elif defined(__HAIKU__)
|
| 525 |
+
# define PLATFORM_ID "Haiku"
|
| 526 |
+
|
| 527 |
+
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
| 528 |
+
# define PLATFORM_ID "BeOS"
|
| 529 |
+
|
| 530 |
+
#elif defined(__QNX__) || defined(__QNXNTO__)
|
| 531 |
+
# define PLATFORM_ID "QNX"
|
| 532 |
+
|
| 533 |
+
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
| 534 |
+
# define PLATFORM_ID "Tru64"
|
| 535 |
+
|
| 536 |
+
#elif defined(__riscos) || defined(__riscos__)
|
| 537 |
+
# define PLATFORM_ID "RISCos"
|
| 538 |
+
|
| 539 |
+
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
| 540 |
+
# define PLATFORM_ID "SINIX"
|
| 541 |
+
|
| 542 |
+
#elif defined(__UNIX_SV__)
|
| 543 |
+
# define PLATFORM_ID "UNIX_SV"
|
| 544 |
+
|
| 545 |
+
#elif defined(__bsdos__)
|
| 546 |
+
# define PLATFORM_ID "BSDOS"
|
| 547 |
+
|
| 548 |
+
#elif defined(_MPRAS) || defined(MPRAS)
|
| 549 |
+
# define PLATFORM_ID "MP-RAS"
|
| 550 |
+
|
| 551 |
+
#elif defined(__osf) || defined(__osf__)
|
| 552 |
+
# define PLATFORM_ID "OSF1"
|
| 553 |
+
|
| 554 |
+
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
| 555 |
+
# define PLATFORM_ID "SCO_SV"
|
| 556 |
+
|
| 557 |
+
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
| 558 |
+
# define PLATFORM_ID "ULTRIX"
|
| 559 |
+
|
| 560 |
+
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
| 561 |
+
# define PLATFORM_ID "Xenix"
|
| 562 |
+
|
| 563 |
+
#elif defined(__WATCOMC__)
|
| 564 |
+
# if defined(__LINUX__)
|
| 565 |
+
# define PLATFORM_ID "Linux"
|
| 566 |
+
|
| 567 |
+
# elif defined(__DOS__)
|
| 568 |
+
# define PLATFORM_ID "DOS"
|
| 569 |
+
|
| 570 |
+
# elif defined(__OS2__)
|
| 571 |
+
# define PLATFORM_ID "OS2"
|
| 572 |
+
|
| 573 |
+
# elif defined(__WINDOWS__)
|
| 574 |
+
# define PLATFORM_ID "Windows3x"
|
| 575 |
+
|
| 576 |
+
# elif defined(__VXWORKS__)
|
| 577 |
+
# define PLATFORM_ID "VxWorks"
|
| 578 |
+
|
| 579 |
+
# else /* unknown platform */
|
| 580 |
+
# define PLATFORM_ID
|
| 581 |
+
# endif
|
| 582 |
+
|
| 583 |
+
#elif defined(__INTEGRITY)
|
| 584 |
+
# if defined(INT_178B)
|
| 585 |
+
# define PLATFORM_ID "Integrity178"
|
| 586 |
+
|
| 587 |
+
# else /* regular Integrity */
|
| 588 |
+
# define PLATFORM_ID "Integrity"
|
| 589 |
+
# endif
|
| 590 |
+
|
| 591 |
+
# elif defined(_ADI_COMPILER)
|
| 592 |
+
# define PLATFORM_ID "ADSP"
|
| 593 |
+
|
| 594 |
+
#else /* unknown platform */
|
| 595 |
+
# define PLATFORM_ID
|
| 596 |
+
|
| 597 |
+
#endif
|
| 598 |
+
|
| 599 |
+
/* For windows compilers MSVC and Intel we can determine
|
| 600 |
+
the architecture of the compiler being used. This is because
|
| 601 |
+
the compilers do not have flags that can change the architecture,
|
| 602 |
+
but rather depend on which compiler is being used
|
| 603 |
+
*/
|
| 604 |
+
#if defined(_WIN32) && defined(_MSC_VER)
|
| 605 |
+
# if defined(_M_IA64)
|
| 606 |
+
# define ARCHITECTURE_ID "IA64"
|
| 607 |
+
|
| 608 |
+
# elif defined(_M_ARM64EC)
|
| 609 |
+
# define ARCHITECTURE_ID "ARM64EC"
|
| 610 |
+
|
| 611 |
+
# elif defined(_M_X64) || defined(_M_AMD64)
|
| 612 |
+
# define ARCHITECTURE_ID "x64"
|
| 613 |
+
|
| 614 |
+
# elif defined(_M_IX86)
|
| 615 |
+
# define ARCHITECTURE_ID "X86"
|
| 616 |
+
|
| 617 |
+
# elif defined(_M_ARM64)
|
| 618 |
+
# define ARCHITECTURE_ID "ARM64"
|
| 619 |
+
|
| 620 |
+
# elif defined(_M_ARM)
|
| 621 |
+
# if _M_ARM == 4
|
| 622 |
+
# define ARCHITECTURE_ID "ARMV4I"
|
| 623 |
+
# elif _M_ARM == 5
|
| 624 |
+
# define ARCHITECTURE_ID "ARMV5I"
|
| 625 |
+
# else
|
| 626 |
+
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
| 627 |
+
# endif
|
| 628 |
+
|
| 629 |
+
# elif defined(_M_MIPS)
|
| 630 |
+
# define ARCHITECTURE_ID "MIPS"
|
| 631 |
+
|
| 632 |
+
# elif defined(_M_SH)
|
| 633 |
+
# define ARCHITECTURE_ID "SHx"
|
| 634 |
+
|
| 635 |
+
# else /* unknown architecture */
|
| 636 |
+
# define ARCHITECTURE_ID ""
|
| 637 |
+
# endif
|
| 638 |
+
|
| 639 |
+
#elif defined(__WATCOMC__)
|
| 640 |
+
# if defined(_M_I86)
|
| 641 |
+
# define ARCHITECTURE_ID "I86"
|
| 642 |
+
|
| 643 |
+
# elif defined(_M_IX86)
|
| 644 |
+
# define ARCHITECTURE_ID "X86"
|
| 645 |
+
|
| 646 |
+
# else /* unknown architecture */
|
| 647 |
+
# define ARCHITECTURE_ID ""
|
| 648 |
+
# endif
|
| 649 |
+
|
| 650 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 651 |
+
# if defined(__ICCARM__)
|
| 652 |
+
# define ARCHITECTURE_ID "ARM"
|
| 653 |
+
|
| 654 |
+
# elif defined(__ICCRX__)
|
| 655 |
+
# define ARCHITECTURE_ID "RX"
|
| 656 |
+
|
| 657 |
+
# elif defined(__ICCRH850__)
|
| 658 |
+
# define ARCHITECTURE_ID "RH850"
|
| 659 |
+
|
| 660 |
+
# elif defined(__ICCRL78__)
|
| 661 |
+
# define ARCHITECTURE_ID "RL78"
|
| 662 |
+
|
| 663 |
+
# elif defined(__ICCRISCV__)
|
| 664 |
+
# define ARCHITECTURE_ID "RISCV"
|
| 665 |
+
|
| 666 |
+
# elif defined(__ICCAVR__)
|
| 667 |
+
# define ARCHITECTURE_ID "AVR"
|
| 668 |
+
|
| 669 |
+
# elif defined(__ICC430__)
|
| 670 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 671 |
+
|
| 672 |
+
# elif defined(__ICCV850__)
|
| 673 |
+
# define ARCHITECTURE_ID "V850"
|
| 674 |
+
|
| 675 |
+
# elif defined(__ICC8051__)
|
| 676 |
+
# define ARCHITECTURE_ID "8051"
|
| 677 |
+
|
| 678 |
+
# elif defined(__ICCSTM8__)
|
| 679 |
+
# define ARCHITECTURE_ID "STM8"
|
| 680 |
+
|
| 681 |
+
# else /* unknown architecture */
|
| 682 |
+
# define ARCHITECTURE_ID ""
|
| 683 |
+
# endif
|
| 684 |
+
|
| 685 |
+
#elif defined(__ghs__)
|
| 686 |
+
# if defined(__PPC64__)
|
| 687 |
+
# define ARCHITECTURE_ID "PPC64"
|
| 688 |
+
|
| 689 |
+
# elif defined(__ppc__)
|
| 690 |
+
# define ARCHITECTURE_ID "PPC"
|
| 691 |
+
|
| 692 |
+
# elif defined(__ARM__)
|
| 693 |
+
# define ARCHITECTURE_ID "ARM"
|
| 694 |
+
|
| 695 |
+
# elif defined(__x86_64__)
|
| 696 |
+
# define ARCHITECTURE_ID "x64"
|
| 697 |
+
|
| 698 |
+
# elif defined(__i386__)
|
| 699 |
+
# define ARCHITECTURE_ID "X86"
|
| 700 |
+
|
| 701 |
+
# else /* unknown architecture */
|
| 702 |
+
# define ARCHITECTURE_ID ""
|
| 703 |
+
# endif
|
| 704 |
+
|
| 705 |
+
#elif defined(__clang__) && defined(__ti__)
|
| 706 |
+
# if defined(__ARM_ARCH)
|
| 707 |
+
# define ARCHITECTURE_ID "ARM"
|
| 708 |
+
|
| 709 |
+
# else /* unknown architecture */
|
| 710 |
+
# define ARCHITECTURE_ID ""
|
| 711 |
+
# endif
|
| 712 |
+
|
| 713 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 714 |
+
# if defined(__TI_ARM__)
|
| 715 |
+
# define ARCHITECTURE_ID "ARM"
|
| 716 |
+
|
| 717 |
+
# elif defined(__MSP430__)
|
| 718 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 719 |
+
|
| 720 |
+
# elif defined(__TMS320C28XX__)
|
| 721 |
+
# define ARCHITECTURE_ID "TMS320C28x"
|
| 722 |
+
|
| 723 |
+
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
| 724 |
+
# define ARCHITECTURE_ID "TMS320C6x"
|
| 725 |
+
|
| 726 |
+
# else /* unknown architecture */
|
| 727 |
+
# define ARCHITECTURE_ID ""
|
| 728 |
+
# endif
|
| 729 |
+
|
| 730 |
+
# elif defined(__ADSPSHARC__)
|
| 731 |
+
# define ARCHITECTURE_ID "SHARC"
|
| 732 |
+
|
| 733 |
+
# elif defined(__ADSPBLACKFIN__)
|
| 734 |
+
# define ARCHITECTURE_ID "Blackfin"
|
| 735 |
+
|
| 736 |
+
#elif defined(__TASKING__)
|
| 737 |
+
|
| 738 |
+
# if defined(__CTC__) || defined(__CPTC__)
|
| 739 |
+
# define ARCHITECTURE_ID "TriCore"
|
| 740 |
+
|
| 741 |
+
# elif defined(__CMCS__)
|
| 742 |
+
# define ARCHITECTURE_ID "MCS"
|
| 743 |
+
|
| 744 |
+
# elif defined(__CARM__) || defined(__CPARM__)
|
| 745 |
+
# define ARCHITECTURE_ID "ARM"
|
| 746 |
+
|
| 747 |
+
# elif defined(__CARC__)
|
| 748 |
+
# define ARCHITECTURE_ID "ARC"
|
| 749 |
+
|
| 750 |
+
# elif defined(__C51__)
|
| 751 |
+
# define ARCHITECTURE_ID "8051"
|
| 752 |
+
|
| 753 |
+
# elif defined(__CPCP__)
|
| 754 |
+
# define ARCHITECTURE_ID "PCP"
|
| 755 |
+
|
| 756 |
+
# else
|
| 757 |
+
# define ARCHITECTURE_ID ""
|
| 758 |
+
# endif
|
| 759 |
+
|
| 760 |
+
#elif defined(__RENESAS__)
|
| 761 |
+
# if defined(__CCRX__)
|
| 762 |
+
# define ARCHITECTURE_ID "RX"
|
| 763 |
+
|
| 764 |
+
# elif defined(__CCRL__)
|
| 765 |
+
# define ARCHITECTURE_ID "RL78"
|
| 766 |
+
|
| 767 |
+
# elif defined(__CCRH__)
|
| 768 |
+
# define ARCHITECTURE_ID "RH850"
|
| 769 |
+
|
| 770 |
+
# else
|
| 771 |
+
# define ARCHITECTURE_ID ""
|
| 772 |
+
# endif
|
| 773 |
+
|
| 774 |
+
#else
|
| 775 |
+
# define ARCHITECTURE_ID
|
| 776 |
+
#endif
|
| 777 |
+
|
| 778 |
+
/* Convert integer to decimal digit literals. */
|
| 779 |
+
#define DEC(n) \
|
| 780 |
+
('0' + (((n) / 10000000)%10)), \
|
| 781 |
+
('0' + (((n) / 1000000)%10)), \
|
| 782 |
+
('0' + (((n) / 100000)%10)), \
|
| 783 |
+
('0' + (((n) / 10000)%10)), \
|
| 784 |
+
('0' + (((n) / 1000)%10)), \
|
| 785 |
+
('0' + (((n) / 100)%10)), \
|
| 786 |
+
('0' + (((n) / 10)%10)), \
|
| 787 |
+
('0' + ((n) % 10))
|
| 788 |
+
|
| 789 |
+
/* Convert integer to hex digit literals. */
|
| 790 |
+
#define HEX(n) \
|
| 791 |
+
('0' + ((n)>>28 & 0xF)), \
|
| 792 |
+
('0' + ((n)>>24 & 0xF)), \
|
| 793 |
+
('0' + ((n)>>20 & 0xF)), \
|
| 794 |
+
('0' + ((n)>>16 & 0xF)), \
|
| 795 |
+
('0' + ((n)>>12 & 0xF)), \
|
| 796 |
+
('0' + ((n)>>8 & 0xF)), \
|
| 797 |
+
('0' + ((n)>>4 & 0xF)), \
|
| 798 |
+
('0' + ((n) & 0xF))
|
| 799 |
+
|
| 800 |
+
/* Construct a string literal encoding the version number. */
|
| 801 |
+
#ifdef COMPILER_VERSION
|
| 802 |
+
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
| 803 |
+
|
| 804 |
+
/* Construct a string literal encoding the version number components. */
|
| 805 |
+
#elif defined(COMPILER_VERSION_MAJOR)
|
| 806 |
+
char const info_version[] = {
|
| 807 |
+
'I', 'N', 'F', 'O', ':',
|
| 808 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
| 809 |
+
COMPILER_VERSION_MAJOR,
|
| 810 |
+
# ifdef COMPILER_VERSION_MINOR
|
| 811 |
+
'.', COMPILER_VERSION_MINOR,
|
| 812 |
+
# ifdef COMPILER_VERSION_PATCH
|
| 813 |
+
'.', COMPILER_VERSION_PATCH,
|
| 814 |
+
# ifdef COMPILER_VERSION_TWEAK
|
| 815 |
+
'.', COMPILER_VERSION_TWEAK,
|
| 816 |
+
# endif
|
| 817 |
+
# endif
|
| 818 |
+
# endif
|
| 819 |
+
']','\0'};
|
| 820 |
+
#endif
|
| 821 |
+
|
| 822 |
+
/* Construct a string literal encoding the internal version number. */
|
| 823 |
+
#ifdef COMPILER_VERSION_INTERNAL
|
| 824 |
+
char const info_version_internal[] = {
|
| 825 |
+
'I', 'N', 'F', 'O', ':',
|
| 826 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
| 827 |
+
'i','n','t','e','r','n','a','l','[',
|
| 828 |
+
COMPILER_VERSION_INTERNAL,']','\0'};
|
| 829 |
+
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
| 830 |
+
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
| 831 |
+
#endif
|
| 832 |
+
|
| 833 |
+
/* Construct a string literal encoding the version number components. */
|
| 834 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 835 |
+
char const info_simulate_version[] = {
|
| 836 |
+
'I', 'N', 'F', 'O', ':',
|
| 837 |
+
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
| 838 |
+
SIMULATE_VERSION_MAJOR,
|
| 839 |
+
# ifdef SIMULATE_VERSION_MINOR
|
| 840 |
+
'.', SIMULATE_VERSION_MINOR,
|
| 841 |
+
# ifdef SIMULATE_VERSION_PATCH
|
| 842 |
+
'.', SIMULATE_VERSION_PATCH,
|
| 843 |
+
# ifdef SIMULATE_VERSION_TWEAK
|
| 844 |
+
'.', SIMULATE_VERSION_TWEAK,
|
| 845 |
+
# endif
|
| 846 |
+
# endif
|
| 847 |
+
# endif
|
| 848 |
+
']','\0'};
|
| 849 |
+
#endif
|
| 850 |
+
|
| 851 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 852 |
+
getting matched. Store it in a pointer rather than an array
|
| 853 |
+
because some compilers will just produce instructions to fill the
|
| 854 |
+
array rather than assigning a pointer to a static array. */
|
| 855 |
+
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
| 856 |
+
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
| 857 |
+
|
| 858 |
+
|
| 859 |
+
|
| 860 |
+
#define C_STD_99 199901L
|
| 861 |
+
#define C_STD_11 201112L
|
| 862 |
+
#define C_STD_17 201710L
|
| 863 |
+
#define C_STD_23 202311L
|
| 864 |
+
|
| 865 |
+
#ifdef __STDC_VERSION__
|
| 866 |
+
# define C_STD __STDC_VERSION__
|
| 867 |
+
#endif
|
| 868 |
+
|
| 869 |
+
#if !defined(__STDC__) && !defined(__clang__) && !defined(__RENESAS__)
|
| 870 |
+
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
|
| 871 |
+
# define C_VERSION "90"
|
| 872 |
+
# else
|
| 873 |
+
# define C_VERSION
|
| 874 |
+
# endif
|
| 875 |
+
#elif C_STD > C_STD_17
|
| 876 |
+
# define C_VERSION "23"
|
| 877 |
+
#elif C_STD > C_STD_11
|
| 878 |
+
# define C_VERSION "17"
|
| 879 |
+
#elif C_STD > C_STD_99
|
| 880 |
+
# define C_VERSION "11"
|
| 881 |
+
#elif C_STD >= C_STD_99
|
| 882 |
+
# define C_VERSION "99"
|
| 883 |
+
#else
|
| 884 |
+
# define C_VERSION "90"
|
| 885 |
+
#endif
|
| 886 |
+
const char* info_language_standard_default =
|
| 887 |
+
"INFO" ":" "standard_default[" C_VERSION "]";
|
| 888 |
+
|
| 889 |
+
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
| 890 |
+
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
| 891 |
+
defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \
|
| 892 |
+
!defined(__STRICT_ANSI__)
|
| 893 |
+
"ON"
|
| 894 |
+
#else
|
| 895 |
+
"OFF"
|
| 896 |
+
#endif
|
| 897 |
+
"]";
|
| 898 |
+
|
| 899 |
+
/*--------------------------------------------------------------------------*/
|
| 900 |
+
|
| 901 |
+
#ifdef ID_VOID_MAIN
|
| 902 |
+
void main() {}
|
| 903 |
+
#else
|
| 904 |
+
# if defined(__CLASSIC_C__)
|
| 905 |
+
int main(argc, argv) int argc; char *argv[];
|
| 906 |
+
# else
|
| 907 |
+
int main(int argc, char* argv[])
|
| 908 |
+
# endif
|
| 909 |
+
{
|
| 910 |
+
int require = 0;
|
| 911 |
+
require += info_compiler[argc];
|
| 912 |
+
require += info_platform[argc];
|
| 913 |
+
require += info_arch[argc];
|
| 914 |
+
#ifdef COMPILER_VERSION_MAJOR
|
| 915 |
+
require += info_version[argc];
|
| 916 |
+
#endif
|
| 917 |
+
#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR)
|
| 918 |
+
require += info_version_internal[argc];
|
| 919 |
+
#endif
|
| 920 |
+
#ifdef SIMULATE_ID
|
| 921 |
+
require += info_simulate[argc];
|
| 922 |
+
#endif
|
| 923 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 924 |
+
require += info_simulate_version[argc];
|
| 925 |
+
#endif
|
| 926 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 927 |
+
require += info_cray[argc];
|
| 928 |
+
#endif
|
| 929 |
+
require += info_language_standard_default[argc];
|
| 930 |
+
require += info_language_extensions_default[argc];
|
| 931 |
+
(void)argv;
|
| 932 |
+
return require;
|
| 933 |
+
}
|
| 934 |
+
#endif
|
main/argon-bubble/GS/build/CMakeFiles/4.2.0/CompilerIdC/a.out
ADDED
|
Binary file (33.7 kB). View file
|
|
|
main/argon-bubble/GS/build/CMakeFiles/4.2.0/CompilerIdC/apple-sdk.c
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
#include <AvailabilityMacros.h>
|
main/argon-bubble/GS/build/CMakeFiles/4.2.0/CompilerIdCXX/CMakeCXXCompilerId.cpp
ADDED
|
@@ -0,0 +1,949 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* This source file must have a .cpp extension so that all C++ compilers
|
| 2 |
+
recognize the extension without flags. Borland does not know .cxx for
|
| 3 |
+
example. */
|
| 4 |
+
#ifndef __cplusplus
|
| 5 |
+
# error "A C compiler has been selected for C++."
|
| 6 |
+
#endif
|
| 7 |
+
|
| 8 |
+
#if !defined(__has_include)
|
| 9 |
+
/* If the compiler does not have __has_include, pretend the answer is
|
| 10 |
+
always no. */
|
| 11 |
+
# define __has_include(x) 0
|
| 12 |
+
#endif
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
/* Version number components: V=Version, R=Revision, P=Patch
|
| 16 |
+
Version date components: YYYY=Year, MM=Month, DD=Day */
|
| 17 |
+
|
| 18 |
+
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
| 19 |
+
# define COMPILER_ID "Intel"
|
| 20 |
+
# if defined(_MSC_VER)
|
| 21 |
+
# define SIMULATE_ID "MSVC"
|
| 22 |
+
# endif
|
| 23 |
+
# if defined(__GNUC__)
|
| 24 |
+
# define SIMULATE_ID "GNU"
|
| 25 |
+
# endif
|
| 26 |
+
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
| 27 |
+
except that a few beta releases use the old format with V=2021. */
|
| 28 |
+
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
| 29 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
| 30 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
| 31 |
+
# if defined(__INTEL_COMPILER_UPDATE)
|
| 32 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
| 33 |
+
# else
|
| 34 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
| 35 |
+
# endif
|
| 36 |
+
# else
|
| 37 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
| 38 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
| 39 |
+
/* The third version component from --version is an update index,
|
| 40 |
+
but no macro is provided for it. */
|
| 41 |
+
# define COMPILER_VERSION_PATCH DEC(0)
|
| 42 |
+
# endif
|
| 43 |
+
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
| 44 |
+
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
| 45 |
+
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
| 46 |
+
# endif
|
| 47 |
+
# if defined(_MSC_VER)
|
| 48 |
+
/* _MSC_VER = VVRR */
|
| 49 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 50 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 51 |
+
# endif
|
| 52 |
+
# if defined(__GNUC__)
|
| 53 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 54 |
+
# elif defined(__GNUG__)
|
| 55 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 56 |
+
# endif
|
| 57 |
+
# if defined(__GNUC_MINOR__)
|
| 58 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 59 |
+
# endif
|
| 60 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 61 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 62 |
+
# endif
|
| 63 |
+
|
| 64 |
+
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
| 65 |
+
# define COMPILER_ID "IntelLLVM"
|
| 66 |
+
#if defined(_MSC_VER)
|
| 67 |
+
# define SIMULATE_ID "MSVC"
|
| 68 |
+
#endif
|
| 69 |
+
#if defined(__GNUC__)
|
| 70 |
+
# define SIMULATE_ID "GNU"
|
| 71 |
+
#endif
|
| 72 |
+
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
| 73 |
+
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
| 74 |
+
* VVVV is no smaller than the current year when a version is released.
|
| 75 |
+
*/
|
| 76 |
+
#if __INTEL_LLVM_COMPILER < 1000000L
|
| 77 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
| 78 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
| 79 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
| 80 |
+
#else
|
| 81 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
| 82 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
| 83 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
| 84 |
+
#endif
|
| 85 |
+
#if defined(_MSC_VER)
|
| 86 |
+
/* _MSC_VER = VVRR */
|
| 87 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 88 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 89 |
+
#endif
|
| 90 |
+
#if defined(__GNUC__)
|
| 91 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 92 |
+
#elif defined(__GNUG__)
|
| 93 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 94 |
+
#endif
|
| 95 |
+
#if defined(__GNUC_MINOR__)
|
| 96 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 97 |
+
#endif
|
| 98 |
+
#if defined(__GNUC_PATCHLEVEL__)
|
| 99 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 100 |
+
#endif
|
| 101 |
+
|
| 102 |
+
#elif defined(__PATHCC__)
|
| 103 |
+
# define COMPILER_ID "PathScale"
|
| 104 |
+
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
| 105 |
+
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
| 106 |
+
# if defined(__PATHCC_PATCHLEVEL__)
|
| 107 |
+
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
| 108 |
+
# endif
|
| 109 |
+
|
| 110 |
+
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
| 111 |
+
# define COMPILER_ID "Embarcadero"
|
| 112 |
+
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
| 113 |
+
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
| 114 |
+
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
| 115 |
+
|
| 116 |
+
#elif defined(__BORLANDC__)
|
| 117 |
+
# define COMPILER_ID "Borland"
|
| 118 |
+
/* __BORLANDC__ = 0xVRR */
|
| 119 |
+
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
| 120 |
+
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
| 121 |
+
|
| 122 |
+
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
| 123 |
+
# define COMPILER_ID "Watcom"
|
| 124 |
+
/* __WATCOMC__ = VVRR */
|
| 125 |
+
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
| 126 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 127 |
+
# if (__WATCOMC__ % 10) > 0
|
| 128 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 129 |
+
# endif
|
| 130 |
+
|
| 131 |
+
#elif defined(__WATCOMC__)
|
| 132 |
+
# define COMPILER_ID "OpenWatcom"
|
| 133 |
+
/* __WATCOMC__ = VVRP + 1100 */
|
| 134 |
+
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
| 135 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 136 |
+
# if (__WATCOMC__ % 10) > 0
|
| 137 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 138 |
+
# endif
|
| 139 |
+
|
| 140 |
+
#elif defined(__SUNPRO_CC)
|
| 141 |
+
# define COMPILER_ID "SunPro"
|
| 142 |
+
# if __SUNPRO_CC >= 0x5100
|
| 143 |
+
/* __SUNPRO_CC = 0xVRRP */
|
| 144 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
|
| 145 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
|
| 146 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
| 147 |
+
# else
|
| 148 |
+
/* __SUNPRO_CC = 0xVRP */
|
| 149 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
|
| 150 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
|
| 151 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
| 152 |
+
# endif
|
| 153 |
+
|
| 154 |
+
#elif defined(__HP_aCC)
|
| 155 |
+
# define COMPILER_ID "HP"
|
| 156 |
+
/* __HP_aCC = VVRRPP */
|
| 157 |
+
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
|
| 158 |
+
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
|
| 159 |
+
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
|
| 160 |
+
|
| 161 |
+
#elif defined(__DECCXX)
|
| 162 |
+
# define COMPILER_ID "Compaq"
|
| 163 |
+
/* __DECCXX_VER = VVRRTPPPP */
|
| 164 |
+
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
|
| 165 |
+
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
|
| 166 |
+
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
|
| 167 |
+
|
| 168 |
+
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
|
| 169 |
+
# define COMPILER_ID "zOS"
|
| 170 |
+
/* __IBMCPP__ = VRP */
|
| 171 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
| 172 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
| 173 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
| 174 |
+
|
| 175 |
+
#elif defined(__open_xl__) && defined(__clang__)
|
| 176 |
+
# define COMPILER_ID "IBMClang"
|
| 177 |
+
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
| 178 |
+
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
| 179 |
+
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
| 180 |
+
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
| 181 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 182 |
+
|
| 183 |
+
|
| 184 |
+
#elif defined(__ibmxl__) && defined(__clang__)
|
| 185 |
+
# define COMPILER_ID "XLClang"
|
| 186 |
+
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
| 187 |
+
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
| 188 |
+
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
| 189 |
+
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
| 190 |
+
|
| 191 |
+
|
| 192 |
+
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
|
| 193 |
+
# define COMPILER_ID "XL"
|
| 194 |
+
/* __IBMCPP__ = VRP */
|
| 195 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
| 196 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
| 197 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
| 198 |
+
|
| 199 |
+
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
|
| 200 |
+
# define COMPILER_ID "VisualAge"
|
| 201 |
+
/* __IBMCPP__ = VRP */
|
| 202 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
| 203 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
| 204 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
| 205 |
+
|
| 206 |
+
#elif defined(__NVCOMPILER)
|
| 207 |
+
# define COMPILER_ID "NVHPC"
|
| 208 |
+
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
| 209 |
+
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
| 210 |
+
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
| 211 |
+
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
| 212 |
+
# endif
|
| 213 |
+
|
| 214 |
+
#elif defined(__PGI)
|
| 215 |
+
# define COMPILER_ID "PGI"
|
| 216 |
+
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
| 217 |
+
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
| 218 |
+
# if defined(__PGIC_PATCHLEVEL__)
|
| 219 |
+
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
| 220 |
+
# endif
|
| 221 |
+
|
| 222 |
+
#elif defined(__clang__) && defined(__cray__)
|
| 223 |
+
# define COMPILER_ID "CrayClang"
|
| 224 |
+
# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
|
| 225 |
+
# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
|
| 226 |
+
# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
|
| 227 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 228 |
+
|
| 229 |
+
|
| 230 |
+
#elif defined(_CRAYC)
|
| 231 |
+
# define COMPILER_ID "Cray"
|
| 232 |
+
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
| 233 |
+
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
| 234 |
+
|
| 235 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 236 |
+
# define COMPILER_ID "TI"
|
| 237 |
+
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
| 238 |
+
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
| 239 |
+
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
| 240 |
+
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
| 241 |
+
|
| 242 |
+
#elif defined(__CLANG_FUJITSU)
|
| 243 |
+
# define COMPILER_ID "FujitsuClang"
|
| 244 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 245 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 246 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 247 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 248 |
+
|
| 249 |
+
|
| 250 |
+
#elif defined(__FUJITSU)
|
| 251 |
+
# define COMPILER_ID "Fujitsu"
|
| 252 |
+
# if defined(__FCC_version__)
|
| 253 |
+
# define COMPILER_VERSION __FCC_version__
|
| 254 |
+
# elif defined(__FCC_major__)
|
| 255 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 256 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 257 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 258 |
+
# endif
|
| 259 |
+
# if defined(__fcc_version)
|
| 260 |
+
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
| 261 |
+
# elif defined(__FCC_VERSION)
|
| 262 |
+
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
| 263 |
+
# endif
|
| 264 |
+
|
| 265 |
+
|
| 266 |
+
#elif defined(__ghs__)
|
| 267 |
+
# define COMPILER_ID "GHS"
|
| 268 |
+
/* __GHS_VERSION_NUMBER = VVVVRP */
|
| 269 |
+
# ifdef __GHS_VERSION_NUMBER
|
| 270 |
+
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
| 271 |
+
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
| 272 |
+
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
| 273 |
+
# endif
|
| 274 |
+
|
| 275 |
+
#elif defined(__TASKING__)
|
| 276 |
+
# define COMPILER_ID "Tasking"
|
| 277 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
| 278 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
| 279 |
+
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
| 280 |
+
|
| 281 |
+
#elif defined(__ORANGEC__)
|
| 282 |
+
# define COMPILER_ID "OrangeC"
|
| 283 |
+
# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
|
| 284 |
+
# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
|
| 285 |
+
# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
|
| 286 |
+
|
| 287 |
+
#elif defined(__RENESAS__)
|
| 288 |
+
# define COMPILER_ID "Renesas"
|
| 289 |
+
/* __RENESAS_VERSION__ = 0xVVRRPP00 */
|
| 290 |
+
# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF)
|
| 291 |
+
# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF)
|
| 292 |
+
# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF)
|
| 293 |
+
|
| 294 |
+
#elif defined(__SCO_VERSION__)
|
| 295 |
+
# define COMPILER_ID "SCO"
|
| 296 |
+
|
| 297 |
+
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
| 298 |
+
# define COMPILER_ID "ARMCC"
|
| 299 |
+
#if __ARMCC_VERSION >= 1000000
|
| 300 |
+
/* __ARMCC_VERSION = VRRPPPP */
|
| 301 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
| 302 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
| 303 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 304 |
+
#else
|
| 305 |
+
/* __ARMCC_VERSION = VRPPPP */
|
| 306 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
| 307 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
| 308 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 309 |
+
#endif
|
| 310 |
+
|
| 311 |
+
|
| 312 |
+
#elif defined(__clang__) && defined(__apple_build_version__)
|
| 313 |
+
# define COMPILER_ID "AppleClang"
|
| 314 |
+
# if defined(_MSC_VER)
|
| 315 |
+
# define SIMULATE_ID "MSVC"
|
| 316 |
+
# endif
|
| 317 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 318 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 319 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 320 |
+
# if defined(_MSC_VER)
|
| 321 |
+
/* _MSC_VER = VVRR */
|
| 322 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 323 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 324 |
+
# endif
|
| 325 |
+
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
| 326 |
+
|
| 327 |
+
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
| 328 |
+
# define COMPILER_ID "ARMClang"
|
| 329 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
| 330 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
| 331 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
|
| 332 |
+
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
| 333 |
+
|
| 334 |
+
#elif defined(__clang__) && defined(__ti__)
|
| 335 |
+
# define COMPILER_ID "TIClang"
|
| 336 |
+
# define COMPILER_VERSION_MAJOR DEC(__ti_major__)
|
| 337 |
+
# define COMPILER_VERSION_MINOR DEC(__ti_minor__)
|
| 338 |
+
# define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__)
|
| 339 |
+
# define COMPILER_VERSION_INTERNAL DEC(__ti_version__)
|
| 340 |
+
|
| 341 |
+
#elif defined(__clang__)
|
| 342 |
+
# define COMPILER_ID "Clang"
|
| 343 |
+
# if defined(_MSC_VER)
|
| 344 |
+
# define SIMULATE_ID "MSVC"
|
| 345 |
+
# endif
|
| 346 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 347 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 348 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 349 |
+
# if defined(_MSC_VER)
|
| 350 |
+
/* _MSC_VER = VVRR */
|
| 351 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 352 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 353 |
+
# endif
|
| 354 |
+
|
| 355 |
+
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
| 356 |
+
# define COMPILER_ID "LCC"
|
| 357 |
+
# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100)
|
| 358 |
+
# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100)
|
| 359 |
+
# if defined(__LCC_MINOR__)
|
| 360 |
+
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
| 361 |
+
# endif
|
| 362 |
+
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
| 363 |
+
# define SIMULATE_ID "GNU"
|
| 364 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 365 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 366 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 367 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 368 |
+
# endif
|
| 369 |
+
# endif
|
| 370 |
+
|
| 371 |
+
#elif defined(__GNUC__) || defined(__GNUG__)
|
| 372 |
+
# define COMPILER_ID "GNU"
|
| 373 |
+
# if defined(__GNUC__)
|
| 374 |
+
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
| 375 |
+
# else
|
| 376 |
+
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
|
| 377 |
+
# endif
|
| 378 |
+
# if defined(__GNUC_MINOR__)
|
| 379 |
+
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 380 |
+
# endif
|
| 381 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 382 |
+
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 383 |
+
# endif
|
| 384 |
+
|
| 385 |
+
#elif defined(_MSC_VER)
|
| 386 |
+
# define COMPILER_ID "MSVC"
|
| 387 |
+
/* _MSC_VER = VVRR */
|
| 388 |
+
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 389 |
+
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 390 |
+
# if defined(_MSC_FULL_VER)
|
| 391 |
+
# if _MSC_VER >= 1400
|
| 392 |
+
/* _MSC_FULL_VER = VVRRPPPPP */
|
| 393 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
| 394 |
+
# else
|
| 395 |
+
/* _MSC_FULL_VER = VVRRPPPP */
|
| 396 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
| 397 |
+
# endif
|
| 398 |
+
# endif
|
| 399 |
+
# if defined(_MSC_BUILD)
|
| 400 |
+
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
| 401 |
+
# endif
|
| 402 |
+
|
| 403 |
+
#elif defined(_ADI_COMPILER)
|
| 404 |
+
# define COMPILER_ID "ADSP"
|
| 405 |
+
#if defined(__VERSIONNUM__)
|
| 406 |
+
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
| 407 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
| 408 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
| 409 |
+
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
| 410 |
+
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
| 411 |
+
#endif
|
| 412 |
+
|
| 413 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 414 |
+
# define COMPILER_ID "IAR"
|
| 415 |
+
# if defined(__VER__) && defined(__ICCARM__)
|
| 416 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
| 417 |
+
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
| 418 |
+
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
| 419 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 420 |
+
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
| 421 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
| 422 |
+
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
| 423 |
+
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
| 424 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 425 |
+
# endif
|
| 426 |
+
|
| 427 |
+
#elif defined(__DCC__) && defined(_DIAB_TOOL)
|
| 428 |
+
# define COMPILER_ID "Diab"
|
| 429 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__)
|
| 430 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__)
|
| 431 |
+
# define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__)
|
| 432 |
+
# define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__)
|
| 433 |
+
|
| 434 |
+
|
| 435 |
+
|
| 436 |
+
/* These compilers are either not known or too old to define an
|
| 437 |
+
identification macro. Try to identify the platform and guess that
|
| 438 |
+
it is the native compiler. */
|
| 439 |
+
#elif defined(__hpux) || defined(__hpua)
|
| 440 |
+
# define COMPILER_ID "HP"
|
| 441 |
+
|
| 442 |
+
#else /* unknown compiler */
|
| 443 |
+
# define COMPILER_ID ""
|
| 444 |
+
#endif
|
| 445 |
+
|
| 446 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 447 |
+
getting matched. Store it in a pointer rather than an array
|
| 448 |
+
because some compilers will just produce instructions to fill the
|
| 449 |
+
array rather than assigning a pointer to a static array. */
|
| 450 |
+
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
| 451 |
+
#ifdef SIMULATE_ID
|
| 452 |
+
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
| 453 |
+
#endif
|
| 454 |
+
|
| 455 |
+
#ifdef __QNXNTO__
|
| 456 |
+
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
| 457 |
+
#endif
|
| 458 |
+
|
| 459 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 460 |
+
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
| 461 |
+
#endif
|
| 462 |
+
|
| 463 |
+
#define STRINGIFY_HELPER(X) #X
|
| 464 |
+
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
| 465 |
+
|
| 466 |
+
/* Identify known platforms by name. */
|
| 467 |
+
#if defined(__linux) || defined(__linux__) || defined(linux)
|
| 468 |
+
# define PLATFORM_ID "Linux"
|
| 469 |
+
|
| 470 |
+
#elif defined(__MSYS__)
|
| 471 |
+
# define PLATFORM_ID "MSYS"
|
| 472 |
+
|
| 473 |
+
#elif defined(__CYGWIN__)
|
| 474 |
+
# define PLATFORM_ID "Cygwin"
|
| 475 |
+
|
| 476 |
+
#elif defined(__MINGW32__)
|
| 477 |
+
# define PLATFORM_ID "MinGW"
|
| 478 |
+
|
| 479 |
+
#elif defined(__APPLE__)
|
| 480 |
+
# define PLATFORM_ID "Darwin"
|
| 481 |
+
|
| 482 |
+
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
| 483 |
+
# define PLATFORM_ID "Windows"
|
| 484 |
+
|
| 485 |
+
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
| 486 |
+
# define PLATFORM_ID "FreeBSD"
|
| 487 |
+
|
| 488 |
+
#elif defined(__NetBSD__) || defined(__NetBSD)
|
| 489 |
+
# define PLATFORM_ID "NetBSD"
|
| 490 |
+
|
| 491 |
+
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
| 492 |
+
# define PLATFORM_ID "OpenBSD"
|
| 493 |
+
|
| 494 |
+
#elif defined(__sun) || defined(sun)
|
| 495 |
+
# define PLATFORM_ID "SunOS"
|
| 496 |
+
|
| 497 |
+
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
| 498 |
+
# define PLATFORM_ID "AIX"
|
| 499 |
+
|
| 500 |
+
#elif defined(__hpux) || defined(__hpux__)
|
| 501 |
+
# define PLATFORM_ID "HP-UX"
|
| 502 |
+
|
| 503 |
+
#elif defined(__HAIKU__)
|
| 504 |
+
# define PLATFORM_ID "Haiku"
|
| 505 |
+
|
| 506 |
+
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
| 507 |
+
# define PLATFORM_ID "BeOS"
|
| 508 |
+
|
| 509 |
+
#elif defined(__QNX__) || defined(__QNXNTO__)
|
| 510 |
+
# define PLATFORM_ID "QNX"
|
| 511 |
+
|
| 512 |
+
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
| 513 |
+
# define PLATFORM_ID "Tru64"
|
| 514 |
+
|
| 515 |
+
#elif defined(__riscos) || defined(__riscos__)
|
| 516 |
+
# define PLATFORM_ID "RISCos"
|
| 517 |
+
|
| 518 |
+
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
| 519 |
+
# define PLATFORM_ID "SINIX"
|
| 520 |
+
|
| 521 |
+
#elif defined(__UNIX_SV__)
|
| 522 |
+
# define PLATFORM_ID "UNIX_SV"
|
| 523 |
+
|
| 524 |
+
#elif defined(__bsdos__)
|
| 525 |
+
# define PLATFORM_ID "BSDOS"
|
| 526 |
+
|
| 527 |
+
#elif defined(_MPRAS) || defined(MPRAS)
|
| 528 |
+
# define PLATFORM_ID "MP-RAS"
|
| 529 |
+
|
| 530 |
+
#elif defined(__osf) || defined(__osf__)
|
| 531 |
+
# define PLATFORM_ID "OSF1"
|
| 532 |
+
|
| 533 |
+
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
| 534 |
+
# define PLATFORM_ID "SCO_SV"
|
| 535 |
+
|
| 536 |
+
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
| 537 |
+
# define PLATFORM_ID "ULTRIX"
|
| 538 |
+
|
| 539 |
+
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
| 540 |
+
# define PLATFORM_ID "Xenix"
|
| 541 |
+
|
| 542 |
+
#elif defined(__WATCOMC__)
|
| 543 |
+
# if defined(__LINUX__)
|
| 544 |
+
# define PLATFORM_ID "Linux"
|
| 545 |
+
|
| 546 |
+
# elif defined(__DOS__)
|
| 547 |
+
# define PLATFORM_ID "DOS"
|
| 548 |
+
|
| 549 |
+
# elif defined(__OS2__)
|
| 550 |
+
# define PLATFORM_ID "OS2"
|
| 551 |
+
|
| 552 |
+
# elif defined(__WINDOWS__)
|
| 553 |
+
# define PLATFORM_ID "Windows3x"
|
| 554 |
+
|
| 555 |
+
# elif defined(__VXWORKS__)
|
| 556 |
+
# define PLATFORM_ID "VxWorks"
|
| 557 |
+
|
| 558 |
+
# else /* unknown platform */
|
| 559 |
+
# define PLATFORM_ID
|
| 560 |
+
# endif
|
| 561 |
+
|
| 562 |
+
#elif defined(__INTEGRITY)
|
| 563 |
+
# if defined(INT_178B)
|
| 564 |
+
# define PLATFORM_ID "Integrity178"
|
| 565 |
+
|
| 566 |
+
# else /* regular Integrity */
|
| 567 |
+
# define PLATFORM_ID "Integrity"
|
| 568 |
+
# endif
|
| 569 |
+
|
| 570 |
+
# elif defined(_ADI_COMPILER)
|
| 571 |
+
# define PLATFORM_ID "ADSP"
|
| 572 |
+
|
| 573 |
+
#else /* unknown platform */
|
| 574 |
+
# define PLATFORM_ID
|
| 575 |
+
|
| 576 |
+
#endif
|
| 577 |
+
|
| 578 |
+
/* For windows compilers MSVC and Intel we can determine
|
| 579 |
+
the architecture of the compiler being used. This is because
|
| 580 |
+
the compilers do not have flags that can change the architecture,
|
| 581 |
+
but rather depend on which compiler is being used
|
| 582 |
+
*/
|
| 583 |
+
#if defined(_WIN32) && defined(_MSC_VER)
|
| 584 |
+
# if defined(_M_IA64)
|
| 585 |
+
# define ARCHITECTURE_ID "IA64"
|
| 586 |
+
|
| 587 |
+
# elif defined(_M_ARM64EC)
|
| 588 |
+
# define ARCHITECTURE_ID "ARM64EC"
|
| 589 |
+
|
| 590 |
+
# elif defined(_M_X64) || defined(_M_AMD64)
|
| 591 |
+
# define ARCHITECTURE_ID "x64"
|
| 592 |
+
|
| 593 |
+
# elif defined(_M_IX86)
|
| 594 |
+
# define ARCHITECTURE_ID "X86"
|
| 595 |
+
|
| 596 |
+
# elif defined(_M_ARM64)
|
| 597 |
+
# define ARCHITECTURE_ID "ARM64"
|
| 598 |
+
|
| 599 |
+
# elif defined(_M_ARM)
|
| 600 |
+
# if _M_ARM == 4
|
| 601 |
+
# define ARCHITECTURE_ID "ARMV4I"
|
| 602 |
+
# elif _M_ARM == 5
|
| 603 |
+
# define ARCHITECTURE_ID "ARMV5I"
|
| 604 |
+
# else
|
| 605 |
+
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
| 606 |
+
# endif
|
| 607 |
+
|
| 608 |
+
# elif defined(_M_MIPS)
|
| 609 |
+
# define ARCHITECTURE_ID "MIPS"
|
| 610 |
+
|
| 611 |
+
# elif defined(_M_SH)
|
| 612 |
+
# define ARCHITECTURE_ID "SHx"
|
| 613 |
+
|
| 614 |
+
# else /* unknown architecture */
|
| 615 |
+
# define ARCHITECTURE_ID ""
|
| 616 |
+
# endif
|
| 617 |
+
|
| 618 |
+
#elif defined(__WATCOMC__)
|
| 619 |
+
# if defined(_M_I86)
|
| 620 |
+
# define ARCHITECTURE_ID "I86"
|
| 621 |
+
|
| 622 |
+
# elif defined(_M_IX86)
|
| 623 |
+
# define ARCHITECTURE_ID "X86"
|
| 624 |
+
|
| 625 |
+
# else /* unknown architecture */
|
| 626 |
+
# define ARCHITECTURE_ID ""
|
| 627 |
+
# endif
|
| 628 |
+
|
| 629 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 630 |
+
# if defined(__ICCARM__)
|
| 631 |
+
# define ARCHITECTURE_ID "ARM"
|
| 632 |
+
|
| 633 |
+
# elif defined(__ICCRX__)
|
| 634 |
+
# define ARCHITECTURE_ID "RX"
|
| 635 |
+
|
| 636 |
+
# elif defined(__ICCRH850__)
|
| 637 |
+
# define ARCHITECTURE_ID "RH850"
|
| 638 |
+
|
| 639 |
+
# elif defined(__ICCRL78__)
|
| 640 |
+
# define ARCHITECTURE_ID "RL78"
|
| 641 |
+
|
| 642 |
+
# elif defined(__ICCRISCV__)
|
| 643 |
+
# define ARCHITECTURE_ID "RISCV"
|
| 644 |
+
|
| 645 |
+
# elif defined(__ICCAVR__)
|
| 646 |
+
# define ARCHITECTURE_ID "AVR"
|
| 647 |
+
|
| 648 |
+
# elif defined(__ICC430__)
|
| 649 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 650 |
+
|
| 651 |
+
# elif defined(__ICCV850__)
|
| 652 |
+
# define ARCHITECTURE_ID "V850"
|
| 653 |
+
|
| 654 |
+
# elif defined(__ICC8051__)
|
| 655 |
+
# define ARCHITECTURE_ID "8051"
|
| 656 |
+
|
| 657 |
+
# elif defined(__ICCSTM8__)
|
| 658 |
+
# define ARCHITECTURE_ID "STM8"
|
| 659 |
+
|
| 660 |
+
# else /* unknown architecture */
|
| 661 |
+
# define ARCHITECTURE_ID ""
|
| 662 |
+
# endif
|
| 663 |
+
|
| 664 |
+
#elif defined(__ghs__)
|
| 665 |
+
# if defined(__PPC64__)
|
| 666 |
+
# define ARCHITECTURE_ID "PPC64"
|
| 667 |
+
|
| 668 |
+
# elif defined(__ppc__)
|
| 669 |
+
# define ARCHITECTURE_ID "PPC"
|
| 670 |
+
|
| 671 |
+
# elif defined(__ARM__)
|
| 672 |
+
# define ARCHITECTURE_ID "ARM"
|
| 673 |
+
|
| 674 |
+
# elif defined(__x86_64__)
|
| 675 |
+
# define ARCHITECTURE_ID "x64"
|
| 676 |
+
|
| 677 |
+
# elif defined(__i386__)
|
| 678 |
+
# define ARCHITECTURE_ID "X86"
|
| 679 |
+
|
| 680 |
+
# else /* unknown architecture */
|
| 681 |
+
# define ARCHITECTURE_ID ""
|
| 682 |
+
# endif
|
| 683 |
+
|
| 684 |
+
#elif defined(__clang__) && defined(__ti__)
|
| 685 |
+
# if defined(__ARM_ARCH)
|
| 686 |
+
# define ARCHITECTURE_ID "ARM"
|
| 687 |
+
|
| 688 |
+
# else /* unknown architecture */
|
| 689 |
+
# define ARCHITECTURE_ID ""
|
| 690 |
+
# endif
|
| 691 |
+
|
| 692 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 693 |
+
# if defined(__TI_ARM__)
|
| 694 |
+
# define ARCHITECTURE_ID "ARM"
|
| 695 |
+
|
| 696 |
+
# elif defined(__MSP430__)
|
| 697 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 698 |
+
|
| 699 |
+
# elif defined(__TMS320C28XX__)
|
| 700 |
+
# define ARCHITECTURE_ID "TMS320C28x"
|
| 701 |
+
|
| 702 |
+
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
| 703 |
+
# define ARCHITECTURE_ID "TMS320C6x"
|
| 704 |
+
|
| 705 |
+
# else /* unknown architecture */
|
| 706 |
+
# define ARCHITECTURE_ID ""
|
| 707 |
+
# endif
|
| 708 |
+
|
| 709 |
+
# elif defined(__ADSPSHARC__)
|
| 710 |
+
# define ARCHITECTURE_ID "SHARC"
|
| 711 |
+
|
| 712 |
+
# elif defined(__ADSPBLACKFIN__)
|
| 713 |
+
# define ARCHITECTURE_ID "Blackfin"
|
| 714 |
+
|
| 715 |
+
#elif defined(__TASKING__)
|
| 716 |
+
|
| 717 |
+
# if defined(__CTC__) || defined(__CPTC__)
|
| 718 |
+
# define ARCHITECTURE_ID "TriCore"
|
| 719 |
+
|
| 720 |
+
# elif defined(__CMCS__)
|
| 721 |
+
# define ARCHITECTURE_ID "MCS"
|
| 722 |
+
|
| 723 |
+
# elif defined(__CARM__) || defined(__CPARM__)
|
| 724 |
+
# define ARCHITECTURE_ID "ARM"
|
| 725 |
+
|
| 726 |
+
# elif defined(__CARC__)
|
| 727 |
+
# define ARCHITECTURE_ID "ARC"
|
| 728 |
+
|
| 729 |
+
# elif defined(__C51__)
|
| 730 |
+
# define ARCHITECTURE_ID "8051"
|
| 731 |
+
|
| 732 |
+
# elif defined(__CPCP__)
|
| 733 |
+
# define ARCHITECTURE_ID "PCP"
|
| 734 |
+
|
| 735 |
+
# else
|
| 736 |
+
# define ARCHITECTURE_ID ""
|
| 737 |
+
# endif
|
| 738 |
+
|
| 739 |
+
#elif defined(__RENESAS__)
|
| 740 |
+
# if defined(__CCRX__)
|
| 741 |
+
# define ARCHITECTURE_ID "RX"
|
| 742 |
+
|
| 743 |
+
# elif defined(__CCRL__)
|
| 744 |
+
# define ARCHITECTURE_ID "RL78"
|
| 745 |
+
|
| 746 |
+
# elif defined(__CCRH__)
|
| 747 |
+
# define ARCHITECTURE_ID "RH850"
|
| 748 |
+
|
| 749 |
+
# else
|
| 750 |
+
# define ARCHITECTURE_ID ""
|
| 751 |
+
# endif
|
| 752 |
+
|
| 753 |
+
#else
|
| 754 |
+
# define ARCHITECTURE_ID
|
| 755 |
+
#endif
|
| 756 |
+
|
| 757 |
+
/* Convert integer to decimal digit literals. */
|
| 758 |
+
#define DEC(n) \
|
| 759 |
+
('0' + (((n) / 10000000)%10)), \
|
| 760 |
+
('0' + (((n) / 1000000)%10)), \
|
| 761 |
+
('0' + (((n) / 100000)%10)), \
|
| 762 |
+
('0' + (((n) / 10000)%10)), \
|
| 763 |
+
('0' + (((n) / 1000)%10)), \
|
| 764 |
+
('0' + (((n) / 100)%10)), \
|
| 765 |
+
('0' + (((n) / 10)%10)), \
|
| 766 |
+
('0' + ((n) % 10))
|
| 767 |
+
|
| 768 |
+
/* Convert integer to hex digit literals. */
|
| 769 |
+
#define HEX(n) \
|
| 770 |
+
('0' + ((n)>>28 & 0xF)), \
|
| 771 |
+
('0' + ((n)>>24 & 0xF)), \
|
| 772 |
+
('0' + ((n)>>20 & 0xF)), \
|
| 773 |
+
('0' + ((n)>>16 & 0xF)), \
|
| 774 |
+
('0' + ((n)>>12 & 0xF)), \
|
| 775 |
+
('0' + ((n)>>8 & 0xF)), \
|
| 776 |
+
('0' + ((n)>>4 & 0xF)), \
|
| 777 |
+
('0' + ((n) & 0xF))
|
| 778 |
+
|
| 779 |
+
/* Construct a string literal encoding the version number. */
|
| 780 |
+
#ifdef COMPILER_VERSION
|
| 781 |
+
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
| 782 |
+
|
| 783 |
+
/* Construct a string literal encoding the version number components. */
|
| 784 |
+
#elif defined(COMPILER_VERSION_MAJOR)
|
| 785 |
+
char const info_version[] = {
|
| 786 |
+
'I', 'N', 'F', 'O', ':',
|
| 787 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
| 788 |
+
COMPILER_VERSION_MAJOR,
|
| 789 |
+
# ifdef COMPILER_VERSION_MINOR
|
| 790 |
+
'.', COMPILER_VERSION_MINOR,
|
| 791 |
+
# ifdef COMPILER_VERSION_PATCH
|
| 792 |
+
'.', COMPILER_VERSION_PATCH,
|
| 793 |
+
# ifdef COMPILER_VERSION_TWEAK
|
| 794 |
+
'.', COMPILER_VERSION_TWEAK,
|
| 795 |
+
# endif
|
| 796 |
+
# endif
|
| 797 |
+
# endif
|
| 798 |
+
']','\0'};
|
| 799 |
+
#endif
|
| 800 |
+
|
| 801 |
+
/* Construct a string literal encoding the internal version number. */
|
| 802 |
+
#ifdef COMPILER_VERSION_INTERNAL
|
| 803 |
+
char const info_version_internal[] = {
|
| 804 |
+
'I', 'N', 'F', 'O', ':',
|
| 805 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
| 806 |
+
'i','n','t','e','r','n','a','l','[',
|
| 807 |
+
COMPILER_VERSION_INTERNAL,']','\0'};
|
| 808 |
+
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
| 809 |
+
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
| 810 |
+
#endif
|
| 811 |
+
|
| 812 |
+
/* Construct a string literal encoding the version number components. */
|
| 813 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 814 |
+
char const info_simulate_version[] = {
|
| 815 |
+
'I', 'N', 'F', 'O', ':',
|
| 816 |
+
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
| 817 |
+
SIMULATE_VERSION_MAJOR,
|
| 818 |
+
# ifdef SIMULATE_VERSION_MINOR
|
| 819 |
+
'.', SIMULATE_VERSION_MINOR,
|
| 820 |
+
# ifdef SIMULATE_VERSION_PATCH
|
| 821 |
+
'.', SIMULATE_VERSION_PATCH,
|
| 822 |
+
# ifdef SIMULATE_VERSION_TWEAK
|
| 823 |
+
'.', SIMULATE_VERSION_TWEAK,
|
| 824 |
+
# endif
|
| 825 |
+
# endif
|
| 826 |
+
# endif
|
| 827 |
+
']','\0'};
|
| 828 |
+
#endif
|
| 829 |
+
|
| 830 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 831 |
+
getting matched. Store it in a pointer rather than an array
|
| 832 |
+
because some compilers will just produce instructions to fill the
|
| 833 |
+
array rather than assigning a pointer to a static array. */
|
| 834 |
+
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
| 835 |
+
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
| 836 |
+
|
| 837 |
+
|
| 838 |
+
|
| 839 |
+
#define CXX_STD_98 199711L
|
| 840 |
+
#define CXX_STD_11 201103L
|
| 841 |
+
#define CXX_STD_14 201402L
|
| 842 |
+
#define CXX_STD_17 201703L
|
| 843 |
+
#define CXX_STD_20 202002L
|
| 844 |
+
#define CXX_STD_23 202302L
|
| 845 |
+
|
| 846 |
+
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG)
|
| 847 |
+
# if _MSVC_LANG > CXX_STD_17
|
| 848 |
+
# define CXX_STD _MSVC_LANG
|
| 849 |
+
# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init)
|
| 850 |
+
# define CXX_STD CXX_STD_20
|
| 851 |
+
# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17
|
| 852 |
+
# define CXX_STD CXX_STD_20
|
| 853 |
+
# elif _MSVC_LANG > CXX_STD_14
|
| 854 |
+
# define CXX_STD CXX_STD_17
|
| 855 |
+
# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi)
|
| 856 |
+
# define CXX_STD CXX_STD_14
|
| 857 |
+
# elif defined(__INTEL_CXX11_MODE__)
|
| 858 |
+
# define CXX_STD CXX_STD_11
|
| 859 |
+
# else
|
| 860 |
+
# define CXX_STD CXX_STD_98
|
| 861 |
+
# endif
|
| 862 |
+
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
|
| 863 |
+
# if _MSVC_LANG > __cplusplus
|
| 864 |
+
# define CXX_STD _MSVC_LANG
|
| 865 |
+
# else
|
| 866 |
+
# define CXX_STD __cplusplus
|
| 867 |
+
# endif
|
| 868 |
+
#elif defined(__NVCOMPILER)
|
| 869 |
+
# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init)
|
| 870 |
+
# define CXX_STD CXX_STD_20
|
| 871 |
+
# else
|
| 872 |
+
# define CXX_STD __cplusplus
|
| 873 |
+
# endif
|
| 874 |
+
#elif defined(__INTEL_COMPILER) || defined(__PGI)
|
| 875 |
+
# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes)
|
| 876 |
+
# define CXX_STD CXX_STD_17
|
| 877 |
+
# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi)
|
| 878 |
+
# define CXX_STD CXX_STD_14
|
| 879 |
+
# else
|
| 880 |
+
# define CXX_STD __cplusplus
|
| 881 |
+
# endif
|
| 882 |
+
#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__)
|
| 883 |
+
# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi)
|
| 884 |
+
# define CXX_STD CXX_STD_14
|
| 885 |
+
# else
|
| 886 |
+
# define CXX_STD __cplusplus
|
| 887 |
+
# endif
|
| 888 |
+
#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__)
|
| 889 |
+
# define CXX_STD CXX_STD_11
|
| 890 |
+
#else
|
| 891 |
+
# define CXX_STD __cplusplus
|
| 892 |
+
#endif
|
| 893 |
+
|
| 894 |
+
const char* info_language_standard_default = "INFO" ":" "standard_default["
|
| 895 |
+
#if CXX_STD > CXX_STD_23
|
| 896 |
+
"26"
|
| 897 |
+
#elif CXX_STD > CXX_STD_20
|
| 898 |
+
"23"
|
| 899 |
+
#elif CXX_STD > CXX_STD_17
|
| 900 |
+
"20"
|
| 901 |
+
#elif CXX_STD > CXX_STD_14
|
| 902 |
+
"17"
|
| 903 |
+
#elif CXX_STD > CXX_STD_11
|
| 904 |
+
"14"
|
| 905 |
+
#elif CXX_STD >= CXX_STD_11
|
| 906 |
+
"11"
|
| 907 |
+
#else
|
| 908 |
+
"98"
|
| 909 |
+
#endif
|
| 910 |
+
"]";
|
| 911 |
+
|
| 912 |
+
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
| 913 |
+
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
| 914 |
+
defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \
|
| 915 |
+
!defined(__STRICT_ANSI__)
|
| 916 |
+
"ON"
|
| 917 |
+
#else
|
| 918 |
+
"OFF"
|
| 919 |
+
#endif
|
| 920 |
+
"]";
|
| 921 |
+
|
| 922 |
+
/*--------------------------------------------------------------------------*/
|
| 923 |
+
|
| 924 |
+
int main(int argc, char* argv[])
|
| 925 |
+
{
|
| 926 |
+
int require = 0;
|
| 927 |
+
require += info_compiler[argc];
|
| 928 |
+
require += info_platform[argc];
|
| 929 |
+
require += info_arch[argc];
|
| 930 |
+
#ifdef COMPILER_VERSION_MAJOR
|
| 931 |
+
require += info_version[argc];
|
| 932 |
+
#endif
|
| 933 |
+
#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR)
|
| 934 |
+
require += info_version_internal[argc];
|
| 935 |
+
#endif
|
| 936 |
+
#ifdef SIMULATE_ID
|
| 937 |
+
require += info_simulate[argc];
|
| 938 |
+
#endif
|
| 939 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 940 |
+
require += info_simulate_version[argc];
|
| 941 |
+
#endif
|
| 942 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 943 |
+
require += info_cray[argc];
|
| 944 |
+
#endif
|
| 945 |
+
require += info_language_standard_default[argc];
|
| 946 |
+
require += info_language_extensions_default[argc];
|
| 947 |
+
(void)argv;
|
| 948 |
+
return require;
|
| 949 |
+
}
|
main/argon-bubble/GS/build/CMakeFiles/4.2.0/CompilerIdCXX/a.out
ADDED
|
Binary file (33.7 kB). View file
|
|
|
main/argon-bubble/GS/build/CMakeFiles/4.2.0/CompilerIdCXX/apple-sdk.cpp
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
#include <AvailabilityMacros.h>
|
main/argon-bubble/GS/build/CMakeFiles/CMakeConfigureLog.yaml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
main/argon-bubble/GS/build/CMakeFiles/CMakeDirectoryInformation.cmake
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
|
| 3 |
+
|
| 4 |
+
# Relative path conversion top directories.
|
| 5 |
+
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS")
|
| 6 |
+
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build")
|
| 7 |
+
|
| 8 |
+
# Force unix paths in dependencies.
|
| 9 |
+
set(CMAKE_FORCE_UNIX_PATHS 1)
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# The C and CXX include file regular expressions for this directory.
|
| 13 |
+
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
| 14 |
+
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
| 15 |
+
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
| 16 |
+
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
main/argon-bubble/GS/build/CMakeFiles/InstallScripts.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"InstallScripts" :
|
| 3 |
+
[
|
| 4 |
+
"/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/cmake_install.cmake"
|
| 5 |
+
],
|
| 6 |
+
"Parallel" : false
|
| 7 |
+
}
|
main/argon-bubble/GS/build/CMakeFiles/Makefile.cmake
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
|
| 3 |
+
|
| 4 |
+
# The generator used is:
|
| 5 |
+
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
|
| 6 |
+
|
| 7 |
+
# The top level Makefile was generated from the following files:
|
| 8 |
+
set(CMAKE_MAKEFILE_DEPENDS
|
| 9 |
+
"CMakeCache.txt"
|
| 10 |
+
"/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/CMakeLists.txt"
|
| 11 |
+
"CMakeFiles/4.2.0/CMakeCCompiler.cmake"
|
| 12 |
+
"CMakeFiles/4.2.0/CMakeCXXCompiler.cmake"
|
| 13 |
+
"CMakeFiles/4.2.0/CMakeSystem.cmake"
|
| 14 |
+
"/opt/homebrew/lib/cmake/pugixml/pugixml-config-version.cmake"
|
| 15 |
+
"/opt/homebrew/lib/cmake/pugixml/pugixml-config.cmake"
|
| 16 |
+
"/opt/homebrew/lib/cmake/pugixml/pugixml-targets-release.cmake"
|
| 17 |
+
"/opt/homebrew/lib/cmake/pugixml/pugixml-targets.cmake"
|
| 18 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/FindEXPAT.cmake"
|
| 19 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/FindEigen3.cmake"
|
| 20 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/FindFreetype.cmake"
|
| 21 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/FindLZ4.cmake"
|
| 22 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/FindLZMA.cmake"
|
| 23 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/Finddouble-conversion.cmake"
|
| 24 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/Findutf8cpp.cmake"
|
| 25 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/VTK-targets-release.cmake"
|
| 26 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/VTK-targets.cmake"
|
| 27 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/VTK-vtk-module-find-packages.cmake"
|
| 28 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/VTK-vtk-module-properties.cmake"
|
| 29 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/VTKPython-targets-release.cmake"
|
| 30 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/VTKPython-targets.cmake"
|
| 31 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtk-config-version.cmake"
|
| 32 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtk-config.cmake"
|
| 33 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtk-prefix.cmake"
|
| 34 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkCMakeBackports.cmake"
|
| 35 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkDetectLibraryType.cmake"
|
| 36 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkEncodeString.cmake"
|
| 37 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkHashSource.cmake"
|
| 38 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkMobileDevices.cmake"
|
| 39 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkModule.cmake"
|
| 40 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkModuleJson.cmake"
|
| 41 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkModuleSerialization.cmake"
|
| 42 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkModuleTesting.cmake"
|
| 43 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkModuleWrapPython.cmake"
|
| 44 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkObjectFactory.cmake"
|
| 45 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkTopologicalSort.cmake"
|
| 46 |
+
"/opt/homebrew/lib/cmake/vtk-9.5/vtkmodules-vtk-python-module-properties.cmake"
|
| 47 |
+
"/opt/homebrew/share/cmake/Modules/CMakeCCompiler.cmake.in"
|
| 48 |
+
"/opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c"
|
| 49 |
+
"/opt/homebrew/share/cmake/Modules/CMakeCInformation.cmake"
|
| 50 |
+
"/opt/homebrew/share/cmake/Modules/CMakeCXXCompiler.cmake.in"
|
| 51 |
+
"/opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp"
|
| 52 |
+
"/opt/homebrew/share/cmake/Modules/CMakeCXXInformation.cmake"
|
| 53 |
+
"/opt/homebrew/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
|
| 54 |
+
"/opt/homebrew/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
|
| 55 |
+
"/opt/homebrew/share/cmake/Modules/CMakeCompilerIdDetection.cmake"
|
| 56 |
+
"/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake"
|
| 57 |
+
"/opt/homebrew/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake"
|
| 58 |
+
"/opt/homebrew/share/cmake/Modules/CMakeDetermineCompiler.cmake"
|
| 59 |
+
"/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake"
|
| 60 |
+
"/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake"
|
| 61 |
+
"/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake"
|
| 62 |
+
"/opt/homebrew/share/cmake/Modules/CMakeDetermineSystem.cmake"
|
| 63 |
+
"/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake"
|
| 64 |
+
"/opt/homebrew/share/cmake/Modules/CMakeGenericSystem.cmake"
|
| 65 |
+
"/opt/homebrew/share/cmake/Modules/CMakeInitializeConfigs.cmake"
|
| 66 |
+
"/opt/homebrew/share/cmake/Modules/CMakeLanguageInformation.cmake"
|
| 67 |
+
"/opt/homebrew/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake"
|
| 68 |
+
"/opt/homebrew/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake"
|
| 69 |
+
"/opt/homebrew/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake"
|
| 70 |
+
"/opt/homebrew/share/cmake/Modules/CMakeSystem.cmake.in"
|
| 71 |
+
"/opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
|
| 72 |
+
"/opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
|
| 73 |
+
"/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake"
|
| 74 |
+
"/opt/homebrew/share/cmake/Modules/CMakeTestCXXCompiler.cmake"
|
| 75 |
+
"/opt/homebrew/share/cmake/Modules/CMakeTestCompilerCommon.cmake"
|
| 76 |
+
"/opt/homebrew/share/cmake/Modules/CMakeUnixFindMake.cmake"
|
| 77 |
+
"/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake"
|
| 78 |
+
"/opt/homebrew/share/cmake/Modules/CheckCSourceCompiles.cmake"
|
| 79 |
+
"/opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake"
|
| 80 |
+
"/opt/homebrew/share/cmake/Modules/CheckCXXSourceCompiles.cmake"
|
| 81 |
+
"/opt/homebrew/share/cmake/Modules/CheckCompilerFlag.cmake"
|
| 82 |
+
"/opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake"
|
| 83 |
+
"/opt/homebrew/share/cmake/Modules/CheckLibraryExists.cmake"
|
| 84 |
+
"/opt/homebrew/share/cmake/Modules/CheckSourceCompiles.cmake"
|
| 85 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake"
|
| 86 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
|
| 87 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
|
| 88 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
|
| 89 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake"
|
| 90 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
|
| 91 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
| 92 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Clang-C.cmake"
|
| 93 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Clang-CXX.cmake"
|
| 94 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake"
|
| 95 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
| 96 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Clang-FindBinUtils.cmake"
|
| 97 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Clang.cmake"
|
| 98 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
|
| 99 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
|
| 100 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake"
|
| 101 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake"
|
| 102 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Diab-DetermineCompiler.cmake"
|
| 103 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
|
| 104 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
|
| 105 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
|
| 106 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake"
|
| 107 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
|
| 108 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
|
| 109 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/GNU.cmake"
|
| 110 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake"
|
| 111 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
|
| 112 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake"
|
| 113 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
|
| 114 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
|
| 115 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake"
|
| 116 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
|
| 117 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake"
|
| 118 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
|
| 119 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake"
|
| 120 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
|
| 121 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake"
|
| 122 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
|
| 123 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
|
| 124 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
|
| 125 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake"
|
| 126 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake"
|
| 127 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake"
|
| 128 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Renesas-DetermineCompiler.cmake"
|
| 129 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake"
|
| 130 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
|
| 131 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
|
| 132 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
|
| 133 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake"
|
| 134 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake"
|
| 135 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake"
|
| 136 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
|
| 137 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
|
| 138 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
|
| 139 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake"
|
| 140 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake"
|
| 141 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
|
| 142 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
|
| 143 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
|
| 144 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
|
| 145 |
+
"/opt/homebrew/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
|
| 146 |
+
"/opt/homebrew/share/cmake/Modules/ExternalData.cmake"
|
| 147 |
+
"/opt/homebrew/share/cmake/Modules/FindJPEG.cmake"
|
| 148 |
+
"/opt/homebrew/share/cmake/Modules/FindPNG.cmake"
|
| 149 |
+
"/opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
|
| 150 |
+
"/opt/homebrew/share/cmake/Modules/FindPackageMessage.cmake"
|
| 151 |
+
"/opt/homebrew/share/cmake/Modules/FindPkgConfig.cmake"
|
| 152 |
+
"/opt/homebrew/share/cmake/Modules/FindTIFF.cmake"
|
| 153 |
+
"/opt/homebrew/share/cmake/Modules/FindThreads.cmake"
|
| 154 |
+
"/opt/homebrew/share/cmake/Modules/FindZLIB.cmake"
|
| 155 |
+
"/opt/homebrew/share/cmake/Modules/GenerateExportHeader.cmake"
|
| 156 |
+
"/opt/homebrew/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake"
|
| 157 |
+
"/opt/homebrew/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake"
|
| 158 |
+
"/opt/homebrew/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake"
|
| 159 |
+
"/opt/homebrew/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake"
|
| 160 |
+
"/opt/homebrew/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake"
|
| 161 |
+
"/opt/homebrew/share/cmake/Modules/Internal/CMakeInspectCXXLinker.cmake"
|
| 162 |
+
"/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake"
|
| 163 |
+
"/opt/homebrew/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake"
|
| 164 |
+
"/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake"
|
| 165 |
+
"/opt/homebrew/share/cmake/Modules/Internal/FeatureTesting.cmake"
|
| 166 |
+
"/opt/homebrew/share/cmake/Modules/Linker/AppleClang-C.cmake"
|
| 167 |
+
"/opt/homebrew/share/cmake/Modules/Linker/AppleClang-CXX.cmake"
|
| 168 |
+
"/opt/homebrew/share/cmake/Modules/Linker/AppleClang.cmake"
|
| 169 |
+
"/opt/homebrew/share/cmake/Modules/Platform/Apple-Clang-C.cmake"
|
| 170 |
+
"/opt/homebrew/share/cmake/Modules/Platform/Apple-Clang-CXX.cmake"
|
| 171 |
+
"/opt/homebrew/share/cmake/Modules/Platform/Apple-Clang.cmake"
|
| 172 |
+
"/opt/homebrew/share/cmake/Modules/Platform/Darwin-Determine-CXX.cmake"
|
| 173 |
+
"/opt/homebrew/share/cmake/Modules/Platform/Darwin-Initialize.cmake"
|
| 174 |
+
"/opt/homebrew/share/cmake/Modules/Platform/Darwin.cmake"
|
| 175 |
+
"/opt/homebrew/share/cmake/Modules/Platform/Linker/Apple-AppleClang-C.cmake"
|
| 176 |
+
"/opt/homebrew/share/cmake/Modules/Platform/Linker/Apple-AppleClang-CXX.cmake"
|
| 177 |
+
"/opt/homebrew/share/cmake/Modules/Platform/Linker/Apple-AppleClang.cmake"
|
| 178 |
+
"/opt/homebrew/share/cmake/Modules/Platform/UnixPaths.cmake"
|
| 179 |
+
"/opt/homebrew/share/cmake/Modules/SelectLibraryConfigurations.cmake"
|
| 180 |
+
"/opt/homebrew/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake"
|
| 181 |
+
"/opt/homebrew/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake"
|
| 182 |
+
"/opt/homebrew/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake"
|
| 183 |
+
)
|
| 184 |
+
|
| 185 |
+
# The corresponding makefile is:
|
| 186 |
+
set(CMAKE_MAKEFILE_OUTPUTS
|
| 187 |
+
"Makefile"
|
| 188 |
+
"CMakeFiles/cmake.check_cache"
|
| 189 |
+
)
|
| 190 |
+
|
| 191 |
+
# Byproducts of CMake generate step:
|
| 192 |
+
set(CMAKE_MAKEFILE_PRODUCTS
|
| 193 |
+
"CMakeFiles/4.2.0/CMakeSystem.cmake"
|
| 194 |
+
"CMakeFiles/4.2.0/CMakeCCompiler.cmake"
|
| 195 |
+
"CMakeFiles/4.2.0/CMakeCXXCompiler.cmake"
|
| 196 |
+
"CMakeFiles/4.2.0/CMakeCCompiler.cmake"
|
| 197 |
+
"CMakeFiles/4.2.0/CMakeCCompiler.cmake"
|
| 198 |
+
"CMakeFiles/4.2.0/CMakeCXXCompiler.cmake"
|
| 199 |
+
"CMakeFiles/4.2.0/CMakeCXXCompiler.cmake"
|
| 200 |
+
"CMakeFiles/vtkModuleAutoInit_ec47e130ffdb4ae73e1b1973a6727492.h"
|
| 201 |
+
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 202 |
+
)
|
| 203 |
+
|
| 204 |
+
# Dependency information for all targets:
|
| 205 |
+
set(CMAKE_DEPEND_INFO_FILES
|
| 206 |
+
"CMakeFiles/argon-bubble.dir/DependInfo.cmake"
|
| 207 |
+
)
|
main/argon-bubble/GS/build/CMakeFiles/Makefile2
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
|
| 3 |
+
|
| 4 |
+
# Default target executed when no arguments are given to make.
|
| 5 |
+
default_target: all
|
| 6 |
+
.PHONY : default_target
|
| 7 |
+
|
| 8 |
+
#=============================================================================
|
| 9 |
+
# Special targets provided by cmake.
|
| 10 |
+
|
| 11 |
+
# Disable implicit rules so canonical targets will work.
|
| 12 |
+
.SUFFIXES:
|
| 13 |
+
|
| 14 |
+
# Disable VCS-based implicit rules.
|
| 15 |
+
% : %,v
|
| 16 |
+
|
| 17 |
+
# Disable VCS-based implicit rules.
|
| 18 |
+
% : RCS/%
|
| 19 |
+
|
| 20 |
+
# Disable VCS-based implicit rules.
|
| 21 |
+
% : RCS/%,v
|
| 22 |
+
|
| 23 |
+
# Disable VCS-based implicit rules.
|
| 24 |
+
% : SCCS/s.%
|
| 25 |
+
|
| 26 |
+
# Disable VCS-based implicit rules.
|
| 27 |
+
% : s.%
|
| 28 |
+
|
| 29 |
+
.SUFFIXES: .hpux_make_needs_suffix_list
|
| 30 |
+
|
| 31 |
+
# Command-line flag to silence nested $(MAKE).
|
| 32 |
+
$(VERBOSE)MAKESILENT = -s
|
| 33 |
+
|
| 34 |
+
#Suppress display of executed commands.
|
| 35 |
+
$(VERBOSE).SILENT:
|
| 36 |
+
|
| 37 |
+
# A target that is always out of date.
|
| 38 |
+
cmake_force:
|
| 39 |
+
.PHONY : cmake_force
|
| 40 |
+
|
| 41 |
+
#=============================================================================
|
| 42 |
+
# Set environment variables for the build.
|
| 43 |
+
|
| 44 |
+
# The shell in which to execute make rules.
|
| 45 |
+
SHELL = /bin/sh
|
| 46 |
+
|
| 47 |
+
# The CMake executable.
|
| 48 |
+
CMAKE_COMMAND = /opt/homebrew/bin/cmake
|
| 49 |
+
|
| 50 |
+
# The command to remove a file.
|
| 51 |
+
RM = /opt/homebrew/bin/cmake -E rm -f
|
| 52 |
+
|
| 53 |
+
# Escaping for special characters.
|
| 54 |
+
EQUALS = =
|
| 55 |
+
|
| 56 |
+
# The top-level source directory on which CMake was run.
|
| 57 |
+
CMAKE_SOURCE_DIR = /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS
|
| 58 |
+
|
| 59 |
+
# The top-level build directory on which CMake was run.
|
| 60 |
+
CMAKE_BINARY_DIR = /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build
|
| 61 |
+
|
| 62 |
+
#=============================================================================
|
| 63 |
+
# Directory level rules for the build root directory
|
| 64 |
+
|
| 65 |
+
# The main recursive "all" target.
|
| 66 |
+
all: CMakeFiles/argon-bubble.dir/all
|
| 67 |
+
.PHONY : all
|
| 68 |
+
|
| 69 |
+
# The main recursive "codegen" target.
|
| 70 |
+
codegen: CMakeFiles/argon-bubble.dir/codegen
|
| 71 |
+
.PHONY : codegen
|
| 72 |
+
|
| 73 |
+
# The main recursive "preinstall" target.
|
| 74 |
+
preinstall:
|
| 75 |
+
.PHONY : preinstall
|
| 76 |
+
|
| 77 |
+
# The main recursive "clean" target.
|
| 78 |
+
clean: CMakeFiles/argon-bubble.dir/clean
|
| 79 |
+
.PHONY : clean
|
| 80 |
+
|
| 81 |
+
#=============================================================================
|
| 82 |
+
# Target rules for target CMakeFiles/argon-bubble.dir
|
| 83 |
+
|
| 84 |
+
# All Build rule for target.
|
| 85 |
+
CMakeFiles/argon-bubble.dir/all:
|
| 86 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/argon-bubble.dir/build.make CMakeFiles/argon-bubble.dir/depend
|
| 87 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/argon-bubble.dir/build.make CMakeFiles/argon-bubble.dir/build
|
| 88 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles --progress-num=1,2 "Built target argon-bubble"
|
| 89 |
+
.PHONY : CMakeFiles/argon-bubble.dir/all
|
| 90 |
+
|
| 91 |
+
# Build rule for subdir invocation for target.
|
| 92 |
+
CMakeFiles/argon-bubble.dir/rule: cmake_check_build_system
|
| 93 |
+
$(CMAKE_COMMAND) -E cmake_progress_start /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles 2
|
| 94 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/argon-bubble.dir/all
|
| 95 |
+
$(CMAKE_COMMAND) -E cmake_progress_start /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles 0
|
| 96 |
+
.PHONY : CMakeFiles/argon-bubble.dir/rule
|
| 97 |
+
|
| 98 |
+
# Convenience name for target.
|
| 99 |
+
argon-bubble: CMakeFiles/argon-bubble.dir/rule
|
| 100 |
+
.PHONY : argon-bubble
|
| 101 |
+
|
| 102 |
+
# codegen rule for target.
|
| 103 |
+
CMakeFiles/argon-bubble.dir/codegen:
|
| 104 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/argon-bubble.dir/build.make CMakeFiles/argon-bubble.dir/codegen
|
| 105 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles --progress-num=1,2 "Finished codegen for target argon-bubble"
|
| 106 |
+
.PHONY : CMakeFiles/argon-bubble.dir/codegen
|
| 107 |
+
|
| 108 |
+
# clean rule for target.
|
| 109 |
+
CMakeFiles/argon-bubble.dir/clean:
|
| 110 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/argon-bubble.dir/build.make CMakeFiles/argon-bubble.dir/clean
|
| 111 |
+
.PHONY : CMakeFiles/argon-bubble.dir/clean
|
| 112 |
+
|
| 113 |
+
#=============================================================================
|
| 114 |
+
# Special targets to cleanup operation of make.
|
| 115 |
+
|
| 116 |
+
# Special rule to run CMake to check the build system integrity.
|
| 117 |
+
# No rule that depends on this can have commands that come from listfiles
|
| 118 |
+
# because they might be regenerated.
|
| 119 |
+
cmake_check_build_system:
|
| 120 |
+
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
| 121 |
+
.PHONY : cmake_check_build_system
|
| 122 |
+
|
main/argon-bubble/GS/build/CMakeFiles/TargetDirectories.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir
|
| 2 |
+
/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles/edit_cache.dir
|
| 3 |
+
/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles/rebuild_cache.dir
|
main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/DependInfo.cmake
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Consider dependencies only in project.
|
| 3 |
+
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
| 4 |
+
|
| 5 |
+
# The set of languages for which implicit dependencies are needed:
|
| 6 |
+
set(CMAKE_DEPENDS_LANGUAGES
|
| 7 |
+
)
|
| 8 |
+
|
| 9 |
+
# The set of dependency files which are needed:
|
| 10 |
+
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
| 11 |
+
"/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/argon-bubble_gs.cxx" "CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o" "gcc" "CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o.d"
|
| 12 |
+
)
|
| 13 |
+
|
| 14 |
+
# Targets to which this target links which contain Fortran sources.
|
| 15 |
+
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
| 16 |
+
)
|
| 17 |
+
|
| 18 |
+
# Targets to which this target links which contain Fortran sources.
|
| 19 |
+
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
| 20 |
+
)
|
| 21 |
+
|
| 22 |
+
# Fortran module output directory.
|
| 23 |
+
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o
ADDED
|
Binary file (33.9 kB). View file
|
|
|
main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o.d
ADDED
|
@@ -0,0 +1,960 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o: \
|
| 2 |
+
/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/argon-bubble_gs.cxx \
|
| 3 |
+
/opt/homebrew/include/vtk-9.5/vtkCamera.h \
|
| 4 |
+
/opt/homebrew/include/vtk-9.5/vtkObject.h \
|
| 5 |
+
/opt/homebrew/include/vtk-9.5/vtkCommonCoreModule.h \
|
| 6 |
+
/opt/homebrew/include/vtk-9.5/vtkABINamespace.h \
|
| 7 |
+
/opt/homebrew/include/vtk-9.5/vtkObjectBase.h \
|
| 8 |
+
/opt/homebrew/include/vtk-9.5/vtkDeprecation.h \
|
| 9 |
+
/opt/homebrew/include/vtk-9.5/vtkVersionQuick.h \
|
| 10 |
+
/opt/homebrew/include/vtk-9.5/vtkFeatures.h \
|
| 11 |
+
/opt/homebrew/include/vtk-9.5/vtkIndent.h \
|
| 12 |
+
/opt/homebrew/include/vtk-9.5/vtkSystemIncludes.h \
|
| 13 |
+
/opt/homebrew/include/vtk-9.5/vtkWin32Header.h \
|
| 14 |
+
/opt/homebrew/include/vtk-9.5/vtkABI.h \
|
| 15 |
+
/opt/homebrew/include/vtk-9.5/vtkOptions.h \
|
| 16 |
+
/opt/homebrew/include/vtk-9.5/vtkBuild.h \
|
| 17 |
+
/opt/homebrew/include/vtk-9.5/vtkPlatform.h \
|
| 18 |
+
/opt/homebrew/include/vtk-9.5/vtkIOStream.h \
|
| 19 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/fstream \
|
| 20 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__config \
|
| 21 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__config_site \
|
| 22 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__configuration/abi.h \
|
| 23 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__configuration/compiler.h \
|
| 24 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__configuration/platform.h \
|
| 25 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__configuration/availability.h \
|
| 26 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__configuration/language.h \
|
| 27 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/max.h \
|
| 28 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/comp.h \
|
| 29 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/desugars_to.h \
|
| 30 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_integral.h \
|
| 31 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/integral_constant.h \
|
| 32 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/remove_cv.h \
|
| 33 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/comp_ref_type.h \
|
| 34 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__assert \
|
| 35 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__assertion_handler \
|
| 36 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__log_hardening_failure \
|
| 37 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__verbose_abort \
|
| 38 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__verbose_trap \
|
| 39 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/declval.h \
|
| 40 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/max_element.h \
|
| 41 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/iterator_traits.h \
|
| 42 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/arithmetic.h \
|
| 43 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_floating_point.h \
|
| 44 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_signed.h \
|
| 45 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_arithmetic.h \
|
| 46 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/constructible.h \
|
| 47 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/convertible_to.h \
|
| 48 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_convertible.h \
|
| 49 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/destructible.h \
|
| 50 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_nothrow_destructible.h \
|
| 51 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__cstddef/size_t.h \
|
| 52 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_destructible.h \
|
| 53 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_function.h \
|
| 54 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_reference.h \
|
| 55 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/remove_all_extents.h \
|
| 56 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_constructible.h \
|
| 57 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/add_reference.h \
|
| 58 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/copyable.h \
|
| 59 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/assignable.h \
|
| 60 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/common_reference_with.h \
|
| 61 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/same_as.h \
|
| 62 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_same.h \
|
| 63 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/common_reference.h \
|
| 64 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/add_pointer.h \
|
| 65 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_referenceable.h \
|
| 66 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/void_t.h \
|
| 67 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_void.h \
|
| 68 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/remove_reference.h \
|
| 69 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/common_type.h \
|
| 70 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/conditional.h \
|
| 71 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/decay.h \
|
| 72 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/remove_cvref.h \
|
| 73 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/type_identity.h \
|
| 74 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/empty.h \
|
| 75 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/copy_cv.h \
|
| 76 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/copy_cvref.h \
|
| 77 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/make_const_lvalue_ref.h \
|
| 78 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/forward.h \
|
| 79 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/movable.h \
|
| 80 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/swappable.h \
|
| 81 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/class_or_enum.h \
|
| 82 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_class.h \
|
| 83 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_enum.h \
|
| 84 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_union.h \
|
| 85 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/extent.h \
|
| 86 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_nothrow_assignable.h \
|
| 87 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_nothrow_constructible.h \
|
| 88 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/exchange.h \
|
| 89 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/move.h \
|
| 90 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__undef_macros \
|
| 91 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_object.h \
|
| 92 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/equality_comparable.h \
|
| 93 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/boolean_testable.h \
|
| 94 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/totally_ordered.h \
|
| 95 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__cstddef/ptrdiff_t.h \
|
| 96 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/pair.h \
|
| 97 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/tuple.h \
|
| 98 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/incrementable_traits.h \
|
| 99 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_primary_template.h \
|
| 100 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/enable_if.h \
|
| 101 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_valid_expansion.h \
|
| 102 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/make_signed.h \
|
| 103 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/type_list.h \
|
| 104 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/readable_traits.h \
|
| 105 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_array.h \
|
| 106 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/remove_extent.h \
|
| 107 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__tuple/tuple_element.h \
|
| 108 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__tuple/tuple_indices.h \
|
| 109 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/integer_sequence.h \
|
| 110 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__tuple/tuple_types.h \
|
| 111 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/detected_or.h \
|
| 112 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/disjunction.h \
|
| 113 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/nat.h \
|
| 114 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/remove_const.h \
|
| 115 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_callable.h \
|
| 116 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/initializer_list \
|
| 117 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/version \
|
| 118 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/cstddef \
|
| 119 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/stddef.h \
|
| 120 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/stddef.h \
|
| 121 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/stddef.h \
|
| 122 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stddef_header_macro.h \
|
| 123 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stddef_ptrdiff_t.h \
|
| 124 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stddef_size_t.h \
|
| 125 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stddef_wchar_t.h \
|
| 126 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stddef_null.h \
|
| 127 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stddef_nullptr_t.h \
|
| 128 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stddef_max_align_t.h \
|
| 129 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stddef_offsetof.h \
|
| 130 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__cstddef/byte.h \
|
| 131 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/byte.h \
|
| 132 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__cstddef/max_align_t.h \
|
| 133 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__cstddef/nullptr_t.h \
|
| 134 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/path.h \
|
| 135 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/replace.h \
|
| 136 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/replace_copy.h \
|
| 137 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/unary_function.h \
|
| 138 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/functional.h \
|
| 139 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/back_insert_iterator.h \
|
| 140 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/iterator.h \
|
| 141 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/addressof.h \
|
| 142 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_pointer.h \
|
| 143 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/remove_pointer.h \
|
| 144 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/string \
|
| 145 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/min.h \
|
| 146 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/min_element.h \
|
| 147 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/identity.h \
|
| 148 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/invoke.h \
|
| 149 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_base_of.h \
|
| 150 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_core_convertible.h \
|
| 151 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_member_pointer.h \
|
| 152 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_reference_wrapper.h \
|
| 153 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/remove.h \
|
| 154 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/find.h \
|
| 155 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/find_segment_if.h \
|
| 156 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/segmented_iterator.h \
|
| 157 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/unwrap_iter.h \
|
| 158 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/pointer_traits.h \
|
| 159 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/conjunction.h \
|
| 160 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__bit/countr.h \
|
| 161 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/integer_traits.h \
|
| 162 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/limits \
|
| 163 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/type_traits \
|
| 164 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/add_cv_quals.h \
|
| 165 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/aligned_storage.h \
|
| 166 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/aligned_union.h \
|
| 167 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/alignment_of.h \
|
| 168 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/has_virtual_destructor.h \
|
| 169 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_abstract.h \
|
| 170 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_assignable.h \
|
| 171 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_compound.h \
|
| 172 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_fundamental.h \
|
| 173 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_null_pointer.h \
|
| 174 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_const.h \
|
| 175 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_empty.h \
|
| 176 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_literal_type.h \
|
| 177 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_pod.h \
|
| 178 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_polymorphic.h \
|
| 179 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_scalar.h \
|
| 180 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_standard_layout.h \
|
| 181 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_trivial.h \
|
| 182 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_trivially_assignable.h \
|
| 183 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_trivially_constructible.h \
|
| 184 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_trivially_copyable.h \
|
| 185 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/cstdint \
|
| 186 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/stdint.h \
|
| 187 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/stdint.h \
|
| 188 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_int8_t.h \
|
| 189 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_int16_t.h \
|
| 190 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_int32_t.h \
|
| 191 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_int64_t.h \
|
| 192 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_types/_uint8_t.h \
|
| 193 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_types/_uint16_t.h \
|
| 194 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_types/_uint32_t.h \
|
| 195 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_types/_uint64_t.h \
|
| 196 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types.h \
|
| 197 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/cdefs.h \
|
| 198 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_symbol_aliasing.h \
|
| 199 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_posix_availability.h \
|
| 200 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/machine/_types.h \
|
| 201 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/arm/_types.h \
|
| 202 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
| 203 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_intptr_t.h \
|
| 204 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_uintptr_t.h \
|
| 205 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_types/_intmax_t.h \
|
| 206 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_types/_uintmax_t.h \
|
| 207 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_trivially_destructible.h \
|
| 208 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_unsigned.h \
|
| 209 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_volatile.h \
|
| 210 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/make_unsigned.h \
|
| 211 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/rank.h \
|
| 212 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/remove_volatile.h \
|
| 213 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/result_of.h \
|
| 214 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/underlying_type.h \
|
| 215 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_final.h \
|
| 216 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/has_unique_object_representation.h \
|
| 217 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_aggregate.h \
|
| 218 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_swappable.h \
|
| 219 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/negation.h \
|
| 220 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__bit/invert_if.h \
|
| 221 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/bit_reference.h \
|
| 222 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__string/constexpr_c_functions.h \
|
| 223 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/construct_at.h \
|
| 224 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__new/placement_new_delete.h \
|
| 225 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/datasizeof.h \
|
| 226 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_always_bitcastable.h \
|
| 227 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_constant_evaluated.h \
|
| 228 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_equality_comparable.h \
|
| 229 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h \
|
| 230 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/element_count.h \
|
| 231 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/is_pointer_in_range.h \
|
| 232 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/is_valid_range.h \
|
| 233 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/cwchar \
|
| 234 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/cwctype \
|
| 235 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/cctype \
|
| 236 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/ctype.h \
|
| 237 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/ctype.h \
|
| 238 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_ctype.h \
|
| 239 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_bounds.h \
|
| 240 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/runetype.h \
|
| 241 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_types.h \
|
| 242 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_size_t.h \
|
| 243 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
| 244 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_rune_t.h \
|
| 245 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_wchar_t.h \
|
| 246 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_wint_t.h \
|
| 247 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/wctype.h \
|
| 248 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/wctype.h \
|
| 249 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_wctype.h \
|
| 250 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_types/_wctrans_t.h \
|
| 251 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/__wctype.h \
|
| 252 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/___wctype.h \
|
| 253 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_types/_wctype_t.h \
|
| 254 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/wchar.h \
|
| 255 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/wchar.h \
|
| 256 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_wchar.h \
|
| 257 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/Availability.h \
|
| 258 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/AvailabilityVersions.h \
|
| 259 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/AvailabilityInternal.h \
|
| 260 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/AvailabilityInternalLegacy.h \
|
| 261 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_null.h \
|
| 262 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_mbstate_t.h \
|
| 263 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/machine/types.h \
|
| 264 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/arm/types.h \
|
| 265 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_u_int8_t.h \
|
| 266 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_u_int16_t.h \
|
| 267 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_u_int32_t.h \
|
| 268 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_u_int64_t.h \
|
| 269 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/stdarg.h \
|
| 270 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stdarg_header_macro.h \
|
| 271 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stdarg___gnuc_va_list.h \
|
| 272 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stdarg_va_list.h \
|
| 273 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stdarg_va_arg.h \
|
| 274 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stdarg___va_copy.h \
|
| 275 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/__stdarg_va_copy.h \
|
| 276 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/stdio.h \
|
| 277 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/stdio.h \
|
| 278 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_stdio.h \
|
| 279 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_va_list.h \
|
| 280 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/stdio.h \
|
| 281 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_printf.h \
|
| 282 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_seek_set.h \
|
| 283 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_ctermid.h \
|
| 284 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_off_t.h \
|
| 285 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_ssize_t.h \
|
| 286 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/time.h \
|
| 287 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_time.h \
|
| 288 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_clock_t.h \
|
| 289 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_time_t.h \
|
| 290 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_timespec.h \
|
| 291 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__mbstate_t.h \
|
| 292 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/find_if.h \
|
| 293 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/remove_if.h \
|
| 294 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__debug_utils/sanitizers.h \
|
| 295 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__format/enable_insertable.h \
|
| 296 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/hash.h \
|
| 297 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_unqualified.h \
|
| 298 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/pair.h \
|
| 299 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__compare/common_comparison_category.h \
|
| 300 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__compare/ordering.h \
|
| 301 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__compare/synth_three_way.h \
|
| 302 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__compare/three_way_comparable.h \
|
| 303 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/different_from.h \
|
| 304 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/array.h \
|
| 305 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__tuple/tuple_like_no_subrange.h \
|
| 306 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/complex.h \
|
| 307 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__tuple/tuple_size.h \
|
| 308 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
|
| 309 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_replaceable.h \
|
| 310 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_trivially_relocatable.h \
|
| 311 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/unwrap_ref.h \
|
| 312 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/piecewise_construct.h \
|
| 313 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/swap.h \
|
| 314 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/cstring \
|
| 315 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/string.h \
|
| 316 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/string.h \
|
| 317 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_string.h \
|
| 318 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_strings.h \
|
| 319 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/string.h \
|
| 320 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/memory.h \
|
| 321 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/memory_resource.h \
|
| 322 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ios/fpos.h \
|
| 323 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/ios.h \
|
| 324 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/bounded_iter.h \
|
| 325 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/distance.h \
|
| 326 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/concepts.h \
|
| 327 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/derived_from.h \
|
| 328 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/invocable.h \
|
| 329 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/invoke.h \
|
| 330 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/predicate.h \
|
| 331 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/regular.h \
|
| 332 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/semiregular.h \
|
| 333 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__concepts/relation.h \
|
| 334 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/iter_move.h \
|
| 335 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ranges/access.h \
|
| 336 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ranges/enable_borrowed_range.h \
|
| 337 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/auto_cast.h \
|
| 338 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ranges/concepts.h \
|
| 339 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ranges/data.h \
|
| 340 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ranges/enable_view.h \
|
| 341 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ranges/size.h \
|
| 342 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/reverse_iterator.h \
|
| 343 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__compare/compare_three_way_result.h \
|
| 344 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/advance.h \
|
| 345 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/convert_to_integral.h \
|
| 346 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/unreachable.h \
|
| 347 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/iter_swap.h \
|
| 348 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/next.h \
|
| 349 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/prev.h \
|
| 350 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ranges/subrange.h \
|
| 351 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/subrange.h \
|
| 352 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ranges/dangling.h \
|
| 353 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ranges/view_interface.h \
|
| 354 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ranges/empty.h \
|
| 355 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/wrap_iter.h \
|
| 356 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/allocate_at_least.h \
|
| 357 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/allocator_traits.h \
|
| 358 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/allocator.h \
|
| 359 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__new/allocate.h \
|
| 360 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__new/align_val_t.h \
|
| 361 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__new/global_new_delete.h \
|
| 362 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__new/exceptions.h \
|
| 363 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__exception/exception.h \
|
| 364 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__new/nothrow_t.h \
|
| 365 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/compressed_pair.h \
|
| 366 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/noexcept_move_assign_container.h \
|
| 367 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/swap_allocator.h \
|
| 368 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory_resource/polymorphic_allocator.h \
|
| 369 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory_resource/memory_resource.h \
|
| 370 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/exception_guard.h \
|
| 371 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/tuple \
|
| 372 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/allocator_arg_t.h \
|
| 373 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/uses_allocator.h \
|
| 374 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__tuple/find_index.h \
|
| 375 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__tuple/ignore.h \
|
| 376 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__tuple/make_tuple_types.h \
|
| 377 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__tuple/sfinae_helpers.h \
|
| 378 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__tuple/tuple_like_ext.h \
|
| 379 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/lazy.h \
|
| 380 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/maybe_const.h \
|
| 381 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/reference_constructs_from_temporary.h \
|
| 382 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/compare \
|
| 383 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/cmath \
|
| 384 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/hypot.h \
|
| 385 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/abs.h \
|
| 386 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/exponential_functions.h \
|
| 387 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/promote.h \
|
| 388 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/min_max.h \
|
| 389 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/roots.h \
|
| 390 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/special_functions.h \
|
| 391 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/copysign.h \
|
| 392 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/traits.h \
|
| 393 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/math.h \
|
| 394 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/math.h \
|
| 395 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/error_functions.h \
|
| 396 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/fdim.h \
|
| 397 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/fma.h \
|
| 398 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/gamma.h \
|
| 399 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/hyperbolic_functions.h \
|
| 400 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/inverse_hyperbolic_functions.h \
|
| 401 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/inverse_trigonometric_functions.h \
|
| 402 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/logarithms.h \
|
| 403 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/modulo.h \
|
| 404 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/remainder.h \
|
| 405 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/rounding_functions.h \
|
| 406 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__math/trigonometric_functions.h \
|
| 407 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/exception \
|
| 408 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__exception/exception_ptr.h \
|
| 409 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__exception/operations.h \
|
| 410 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/cstdlib \
|
| 411 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/stdlib.h \
|
| 412 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/stdlib.h \
|
| 413 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_stdlib.h \
|
| 414 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/wait.h \
|
| 415 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_pid_t.h \
|
| 416 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_id_t.h \
|
| 417 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/signal.h \
|
| 418 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/appleapiopts.h \
|
| 419 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/machine/signal.h \
|
| 420 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/arm/signal.h \
|
| 421 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/machine/_mcontext.h \
|
| 422 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/arm/_mcontext.h \
|
| 423 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/mach/machine/_structs.h \
|
| 424 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/mach/arm/_structs.h \
|
| 425 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
| 426 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_sigaltstack.h \
|
| 427 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_ucontext.h \
|
| 428 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_sigset_t.h \
|
| 429 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_uid_t.h \
|
| 430 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/resource.h \
|
| 431 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_timeval.h \
|
| 432 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/machine/endian.h \
|
| 433 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/arm/endian.h \
|
| 434 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_endian.h \
|
| 435 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/machine/_endian.h \
|
| 436 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/arm/_endian.h \
|
| 437 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/__endian.h \
|
| 438 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/libkern/_OSByteOrder.h \
|
| 439 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/libkern/arm/_OSByteOrder.h \
|
| 440 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/alloca.h \
|
| 441 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/malloc/_malloc.h \
|
| 442 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/malloc/_malloc_type.h \
|
| 443 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/malloc/_ptrcheck.h \
|
| 444 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_abort.h \
|
| 445 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_dev_t.h \
|
| 446 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_mode_t.h \
|
| 447 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/typeinfo \
|
| 448 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__exception/nested_exception.h \
|
| 449 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__exception/terminate.h \
|
| 450 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/new \
|
| 451 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__new/new_handler.h \
|
| 452 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__new/interference_size.h \
|
| 453 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__new/launder.h \
|
| 454 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/iosfwd \
|
| 455 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/fstream.h \
|
| 456 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/istream.h \
|
| 457 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/ostream.h \
|
| 458 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/sstream.h \
|
| 459 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/streambuf.h \
|
| 460 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__std_mbstate_t.h \
|
| 461 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/utility \
|
| 462 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/rel_ops.h \
|
| 463 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/as_const.h \
|
| 464 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/in_place.h \
|
| 465 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ranges/container_compatible_range.h \
|
| 466 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ranges/from_range.h \
|
| 467 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__string/char_traits.h \
|
| 468 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/fill_n.h \
|
| 469 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/find_end.h \
|
| 470 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/iterator_operations.h \
|
| 471 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/iter_swap.h \
|
| 472 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/ranges_iterator_concept.h \
|
| 473 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/find_first_of.h \
|
| 474 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/cstdio \
|
| 475 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__string/extern_template_lists.h \
|
| 476 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_allocator.h \
|
| 477 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/scope_guard.h \
|
| 478 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/climits \
|
| 479 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/limits.h \
|
| 480 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/limits.h \
|
| 481 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/machine/limits.h \
|
| 482 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/arm/limits.h \
|
| 483 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/arm/_limits.h \
|
| 484 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/syslimits.h \
|
| 485 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/stdexcept \
|
| 486 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/string_view \
|
| 487 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/string_view.h \
|
| 488 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/access.h \
|
| 489 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/data.h \
|
| 490 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/empty.h \
|
| 491 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/reverse_access.h \
|
| 492 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/size.h \
|
| 493 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/algorithm \
|
| 494 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/adjacent_find.h \
|
| 495 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/all_of.h \
|
| 496 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/any_of.h \
|
| 497 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/binary_search.h \
|
| 498 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/lower_bound.h \
|
| 499 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/half_positive.h \
|
| 500 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/copy.h \
|
| 501 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/copy_move_common.h \
|
| 502 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/unwrap_range.h \
|
| 503 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/for_each_segment.h \
|
| 504 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/copy_backward.h \
|
| 505 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/copy_n.h \
|
| 506 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/copy_if.h \
|
| 507 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/count.h \
|
| 508 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__bit/popcount.h \
|
| 509 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/count_if.h \
|
| 510 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/equal.h \
|
| 511 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/equal_range.h \
|
| 512 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/upper_bound.h \
|
| 513 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/fill.h \
|
| 514 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/find_if_not.h \
|
| 515 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/for_each.h \
|
| 516 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/generate.h \
|
| 517 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/generate_n.h \
|
| 518 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/includes.h \
|
| 519 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/inplace_merge.h \
|
| 520 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/move.h \
|
| 521 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/rotate.h \
|
| 522 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/move_backward.h \
|
| 523 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/swap_ranges.h \
|
| 524 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/destruct_n.h \
|
| 525 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/unique_ptr.h \
|
| 526 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__compare/compare_three_way.h \
|
| 527 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/operations.h \
|
| 528 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/binary_function.h \
|
| 529 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/array_cookie.h \
|
| 530 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/auto_ptr.h \
|
| 531 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/dependent_type.h \
|
| 532 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_bounded_array.h \
|
| 533 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_unbounded_array.h \
|
| 534 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/private_constructor_tag.h \
|
| 535 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/unique_temporary_buffer.h \
|
| 536 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/is_heap.h \
|
| 537 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/is_heap_until.h \
|
| 538 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/is_partitioned.h \
|
| 539 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/is_permutation.h \
|
| 540 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/is_sorted.h \
|
| 541 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/is_sorted_until.h \
|
| 542 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/lexicographical_compare.h \
|
| 543 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/mismatch.h \
|
| 544 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/simd_utils.h \
|
| 545 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__bit/bit_cast.h \
|
| 546 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__bit/countl.h \
|
| 547 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/aliasing_iterator.h \
|
| 548 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/make_heap.h \
|
| 549 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/sift_down.h \
|
| 550 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/merge.h \
|
| 551 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/minmax.h \
|
| 552 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/minmax_element.h \
|
| 553 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/next_permutation.h \
|
| 554 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/reverse.h \
|
| 555 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/none_of.h \
|
| 556 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/nth_element.h \
|
| 557 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/sort.h \
|
| 558 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/partial_sort.h \
|
| 559 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/sort_heap.h \
|
| 560 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/pop_heap.h \
|
| 561 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/push_heap.h \
|
| 562 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__debug_utils/strict_weak_ordering_check.h \
|
| 563 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__debug_utils/randomize_range.h \
|
| 564 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__bit/bit_log2.h \
|
| 565 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__bit/blsr.h \
|
| 566 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/ranges_operations.h \
|
| 567 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/partial_sort_copy.h \
|
| 568 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/make_projected.h \
|
| 569 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/partition.h \
|
| 570 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/partition_copy.h \
|
| 571 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/partition_point.h \
|
| 572 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/prev_permutation.h \
|
| 573 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/remove_copy.h \
|
| 574 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/remove_copy_if.h \
|
| 575 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/replace_copy_if.h \
|
| 576 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/replace_if.h \
|
| 577 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/reverse_copy.h \
|
| 578 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/rotate_copy.h \
|
| 579 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/search.h \
|
| 580 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/search_n.h \
|
| 581 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/set_difference.h \
|
| 582 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/set_intersection.h \
|
| 583 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/set_symmetric_difference.h \
|
| 584 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/set_union.h \
|
| 585 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/shuffle.h \
|
| 586 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__random/uniform_int_distribution.h \
|
| 587 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__random/is_valid.h \
|
| 588 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__random/log2.h \
|
| 589 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/stable_partition.h \
|
| 590 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/stable_sort.h \
|
| 591 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/radix_sort.h \
|
| 592 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/move_iterator.h \
|
| 593 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/move_sentinel.h \
|
| 594 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__numeric/partial_sum.h \
|
| 595 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/transform.h \
|
| 596 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/unique.h \
|
| 597 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/unique_copy.h \
|
| 598 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/clamp.h \
|
| 599 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/for_each_n.h \
|
| 600 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/for_each_n_segment.h \
|
| 601 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/pstl.h \
|
| 602 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/sample.h \
|
| 603 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/atomic \
|
| 604 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/aliases.h \
|
| 605 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/atomic.h \
|
| 606 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/atomic_sync.h \
|
| 607 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/contention_t.h \
|
| 608 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/support.h \
|
| 609 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/support/c11.h \
|
| 610 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/memory_order.h \
|
| 611 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/to_gcc_order.h \
|
| 612 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__chrono/duration.h \
|
| 613 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/ratio \
|
| 614 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__thread/poll_with_backoff.h \
|
| 615 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__chrono/high_resolution_clock.h \
|
| 616 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__chrono/steady_clock.h \
|
| 617 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__chrono/time_point.h \
|
| 618 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__chrono/system_clock.h \
|
| 619 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/ctime \
|
| 620 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/check_memory_order.h \
|
| 621 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/is_always_lock_free.h \
|
| 622 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/atomic_lock_free.h \
|
| 623 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/atomic_flag.h \
|
| 624 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__thread/support.h \
|
| 625 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__thread/support/pthread.h \
|
| 626 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__chrono/convert_to_timespec.h \
|
| 627 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/errno.h \
|
| 628 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/errno.h \
|
| 629 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/errno.h \
|
| 630 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/pthread.h \
|
| 631 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/pthread/sched.h \
|
| 632 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/pthread/pthread_impl.h \
|
| 633 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
| 634 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
| 635 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
| 636 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
| 637 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
| 638 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
| 639 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
| 640 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
| 641 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
| 642 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/pthread/qos.h \
|
| 643 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/qos.h \
|
| 644 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_mach_port_t.h \
|
| 645 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sched.h \
|
| 646 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/atomic_init.h \
|
| 647 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/fence.h \
|
| 648 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__atomic/kill_dependency.h \
|
| 649 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/bit \
|
| 650 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/concepts \
|
| 651 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/iterator \
|
| 652 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/front_insert_iterator.h \
|
| 653 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/insert_iterator.h \
|
| 654 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/istream_iterator.h \
|
| 655 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/default_sentinel.h \
|
| 656 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/istreambuf_iterator.h \
|
| 657 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/ostream_iterator.h \
|
| 658 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/ostreambuf_iterator.h \
|
| 659 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/variant \
|
| 660 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/variant.h \
|
| 661 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/forward_like.h \
|
| 662 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__variant/monostate.h \
|
| 663 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/memory \
|
| 664 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/align.h \
|
| 665 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/inout_ptr.h \
|
| 666 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/shared_ptr.h \
|
| 667 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/reference_wrapper.h \
|
| 668 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/weak_result_type.h \
|
| 669 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_specialization.h \
|
| 670 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/allocation_guard.h \
|
| 671 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/allocator_destructor.h \
|
| 672 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/destroy.h \
|
| 673 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/shared_count.h \
|
| 674 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/uninitialized_algorithms.h \
|
| 675 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/is_sufficiently_aligned.h \
|
| 676 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/out_ptr.h \
|
| 677 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/raw_storage_iterator.h \
|
| 678 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/temporary_buffer.h \
|
| 679 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/optional \
|
| 680 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/iomanip \
|
| 681 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/money.h \
|
| 682 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale \
|
| 683 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/locale_base_api.h \
|
| 684 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/support/apple.h \
|
| 685 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/support/bsd_like.h \
|
| 686 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/clocale \
|
| 687 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/locale.h \
|
| 688 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_locale.h \
|
| 689 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_locale_posix2008.h \
|
| 690 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_types/_locale_t.h \
|
| 691 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/xlocale.h \
|
| 692 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_xlocale.h \
|
| 693 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/__xlocale.h \
|
| 694 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_mb_cur_max.h \
|
| 695 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/xlocale/_ctype.h \
|
| 696 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/xlocale/___wctype.h \
|
| 697 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/xlocale/_stdio.h \
|
| 698 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/xlocale/_stdlib.h \
|
| 699 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/xlocale/_string.h \
|
| 700 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/xlocale/_time.h \
|
| 701 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/xlocale/_wchar.h \
|
| 702 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/xlocale/_wctype.h \
|
| 703 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__mutex/once_flag.h \
|
| 704 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__utility/no_destroy.h \
|
| 705 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/check_grouping.h \
|
| 706 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/ios \
|
| 707 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__system_error/error_category.h \
|
| 708 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__system_error/error_code.h \
|
| 709 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__system_error/errc.h \
|
| 710 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/cerrno \
|
| 711 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__system_error/error_condition.h \
|
| 712 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__system_error/system_error.h \
|
| 713 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/mutex \
|
| 714 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__condition_variable/condition_variable.h \
|
| 715 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__mutex/mutex.h \
|
| 716 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__mutex/unique_lock.h \
|
| 717 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__mutex/tag_types.h \
|
| 718 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__system_error/throw_system_error.h \
|
| 719 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__mutex/lock_guard.h \
|
| 720 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__thread/id.h \
|
| 721 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/system_error \
|
| 722 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/get_c_locale.h \
|
| 723 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/pad_and_output.h \
|
| 724 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/time.h \
|
| 725 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/scan_keyword.h \
|
| 726 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ostream/put_character_sequence.h \
|
| 727 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/array \
|
| 728 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/lexicographical_compare_three_way.h \
|
| 729 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/three_way_comp_ref_type.h \
|
| 730 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/static_bounded_iter.h \
|
| 731 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/bitset \
|
| 732 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__bit_reference \
|
| 733 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/is_char_like_type.h \
|
| 734 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/deque \
|
| 735 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/deque.h \
|
| 736 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__memory/temp_value.h \
|
| 737 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__split_buffer \
|
| 738 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/container_traits.h \
|
| 739 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/functional \
|
| 740 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/binary_negate.h \
|
| 741 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/bind.h \
|
| 742 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/binder1st.h \
|
| 743 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/binder2nd.h \
|
| 744 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/mem_fn.h \
|
| 745 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/mem_fun_ref.h \
|
| 746 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/pointer_to_binary_function.h \
|
| 747 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/pointer_to_unary_function.h \
|
| 748 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/unary_negate.h \
|
| 749 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/function.h \
|
| 750 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/strip_signature.h \
|
| 751 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/boyer_moore_searcher.h \
|
| 752 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/unordered_map \
|
| 753 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/is_transparent.h \
|
| 754 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__hash_table \
|
| 755 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/can_extract_key.h \
|
| 756 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/remove_const_ref.h \
|
| 757 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/erase_if_container.h \
|
| 758 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/ranges_iterator_traits.h \
|
| 759 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__node_handle \
|
| 760 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/default_searcher.h \
|
| 761 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/not_fn.h \
|
| 762 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__functional/perfect_forward.h \
|
| 763 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/vector \
|
| 764 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__vector/comparison.h \
|
| 765 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/vector.h \
|
| 766 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__vector/swap.h \
|
| 767 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__vector/vector.h \
|
| 768 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/ranges_copy_n.h \
|
| 769 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/in_out_result.h \
|
| 770 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__algorithm/ranges_copy.h \
|
| 771 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__iterator/unreachable_sentinel.h \
|
| 772 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__vector/container_traits.h \
|
| 773 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__vector/vector_bool.h \
|
| 774 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__vector/pmr.h \
|
| 775 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/locale \
|
| 776 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/messages.h \
|
| 777 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/nl_types.h \
|
| 778 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/types.h \
|
| 779 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_u_char.h \
|
| 780 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_u_short.h \
|
| 781 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_u_int.h \
|
| 782 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_caddr_t.h \
|
| 783 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
| 784 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_blksize_t.h \
|
| 785 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_gid_t.h \
|
| 786 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_in_addr_t.h \
|
| 787 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_in_port_t.h \
|
| 788 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_ino_t.h \
|
| 789 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_ino64_t.h \
|
| 790 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_key_t.h \
|
| 791 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_nlink_t.h \
|
| 792 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_useconds_t.h \
|
| 793 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_suseconds_t.h \
|
| 794 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_rsize_t.h \
|
| 795 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_errno_t.h \
|
| 796 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_fd_def.h \
|
| 797 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_fd_setsize.h \
|
| 798 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_fd_set.h \
|
| 799 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_fd_clr.h \
|
| 800 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_fd_zero.h \
|
| 801 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_fd_isset.h \
|
| 802 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_fd_copy.h \
|
| 803 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
| 804 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
| 805 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_types/_nl_item.h \
|
| 806 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/num.h \
|
| 807 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__charconv/to_chars_integral.h \
|
| 808 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__charconv/tables.h \
|
| 809 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__charconv/to_chars_base_10.h \
|
| 810 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__charconv/to_chars_result.h \
|
| 811 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__charconv/traits.h \
|
| 812 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__type_traits/make_32_64_or_128_bit.h \
|
| 813 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/streambuf \
|
| 814 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/wbuffer_convert.h \
|
| 815 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__locale_dir/wstring_convert.h \
|
| 816 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/cstdarg \
|
| 817 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/format \
|
| 818 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/queue \
|
| 819 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/queue.h \
|
| 820 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/stack \
|
| 821 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/stack.h \
|
| 822 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/istream \
|
| 823 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__ostream/basic_ostream.h \
|
| 824 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/ostream \
|
| 825 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/print \
|
| 826 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/unistd.h \
|
| 827 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/filesystem \
|
| 828 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/copy_options.h \
|
| 829 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/directory_entry.h \
|
| 830 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/file_status.h \
|
| 831 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/file_type.h \
|
| 832 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/perms.h \
|
| 833 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/file_time_type.h \
|
| 834 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__chrono/file_clock.h \
|
| 835 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/filesystem_error.h \
|
| 836 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/operations.h \
|
| 837 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/perm_options.h \
|
| 838 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/space_info.h \
|
| 839 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/directory_iterator.h \
|
| 840 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/directory_options.h \
|
| 841 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/path_iterator.h \
|
| 842 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/recursive_directory_iterator.h \
|
| 843 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__filesystem/u8path.h \
|
| 844 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/iostream \
|
| 845 |
+
/opt/homebrew/include/vtk-9.5/vtkType.h \
|
| 846 |
+
/opt/homebrew/include/vtk-9.5/vtkCompiler.h \
|
| 847 |
+
/opt/homebrew/include/vtk-9.5/vtk_kwiml.h \
|
| 848 |
+
/opt/homebrew/include/vtk-9.5/vtkkwiml/abi.h \
|
| 849 |
+
/opt/homebrew/include/vtk-9.5/vtkkwiml/int.h \
|
| 850 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/inttypes.h \
|
| 851 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/inttypes.h \
|
| 852 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/inttypes.h \
|
| 853 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_inttypes.h \
|
| 854 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/xlocale/_inttypes.h \
|
| 855 |
+
/opt/homebrew/include/vtk-9.5/vtkWrappingHints.h \
|
| 856 |
+
/opt/homebrew/include/vtk-9.5/vtkOStreamWrapper.h \
|
| 857 |
+
/opt/homebrew/include/vtk-9.5/vtkOStrStreamWrapper.h \
|
| 858 |
+
/opt/homebrew/include/vtk-9.5/vtkSetGet.h \
|
| 859 |
+
/opt/homebrew/include/vtk-9.5/vtksys/SystemTools.hxx \
|
| 860 |
+
/opt/homebrew/include/vtk-9.5/vtksys/Configure.hxx \
|
| 861 |
+
/opt/homebrew/include/vtk-9.5/vtksys/Configure.h \
|
| 862 |
+
/opt/homebrew/include/vtk-9.5/vtksys/Status.hxx \
|
| 863 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/map \
|
| 864 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/map.h \
|
| 865 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__tree \
|
| 866 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/__fwd/set.h \
|
| 867 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/stat.h \
|
| 868 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_s_ifmt.h \
|
| 869 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_filesec_t.h \
|
| 870 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/unistd.h \
|
| 871 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
| 872 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/select.h \
|
| 873 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_select.h \
|
| 874 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/sys/_types/_uuid_t.h \
|
| 875 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/gethostuuid.h \
|
| 876 |
+
/opt/homebrew/include/vtk-9.5/vtkTimeStamp.h \
|
| 877 |
+
/opt/homebrew/include/vtk-9.5/vtkWeakPointerBase.h \
|
| 878 |
+
/opt/homebrew/include/vtk-9.5/vtkRect.h \
|
| 879 |
+
/opt/homebrew/include/vtk-9.5/vtkVector.h \
|
| 880 |
+
/opt/homebrew/include/vtk-9.5/vtkTuple.h \
|
| 881 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/cassert \
|
| 882 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/assert.h \
|
| 883 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_assert.h \
|
| 884 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/_static_assert.h \
|
| 885 |
+
/opt/homebrew/include/vtk-9.5/vtkMath.h \
|
| 886 |
+
/opt/homebrew/include/vtk-9.5/vtkMathPrivate.hxx \
|
| 887 |
+
/opt/homebrew/include/vtk-9.5/vtkMatrixUtilities.h \
|
| 888 |
+
/opt/homebrew/include/vtk-9.5/vtkSmartPointer.h \
|
| 889 |
+
/opt/homebrew/include/vtk-9.5/vtkSmartPointerBase.h \
|
| 890 |
+
/opt/homebrew/include/vtk-9.5/vtkMeta.h \
|
| 891 |
+
/opt/homebrew/include/vtk-9.5/vtkNew.h \
|
| 892 |
+
/opt/homebrew/include/vtk-9.5/vtkTypeTraits.h \
|
| 893 |
+
/opt/homebrew/include/vtk-9.5/vtkMathConfigure.h \
|
| 894 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/float.h \
|
| 895 |
+
/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include/float.h \
|
| 896 |
+
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/float.h \
|
| 897 |
+
/opt/homebrew/include/vtk-9.5/vtkRenderingCoreModule.h \
|
| 898 |
+
/opt/homebrew/include/vtk-9.5/vtkFiltersCoreModule.h \
|
| 899 |
+
/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles/vtkModuleAutoInit_ec47e130ffdb4ae73e1b1973a6727492.h \
|
| 900 |
+
/opt/homebrew/include/vtk-9.5/vtkAutoInit.h \
|
| 901 |
+
/opt/homebrew/include/vtk-9.5/vtkDebugLeaksManager.h \
|
| 902 |
+
/opt/homebrew/include/vtk-9.5/vtkColorTransferFunction.h \
|
| 903 |
+
/opt/homebrew/include/vtk-9.5/vtkScalarsToColors.h \
|
| 904 |
+
/opt/homebrew/include/vtk-9.5/vtkVariant.h \
|
| 905 |
+
/opt/homebrew/include/vtk-9.5/vtkStdString.h \
|
| 906 |
+
/opt/homebrew/include/vtk-9.5/vtkVariantInlineOperators.h \
|
| 907 |
+
/opt/homebrew/include/vtk-9.5/vtkGPUVolumeRayCastMapper.h \
|
| 908 |
+
/opt/homebrew/include/vtk-9.5/vtkRenderingVolumeModule.h \
|
| 909 |
+
/opt/homebrew/include/vtk-9.5/vtkVolumeMapper.h \
|
| 910 |
+
/opt/homebrew/include/vtk-9.5/vtkAbstractVolumeMapper.h \
|
| 911 |
+
/opt/homebrew/include/vtk-9.5/vtkAbstractMapper3D.h \
|
| 912 |
+
/opt/homebrew/include/vtk-9.5/vtkAbstractMapper.h \
|
| 913 |
+
/opt/homebrew/include/vtk-9.5/vtkAlgorithm.h \
|
| 914 |
+
/opt/homebrew/include/vtk-9.5/vtkCommonExecutionModelModule.h \
|
| 915 |
+
/opt/homebrew/include/vtk-9.5/vtkNamedColors.h \
|
| 916 |
+
/opt/homebrew/include/vtk-9.5/vtkColor.h \
|
| 917 |
+
/opt/homebrew/include/vtk-9.5/vtkCommonColorModule.h \
|
| 918 |
+
/opt/homebrew/include/vtk-9.5/vtkStringArray.h \
|
| 919 |
+
/opt/homebrew/include/vtk-9.5/vtkAbstractArray.h \
|
| 920 |
+
/opt/homebrew/include/vtk-9.5/vtkIdList.h \
|
| 921 |
+
/opt/homebrew/include/vtk-9.5/vtkPiecewiseFunction.h \
|
| 922 |
+
/opt/homebrew/include/vtk-9.5/vtkCommonDataModelModule.h \
|
| 923 |
+
/opt/homebrew/include/vtk-9.5/vtkDataObject.h \
|
| 924 |
+
/opt/homebrew/include/vtk-9.5/vtkRenderWindow.h \
|
| 925 |
+
/opt/homebrew/include/vtk-9.5/vtkEventData.h \
|
| 926 |
+
/opt/homebrew/include/vtk-9.5/vtkCommand.h \
|
| 927 |
+
/opt/homebrew/include/vtk-9.5/vtkWindow.h \
|
| 928 |
+
/opt/homebrew/include/vtk-9.5/vtkRenderWindowInteractor.h \
|
| 929 |
+
/opt/homebrew/include/vtk-9.5/vtkRenderer.h \
|
| 930 |
+
/opt/homebrew/include/vtk-9.5/vtkViewport.h \
|
| 931 |
+
/opt/homebrew/include/vtk-9.5/vtkSelection.h \
|
| 932 |
+
/opt/homebrew/include/vtk-9.5/vtkActorCollection.h \
|
| 933 |
+
/opt/homebrew/include/vtk-9.5/vtkActor.h \
|
| 934 |
+
/opt/homebrew/include/vtk-9.5/vtkProp3D.h \
|
| 935 |
+
/opt/homebrew/include/vtk-9.5/vtkProp.h \
|
| 936 |
+
/opt/homebrew/include/vtk-9.5/vtkWeakPointer.h \
|
| 937 |
+
/opt/homebrew/include/vtk-9.5/vtkPropCollection.h \
|
| 938 |
+
/opt/homebrew/include/vtk-9.5/vtkCollection.h \
|
| 939 |
+
/opt/homebrew/include/vtk-9.5/vtkVolumeCollection.h \
|
| 940 |
+
/opt/homebrew/include/vtk-9.5/vtkVolume.h \
|
| 941 |
+
/opt/homebrew/include/vtk-9.5/vtkStructuredPointsReader.h \
|
| 942 |
+
/opt/homebrew/include/vtk-9.5/vtkDataReader.h \
|
| 943 |
+
/opt/homebrew/include/vtk-9.5/vtkIOLegacyModule.h \
|
| 944 |
+
/opt/homebrew/include/vtk-9.5/vtkSimpleReader.h \
|
| 945 |
+
/opt/homebrew/include/vtk-9.5/vtkReaderAlgorithm.h \
|
| 946 |
+
/opt/homebrew/include/vtk-9.5/vtkVolumeProperty.h \
|
| 947 |
+
/opt/homebrew/include/vtk-9.5/vtkImplicitFunction.h \
|
| 948 |
+
/opt/homebrew/Cellar/llvm/21.1.8/bin/../include/c++/v1/set \
|
| 949 |
+
/opt/homebrew/include/vtk-9.5/vtkPolyDataMapper.h \
|
| 950 |
+
/opt/homebrew/include/vtk-9.5/vtkMapper.h \
|
| 951 |
+
/opt/homebrew/include/vtk-9.5/vtkPNGWriter.h \
|
| 952 |
+
/opt/homebrew/include/vtk-9.5/vtkIOImageModule.h \
|
| 953 |
+
/opt/homebrew/include/vtk-9.5/vtkImageWriter.h \
|
| 954 |
+
/opt/homebrew/include/vtk-9.5/vtkImageAlgorithm.h \
|
| 955 |
+
/opt/homebrew/include/vtk-9.5/vtkWindowToImageFilter.h \
|
| 956 |
+
/opt/homebrew/include/vtk-9.5/vtkImageData.h \
|
| 957 |
+
/opt/homebrew/include/vtk-9.5/vtkDataSet.h \
|
| 958 |
+
/opt/homebrew/include/vtk-9.5/vtkStructuredData.h \
|
| 959 |
+
/opt/homebrew/include/vtk-9.5/vtkMultiThreader.h \
|
| 960 |
+
/opt/homebrew/include/vtk-9.5/vtkThreads.h
|
main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/build.make
ADDED
|
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
|
| 3 |
+
|
| 4 |
+
# Delete rule output on recipe failure.
|
| 5 |
+
.DELETE_ON_ERROR:
|
| 6 |
+
|
| 7 |
+
#=============================================================================
|
| 8 |
+
# Special targets provided by cmake.
|
| 9 |
+
|
| 10 |
+
# Disable implicit rules so canonical targets will work.
|
| 11 |
+
.SUFFIXES:
|
| 12 |
+
|
| 13 |
+
# Disable VCS-based implicit rules.
|
| 14 |
+
% : %,v
|
| 15 |
+
|
| 16 |
+
# Disable VCS-based implicit rules.
|
| 17 |
+
% : RCS/%
|
| 18 |
+
|
| 19 |
+
# Disable VCS-based implicit rules.
|
| 20 |
+
% : RCS/%,v
|
| 21 |
+
|
| 22 |
+
# Disable VCS-based implicit rules.
|
| 23 |
+
% : SCCS/s.%
|
| 24 |
+
|
| 25 |
+
# Disable VCS-based implicit rules.
|
| 26 |
+
% : s.%
|
| 27 |
+
|
| 28 |
+
.SUFFIXES: .hpux_make_needs_suffix_list
|
| 29 |
+
|
| 30 |
+
# Command-line flag to silence nested $(MAKE).
|
| 31 |
+
$(VERBOSE)MAKESILENT = -s
|
| 32 |
+
|
| 33 |
+
#Suppress display of executed commands.
|
| 34 |
+
$(VERBOSE).SILENT:
|
| 35 |
+
|
| 36 |
+
# A target that is always out of date.
|
| 37 |
+
cmake_force:
|
| 38 |
+
.PHONY : cmake_force
|
| 39 |
+
|
| 40 |
+
#=============================================================================
|
| 41 |
+
# Set environment variables for the build.
|
| 42 |
+
|
| 43 |
+
# The shell in which to execute make rules.
|
| 44 |
+
SHELL = /bin/sh
|
| 45 |
+
|
| 46 |
+
# The CMake executable.
|
| 47 |
+
CMAKE_COMMAND = /opt/homebrew/bin/cmake
|
| 48 |
+
|
| 49 |
+
# The command to remove a file.
|
| 50 |
+
RM = /opt/homebrew/bin/cmake -E rm -f
|
| 51 |
+
|
| 52 |
+
# Escaping for special characters.
|
| 53 |
+
EQUALS = =
|
| 54 |
+
|
| 55 |
+
# The top-level source directory on which CMake was run.
|
| 56 |
+
CMAKE_SOURCE_DIR = /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS
|
| 57 |
+
|
| 58 |
+
# The top-level build directory on which CMake was run.
|
| 59 |
+
CMAKE_BINARY_DIR = /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build
|
| 60 |
+
|
| 61 |
+
# Include any dependencies generated for this target.
|
| 62 |
+
include CMakeFiles/argon-bubble.dir/depend.make
|
| 63 |
+
# Include any dependencies generated by the compiler for this target.
|
| 64 |
+
include CMakeFiles/argon-bubble.dir/compiler_depend.make
|
| 65 |
+
|
| 66 |
+
# Include the progress variables for this target.
|
| 67 |
+
include CMakeFiles/argon-bubble.dir/progress.make
|
| 68 |
+
|
| 69 |
+
# Include the compile flags for this target's objects.
|
| 70 |
+
include CMakeFiles/argon-bubble.dir/flags.make
|
| 71 |
+
|
| 72 |
+
CMakeFiles/argon-bubble.dir/codegen:
|
| 73 |
+
.PHONY : CMakeFiles/argon-bubble.dir/codegen
|
| 74 |
+
|
| 75 |
+
CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o: CMakeFiles/argon-bubble.dir/flags.make
|
| 76 |
+
CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o: /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/argon-bubble_gs.cxx
|
| 77 |
+
CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o: CMakeFiles/argon-bubble.dir/compiler_depend.ts
|
| 78 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o"
|
| 79 |
+
/opt/homebrew/opt/llvm/bin/clang++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o -MF CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o.d -o CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o -c /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/argon-bubble_gs.cxx
|
| 80 |
+
|
| 81 |
+
CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.i: cmake_force
|
| 82 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.i"
|
| 83 |
+
/opt/homebrew/opt/llvm/bin/clang++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/argon-bubble_gs.cxx > CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.i
|
| 84 |
+
|
| 85 |
+
CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.s: cmake_force
|
| 86 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.s"
|
| 87 |
+
/opt/homebrew/opt/llvm/bin/clang++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/argon-bubble_gs.cxx -o CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.s
|
| 88 |
+
|
| 89 |
+
# Object files for target argon-bubble
|
| 90 |
+
argon__bubble_OBJECTS = \
|
| 91 |
+
"CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o"
|
| 92 |
+
|
| 93 |
+
# External object files for target argon-bubble
|
| 94 |
+
argon__bubble_EXTERNAL_OBJECTS =
|
| 95 |
+
|
| 96 |
+
argon-bubble: CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o
|
| 97 |
+
argon-bubble: CMakeFiles/argon-bubble.dir/build.make
|
| 98 |
+
argon-bubble: /opt/homebrew/lib/libvtkRenderingVolumeOpenGL2-9.5.9.5.dylib
|
| 99 |
+
argon-bubble: /opt/homebrew/lib/libvtkRenderingOpenGL2-9.5.9.5.dylib
|
| 100 |
+
argon-bubble: /opt/homebrew/lib/libvtkInteractionStyle-9.5.9.5.dylib
|
| 101 |
+
argon-bubble: /opt/homebrew/lib/libvtkRenderingVolume-9.5.9.5.dylib
|
| 102 |
+
argon-bubble: /opt/homebrew/lib/libvtkIOImage-9.5.9.5.dylib
|
| 103 |
+
argon-bubble: /opt/homebrew/lib/libvtkRenderingHyperTreeGrid-9.5.9.5.dylib
|
| 104 |
+
argon-bubble: /opt/homebrew/lib/libvtkRenderingUI-9.5.9.5.dylib
|
| 105 |
+
argon-bubble: /opt/homebrew/lib/libvtkImagingCore-9.5.9.5.dylib
|
| 106 |
+
argon-bubble: /opt/homebrew/lib/libvtkImagingMath-9.5.9.5.dylib
|
| 107 |
+
argon-bubble: /opt/homebrew/lib/libvtkglad-9.5.9.5.dylib
|
| 108 |
+
argon-bubble: /opt/homebrew/lib/libvtkRenderingCore-9.5.9.5.dylib
|
| 109 |
+
argon-bubble: /opt/homebrew/lib/libvtkCommonColor-9.5.9.5.dylib
|
| 110 |
+
argon-bubble: /opt/homebrew/lib/libvtkFiltersGeneral-9.5.9.5.dylib
|
| 111 |
+
argon-bubble: /opt/homebrew/lib/libvtkIOLegacy-9.5.9.5.dylib
|
| 112 |
+
argon-bubble: /opt/homebrew/lib/libvtkIOCellGrid-9.5.9.5.dylib
|
| 113 |
+
argon-bubble: /opt/homebrew/lib/libvtkFiltersCellGrid-9.5.9.5.dylib
|
| 114 |
+
argon-bubble: /opt/homebrew/lib/libvtkFiltersCore-9.5.9.5.dylib
|
| 115 |
+
argon-bubble: /opt/homebrew/lib/libvtkIOCore-9.5.9.5.dylib
|
| 116 |
+
argon-bubble: /opt/homebrew/lib/libvtkCommonExecutionModel-9.5.9.5.dylib
|
| 117 |
+
argon-bubble: /opt/homebrew/lib/libvtkCommonDataModel-9.5.9.5.dylib
|
| 118 |
+
argon-bubble: /opt/homebrew/lib/libvtkCommonTransforms-9.5.9.5.dylib
|
| 119 |
+
argon-bubble: /opt/homebrew/lib/libvtkCommonMisc-9.5.9.5.dylib
|
| 120 |
+
argon-bubble: /opt/homebrew/lib/libvtkCommonMath-9.5.9.5.dylib
|
| 121 |
+
argon-bubble: /opt/homebrew/lib/libvtkCommonCore-9.5.9.5.dylib
|
| 122 |
+
argon-bubble: /opt/homebrew/lib/libvtksys-9.5.9.5.dylib
|
| 123 |
+
argon-bubble: /opt/homebrew/lib/libvtktoken-9.5.9.5.dylib
|
| 124 |
+
argon-bubble: /opt/homebrew/lib/libvtkkissfft-9.5.9.5.dylib
|
| 125 |
+
argon-bubble: CMakeFiles/argon-bubble.dir/link.txt
|
| 126 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable argon-bubble"
|
| 127 |
+
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/argon-bubble.dir/link.txt --verbose=$(VERBOSE)
|
| 128 |
+
|
| 129 |
+
# Rule to build all files generated by this target.
|
| 130 |
+
CMakeFiles/argon-bubble.dir/build: argon-bubble
|
| 131 |
+
.PHONY : CMakeFiles/argon-bubble.dir/build
|
| 132 |
+
|
| 133 |
+
CMakeFiles/argon-bubble.dir/clean:
|
| 134 |
+
$(CMAKE_COMMAND) -P CMakeFiles/argon-bubble.dir/cmake_clean.cmake
|
| 135 |
+
.PHONY : CMakeFiles/argon-bubble.dir/clean
|
| 136 |
+
|
| 137 |
+
CMakeFiles/argon-bubble.dir/depend:
|
| 138 |
+
cd /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/DependInfo.cmake "--color=$(COLOR)" argon-bubble
|
| 139 |
+
.PHONY : CMakeFiles/argon-bubble.dir/depend
|
| 140 |
+
|
main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/cmake_clean.cmake
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file(REMOVE_RECURSE
|
| 2 |
+
"CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o"
|
| 3 |
+
"CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o.d"
|
| 4 |
+
"argon-bubble"
|
| 5 |
+
"argon-bubble.pdb"
|
| 6 |
+
)
|
| 7 |
+
|
| 8 |
+
# Per-language clean rules from dependency scanning.
|
| 9 |
+
foreach(lang CXX)
|
| 10 |
+
include(CMakeFiles/argon-bubble.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
| 11 |
+
endforeach()
|
main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/compiler_depend.make
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Empty compiler generated dependencies file for argon-bubble.
|
| 2 |
+
# This may be replaced when dependencies are built.
|
main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/compiler_depend.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Timestamp file for compiler generated dependencies management for argon-bubble.
|
main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/depend.make
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Empty dependencies file for argon-bubble.
|
| 2 |
+
# This may be replaced when dependencies are built.
|
main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/flags.make
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
|
| 3 |
+
|
| 4 |
+
# compile CXX with /opt/homebrew/opt/llvm/bin/clang++
|
| 5 |
+
CXX_DEFINES = -DGLAD_API_CALL_EXPORT -DGL_SILENCE_DEPRECATION -Dkiss_fft_scalar=double -DvtkRenderingCore_AUTOINIT_INCLUDE=\"/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles/vtkModuleAutoInit_ec47e130ffdb4ae73e1b1973a6727492.h\" -DvtkRenderingVolume_AUTOINIT_INCLUDE=\"/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles/vtkModuleAutoInit_ec47e130ffdb4ae73e1b1973a6727492.h\"
|
| 6 |
+
|
| 7 |
+
CXX_INCLUDES = -isystem /opt/homebrew/include/vtk-9.5 -isystem /opt/homebrew/include/vtk-9.5/token -isystem /opt/homebrew/include -isystem /opt/homebrew/include/vtk-9.5/vtkkissfft -isystem /opt/homebrew/include/vtk-9.5/vtkglad
|
| 8 |
+
|
| 9 |
+
CXX_FLAGSarm64 = -I/opt/homebrew/opt/llvm/include/c++/v1 -std=c++17 -arch arm64
|
| 10 |
+
|
| 11 |
+
CXX_FLAGS = -I/opt/homebrew/opt/llvm/include/c++/v1 -std=c++17 -arch arm64
|
| 12 |
+
|
main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/link.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/opt/homebrew/opt/llvm/bin/clang++ -I/opt/homebrew/opt/llvm/include/c++/v1 -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o" -o argon-bubble -Wl,-rpath,/opt/homebrew/lib /opt/homebrew/lib/libvtkRenderingVolumeOpenGL2-9.5.9.5.dylib /opt/homebrew/lib/libvtkRenderingOpenGL2-9.5.9.5.dylib /opt/homebrew/lib/libvtkInteractionStyle-9.5.9.5.dylib /opt/homebrew/lib/libvtkRenderingVolume-9.5.9.5.dylib /opt/homebrew/lib/libvtkIOImage-9.5.9.5.dylib /opt/homebrew/lib/libvtkRenderingHyperTreeGrid-9.5.9.5.dylib /opt/homebrew/lib/libvtkRenderingUI-9.5.9.5.dylib -framework Cocoa /opt/homebrew/lib/libvtkImagingCore-9.5.9.5.dylib /opt/homebrew/lib/libvtkImagingMath-9.5.9.5.dylib /opt/homebrew/lib/libvtkglad-9.5.9.5.dylib /opt/homebrew/lib/libvtkRenderingCore-9.5.9.5.dylib /opt/homebrew/lib/libvtkCommonColor-9.5.9.5.dylib /opt/homebrew/lib/libvtkFiltersGeneral-9.5.9.5.dylib /opt/homebrew/lib/libvtkIOLegacy-9.5.9.5.dylib /opt/homebrew/lib/libvtkIOCellGrid-9.5.9.5.dylib /opt/homebrew/lib/libvtkFiltersCellGrid-9.5.9.5.dylib /opt/homebrew/lib/libvtkFiltersCore-9.5.9.5.dylib /opt/homebrew/lib/libvtkIOCore-9.5.9.5.dylib /opt/homebrew/lib/libvtkCommonExecutionModel-9.5.9.5.dylib /opt/homebrew/lib/libvtkCommonDataModel-9.5.9.5.dylib /opt/homebrew/lib/libvtkCommonTransforms-9.5.9.5.dylib /opt/homebrew/lib/libvtkCommonMisc-9.5.9.5.dylib /opt/homebrew/lib/libvtkCommonMath-9.5.9.5.dylib /opt/homebrew/lib/libvtkCommonCore-9.5.9.5.dylib /opt/homebrew/lib/libvtksys-9.5.9.5.dylib /opt/homebrew/lib/libvtktoken-9.5.9.5.dylib /opt/homebrew/lib/libvtkkissfft-9.5.9.5.dylib
|
main/argon-bubble/GS/build/CMakeFiles/argon-bubble.dir/progress.make
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
CMAKE_PROGRESS_1 = 1
|
| 2 |
+
CMAKE_PROGRESS_2 = 2
|
| 3 |
+
|
main/argon-bubble/GS/build/CMakeFiles/cmake.check_cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
main/argon-bubble/GS/build/CMakeFiles/progress.marks
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2
|
main/argon-bubble/GS/build/CMakeFiles/vtkModuleAutoInit_ec47e130ffdb4ae73e1b1973a6727492.h
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#define vtkRenderingCore_AUTOINIT 2(vtkInteractionStyle,vtkRenderingOpenGL2)
|
| 2 |
+
#define vtkRenderingVolume_AUTOINIT 1(vtkRenderingVolumeOpenGL2)
|
main/argon-bubble/GS/build/Makefile
ADDED
|
@@ -0,0 +1,181 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
|
| 3 |
+
|
| 4 |
+
# Default target executed when no arguments are given to make.
|
| 5 |
+
default_target: all
|
| 6 |
+
.PHONY : default_target
|
| 7 |
+
|
| 8 |
+
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
| 9 |
+
.NOTPARALLEL:
|
| 10 |
+
|
| 11 |
+
#=============================================================================
|
| 12 |
+
# Special targets provided by cmake.
|
| 13 |
+
|
| 14 |
+
# Disable implicit rules so canonical targets will work.
|
| 15 |
+
.SUFFIXES:
|
| 16 |
+
|
| 17 |
+
# Disable VCS-based implicit rules.
|
| 18 |
+
% : %,v
|
| 19 |
+
|
| 20 |
+
# Disable VCS-based implicit rules.
|
| 21 |
+
% : RCS/%
|
| 22 |
+
|
| 23 |
+
# Disable VCS-based implicit rules.
|
| 24 |
+
% : RCS/%,v
|
| 25 |
+
|
| 26 |
+
# Disable VCS-based implicit rules.
|
| 27 |
+
% : SCCS/s.%
|
| 28 |
+
|
| 29 |
+
# Disable VCS-based implicit rules.
|
| 30 |
+
% : s.%
|
| 31 |
+
|
| 32 |
+
.SUFFIXES: .hpux_make_needs_suffix_list
|
| 33 |
+
|
| 34 |
+
# Command-line flag to silence nested $(MAKE).
|
| 35 |
+
$(VERBOSE)MAKESILENT = -s
|
| 36 |
+
|
| 37 |
+
#Suppress display of executed commands.
|
| 38 |
+
$(VERBOSE).SILENT:
|
| 39 |
+
|
| 40 |
+
# A target that is always out of date.
|
| 41 |
+
cmake_force:
|
| 42 |
+
.PHONY : cmake_force
|
| 43 |
+
|
| 44 |
+
#=============================================================================
|
| 45 |
+
# Set environment variables for the build.
|
| 46 |
+
|
| 47 |
+
# The shell in which to execute make rules.
|
| 48 |
+
SHELL = /bin/sh
|
| 49 |
+
|
| 50 |
+
# The CMake executable.
|
| 51 |
+
CMAKE_COMMAND = /opt/homebrew/bin/cmake
|
| 52 |
+
|
| 53 |
+
# The command to remove a file.
|
| 54 |
+
RM = /opt/homebrew/bin/cmake -E rm -f
|
| 55 |
+
|
| 56 |
+
# Escaping for special characters.
|
| 57 |
+
EQUALS = =
|
| 58 |
+
|
| 59 |
+
# The top-level source directory on which CMake was run.
|
| 60 |
+
CMAKE_SOURCE_DIR = /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS
|
| 61 |
+
|
| 62 |
+
# The top-level build directory on which CMake was run.
|
| 63 |
+
CMAKE_BINARY_DIR = /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build
|
| 64 |
+
|
| 65 |
+
#=============================================================================
|
| 66 |
+
# Targets provided globally by CMake.
|
| 67 |
+
|
| 68 |
+
# Special rule for the target edit_cache
|
| 69 |
+
edit_cache:
|
| 70 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
| 71 |
+
/opt/homebrew/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
| 72 |
+
.PHONY : edit_cache
|
| 73 |
+
|
| 74 |
+
# Special rule for the target edit_cache
|
| 75 |
+
edit_cache/fast: edit_cache
|
| 76 |
+
.PHONY : edit_cache/fast
|
| 77 |
+
|
| 78 |
+
# Special rule for the target rebuild_cache
|
| 79 |
+
rebuild_cache:
|
| 80 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
| 81 |
+
/opt/homebrew/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
| 82 |
+
.PHONY : rebuild_cache
|
| 83 |
+
|
| 84 |
+
# Special rule for the target rebuild_cache
|
| 85 |
+
rebuild_cache/fast: rebuild_cache
|
| 86 |
+
.PHONY : rebuild_cache/fast
|
| 87 |
+
|
| 88 |
+
# The main all target
|
| 89 |
+
all: cmake_check_build_system
|
| 90 |
+
$(CMAKE_COMMAND) -E cmake_progress_start /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build//CMakeFiles/progress.marks
|
| 91 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
| 92 |
+
$(CMAKE_COMMAND) -E cmake_progress_start /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/CMakeFiles 0
|
| 93 |
+
.PHONY : all
|
| 94 |
+
|
| 95 |
+
# The main clean target
|
| 96 |
+
clean:
|
| 97 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
| 98 |
+
.PHONY : clean
|
| 99 |
+
|
| 100 |
+
# The main clean target
|
| 101 |
+
clean/fast: clean
|
| 102 |
+
.PHONY : clean/fast
|
| 103 |
+
|
| 104 |
+
# Prepare targets for installation.
|
| 105 |
+
preinstall: all
|
| 106 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
| 107 |
+
.PHONY : preinstall
|
| 108 |
+
|
| 109 |
+
# Prepare targets for installation.
|
| 110 |
+
preinstall/fast:
|
| 111 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
| 112 |
+
.PHONY : preinstall/fast
|
| 113 |
+
|
| 114 |
+
# clear depends
|
| 115 |
+
depend:
|
| 116 |
+
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
| 117 |
+
.PHONY : depend
|
| 118 |
+
|
| 119 |
+
#=============================================================================
|
| 120 |
+
# Target rules for targets named argon-bubble
|
| 121 |
+
|
| 122 |
+
# Build rule for target.
|
| 123 |
+
argon-bubble: cmake_check_build_system
|
| 124 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 argon-bubble
|
| 125 |
+
.PHONY : argon-bubble
|
| 126 |
+
|
| 127 |
+
# fast build rule for target.
|
| 128 |
+
argon-bubble/fast:
|
| 129 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/argon-bubble.dir/build.make CMakeFiles/argon-bubble.dir/build
|
| 130 |
+
.PHONY : argon-bubble/fast
|
| 131 |
+
|
| 132 |
+
argon-bubble_gs.o: argon-bubble_gs.cxx.o
|
| 133 |
+
.PHONY : argon-bubble_gs.o
|
| 134 |
+
|
| 135 |
+
# target to build an object file
|
| 136 |
+
argon-bubble_gs.cxx.o:
|
| 137 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/argon-bubble.dir/build.make CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.o
|
| 138 |
+
.PHONY : argon-bubble_gs.cxx.o
|
| 139 |
+
|
| 140 |
+
argon-bubble_gs.i: argon-bubble_gs.cxx.i
|
| 141 |
+
.PHONY : argon-bubble_gs.i
|
| 142 |
+
|
| 143 |
+
# target to preprocess a source file
|
| 144 |
+
argon-bubble_gs.cxx.i:
|
| 145 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/argon-bubble.dir/build.make CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.i
|
| 146 |
+
.PHONY : argon-bubble_gs.cxx.i
|
| 147 |
+
|
| 148 |
+
argon-bubble_gs.s: argon-bubble_gs.cxx.s
|
| 149 |
+
.PHONY : argon-bubble_gs.s
|
| 150 |
+
|
| 151 |
+
# target to generate assembly for a file
|
| 152 |
+
argon-bubble_gs.cxx.s:
|
| 153 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/argon-bubble.dir/build.make CMakeFiles/argon-bubble.dir/argon-bubble_gs.cxx.s
|
| 154 |
+
.PHONY : argon-bubble_gs.cxx.s
|
| 155 |
+
|
| 156 |
+
# Help Target
|
| 157 |
+
help:
|
| 158 |
+
@echo "The following are some of the valid targets for this Makefile:"
|
| 159 |
+
@echo "... all (the default if no target is provided)"
|
| 160 |
+
@echo "... clean"
|
| 161 |
+
@echo "... depend"
|
| 162 |
+
@echo "... edit_cache"
|
| 163 |
+
@echo "... rebuild_cache"
|
| 164 |
+
@echo "... argon-bubble"
|
| 165 |
+
@echo "... argon-bubble_gs.o"
|
| 166 |
+
@echo "... argon-bubble_gs.i"
|
| 167 |
+
@echo "... argon-bubble_gs.s"
|
| 168 |
+
.PHONY : help
|
| 169 |
+
|
| 170 |
+
|
| 171 |
+
|
| 172 |
+
#=============================================================================
|
| 173 |
+
# Special targets to cleanup operation of make.
|
| 174 |
+
|
| 175 |
+
# Special rule to run CMake to check the build system integrity.
|
| 176 |
+
# No rule that depends on this can have commands that come from listfiles
|
| 177 |
+
# because they might be regenerated.
|
| 178 |
+
cmake_check_build_system:
|
| 179 |
+
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
| 180 |
+
.PHONY : cmake_check_build_system
|
| 181 |
+
|
main/argon-bubble/GS/build/argon-bubble
ADDED
|
Binary file (88.1 kB). View file
|
|
|
main/argon-bubble/GS/build/cmake_install.cmake
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Install script for directory: /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS
|
| 2 |
+
|
| 3 |
+
# Set the install prefix
|
| 4 |
+
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
| 5 |
+
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
| 6 |
+
endif()
|
| 7 |
+
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
| 8 |
+
|
| 9 |
+
# Set the install configuration name.
|
| 10 |
+
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
| 11 |
+
if(BUILD_TYPE)
|
| 12 |
+
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
| 13 |
+
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
| 14 |
+
else()
|
| 15 |
+
set(CMAKE_INSTALL_CONFIG_NAME "")
|
| 16 |
+
endif()
|
| 17 |
+
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
| 18 |
+
endif()
|
| 19 |
+
|
| 20 |
+
# Set the component getting installed.
|
| 21 |
+
if(NOT CMAKE_INSTALL_COMPONENT)
|
| 22 |
+
if(COMPONENT)
|
| 23 |
+
message(STATUS "Install component: \"${COMPONENT}\"")
|
| 24 |
+
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
| 25 |
+
else()
|
| 26 |
+
set(CMAKE_INSTALL_COMPONENT)
|
| 27 |
+
endif()
|
| 28 |
+
endif()
|
| 29 |
+
|
| 30 |
+
# Is this installation the result of a crosscompile?
|
| 31 |
+
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
| 32 |
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
| 33 |
+
endif()
|
| 34 |
+
|
| 35 |
+
# Set path to fallback-tool for dependency-resolution.
|
| 36 |
+
if(NOT DEFINED CMAKE_OBJDUMP)
|
| 37 |
+
set(CMAKE_OBJDUMP "/opt/homebrew/opt/llvm/bin/llvm-objdump")
|
| 38 |
+
endif()
|
| 39 |
+
|
| 40 |
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
| 41 |
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
| 42 |
+
if(CMAKE_INSTALL_LOCAL_ONLY)
|
| 43 |
+
file(WRITE "/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/install_local_manifest.txt"
|
| 44 |
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
| 45 |
+
endif()
|
| 46 |
+
if(CMAKE_INSTALL_COMPONENT)
|
| 47 |
+
if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$")
|
| 48 |
+
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
| 49 |
+
else()
|
| 50 |
+
string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}")
|
| 51 |
+
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt")
|
| 52 |
+
unset(CMAKE_INST_COMP_HASH)
|
| 53 |
+
endif()
|
| 54 |
+
else()
|
| 55 |
+
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
| 56 |
+
endif()
|
| 57 |
+
|
| 58 |
+
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
| 59 |
+
file(WRITE "/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/argon-bubble/GS/build/${CMAKE_INSTALL_MANIFEST}"
|
| 60 |
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
| 61 |
+
endif()
|
main/argon-bubble/data/argon-bubble_128x128x256_float32.vtk
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c9aa21ce349e307f4a187c2714345cfd8820d9642889d0ba946665f33d382da
|
| 3 |
+
size 16777413
|
main/argon-bubble/task_description.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Task:
|
| 2 |
+
Load the Argon Bubble dataset from "argon-bubble/data/argon-bubble_128x128x256_float32.vtk".
|
| 3 |
+
Generate a visualization image of the Argon Bubble scalar field dataset with the following visualization settings:
|
| 4 |
+
1) Create volume rendering
|
| 5 |
+
2) Set the opacity transfer function as a ramp function across values of the volumetric data, assigning opacity 0 to value 0 and assigning opacity 1 to value 1.
|
| 6 |
+
3) Set the color transfer function to assign a warm red color [0.71, 0.02, 0.15] to the highest value, a cool color [0.23, 0.29, 0.75] to the lowest value, and a grey color[0.87, 0.87, 0.87] to the midrange value
|
| 7 |
+
4) Set the viewpoint parameters as: [0, 450, 0] to position; [0, 0, -15] to focal point; [0, 0, -1] to camera up direction
|
| 8 |
+
5) Visualization image resolution is 1024x1024. White background. Shade turned off. Volume rendering ray casting sample distance is 0.1
|
| 9 |
+
6) Save the visualization image as a png file "argon-bubble/results/{agent_mode}/argon-bubble.png"
|
| 10 |
+
7) (Option 1) Save the paraview state as "argon-bubble/results/{agent_mode}/argon-bubble.pvsm" if you are using ParaView as the visualization tool
|
| 11 |
+
8) (Option 2) Save the cxx code script as "argon-bubble/results/{agent_mode}/argon-bubble.cxx" if you are using VTK as the visualization tool
|
main/argon-bubble/visualization_goals.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
1. Does the visualization image clearly show the regions of cool, warm, and mild regions?
|
| 2 |
+
|
| 3 |
+
2. Does the blueish region show areas with low opacity?
|
| 4 |
+
|
| 5 |
+
3. Does the reddish region show areas with high opacity?
|
main/chameleon_isosurface/GS/CMakeLists.txt
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
|
| 2 |
+
|
| 3 |
+
project(ChameleonIsosurface)
|
| 4 |
+
|
| 5 |
+
# Set C++ standard
|
| 6 |
+
set(CMAKE_CXX_STANDARD 11)
|
| 7 |
+
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
| 8 |
+
set(CMAKE_CXX_EXTENSIONS OFF)
|
| 9 |
+
|
| 10 |
+
# Find VTK package
|
| 11 |
+
find_package(VTK COMPONENTS
|
| 12 |
+
CommonCore
|
| 13 |
+
CommonDataModel
|
| 14 |
+
CommonColor
|
| 15 |
+
FiltersCore
|
| 16 |
+
IOLegacy
|
| 17 |
+
IOImage
|
| 18 |
+
RenderingCore
|
| 19 |
+
RenderingVolume
|
| 20 |
+
RenderingOpenGL2
|
| 21 |
+
InteractionStyle
|
| 22 |
+
REQUIRED
|
| 23 |
+
)
|
| 24 |
+
|
| 25 |
+
# Add executable
|
| 26 |
+
add_executable(chameleon_isosurface chameleon_isosurface.cxx)
|
| 27 |
+
|
| 28 |
+
# Link VTK libraries
|
| 29 |
+
target_link_libraries(chameleon_isosurface PRIVATE ${VTK_LIBRARIES})
|
| 30 |
+
|
| 31 |
+
# VTK module initialization
|
| 32 |
+
vtk_module_autoinit(
|
| 33 |
+
TARGETS chameleon_isosurface
|
| 34 |
+
MODULES ${VTK_LIBRARIES}
|
| 35 |
+
)
|
main/chameleon_isosurface/GS/build/CMakeCache.txt
ADDED
|
@@ -0,0 +1,631 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This is the CMakeCache file.
|
| 2 |
+
# For build in directory: /Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/chameleon_isosurface/GS/build
|
| 3 |
+
# It was generated by CMake: /opt/homebrew/bin/cmake
|
| 4 |
+
# You can edit this file to change values found and used by cmake.
|
| 5 |
+
# If you do not want to change any of the values, simply exit the editor.
|
| 6 |
+
# If you do want to change a value, simply edit, save, and exit the editor.
|
| 7 |
+
# The syntax for the file is as follows:
|
| 8 |
+
# KEY:TYPE=VALUE
|
| 9 |
+
# KEY is the name of a variable in the cache.
|
| 10 |
+
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
| 11 |
+
# VALUE is the current value for the KEY.
|
| 12 |
+
|
| 13 |
+
########################
|
| 14 |
+
# EXTERNAL cache entries
|
| 15 |
+
########################
|
| 16 |
+
|
| 17 |
+
//Path to a program.
|
| 18 |
+
CMAKE_ADDR2LINE:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-addr2line
|
| 19 |
+
|
| 20 |
+
//Path to a program.
|
| 21 |
+
CMAKE_AR:FILEPATH=/usr/bin/ar
|
| 22 |
+
|
| 23 |
+
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
| 24 |
+
// MinSizeRel ...
|
| 25 |
+
CMAKE_BUILD_TYPE:STRING=
|
| 26 |
+
|
| 27 |
+
//Enable/Disable color output during build.
|
| 28 |
+
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
| 29 |
+
|
| 30 |
+
//CXX compiler
|
| 31 |
+
CMAKE_CXX_COMPILER:STRING=/opt/homebrew/opt/llvm/bin/clang++
|
| 32 |
+
|
| 33 |
+
//LLVM archiver
|
| 34 |
+
CMAKE_CXX_COMPILER_AR:FILEPATH=/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ar
|
| 35 |
+
|
| 36 |
+
//`clang-scan-deps` dependency scanner
|
| 37 |
+
CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS:FILEPATH=/opt/homebrew/Cellar/llvm/21.1.8/bin/clang-scan-deps
|
| 38 |
+
|
| 39 |
+
//Generate index for LLVM archive
|
| 40 |
+
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ranlib
|
| 41 |
+
|
| 42 |
+
//Flags used by the CXX compiler during all build types.
|
| 43 |
+
CMAKE_CXX_FLAGS:STRING=-I/opt/homebrew/opt/llvm/include/c++/v1
|
| 44 |
+
|
| 45 |
+
//Flags used by the CXX compiler during DEBUG builds.
|
| 46 |
+
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
| 47 |
+
|
| 48 |
+
//Flags used by the CXX compiler during MINSIZEREL builds.
|
| 49 |
+
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
| 50 |
+
|
| 51 |
+
//Flags used by the CXX compiler during RELEASE builds.
|
| 52 |
+
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
| 53 |
+
|
| 54 |
+
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
| 55 |
+
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
| 56 |
+
|
| 57 |
+
//C compiler
|
| 58 |
+
CMAKE_C_COMPILER:STRING=/opt/homebrew/opt/llvm/bin/clang
|
| 59 |
+
|
| 60 |
+
//LLVM archiver
|
| 61 |
+
CMAKE_C_COMPILER_AR:FILEPATH=/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ar
|
| 62 |
+
|
| 63 |
+
//`clang-scan-deps` dependency scanner
|
| 64 |
+
CMAKE_C_COMPILER_CLANG_SCAN_DEPS:FILEPATH=/opt/homebrew/Cellar/llvm/21.1.8/bin/clang-scan-deps
|
| 65 |
+
|
| 66 |
+
//Generate index for LLVM archive
|
| 67 |
+
CMAKE_C_COMPILER_RANLIB:FILEPATH=/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ranlib
|
| 68 |
+
|
| 69 |
+
//Flags used by the C compiler during all build types.
|
| 70 |
+
CMAKE_C_FLAGS:STRING=
|
| 71 |
+
|
| 72 |
+
//Flags used by the C compiler during DEBUG builds.
|
| 73 |
+
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
| 74 |
+
|
| 75 |
+
//Flags used by the C compiler during MINSIZEREL builds.
|
| 76 |
+
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
| 77 |
+
|
| 78 |
+
//Flags used by the C compiler during RELEASE builds.
|
| 79 |
+
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
| 80 |
+
|
| 81 |
+
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
| 82 |
+
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
| 83 |
+
|
| 84 |
+
//Path to a program.
|
| 85 |
+
CMAKE_DLLTOOL:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-dlltool
|
| 86 |
+
|
| 87 |
+
//Flags used by the linker during all build types.
|
| 88 |
+
CMAKE_EXE_LINKER_FLAGS:STRING=
|
| 89 |
+
|
| 90 |
+
//Flags used by the linker during DEBUG builds.
|
| 91 |
+
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
| 92 |
+
|
| 93 |
+
//Flags used by the linker during MINSIZEREL builds.
|
| 94 |
+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 95 |
+
|
| 96 |
+
//Flags used by the linker during RELEASE builds.
|
| 97 |
+
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
| 98 |
+
|
| 99 |
+
//Flags used by the linker during RELWITHDEBINFO builds.
|
| 100 |
+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 101 |
+
|
| 102 |
+
//Enable/Disable output of compile commands during generation.
|
| 103 |
+
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
| 104 |
+
|
| 105 |
+
//Value Computed by CMake.
|
| 106 |
+
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/chameleon_isosurface/GS/build/CMakeFiles/pkgRedirects
|
| 107 |
+
|
| 108 |
+
//Path to a program.
|
| 109 |
+
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
|
| 110 |
+
|
| 111 |
+
//Install path prefix, prepended onto install directories.
|
| 112 |
+
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
| 113 |
+
|
| 114 |
+
//Path to a program.
|
| 115 |
+
CMAKE_LINKER:FILEPATH=/usr/bin/ld
|
| 116 |
+
|
| 117 |
+
//Path to a program.
|
| 118 |
+
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
|
| 119 |
+
|
| 120 |
+
//Flags used by the linker during the creation of modules during
|
| 121 |
+
// all build types.
|
| 122 |
+
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
| 123 |
+
|
| 124 |
+
//Flags used by the linker during the creation of modules during
|
| 125 |
+
// DEBUG builds.
|
| 126 |
+
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
| 127 |
+
|
| 128 |
+
//Flags used by the linker during the creation of modules during
|
| 129 |
+
// MINSIZEREL builds.
|
| 130 |
+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 131 |
+
|
| 132 |
+
//Flags used by the linker during the creation of modules during
|
| 133 |
+
// RELEASE builds.
|
| 134 |
+
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
| 135 |
+
|
| 136 |
+
//Flags used by the linker during the creation of modules during
|
| 137 |
+
// RELWITHDEBINFO builds.
|
| 138 |
+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 139 |
+
|
| 140 |
+
//Path to a program.
|
| 141 |
+
CMAKE_NM:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-nm
|
| 142 |
+
|
| 143 |
+
//Path to a program.
|
| 144 |
+
CMAKE_OBJCOPY:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-objcopy
|
| 145 |
+
|
| 146 |
+
//Path to a program.
|
| 147 |
+
CMAKE_OBJDUMP:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-objdump
|
| 148 |
+
|
| 149 |
+
//Build architectures for OSX
|
| 150 |
+
CMAKE_OSX_ARCHITECTURES:STRING=
|
| 151 |
+
|
| 152 |
+
//Minimum OS X version to target for deployment (at runtime); newer
|
| 153 |
+
// APIs weak linked. Set to empty string for default value.
|
| 154 |
+
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
|
| 155 |
+
|
| 156 |
+
//The product will be built against the headers and libraries located
|
| 157 |
+
// inside the indicated SDK.
|
| 158 |
+
CMAKE_OSX_SYSROOT:STRING=
|
| 159 |
+
|
| 160 |
+
//Value Computed by CMake
|
| 161 |
+
CMAKE_PROJECT_COMPAT_VERSION:STATIC=
|
| 162 |
+
|
| 163 |
+
//Value Computed by CMake
|
| 164 |
+
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
| 165 |
+
|
| 166 |
+
//Value Computed by CMake
|
| 167 |
+
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
| 168 |
+
|
| 169 |
+
//Value Computed by CMake
|
| 170 |
+
CMAKE_PROJECT_NAME:STATIC=ChameleonIsosurface
|
| 171 |
+
|
| 172 |
+
//Value Computed by CMake
|
| 173 |
+
CMAKE_PROJECT_SPDX_LICENSE:STATIC=
|
| 174 |
+
|
| 175 |
+
//Path to a program.
|
| 176 |
+
CMAKE_RANLIB:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-ranlib
|
| 177 |
+
|
| 178 |
+
//Path to a program.
|
| 179 |
+
CMAKE_READELF:FILEPATH=/opt/homebrew/opt/llvm/bin/llvm-readelf
|
| 180 |
+
|
| 181 |
+
//Flags used by the linker during the creation of shared libraries
|
| 182 |
+
// during all build types.
|
| 183 |
+
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
| 184 |
+
|
| 185 |
+
//Flags used by the linker during the creation of shared libraries
|
| 186 |
+
// during DEBUG builds.
|
| 187 |
+
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
| 188 |
+
|
| 189 |
+
//Flags used by the linker during the creation of shared libraries
|
| 190 |
+
// during MINSIZEREL builds.
|
| 191 |
+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 192 |
+
|
| 193 |
+
//Flags used by the linker during the creation of shared libraries
|
| 194 |
+
// during RELEASE builds.
|
| 195 |
+
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
| 196 |
+
|
| 197 |
+
//Flags used by the linker during the creation of shared libraries
|
| 198 |
+
// during RELWITHDEBINFO builds.
|
| 199 |
+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 200 |
+
|
| 201 |
+
//If set, runtime paths are not added when installing shared libraries,
|
| 202 |
+
// but are added when building.
|
| 203 |
+
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
| 204 |
+
|
| 205 |
+
//If set, runtime paths are not added when using shared libraries.
|
| 206 |
+
CMAKE_SKIP_RPATH:BOOL=NO
|
| 207 |
+
|
| 208 |
+
//Flags used by the archiver during the creation of static libraries
|
| 209 |
+
// during all build types.
|
| 210 |
+
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
| 211 |
+
|
| 212 |
+
//Flags used by the archiver during the creation of static libraries
|
| 213 |
+
// during DEBUG builds.
|
| 214 |
+
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
| 215 |
+
|
| 216 |
+
//Flags used by the archiver during the creation of static libraries
|
| 217 |
+
// during MINSIZEREL builds.
|
| 218 |
+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 219 |
+
|
| 220 |
+
//Flags used by the archiver during the creation of static libraries
|
| 221 |
+
// during RELEASE builds.
|
| 222 |
+
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
| 223 |
+
|
| 224 |
+
//Flags used by the archiver during the creation of static libraries
|
| 225 |
+
// during RELWITHDEBINFO builds.
|
| 226 |
+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 227 |
+
|
| 228 |
+
//Path to a program.
|
| 229 |
+
CMAKE_STRIP:FILEPATH=/usr/bin/strip
|
| 230 |
+
|
| 231 |
+
//Path to a program.
|
| 232 |
+
CMAKE_TAPI:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/tapi
|
| 233 |
+
|
| 234 |
+
//If this value is on, makefiles will be generated without the
|
| 235 |
+
// .SILENT directive, and all commands will be echoed to the console
|
| 236 |
+
// during the make. This is useful for debugging only. With Visual
|
| 237 |
+
// Studio IDE projects all commands are done without /nologo.
|
| 238 |
+
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
| 239 |
+
|
| 240 |
+
//Value Computed by CMake
|
| 241 |
+
ChameleonIsosurface_BINARY_DIR:STATIC=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/chameleon_isosurface/GS/build
|
| 242 |
+
|
| 243 |
+
//Value Computed by CMake
|
| 244 |
+
ChameleonIsosurface_IS_TOP_LEVEL:STATIC=ON
|
| 245 |
+
|
| 246 |
+
//Value Computed by CMake
|
| 247 |
+
ChameleonIsosurface_SOURCE_DIR:STATIC=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/chameleon_isosurface/GS
|
| 248 |
+
|
| 249 |
+
//Path to a file.
|
| 250 |
+
EXPAT_INCLUDE_DIR:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
|
| 251 |
+
|
| 252 |
+
//Path to a library.
|
| 253 |
+
EXPAT_LIBRARY:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libexpat.tbd
|
| 254 |
+
|
| 255 |
+
//Eigen include directory
|
| 256 |
+
Eigen3_INCLUDE_DIR:PATH=/opt/homebrew/include/eigen3
|
| 257 |
+
|
| 258 |
+
//Path to a file.
|
| 259 |
+
FREETYPE_INCLUDE_DIR_freetype2:PATH=/opt/homebrew/include/freetype2
|
| 260 |
+
|
| 261 |
+
//Path to a file.
|
| 262 |
+
FREETYPE_INCLUDE_DIR_ft2build:PATH=/opt/homebrew/include/freetype2
|
| 263 |
+
|
| 264 |
+
//Path to a library.
|
| 265 |
+
FREETYPE_LIBRARY_DEBUG:FILEPATH=FREETYPE_LIBRARY_DEBUG-NOTFOUND
|
| 266 |
+
|
| 267 |
+
//Path to a library.
|
| 268 |
+
FREETYPE_LIBRARY_RELEASE:FILEPATH=/opt/homebrew/lib/libfreetype.dylib
|
| 269 |
+
|
| 270 |
+
//Path to a file.
|
| 271 |
+
JPEG_INCLUDE_DIR:PATH=/opt/homebrew/include
|
| 272 |
+
|
| 273 |
+
//Path to a library.
|
| 274 |
+
JPEG_LIBRARY_DEBUG:FILEPATH=JPEG_LIBRARY_DEBUG-NOTFOUND
|
| 275 |
+
|
| 276 |
+
//Path to a library.
|
| 277 |
+
JPEG_LIBRARY_RELEASE:FILEPATH=/opt/homebrew/lib/libjpeg.dylib
|
| 278 |
+
|
| 279 |
+
//lz4 include directory
|
| 280 |
+
LZ4_INCLUDE_DIR:PATH=/opt/homebrew/include
|
| 281 |
+
|
| 282 |
+
//lz4 library
|
| 283 |
+
LZ4_LIBRARY:FILEPATH=/opt/homebrew/lib/liblz4.dylib
|
| 284 |
+
|
| 285 |
+
//lzma include directory
|
| 286 |
+
LZMA_INCLUDE_DIR:PATH=/opt/homebrew/include
|
| 287 |
+
|
| 288 |
+
//lzma library
|
| 289 |
+
LZMA_LIBRARY:FILEPATH=/opt/homebrew/lib/liblzma.dylib
|
| 290 |
+
|
| 291 |
+
//Arguments to supply to pkg-config
|
| 292 |
+
PKG_CONFIG_ARGN:STRING=
|
| 293 |
+
|
| 294 |
+
//pkg-config executable
|
| 295 |
+
PKG_CONFIG_EXECUTABLE:FILEPATH=/opt/homebrew/bin/pkg-config
|
| 296 |
+
|
| 297 |
+
//Path to a library.
|
| 298 |
+
PNG_LIBRARY_DEBUG:FILEPATH=PNG_LIBRARY_DEBUG-NOTFOUND
|
| 299 |
+
|
| 300 |
+
//Path to a library.
|
| 301 |
+
PNG_LIBRARY_RELEASE:FILEPATH=/opt/homebrew/lib/libpng.dylib
|
| 302 |
+
|
| 303 |
+
//Path to a file.
|
| 304 |
+
PNG_PNG_INCLUDE_DIR:PATH=/opt/homebrew/include
|
| 305 |
+
|
| 306 |
+
//Path to a file.
|
| 307 |
+
TIFF_INCLUDE_DIR:PATH=/opt/homebrew/include
|
| 308 |
+
|
| 309 |
+
//Path to a library.
|
| 310 |
+
TIFF_LIBRARY_DEBUG:FILEPATH=TIFF_LIBRARY_DEBUG-NOTFOUND
|
| 311 |
+
|
| 312 |
+
//Path to a library.
|
| 313 |
+
TIFF_LIBRARY_RELEASE:FILEPATH=/opt/homebrew/lib/libtiff.dylib
|
| 314 |
+
|
| 315 |
+
//The directory containing a CMake configuration file for Tiff.
|
| 316 |
+
Tiff_DIR:PATH=Tiff_DIR-NOTFOUND
|
| 317 |
+
|
| 318 |
+
//The directory containing a CMake configuration file for VTK.
|
| 319 |
+
VTK_DIR:PATH=/opt/homebrew/lib/cmake/vtk-9.5
|
| 320 |
+
|
| 321 |
+
//Path to a file.
|
| 322 |
+
ZLIB_INCLUDE_DIR:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
|
| 323 |
+
|
| 324 |
+
//Path to a library.
|
| 325 |
+
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND
|
| 326 |
+
|
| 327 |
+
//Path to a library.
|
| 328 |
+
ZLIB_LIBRARY_RELEASE:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libz.tbd
|
| 329 |
+
|
| 330 |
+
//double-conversion include directory
|
| 331 |
+
double-conversion_INCLUDE_DIR:PATH=/opt/homebrew/include/double-conversion
|
| 332 |
+
|
| 333 |
+
//double-conversion library
|
| 334 |
+
double-conversion_LIBRARY:FILEPATH=/opt/homebrew/lib/libdouble-conversion.dylib
|
| 335 |
+
|
| 336 |
+
//The directory containing a CMake configuration file for freetype.
|
| 337 |
+
freetype_DIR:PATH=freetype_DIR-NOTFOUND
|
| 338 |
+
|
| 339 |
+
//The directory containing a CMake configuration file for nlohmann_json.
|
| 340 |
+
nlohmann_json_DIR:PATH=/opt/homebrew/share/cmake/nlohmann_json
|
| 341 |
+
|
| 342 |
+
//Path to a library.
|
| 343 |
+
pkgcfg_lib_PC_EXPAT_expat:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libexpat.tbd
|
| 344 |
+
|
| 345 |
+
//The directory containing a CMake configuration file for pugixml.
|
| 346 |
+
pugixml_DIR:PATH=/opt/homebrew/lib/cmake/pugixml
|
| 347 |
+
|
| 348 |
+
//utf8cpp include directory
|
| 349 |
+
utf8cpp_INCLUDE_DIR:PATH=/opt/homebrew/include/utf8cpp
|
| 350 |
+
|
| 351 |
+
|
| 352 |
+
########################
|
| 353 |
+
# INTERNAL cache entries
|
| 354 |
+
########################
|
| 355 |
+
|
| 356 |
+
//ADVANCED property for variable: CMAKE_ADDR2LINE
|
| 357 |
+
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
|
| 358 |
+
//ADVANCED property for variable: CMAKE_AR
|
| 359 |
+
CMAKE_AR-ADVANCED:INTERNAL=1
|
| 360 |
+
//This is the directory where this CMakeCache.txt was created
|
| 361 |
+
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/chameleon_isosurface/GS/build
|
| 362 |
+
//Major version of cmake used to create the current loaded cache
|
| 363 |
+
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
|
| 364 |
+
//Minor version of cmake used to create the current loaded cache
|
| 365 |
+
CMAKE_CACHE_MINOR_VERSION:INTERNAL=2
|
| 366 |
+
//Patch version of cmake used to create the current loaded cache
|
| 367 |
+
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
|
| 368 |
+
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
| 369 |
+
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
| 370 |
+
//Path to CMake executable.
|
| 371 |
+
CMAKE_COMMAND:INTERNAL=/opt/homebrew/bin/cmake
|
| 372 |
+
//Path to cpack program executable.
|
| 373 |
+
CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/bin/cpack
|
| 374 |
+
//Path to ctest program executable.
|
| 375 |
+
CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/bin/ctest
|
| 376 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER
|
| 377 |
+
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
|
| 378 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
| 379 |
+
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
| 380 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS
|
| 381 |
+
CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-ADVANCED:INTERNAL=1
|
| 382 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
| 383 |
+
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
| 384 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
| 385 |
+
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
| 386 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
| 387 |
+
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 388 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
| 389 |
+
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 390 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
| 391 |
+
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 392 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
| 393 |
+
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 394 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER
|
| 395 |
+
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
|
| 396 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
| 397 |
+
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
| 398 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER_CLANG_SCAN_DEPS
|
| 399 |
+
CMAKE_C_COMPILER_CLANG_SCAN_DEPS-ADVANCED:INTERNAL=1
|
| 400 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
| 401 |
+
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
| 402 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS
|
| 403 |
+
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
| 404 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
| 405 |
+
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 406 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
| 407 |
+
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 408 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
| 409 |
+
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 410 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
| 411 |
+
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 412 |
+
//ADVANCED property for variable: CMAKE_DLLTOOL
|
| 413 |
+
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
|
| 414 |
+
//Path to cache edit program executable.
|
| 415 |
+
CMAKE_EDIT_COMMAND:INTERNAL=/opt/homebrew/bin/ccmake
|
| 416 |
+
//Executable file format
|
| 417 |
+
CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO
|
| 418 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
| 419 |
+
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 420 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
| 421 |
+
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 422 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
| 423 |
+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 424 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
| 425 |
+
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 426 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
| 427 |
+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 428 |
+
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
| 429 |
+
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
| 430 |
+
//Name of external makefile project generator.
|
| 431 |
+
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
| 432 |
+
//Name of generator.
|
| 433 |
+
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
|
| 434 |
+
//Generator instance identifier.
|
| 435 |
+
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
| 436 |
+
//Name of generator platform.
|
| 437 |
+
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
| 438 |
+
//Name of generator toolset.
|
| 439 |
+
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
| 440 |
+
//Test CMAKE_HAVE_LIBC_PTHREAD
|
| 441 |
+
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
|
| 442 |
+
//Source directory with the top level CMakeLists.txt file for this
|
| 443 |
+
// project
|
| 444 |
+
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/main/chameleon_isosurface/GS
|
| 445 |
+
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
|
| 446 |
+
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
|
| 447 |
+
//ADVANCED property for variable: CMAKE_LINKER
|
| 448 |
+
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
| 449 |
+
//Name of CMakeLists files to read
|
| 450 |
+
CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt
|
| 451 |
+
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
|
| 452 |
+
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
|
| 453 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
| 454 |
+
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 455 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
| 456 |
+
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 457 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
| 458 |
+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 459 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
| 460 |
+
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 461 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
| 462 |
+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 463 |
+
//ADVANCED property for variable: CMAKE_NM
|
| 464 |
+
CMAKE_NM-ADVANCED:INTERNAL=1
|
| 465 |
+
//number of local generators
|
| 466 |
+
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
|
| 467 |
+
//ADVANCED property for variable: CMAKE_OBJCOPY
|
| 468 |
+
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
| 469 |
+
//ADVANCED property for variable: CMAKE_OBJDUMP
|
| 470 |
+
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
| 471 |
+
//Platform information initialized
|
| 472 |
+
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
| 473 |
+
//ADVANCED property for variable: CMAKE_RANLIB
|
| 474 |
+
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
| 475 |
+
//ADVANCED property for variable: CMAKE_READELF
|
| 476 |
+
CMAKE_READELF-ADVANCED:INTERNAL=1
|
| 477 |
+
//Path to CMake installation.
|
| 478 |
+
CMAKE_ROOT:INTERNAL=/opt/homebrew/share/cmake
|
| 479 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
| 480 |
+
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 481 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
| 482 |
+
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 483 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
| 484 |
+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 485 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
| 486 |
+
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 487 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
| 488 |
+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 489 |
+
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
| 490 |
+
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
| 491 |
+
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
| 492 |
+
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
| 493 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
| 494 |
+
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 495 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
| 496 |
+
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 497 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
| 498 |
+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 499 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
| 500 |
+
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 501 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
| 502 |
+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 503 |
+
//ADVANCED property for variable: CMAKE_STRIP
|
| 504 |
+
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
| 505 |
+
//ADVANCED property for variable: CMAKE_TAPI
|
| 506 |
+
CMAKE_TAPI-ADVANCED:INTERNAL=1
|
| 507 |
+
//uname command
|
| 508 |
+
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
| 509 |
+
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
| 510 |
+
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
| 511 |
+
//ADVANCED property for variable: EXPAT_INCLUDE_DIR
|
| 512 |
+
EXPAT_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 513 |
+
//ADVANCED property for variable: EXPAT_LIBRARY
|
| 514 |
+
EXPAT_LIBRARY-ADVANCED:INTERNAL=1
|
| 515 |
+
//ADVANCED property for variable: Eigen3_INCLUDE_DIR
|
| 516 |
+
Eigen3_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 517 |
+
//Details about finding EXPAT
|
| 518 |
+
FIND_PACKAGE_MESSAGE_DETAILS_EXPAT:INTERNAL=[/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libexpat.tbd][/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include][v2.7.1(2.5.0)]
|
| 519 |
+
//Details about finding Eigen3
|
| 520 |
+
FIND_PACKAGE_MESSAGE_DETAILS_Eigen3:INTERNAL=[/opt/homebrew/include/eigen3][v..()]
|
| 521 |
+
//Details about finding Freetype
|
| 522 |
+
FIND_PACKAGE_MESSAGE_DETAILS_Freetype:INTERNAL=[/opt/homebrew/lib/libfreetype.dylib][/opt/homebrew/include/freetype2][v2.14.1()]
|
| 523 |
+
//Details about finding JPEG
|
| 524 |
+
FIND_PACKAGE_MESSAGE_DETAILS_JPEG:INTERNAL=[/opt/homebrew/lib/libjpeg.dylib][/opt/homebrew/include][v80()]
|
| 525 |
+
//Details about finding LZ4
|
| 526 |
+
FIND_PACKAGE_MESSAGE_DETAILS_LZ4:INTERNAL=[/opt/homebrew/lib/liblz4.dylib][/opt/homebrew/include][v1.10.0()]
|
| 527 |
+
//Details about finding LZMA
|
| 528 |
+
FIND_PACKAGE_MESSAGE_DETAILS_LZMA:INTERNAL=[/opt/homebrew/lib/liblzma.dylib][/opt/homebrew/include][v5.8.2()]
|
| 529 |
+
//Details about finding PNG
|
| 530 |
+
FIND_PACKAGE_MESSAGE_DETAILS_PNG:INTERNAL=[/opt/homebrew/lib/libpng.dylib][/opt/homebrew/include][v1.6.53()]
|
| 531 |
+
//Details about finding TIFF
|
| 532 |
+
FIND_PACKAGE_MESSAGE_DETAILS_TIFF:INTERNAL=[/opt/homebrew/lib/libtiff.dylib][/opt/homebrew/include][ ][v4.7.1()]
|
| 533 |
+
//Details about finding Threads
|
| 534 |
+
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
|
| 535 |
+
//Details about finding ZLIB
|
| 536 |
+
FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libz.tbd][/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include][ ][v1.2.12()]
|
| 537 |
+
//Details about finding double-conversion
|
| 538 |
+
FIND_PACKAGE_MESSAGE_DETAILS_double-conversion:INTERNAL=[/opt/homebrew/lib/libdouble-conversion.dylib][/opt/homebrew/include/double-conversion][v()]
|
| 539 |
+
//Details about finding nlohmann_json
|
| 540 |
+
FIND_PACKAGE_MESSAGE_DETAILS_nlohmann_json:INTERNAL=[/opt/homebrew/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake][v3.12.0()]
|
| 541 |
+
//Details about finding utf8cpp
|
| 542 |
+
FIND_PACKAGE_MESSAGE_DETAILS_utf8cpp:INTERNAL=[/opt/homebrew/include/utf8cpp][v()]
|
| 543 |
+
//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_freetype2
|
| 544 |
+
FREETYPE_INCLUDE_DIR_freetype2-ADVANCED:INTERNAL=1
|
| 545 |
+
//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_ft2build
|
| 546 |
+
FREETYPE_INCLUDE_DIR_ft2build-ADVANCED:INTERNAL=1
|
| 547 |
+
//ADVANCED property for variable: FREETYPE_LIBRARY_DEBUG
|
| 548 |
+
FREETYPE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 549 |
+
//ADVANCED property for variable: FREETYPE_LIBRARY_RELEASE
|
| 550 |
+
FREETYPE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 551 |
+
//ADVANCED property for variable: JPEG_INCLUDE_DIR
|
| 552 |
+
JPEG_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 553 |
+
//ADVANCED property for variable: JPEG_LIBRARY_DEBUG
|
| 554 |
+
JPEG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 555 |
+
//ADVANCED property for variable: JPEG_LIBRARY_RELEASE
|
| 556 |
+
JPEG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 557 |
+
//ADVANCED property for variable: LZ4_INCLUDE_DIR
|
| 558 |
+
LZ4_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 559 |
+
//ADVANCED property for variable: LZ4_LIBRARY
|
| 560 |
+
LZ4_LIBRARY-ADVANCED:INTERNAL=1
|
| 561 |
+
PC_EXPAT_CFLAGS:INTERNAL=
|
| 562 |
+
PC_EXPAT_CFLAGS_I:INTERNAL=
|
| 563 |
+
PC_EXPAT_CFLAGS_OTHER:INTERNAL=
|
| 564 |
+
PC_EXPAT_FOUND:INTERNAL=1
|
| 565 |
+
PC_EXPAT_INCLUDEDIR:INTERNAL=/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include
|
| 566 |
+
PC_EXPAT_INCLUDE_DIRS:INTERNAL=
|
| 567 |
+
PC_EXPAT_LDFLAGS:INTERNAL=-L/usr/lib;-lexpat
|
| 568 |
+
PC_EXPAT_LDFLAGS_OTHER:INTERNAL=
|
| 569 |
+
PC_EXPAT_LIBDIR:INTERNAL=/usr/lib
|
| 570 |
+
PC_EXPAT_LIBRARIES:INTERNAL=expat
|
| 571 |
+
PC_EXPAT_LIBRARY_DIRS:INTERNAL=/usr/lib
|
| 572 |
+
PC_EXPAT_LIBS:INTERNAL=
|
| 573 |
+
PC_EXPAT_LIBS_L:INTERNAL=
|
| 574 |
+
PC_EXPAT_LIBS_OTHER:INTERNAL=
|
| 575 |
+
PC_EXPAT_LIBS_PATHS:INTERNAL=
|
| 576 |
+
PC_EXPAT_MODULE_NAME:INTERNAL=expat
|
| 577 |
+
PC_EXPAT_PREFIX:INTERNAL=/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr
|
| 578 |
+
PC_EXPAT_STATIC_CFLAGS:INTERNAL=-DXML_STATIC
|
| 579 |
+
PC_EXPAT_STATIC_CFLAGS_I:INTERNAL=
|
| 580 |
+
PC_EXPAT_STATIC_CFLAGS_OTHER:INTERNAL=-DXML_STATIC
|
| 581 |
+
PC_EXPAT_STATIC_INCLUDE_DIRS:INTERNAL=
|
| 582 |
+
PC_EXPAT_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lexpat
|
| 583 |
+
PC_EXPAT_STATIC_LDFLAGS_OTHER:INTERNAL=
|
| 584 |
+
PC_EXPAT_STATIC_LIBDIR:INTERNAL=
|
| 585 |
+
PC_EXPAT_STATIC_LIBRARIES:INTERNAL=expat
|
| 586 |
+
PC_EXPAT_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib
|
| 587 |
+
PC_EXPAT_STATIC_LIBS:INTERNAL=
|
| 588 |
+
PC_EXPAT_STATIC_LIBS_L:INTERNAL=
|
| 589 |
+
PC_EXPAT_STATIC_LIBS_OTHER:INTERNAL=
|
| 590 |
+
PC_EXPAT_STATIC_LIBS_PATHS:INTERNAL=
|
| 591 |
+
PC_EXPAT_VERSION:INTERNAL=2.7.1
|
| 592 |
+
PC_EXPAT_expat_INCLUDEDIR:INTERNAL=
|
| 593 |
+
PC_EXPAT_expat_LIBDIR:INTERNAL=
|
| 594 |
+
PC_EXPAT_expat_PREFIX:INTERNAL=
|
| 595 |
+
PC_EXPAT_expat_VERSION:INTERNAL=
|
| 596 |
+
//ADVANCED property for variable: PKG_CONFIG_ARGN
|
| 597 |
+
PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
|
| 598 |
+
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
|
| 599 |
+
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
|
| 600 |
+
//ADVANCED property for variable: PNG_LIBRARY_DEBUG
|
| 601 |
+
PNG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 602 |
+
//ADVANCED property for variable: PNG_LIBRARY_RELEASE
|
| 603 |
+
PNG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 604 |
+
//ADVANCED property for variable: PNG_PNG_INCLUDE_DIR
|
| 605 |
+
PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 606 |
+
//ADVANCED property for variable: TIFF_INCLUDE_DIR
|
| 607 |
+
TIFF_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 608 |
+
//ADVANCED property for variable: TIFF_LIBRARY_DEBUG
|
| 609 |
+
TIFF_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 610 |
+
//ADVANCED property for variable: TIFF_LIBRARY_RELEASE
|
| 611 |
+
TIFF_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 612 |
+
//Number of processors available to run parallel tests.
|
| 613 |
+
VTK_MPI_NUMPROCS:INTERNAL=2
|
| 614 |
+
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
|
| 615 |
+
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 616 |
+
//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG
|
| 617 |
+
ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 618 |
+
//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE
|
| 619 |
+
ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 620 |
+
__pkg_config_arguments_PC_EXPAT:INTERNAL=QUIET;expat
|
| 621 |
+
__pkg_config_checked_PC_EXPAT:INTERNAL=1
|
| 622 |
+
//ADVANCED property for variable: double-conversion_INCLUDE_DIR
|
| 623 |
+
double-conversion_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 624 |
+
//ADVANCED property for variable: double-conversion_LIBRARY
|
| 625 |
+
double-conversion_LIBRARY-ADVANCED:INTERNAL=1
|
| 626 |
+
//ADVANCED property for variable: pkgcfg_lib_PC_EXPAT_expat
|
| 627 |
+
pkgcfg_lib_PC_EXPAT_expat-ADVANCED:INTERNAL=1
|
| 628 |
+
prefix_result:INTERNAL=/usr/lib
|
| 629 |
+
//ADVANCED property for variable: utf8cpp_INCLUDE_DIR
|
| 630 |
+
utf8cpp_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 631 |
+
|
main/chameleon_isosurface/GS/build/CMakeFiles/4.2.0/CMakeCCompiler.cmake
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_C_COMPILER "/opt/homebrew/opt/llvm/bin/clang")
|
| 2 |
+
set(CMAKE_C_COMPILER_ARG1 "")
|
| 3 |
+
set(CMAKE_C_COMPILER_ID "Clang")
|
| 4 |
+
set(CMAKE_C_COMPILER_VERSION "21.1.8")
|
| 5 |
+
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
| 6 |
+
set(CMAKE_C_COMPILER_WRAPPER "")
|
| 7 |
+
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
|
| 8 |
+
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
| 9 |
+
set(CMAKE_C_STANDARD_LATEST "23")
|
| 10 |
+
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
|
| 11 |
+
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
| 12 |
+
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
| 13 |
+
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
| 14 |
+
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
|
| 15 |
+
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
|
| 16 |
+
|
| 17 |
+
set(CMAKE_C_PLATFORM_ID "Darwin")
|
| 18 |
+
set(CMAKE_C_SIMULATE_ID "")
|
| 19 |
+
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
|
| 20 |
+
set(CMAKE_C_COMPILER_APPLE_SYSROOT "/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk")
|
| 21 |
+
set(CMAKE_C_SIMULATE_VERSION "")
|
| 22 |
+
set(CMAKE_C_COMPILER_ARCHITECTURE_ID "arm64")
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
set(CMAKE_AR "/usr/bin/ar")
|
| 27 |
+
set(CMAKE_C_COMPILER_AR "/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ar")
|
| 28 |
+
set(CMAKE_RANLIB "/opt/homebrew/opt/llvm/bin/llvm-ranlib")
|
| 29 |
+
set(CMAKE_C_COMPILER_RANLIB "/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ranlib")
|
| 30 |
+
set(CMAKE_LINKER "/usr/bin/ld")
|
| 31 |
+
set(CMAKE_LINKER_LINK "")
|
| 32 |
+
set(CMAKE_LINKER_LLD "")
|
| 33 |
+
set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld")
|
| 34 |
+
set(CMAKE_C_COMPILER_LINKER_ID "AppleClang")
|
| 35 |
+
set(CMAKE_C_COMPILER_LINKER_VERSION 1230.1)
|
| 36 |
+
set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU)
|
| 37 |
+
set(CMAKE_MT "")
|
| 38 |
+
set(CMAKE_TAPI "/Library/Developer/CommandLineTools/usr/bin/tapi")
|
| 39 |
+
set(CMAKE_COMPILER_IS_GNUCC )
|
| 40 |
+
set(CMAKE_C_COMPILER_LOADED 1)
|
| 41 |
+
set(CMAKE_C_COMPILER_WORKS TRUE)
|
| 42 |
+
set(CMAKE_C_ABI_COMPILED TRUE)
|
| 43 |
+
|
| 44 |
+
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
| 45 |
+
|
| 46 |
+
set(CMAKE_C_COMPILER_ID_RUN 1)
|
| 47 |
+
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
| 48 |
+
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
| 49 |
+
set(CMAKE_C_LINKER_PREFERENCE 10)
|
| 50 |
+
set(CMAKE_C_LINKER_DEPFILE_SUPPORTED )
|
| 51 |
+
set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED )
|
| 52 |
+
set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED )
|
| 53 |
+
|
| 54 |
+
# Save compiler ABI information.
|
| 55 |
+
set(CMAKE_C_SIZEOF_DATA_PTR "8")
|
| 56 |
+
set(CMAKE_C_COMPILER_ABI "")
|
| 57 |
+
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
| 58 |
+
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
|
| 59 |
+
|
| 60 |
+
if(CMAKE_C_SIZEOF_DATA_PTR)
|
| 61 |
+
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
| 62 |
+
endif()
|
| 63 |
+
|
| 64 |
+
if(CMAKE_C_COMPILER_ABI)
|
| 65 |
+
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
| 66 |
+
endif()
|
| 67 |
+
|
| 68 |
+
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
| 69 |
+
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
| 70 |
+
endif()
|
| 71 |
+
|
| 72 |
+
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
| 73 |
+
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
| 74 |
+
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
| 75 |
+
endif()
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include;/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include")
|
| 82 |
+
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
|
| 83 |
+
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/lib/swift")
|
| 84 |
+
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/System/Library/Frameworks")
|
main/chameleon_isosurface/GS/build/CMakeFiles/4.2.0/CMakeCXXCompiler.cmake
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_CXX_COMPILER "/opt/homebrew/opt/llvm/bin/clang++")
|
| 2 |
+
set(CMAKE_CXX_COMPILER_ARG1 "")
|
| 3 |
+
set(CMAKE_CXX_COMPILER_ID "Clang")
|
| 4 |
+
set(CMAKE_CXX_COMPILER_VERSION "21.1.8")
|
| 5 |
+
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
| 6 |
+
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
| 7 |
+
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17")
|
| 8 |
+
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
| 9 |
+
set(CMAKE_CXX_STANDARD_LATEST "26")
|
| 10 |
+
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26")
|
| 11 |
+
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
| 12 |
+
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
| 13 |
+
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
| 14 |
+
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
| 15 |
+
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
|
| 16 |
+
set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
|
| 17 |
+
set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26")
|
| 18 |
+
|
| 19 |
+
set(CMAKE_CXX_PLATFORM_ID "Darwin")
|
| 20 |
+
set(CMAKE_CXX_SIMULATE_ID "")
|
| 21 |
+
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
|
| 22 |
+
set(CMAKE_CXX_COMPILER_APPLE_SYSROOT "/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk")
|
| 23 |
+
set(CMAKE_CXX_SIMULATE_VERSION "")
|
| 24 |
+
set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID "arm64")
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
set(CMAKE_AR "/usr/bin/ar")
|
| 29 |
+
set(CMAKE_CXX_COMPILER_AR "/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ar")
|
| 30 |
+
set(CMAKE_RANLIB "/opt/homebrew/opt/llvm/bin/llvm-ranlib")
|
| 31 |
+
set(CMAKE_CXX_COMPILER_RANLIB "/opt/homebrew/Cellar/llvm/21.1.8/bin/llvm-ranlib")
|
| 32 |
+
set(CMAKE_LINKER "/usr/bin/ld")
|
| 33 |
+
set(CMAKE_LINKER_LINK "")
|
| 34 |
+
set(CMAKE_LINKER_LLD "")
|
| 35 |
+
set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld")
|
| 36 |
+
set(CMAKE_CXX_COMPILER_LINKER_ID "AppleClang")
|
| 37 |
+
set(CMAKE_CXX_COMPILER_LINKER_VERSION 1230.1)
|
| 38 |
+
set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU)
|
| 39 |
+
set(CMAKE_MT "")
|
| 40 |
+
set(CMAKE_TAPI "/Library/Developer/CommandLineTools/usr/bin/tapi")
|
| 41 |
+
set(CMAKE_COMPILER_IS_GNUCXX )
|
| 42 |
+
set(CMAKE_CXX_COMPILER_LOADED 1)
|
| 43 |
+
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
| 44 |
+
set(CMAKE_CXX_ABI_COMPILED TRUE)
|
| 45 |
+
|
| 46 |
+
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
| 47 |
+
|
| 48 |
+
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
| 49 |
+
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m)
|
| 50 |
+
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
| 51 |
+
|
| 52 |
+
foreach (lang IN ITEMS C OBJC OBJCXX)
|
| 53 |
+
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
| 54 |
+
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
| 55 |
+
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
| 56 |
+
endforeach()
|
| 57 |
+
endif()
|
| 58 |
+
endforeach()
|
| 59 |
+
|
| 60 |
+
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
| 61 |
+
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
| 62 |
+
set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED )
|
| 63 |
+
set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED )
|
| 64 |
+
set(CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED )
|
| 65 |
+
|
| 66 |
+
# Save compiler ABI information.
|
| 67 |
+
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
|
| 68 |
+
set(CMAKE_CXX_COMPILER_ABI "")
|
| 69 |
+
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
| 70 |
+
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
|
| 71 |
+
|
| 72 |
+
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
| 73 |
+
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
| 74 |
+
endif()
|
| 75 |
+
|
| 76 |
+
if(CMAKE_CXX_COMPILER_ABI)
|
| 77 |
+
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
| 78 |
+
endif()
|
| 79 |
+
|
| 80 |
+
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
| 81 |
+
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
| 82 |
+
endif()
|
| 83 |
+
|
| 84 |
+
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
| 85 |
+
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
| 86 |
+
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
| 87 |
+
endif()
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/opt/homebrew/Cellar/llvm/21.1.8/include/c++/v1;/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21/include;/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include")
|
| 94 |
+
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++")
|
| 95 |
+
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/lib/swift")
|
| 96 |
+
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/System/Library/Frameworks")
|
| 97 |
+
set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "/opt/homebrew/Cellar/llvm/21.1.8/lib/clang/21")
|
| 98 |
+
|
| 99 |
+
set(CMAKE_CXX_COMPILER_IMPORT_STD "")
|
| 100 |
+
### Imported target for C++23 standard library
|
| 101 |
+
set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles")
|
| 102 |
+
|
| 103 |
+
|
| 104 |
+
### Imported target for C++26 standard library
|
| 105 |
+
set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles")
|
| 106 |
+
|
| 107 |
+
|
| 108 |
+
|
main/chameleon_isosurface/GS/build/CMakeFiles/4.2.0/CMakeDetermineCompilerABI_C.bin
ADDED
|
Binary file (33.6 kB). View file
|
|
|
main/chameleon_isosurface/GS/build/CMakeFiles/4.2.0/CMakeDetermineCompilerABI_CXX.bin
ADDED
|
Binary file (33.6 kB). View file
|
|
|
main/chameleon_isosurface/GS/build/CMakeFiles/4.2.0/CMakeSystem.cmake
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_HOST_SYSTEM "Darwin-25.2.0")
|
| 2 |
+
set(CMAKE_HOST_SYSTEM_NAME "Darwin")
|
| 3 |
+
set(CMAKE_HOST_SYSTEM_VERSION "25.2.0")
|
| 4 |
+
set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64")
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
set(CMAKE_SYSTEM "Darwin-25.2.0")
|
| 9 |
+
set(CMAKE_SYSTEM_NAME "Darwin")
|
| 10 |
+
set(CMAKE_SYSTEM_VERSION "25.2.0")
|
| 11 |
+
set(CMAKE_SYSTEM_PROCESSOR "arm64")
|
| 12 |
+
|
| 13 |
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
| 14 |
+
|
| 15 |
+
set(CMAKE_SYSTEM_LOADED 1)
|