Skip to content

Commit

Permalink
enable modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Nov 15, 2023
1 parent 978f05f commit 9131235
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 2 deletions.
4 changes: 4 additions & 0 deletions UnitTest/UnitTest.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<ControlFlowGuard>Guard</ControlFlowGuard>
<EnableModules>true</EnableModules>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down Expand Up @@ -102,6 +104,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<ControlFlowGuard>Guard</ControlFlowGuard>
<EnableModules>true</EnableModules>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down
4 changes: 4 additions & 0 deletions externals/coda-oss/modules/c++/coda-oss.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down Expand Up @@ -608,6 +610,8 @@
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<WarningLevel>Level3</WarningLevel>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down
4 changes: 4 additions & 0 deletions externals/nitro/modules/c++/nitf-c++.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<TreatWarningAsError>true</TreatWarningAsError>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down Expand Up @@ -269,6 +271,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down
8 changes: 6 additions & 2 deletions externals/nitro/modules/c/nitf-c.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@
<SupportJustMyCode>true</SupportJustMyCode>
<EnableEnhancedInstructionSet>AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
<CompileAs>CompileAsCpp</CompileAs>
<ExceptionHandling>false</ExceptionHandling>
<ExceptionHandling>Sync</ExceptionHandling>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<TreatWarningAsError>true</TreatWarningAsError>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand All @@ -97,11 +99,13 @@
<WarningLevel>Level3</WarningLevel>
<EnableEnhancedInstructionSet>AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
<CompileAs>CompileAsCpp</CompileAs>
<ExceptionHandling>false</ExceptionHandling>
<ExceptionHandling>Sync</ExceptionHandling>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down
4 changes: 4 additions & 0 deletions externals/nitro/modules/c/nitf/XML_DATA_CONTENT.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand All @@ -106,6 +108,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down
4 changes: 4 additions & 0 deletions six/modules/c++/cphd/cphd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down Expand Up @@ -98,6 +100,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down
4 changes: 4 additions & 0 deletions six/modules/c++/cphd03/cphd03.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down Expand Up @@ -98,6 +100,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down Expand Up @@ -96,6 +98,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down
4 changes: 4 additions & 0 deletions six/modules/c++/samples/crop_sicd.dir/crop_sicd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down Expand Up @@ -96,6 +98,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down
4 changes: 4 additions & 0 deletions six/modules/c++/scene/scene.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down Expand Up @@ -100,6 +102,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down
4 changes: 4 additions & 0 deletions six/modules/c++/six.convert/six.convert.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down Expand Up @@ -98,6 +100,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down
4 changes: 4 additions & 0 deletions six/modules/c++/six.sicd/six.sicd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<TreatWarningAsError>true</TreatWarningAsError>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down Expand Up @@ -99,6 +101,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down
4 changes: 4 additions & 0 deletions six/modules/c++/six.sidd/six.sidd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down Expand Up @@ -99,6 +101,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down
4 changes: 4 additions & 0 deletions six/modules/c++/six/six.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down Expand Up @@ -102,6 +104,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down
4 changes: 4 additions & 0 deletions six/projects/csm/csm.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down Expand Up @@ -196,6 +198,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<UseStandardPreprocessor>true</UseStandardPreprocessor>
<EnableModules>true</EnableModules>
<TranslateIncludes>true</TranslateIncludes>
</ClCompile>
<Link>
<SubSystem>
Expand Down

0 comments on commit 9131235

Please sign in to comment.