14 Commits

Author SHA1 Message Date
879002bab9 Use UPPER_CASE for more global constants 2025-08-04 20:33:40 +02:00
ede8880e72 Update copyright date 2025-01-13 09:07:30 +01:00
7b6ed0d2bc Use anonymous namespace instead of static in test code
This is recommended in C++ Core Guidelines SF.22
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rs-unnamed2
2024-08-15 22:24:35 +02:00
ff91d49869 Update copyright date 2024-01-26 16:45:53 +01:00
7ba523ba37 Update copyright date to 2023 2023-01-15 16:13:42 +01:00
45aa0b3100 Add lots of const's to the code 2023-01-06 20:25:43 +01:00
56d5145615 Updates copyright date to 2022 in all files 2022-01-11 14:30:34 +01:00
d45018f88b Update copyright year to 2021 2021-01-28 09:38:17 +01:00
61bdfb4bc5 Add/update copyright notice on all C++ files
This adds a copyright notice to all C++ files and the README clarifying
the license. (There is no change of the license.) This also removes a
few names explicitly mentioned as copyright holders, instead refering to
the git log which has a full list of all osm2pgsql developers. (There is
also still the AUTHORS file which names the most important developers.)

The only exception is the sprompt.cpp file which was taken from
PostgreSQL and keeps its original license information (and, of course,
the files in contrib).
2020-12-19 11:25:07 +01:00
89117395da Cleanup base tests
This also removes some tests which don't really have anything to do with
the flex backend so don't fit here.
2020-07-01 15:51:21 +02:00
2fe8f8938c Add tests for linestring geometry (with and without split) 2020-07-01 15:37:07 +02:00
0089df937b Move all area size checks from base tests into flex-area tests 2020-07-01 15:37:07 +02:00
231bf4032e Cleanup basic flex tests 2020-07-01 15:37:07 +02:00
9c16722d04 New flex backend
This introduces a new "flex" backend which allows much more flexibility
in choosing the database format and the transformation from OSM data to
the database format. The user defines all this in a Lua script.
2020-02-05 19:41:00 +01:00