osm2pgsql/src
Jochen Topf c337135831 Use string instead of userdata to set metatable name
Also store the name in the __name field of the metadata table
as the luaL_newmetatable() function from Lua does it.
2024-08-19 11:46:03 +02:00
..
gen Merge pull request #2225 from joto/cleanup 2024-08-15 10:40:41 +02:00
CMakeLists.txt Write our own area assembler wrapper class 2024-08-14 11:37:47 +02:00
command-line-app.cpp Store db connection parameters in a their own class 2024-02-01 10:37:35 +01:00
command-line-app.hpp Store db connection parameters in a their own class 2024-02-01 10:37:35 +01:00
command-line-parser.cpp Add warning when --cache is used in non-slim mode 2024-08-16 16:15:26 +02:00
command-line-parser.hpp Update copyright date 2024-01-26 16:45:53 +01:00
db-copy-mgr.hpp Create db connection in main thread and move it into the thread 2024-07-09 11:21:46 +02:00
db-copy.cpp Clean up some includes 2024-08-14 16:08:24 +02:00
db-copy.hpp Clean up some includes 2024-08-14 16:08:24 +02:00
debug-output.cpp Clean up some includes 2024-08-14 16:08:24 +02:00
debug-output.hpp Clean up some includes 2024-08-14 16:08:24 +02:00
domain-matcher.hpp Update copyright date 2024-01-26 16:45:53 +01:00
expire-config.hpp Update copyright date 2024-01-26 16:45:53 +01:00
expire-output.cpp Clean up some includes 2024-08-14 16:08:24 +02:00
expire-output.hpp Clean up some includes 2024-08-14 16:08:24 +02:00
expire-tiles.cpp Work around some clang-tidy warnings 2024-08-15 11:41:07 +02:00
expire-tiles.hpp Update copyright date 2024-01-26 16:45:53 +01:00
flex-index.cpp Allow setting the index names in the flex output 2024-06-13 09:28:41 +02:00
flex-index.hpp Allow setting the index names in the flex output 2024-06-13 09:28:41 +02:00
flex-lua-expire-output.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
flex-lua-expire-output.hpp Update copyright date 2024-01-26 16:45:53 +01:00
flex-lua-geom.cpp Add get_bbox() function to geometries in Lua 2024-08-13 13:48:59 +02:00
flex-lua-geom.hpp Update copyright date 2024-01-26 16:45:53 +01:00
flex-lua-index.cpp Clean up some includes 2024-08-14 16:08:24 +02:00
flex-lua-index.hpp Update copyright date 2024-01-26 16:45:53 +01:00
flex-lua-table.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
flex-lua-table.hpp Update copyright date 2024-01-26 16:45:53 +01:00
flex-table-column.cpp Clean up some includes 2024-08-14 16:08:24 +02:00
flex-table-column.hpp Remove long deprecated add_row() Lua command 2024-04-08 22:00:15 +02:00
flex-table.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
flex-table.hpp Clean up some includes 2024-08-14 16:08:24 +02:00
flex-write.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
flex-write.hpp Clean up some includes 2024-08-14 16:08:24 +02:00
format.hpp Update copyright date 2024-01-26 16:45:53 +01:00
geom-area-assembler.cpp Write our own area assembler wrapper class 2024-08-14 11:37:47 +02:00
geom-area-assembler.hpp Make new assembler class constructor explicit 2024-08-15 11:35:05 +02:00
geom-boost-adaptor.hpp Update copyright date 2024-01-26 16:45:53 +01:00
geom-box.cpp Clean up some includes 2024-08-14 16:08:24 +02:00
geom-box.hpp Update copyright date 2024-01-26 16:45:53 +01:00
geom-from-osm.cpp Merge pull request #2224 from joto/area-assembler 2024-08-15 10:40:53 +02:00
geom-from-osm.hpp Re-use temp buffer for area creation 2024-08-14 13:42:29 +02:00
geom-functions.cpp Suppress various false-positive clang-tidy warnings 2024-08-15 09:01:08 +02:00
geom-functions.hpp Clean up some includes 2024-08-14 16:08:24 +02:00
geom-output.hpp Update copyright date 2024-01-26 16:45:53 +01:00
geom-pole-of-inaccessibility.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
geom-pole-of-inaccessibility.hpp Update copyright date 2024-01-26 16:45:53 +01:00
geom.cpp Update copyright date 2024-01-26 16:45:53 +01:00
geom.hpp Update copyright date 2024-01-26 16:45:53 +01:00
idlist.cpp Documentation and various code cleanups 2024-03-31 18:12:25 +02:00
idlist.hpp Documentation and various code cleanups 2024-03-31 18:12:25 +02:00
init.lua Make attributes of OSM objects always available to Lua 2024-08-19 09:23:16 +02:00
input.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
input.hpp Update copyright date 2024-01-26 16:45:53 +01:00
json-writer.hpp Update copyright date 2024-01-26 16:45:53 +01:00
logging.cpp Update copyright date 2024-01-26 16:45:53 +01:00
logging.hpp Update copyright date 2024-01-26 16:45:53 +01:00
lua-init.cpp.in New flex backend 2020-02-05 19:41:00 +01:00
lua-init.hpp Update copyright date 2024-01-26 16:45:53 +01:00
lua-setup.cpp Use std::filesystem instead of boost::filesystem 2024-04-02 11:05:34 +02:00
lua-setup.hpp Update copyright date 2024-01-26 16:45:53 +01:00
lua-utils.cpp New helper function luaX_pushstring() 2024-08-19 11:46:03 +02:00
lua-utils.hpp New helper function luaX_pushstring() 2024-08-19 11:46:03 +02:00
middle-pgsql.cpp Remove forgotten code still supporting old middle format 2024-08-19 09:24:51 +02:00
middle-pgsql.hpp Remove support for legacy middle database format 2024-04-11 12:03:00 +02:00
middle-ram.cpp Make --flat-nodes also work in non-slim mode 2024-08-13 17:30:24 +02:00
middle-ram.hpp Merge pull request #2223 from joto/iwyu-cleanup 2024-08-15 09:57:59 +02:00
middle.cpp Update copyright date 2024-01-26 16:45:53 +01:00
middle.hpp Documentation and various code cleanups 2024-03-31 18:12:25 +02:00
node-locations.cpp Dump some stats about memory usage of cache to debug log 2024-04-02 16:25:53 +02:00
node-locations.hpp Dump some stats about memory usage of cache to debug log 2024-04-02 16:25:53 +02:00
node-persistent-cache.cpp Remove flat node file using std::filesystem::remove() 2024-08-19 09:23:51 +02:00
node-persistent-cache.hpp Make --flat-nodes also work in non-slim mode 2024-08-13 17:30:24 +02:00
options.hpp Remove support for legacy middle database format 2024-04-11 12:03:00 +02:00
ordered-index.cpp Update copyright date 2024-01-26 16:45:53 +01:00
ordered-index.hpp Update copyright date 2024-01-26 16:45:53 +01:00
osm2pgsql.cpp Clean up some includes 2024-08-14 16:08:24 +02:00
osmdata.cpp Flex: Process untagged objects in their own callbacks 2024-08-19 09:23:16 +02:00
osmdata.hpp Refactor osmdata_t code 2024-05-10 10:00:37 +02:00
osmtypes.hpp Move idlist_t into its own header file 2024-03-31 18:12:25 +02:00
output-flex.cpp Use string instead of userdata to set metatable name 2024-08-19 11:46:03 +02:00
output-flex.hpp Flex: Process untagged objects in their own callbacks 2024-08-19 09:23:16 +02:00
output-null.cpp Update copyright date 2024-01-26 16:45:53 +01:00
output-null.hpp Update copyright date 2024-01-26 16:45:53 +01:00
output-pgsql.cpp Re-use temp buffer for area creation 2024-08-14 13:42:29 +02:00
output-pgsql.hpp Re-use temp buffer for area creation 2024-08-14 13:42:29 +02:00
output-requirements.hpp Update copyright date 2024-01-26 16:45:53 +01:00
output.cpp Make properties available in Lua in osm2pgsql.properties 2024-07-07 21:57:18 +02:00
output.hpp Make properties available in Lua in osm2pgsql.properties 2024-07-07 21:57:18 +02:00
overloaded.hpp Update copyright date 2024-01-26 16:45:53 +01:00
pgsql-capabilities-int.hpp Update copyright date 2024-01-26 16:45:53 +01:00
pgsql-capabilities.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
pgsql-capabilities.hpp Update copyright date 2024-01-26 16:45:53 +01:00
pgsql-helper.cpp Use helper function for DROP TABLE 2024-04-07 22:20:52 +02:00
pgsql-helper.hpp Use helper function for DROP TABLE 2024-04-07 22:20:52 +02:00
pgsql-params.hpp Store db connection parameters in a their own class 2024-02-01 10:37:35 +01:00
pgsql.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
pgsql.hpp Avoid warnings for integer conversions from MSVC 2024-06-13 09:29:17 +02:00
progress-display.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
progress-display.hpp Update copyright date 2024-01-26 16:45:53 +01:00
properties.cpp Use different application names for db connection to show context 2024-02-02 14:54:46 +01:00
properties.hpp Make properties available in Lua in osm2pgsql.properties 2024-07-07 21:57:18 +02:00
reprojection-generic-none.cpp Update copyright date 2024-01-26 16:45:53 +01:00
reprojection-generic-proj6.cpp Remove support for the legacy Proj interface (Proj 4) 2024-04-07 22:21:12 +02:00
reprojection.cpp Update copyright date 2024-01-26 16:45:53 +01:00
reprojection.hpp Update copyright date 2024-01-26 16:45:53 +01:00
table.cpp Clean up some includes 2024-08-14 16:08:24 +02:00
table.hpp Consistently use name m_db_connection in table.[ch]pp 2024-04-02 16:19:38 +02:00
taginfo-impl.hpp Update copyright date 2024-01-26 16:45:53 +01:00
taginfo.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
taginfo.hpp Update copyright date 2024-01-26 16:45:53 +01:00
tagtransform-c.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
tagtransform-c.hpp Update copyright date 2024-01-26 16:45:53 +01:00
tagtransform-lua.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
tagtransform-lua.hpp Update copyright date 2024-01-26 16:45:53 +01:00
tagtransform.cpp Lua is now required 2024-06-15 19:54:33 +02:00
tagtransform.hpp Update copyright date 2024-01-26 16:45:53 +01:00
thread-pool.cpp Update copyright date 2024-01-26 16:45:53 +01:00
thread-pool.hpp Suppress various false-positive clang-tidy warnings 2024-08-15 09:01:08 +02:00
tile-output.hpp Update copyright date 2024-01-26 16:45:53 +01:00
tile.cpp Use anonymous namespaces instead of declaring static functions 2024-06-16 16:57:53 +02:00
tile.hpp Update copyright date 2024-01-26 16:45:53 +01:00
util.cpp Update copyright date 2024-01-26 16:45:53 +01:00
util.hpp Update copyright date 2024-01-26 16:45:53 +01:00
version.cpp.in Update copyright date 2024-01-26 16:45:53 +01:00
version.hpp Update copyright date 2024-01-26 16:45:53 +01:00
wildcmp.cpp Update copyright date 2024-01-26 16:45:53 +01:00
wildcmp.hpp Update copyright date 2024-01-26 16:45:53 +01:00
wkb.cpp Update copyright date 2024-01-26 16:45:53 +01:00
wkb.hpp Update copyright date 2024-01-26 16:45:53 +01:00