<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Bas Couwenberg pushed to branch upstream at <a href="https://salsa.debian.org/debian-gis-team/sfcgal">Debian GIS Project / sfcgal</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/ffcdec1a327f09aedc7de18fc481345fa132248a">ffcdec1a</a></strong>
<div>
<span> by Bas Couwenberg </span> <i> at 2023-12-22T18:18:26+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>New upstream version 1.5.1</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#d352c833b9b28edce3bf8360085a62c40743a68e">
<span class="new-file">
+
.github/workflows/vcpkg.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#9a2aa4db38d3115ed60da621e012c0efc0172aae">
CMakeLists.txt
</a>
</li>
<li class="file-stats">
<a href="#9f621eb5fd3bcb2fa5c7bd228c9b1ad42edc46c8">
NEWS
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#d90e3a0d09a1d065a810695616319be8310a76d4">
<span class="new-file">
+
script/apply_clang_tidy.sh
</span>
</a>
</li>
<li class="file-stats">
<a href="#631c8d07f5ea23b9a9f6c57f5389dfcf94bc33b7">
src/CMakeLists.txt
</a>
</li>
<li class="file-stats">
<a href="#367682ac511af037e6e9d4d9810b0b7f7c808dba">
src/Coordinate.cpp
</a>
</li>
<li class="file-stats">
<a href="#2d245377d577e94efa3d7ddaf992cfea277c61bf">
src/Coordinate.h
</a>
</li>
<li class="file-stats">
<a href="#379efeadbc8812d5ec44dd8d271b5321da169fa2">
src/Envelope.cpp
</a>
</li>
<li class="file-stats">
<a href="#3bc6592cf241ae246f8ce9d5bdd1b8689eaaf8b7">
src/GeometryCollection.cpp
</a>
</li>
<li class="file-stats">
<a href="#33a7ea9d553ef9122b4070e4d4b3f1976e1719e3">
src/Kernel.h
</a>
</li>
<li class="file-stats">
<a href="#e61c0717259ea777f4d4b5fbf8fac24ca9b57b2e">
src/LineString.cpp
</a>
</li>
<li class="file-stats">
<a href="#f3c3a5015b676a5cabe4419fd05e9eea373f0798">
src/MultiLineString.cpp
</a>
</li>
<li class="file-stats">
<a href="#18e14f155d117117218995aa5fd8723fdc7c9569">
src/MultiPoint.cpp
</a>
</li>
<li class="file-stats">
<a href="#c59958c47960f04d024d9c68a74ea6dcc01ef158">
src/MultiPolygon.cpp
</a>
</li>
<li class="file-stats">
<a href="#4858038beb65814b8208b03412a69c7db72ebd2d">
src/MultiSolid.cpp
</a>
</li>
<li class="file-stats">
<a href="#5b5b14f4af9f8731561701701fd29c26b9b74146">
src/Polygon.cpp
</a>
</li>
<li class="file-stats">
<a href="#45ffcbddd7161f11005b0768263e0cda95ab49b0">
src/PolyhedralSurface.cpp
</a>
</li>
<li class="file-stats">
<a href="#e9dce6c02735fbf38e698ea805d29c2733a1dc5b">
src/Surface.cpp
</a>
</li>
<li class="file-stats">
<a href="#e401915feb7ca289873413662bcfbfab88a8b9fa">
src/Triangle.cpp
</a>
</li>
<li class="file-stats">
<a href="#707c1ac790f301313212170c8cc6859dd1fa46a7">
src/TriangulatedSurface.cpp
</a>
</li>
<li class="file-stats">
<a href="#781967b6e1922ddf5262a0bccc286b3e5d47e280">
src/algorithm/BoundaryVisitor.cpp
</a>
</li>
<li class="file-stats">
<a href="#e47182e392d29f2d700ebc19784e77558d2c42d7">
src/algorithm/ConsistentOrientationBuilder.cpp
</a>
</li>
<li class="file-stats">
<a href="#ad20763b3232aa30b1fce260554496e88fa816f9">
src/algorithm/Intersection2D.cpp
</a>
</li>
<li class="file-stats">
<a href="#3e9fd414527289cafa8bee0b2d33f2320160ce8d">
src/algorithm/Intersection3D.cpp
</a>
</li>
<li class="file-stats">
<a href="#d43e783b12ca1de9de2d03e6c149ed71418c0c5b">
src/algorithm/alphaShapes.cpp
</a>
</li>
<li class="file-stats">
<a href="#6be8f9684b495c13708fde24e068cdf3241c6d45">
src/algorithm/area.cpp
</a>
</li>
<li class="file-stats">
<a href="#cbdadf990f6d5b8bb4ef8a32c4439e4f9a622002">
src/algorithm/collect.cpp
</a>
</li>
<li class="file-stats">
<a href="#0709e2af83da8f23c065c8a9ace6e37a3fa1e620">
src/algorithm/collectionExtract.cpp
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">
The diff was not included because it is too large.
</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">

<br>
<a href="https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/ffcdec1a327f09aedc7de18fc481345fa132248a">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/ffcdec1a327f09aedc7de18fc481345fa132248a"}}</script>


</p>
</div>
</body>
</html>