3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Only get relation members when we haven't got them already More... over 4 years ago
Factor out caching of context ways/relations into their own class More... over 4 years ago
Refactor: Explicit cache functions for ways, too More... over 4 years ago
Refactor: New function output_flex_t::add_members_to_relation_cache() More... over 4 years ago
Factor out common "relation cache" code into init_relation_cache() More... over 4 years ago
More consistent use of m_context_relation/m_rels_buffer More... over 4 years ago
Refactor: Use m_calling_context for decisions inside flex output More... over 4 years ago
Merge pull request #1661 from joto/remove-config-h More... over 4 years ago
Merge pull request #1660 from joto/pgsql-exec-prepared-templ More... over 4 years ago
Add support for the get_bbox() function for relations More... over 4 years ago
Use C++17 structured binding in a few places for code readability More... over 4 years ago
Remove need for config.h file, set HAVE_LUA(JIT) directly More... over 4 years ago
Merge pull request #1659 from joto/fix-underflow More... over 4 years ago
Merge pull request #1658 from joto/fix-overflow-middle-test More... over 4 years ago
Merge pull request #1657 from joto/misc-code-cleanup2 More... over 4 years ago
Fix overflow in fmt lib in middle test More... over 4 years ago
Fix underflow in WKB code and use more idiomatic for(;;) loop More... over 4 years ago
Merge pull request #1655 from AMDmi3/fmt-compatibility More... over 4 years ago
Merge pull request #1656 from joto/use-ptr-for-mutable-func-params More... over 4 years ago
Fix compatibility with fmt 8.1.1 (fixes #1653) More... over 4 years ago
Merge pull request #1652 from joto/code-cleanup More... over 4 years ago
Fix ub: Bit operation on signed integer More... over 4 years ago
Mutable parameter as ptr not ref More... over 4 years ago
Modernize code: Use value parameter and std::move() More... over 4 years ago
Prefer std::array instead of plain C arrays More... over 4 years ago
Use raw string literals in several places to avoid quoting More... over 4 years ago
Use unsigned int for bit operations More... over 4 years ago
Use ptr not ref for mutable param of write_and_read_location() More... over 4 years ago
Use ptr not ref for mutable param of input_context_t::apply() More... over 4 years ago
Use ptr not ref for mutable param of full_dependency_manager_t::get_ids More... over 4 years ago