pax_global_header 0000666 0000000 0000000 00000000064 14553046144 0014520 g ustar 00root root 0000000 0000000 52 comment=9b052b1fe3a1455aa56cc89d34d70e4732eb1191
QuantLib-1.33/ 0000775 0000000 0000000 00000000000 14553046144 0013165 5 ustar 00root root 0000000 0000000 QuantLib-1.33/.appveyor.yml 0000664 0000000 0000000 00000001306 14553046144 0015633 0 ustar 00root root 0000000 0000000 image:
- Visual Studio 2015
- Visual Studio 2022
platform: x64
configuration: Release
version: ci.{build}
build:
parallel: false
project: QuantLib.sln
verbosity: normal
for:
-
matrix:
only:
- image: Visual Studio 2015
before_build:
- COPY .appveyor\VS2015.props .\Build.props
test_script:
- .\test-suite\bin\QuantLib-test-suite-x64-mt.exe --log_level=message --build_info=yes -- --faster
-
matrix:
only:
- image: Visual Studio 2022
before_build:
- COPY .appveyor\VS2022.props .\Build.props
- COPY .appveyor\Unity.props .\Directory.Build.props
test_script:
- .\test-suite\bin\QuantLib-test-suite-x64-mt.exe --log_level=message --build_info=yes
QuantLib-1.33/.appveyor/ 0000775 0000000 0000000 00000000000 14553046144 0015110 5 ustar 00root root 0000000 0000000 QuantLib-1.33/.appveyor/Unity.props 0000664 0000000 0000000 00000000255 14553046144 0017307 0 ustar 00root root 0000000 0000000
true
QuantLib-1.33/.appveyor/VS2015.props 0000664 0000000 0000000 00000001154 14553046144 0017036 0 ustar 00root root 0000000 0000000
C:\Libraries\boost_1_69_0;%(AdditionalIncludeDirectories)
C:\Libraries\boost_1_69_0\lib64-msvc-14.0;%(AdditionalLibraryDirectories)
QuantLib-1.33/.appveyor/VS2019.props 0000664 0000000 0000000 00000001356 14553046144 0017046 0 ustar 00root root 0000000 0000000
C:\Libraries\boost_1_73_0;%(AdditionalIncludeDirectories)
/bigobj %(AdditionalOptions)
true
C:\Libraries\boost_1_73_0\lib64-msvc-14.2;%(AdditionalLibraryDirectories)
QuantLib-1.33/.appveyor/VS2022.props 0000664 0000000 0000000 00000001356 14553046144 0017040 0 ustar 00root root 0000000 0000000
C:\Libraries\boost_1_83_0;%(AdditionalIncludeDirectories)
/bigobj %(AdditionalOptions)
true
C:\Libraries\boost_1_83_0\lib64-msvc-14.3;%(AdditionalLibraryDirectories)
QuantLib-1.33/.clang-format 0000664 0000000 0000000 00000002144 14553046144 0015541 0 ustar 00root root 0000000 0000000 ---
Language: Cpp
Standard: c++14
# The following is close to the style we've been using all these years
# without formalizing it. Formatting won't be enforced, but this file
# can help if you want to use the general feel of the library.
# General appearance:
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 100
NamespaceIndentation: All
MaxEmptyLinesToKeep: 2
FixNamespaceComments: false
# Function declarations:
BinPackParameters: false
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakTemplateDeclarations: true
# T& x, not T &x:
DerivePointerAlignment: false
PointerAlignment: Left
# QuantLib headers first, then Boost, then std
SortIncludes: true
IncludeBlocks: Merge
IncludeCategories:
- Regex: '^"'
Priority: 1
- Regex: '^