From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. Signed-off-by: Daniel Baumann --- src/boost/tools/inspect/build/Jamfile.v2 | 56 ++++++++++ .../tools/inspect/build/msvc/boost_inspect.sln | 20 ++++ .../tools/inspect/build/msvc/boost_inspect.vcxproj | 117 +++++++++++++++++++++ src/boost/tools/inspect/build/msvc/readme.txt | 8 ++ 4 files changed, 201 insertions(+) create mode 100644 src/boost/tools/inspect/build/Jamfile.v2 create mode 100644 src/boost/tools/inspect/build/msvc/boost_inspect.sln create mode 100644 src/boost/tools/inspect/build/msvc/boost_inspect.vcxproj create mode 100644 src/boost/tools/inspect/build/msvc/readme.txt (limited to 'src/boost/tools/inspect/build') diff --git a/src/boost/tools/inspect/build/Jamfile.v2 b/src/boost/tools/inspect/build/Jamfile.v2 new file mode 100644 index 00000000..e3a53a03 --- /dev/null +++ b/src/boost/tools/inspect/build/Jamfile.v2 @@ -0,0 +1,56 @@ +# Inspect Jamfile + +# Copyright Vladimir Prus + +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt + +project + : + requirements + : + source-location .. + ; + +exe inspect + : + apple_macro_check.cpp + ascii_check.cpp + assert_macro_check.cpp + copyright_check.cpp + crlf_check.cpp + deprecated_macro_check.cpp + end_check.cpp + inspect.cpp + license_check.cpp + link_check.cpp + minmax_check.cpp + path_name_check.cpp + tab_check.cpp + unnamed_namespace_check.cpp + /boost//filesystem/static + /boost//regex/static + : + : + release + ; + +install dist-bin + : + inspect + : + EXE + ../../../dist/bin + : + release + ; + +install dist-lib + : + inspect + : + LIB + ../../../dist/lib + : + release + ; diff --git a/src/boost/tools/inspect/build/msvc/boost_inspect.sln b/src/boost/tools/inspect/build/msvc/boost_inspect.sln new file mode 100644 index 00000000..a4a1a40a --- /dev/null +++ b/src/boost/tools/inspect/build/msvc/boost_inspect.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inspect", "boost_inspect.vcxproj", "{0EC8AC1C-6D1F-47FC-A06A-9CC3F924BD82}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0EC8AC1C-6D1F-47FC-A06A-9CC3F924BD82}.Debug|Win32.ActiveCfg = Debug|Win32 + {0EC8AC1C-6D1F-47FC-A06A-9CC3F924BD82}.Debug|Win32.Build.0 = Debug|Win32 + {0EC8AC1C-6D1F-47FC-A06A-9CC3F924BD82}.Release|Win32.ActiveCfg = Release|Win32 + {0EC8AC1C-6D1F-47FC-A06A-9CC3F924BD82}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/boost/tools/inspect/build/msvc/boost_inspect.vcxproj b/src/boost/tools/inspect/build/msvc/boost_inspect.vcxproj new file mode 100644 index 00000000..3c35c22b --- /dev/null +++ b/src/boost/tools/inspect/build/msvc/boost_inspect.vcxproj @@ -0,0 +1,117 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + inspect + {0EC8AC1C-6D1F-47FC-A06A-9CC3F924BD82} + boost_inspect + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + + Disabled + ..\..\..\..;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Async + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + ..\..\..\..\stage\lib;%(AdditionalLibraryDirectories) + true + Console + MachineX86 + + + "$(TargetDir)\$(TargetName).exe" ../.. -text -brief + + + Executing test $(TargetName).exe... + + + + + MaxSpeed + true + ..\..\..\..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Async + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + ..\..\..\..\stage\lib;%(AdditionalLibraryDirectories) + true + Console + true + true + MachineX86 + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/boost/tools/inspect/build/msvc/readme.txt b/src/boost/tools/inspect/build/msvc/readme.txt new file mode 100644 index 00000000..a549811a --- /dev/null +++ b/src/boost/tools/inspect/build/msvc/readme.txt @@ -0,0 +1,8 @@ +The provided Microsoft VC++ 10 solution assumes the following commands have been run +in the root directory: + + b2 --toolset=msvc-10.0express --build-type=complete --with-filesystem stage + b2 --toolset=msvc-10.0express --build-type=complete --with-regex stage + +boost-no-inspect + -- cgit v1.2.3