gil/.gitattributes
Mateusz Łoskot 189889e39f Add Boost.Build variants for UBSan-enabled builds
The build variants enable group of checks offered by clang
UndefinedBehaviorSanitizer detector.

Add sanitizers suppression file in .ci/blacklist.supp based on
copy of the file from Boost.Beast.

Update Travis CI:
  - Add .ci/build-and-test.sh script as handy proxy for b2 command.
  - Add build jobs for each of the three new UBSan variants.
  - Display COMPILER and VARIANT first as these two are most important
    details while inspecting the build matrix
    (TOOLSET can be derived from COMPILER).
2018-06-27 00:02:27 -04:00

58 lines
1.3 KiB
Plaintext

# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto !eol
*.gitattributes text eol=lf
# Code
*.cpp text !eol
*.hpp text !eol
*.ipp text !eol
# Boost.Build
*.jam text eol=lf
Jamfile text eol=lf
Jamfile.v2 text eol=lf
Jamroot text eol=lf
boost-no-inspect text
# CMake
*.cmake text eol=lf
CMakeLists.txt text eol=lf
# Documentation
*.md text eol=lf
*.rst text eol=lf
*.qbk text eol=lf
# Images
*.bmp binary
*.gif binary -delta
*.jpeg binary -delta
*.jpg binary -delta
*.pbm binary
*.pgm binary
*.ppm binary
*.png binary -delta
*.pnm binary
*.raw binary
*.tga binary
*.tif binary
*.tiff binary
*.svg text
# Scripts
*.bat text eol=crlf
*.cmd text eol=crlf
*.py text eol=lf
*.sh text eol=lf
# Texts
.htaccess text eol=lf
*.css text
*.htm text
*.html text
*.txt text
*.yml text
# sanitizers suppression
*.supp text eol=lf