Upgrade to protobuf 24.4 #6310

Open
biodranik wants to merge 3 commits from protobuf-24.4 into master
biodranik commented 2023-10-14 02:00:06 +00:00 (Migrated from github.com)

Is based on and closes #5557

Contains additional iOS fixes and a newer protobuf version

Requres https://github.com/organicmaps/kothic/pull/27 to be merged

Is based on and closes #5557 Contains additional iOS fixes and a newer protobuf version Requres https://github.com/organicmaps/kothic/pull/27 to be merged
AndrewShkrob reviewed 2023-10-14 08:48:53 +00:00
set(protobuf_VERSION "24.4")
```suggestion set(protobuf_VERSION "24.4") ```
vng (Migrated from github.com) reviewed 2023-10-14 12:27:18 +00:00
@ -252,0 +251,4 @@
}
catch (std::exception & e)
{
QMessageBox msgBox;
vng (Migrated from github.com) commented 2023-10-14 12:24:42 +00:00

Why additional indent here?

Why additional indent here?
biodranik (Migrated from github.com) reviewed 2023-10-15 07:22:43 +00:00
biodranik (Migrated from github.com) commented 2023-10-15 07:22:43 +00:00

@AndrewShkrob I don't like updating it manually every time. Can it be automated? Is it needed at all?

@AndrewShkrob I don't like updating it manually every time. Can it be automated? Is it needed at all?
biodranik (Migrated from github.com) reviewed 2023-10-15 07:42:51 +00:00
@ -252,0 +251,4 @@
}
catch (std::exception & e)
{
QMessageBox msgBox;
biodranik (Migrated from github.com) commented 2023-10-15 07:42:51 +00:00

Indent looks ok:
image

Indent looks ok: <img width="790" alt="image" src="https://github.com/organicmaps/organicmaps/assets/170263/dfa4ef59-77d7-4331-abfc-fb512a77faab">
pastk reviewed 2023-10-15 07:43:48 +00:00
AndrewShkrob reviewed 2023-10-15 10:12:41 +00:00

This line is required:

set_target_properties(libprotobuf-lite PROPERTIES
    VERSION ${protobuf_VERSION}
    OUTPUT_NAME ${LIB_PREFIX}protobuf-lite
    DEBUG_POSTFIX "${protobuf_DEBUG_POSTFIX}"
    # For -fvisibility=hidden and -fvisibility-inlines-hidden
    C_VISIBILITY_PRESET hidden
    CXX_VISIBILITY_PRESET hidden
    VISIBILITY_INLINES_HIDDEN ON
)

I think it's not a big deal to update the version each time you update the version...
But if you don't like it, you can set any dummy value here, for example, "OrganicMaps", or the commit hash of the protobuf repo.

There is also another way. The version of protobuf is stored in 3party/protobuf/protobuf/version.json:

{
    "24.x": {
        "protoc_version": "24.4",
        "lts": false,
        "date": "2023-10-03",
        "languages": {
            "cpp": "4.24.4",
            "csharp": "3.24.4",
            "java": "3.24.4",
            "javascript": "3.24.4",
            "objectivec": "3.24.4",
            "php": "3.24.4",
            "python": "4.24.4",
            "ruby": "3.24.4"
        }
    }
}

We can write a script to fetch "protoc_version", but I think it's an overcomplication.

This line is required: ```cmake set_target_properties(libprotobuf-lite PROPERTIES VERSION ${protobuf_VERSION} OUTPUT_NAME ${LIB_PREFIX}protobuf-lite DEBUG_POSTFIX "${protobuf_DEBUG_POSTFIX}" # For -fvisibility=hidden and -fvisibility-inlines-hidden C_VISIBILITY_PRESET hidden CXX_VISIBILITY_PRESET hidden VISIBILITY_INLINES_HIDDEN ON ) ``` I think it's not a big deal to update the version each time you update the version... But if you don't like it, you can set any dummy value here, for example, `"OrganicMaps"`, or the commit hash of the protobuf repo. There is also another way. The version of protobuf is stored in `3party/protobuf/protobuf/version.json`: ```json { "24.x": { "protoc_version": "24.4", "lts": false, "date": "2023-10-03", "languages": { "cpp": "4.24.4", "csharp": "3.24.4", "java": "3.24.4", "javascript": "3.24.4", "objectivec": "3.24.4", "php": "3.24.4", "python": "4.24.4", "ruby": "3.24.4" } } } ``` We can write a script to fetch `"protoc_version"`, but I think it's an overcomplication.
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
Accessibility
Accessibility
Address
Address
Android
Android
Android Auto
Android Auto
Android Automotive (AAOS)
Android Automotive (AAOS)
API
API
AppGallery
AppGallery
AppStore
AppStore
Battery and Performance
Battery and Performance
Blocker
Blocker
Bookmarks and Tracks
Bookmarks and Tracks
Borders
Borders
Bug
Bug
Build
Build
CarPlay
CarPlay
Classificator
Classificator
Community
Community
Core
Core
CrashReports
CrashReports
Cycling
Cycling
Desktop
Desktop
DevEx
DevEx
DevOps
DevOps
dev_sandbox
dev_sandbox
Directions
Directions
Documentation
Documentation
Downloader
Downloader
Drape
Drape
Driving
Driving
Duplicate
Duplicate
Editor
Editor
Elevation
Elevation
Enhancement
Enhancement
Epic
Epic
External Map Datasets
External Map Datasets
F-Droid
F-Droid
Fonts
Fonts
Frequently User Reported
Frequently User Reported
Fund
Fund
Generator
Generator
Good first issue
Good first issue
Google Play
Google Play
GPS
GPS
GSoC
GSoC
iCloud
iCloud
Icons
Icons
iOS
iOS
Legal
Legal
Linux Desktop
Linux Desktop
Linux packaging
Linux packaging
Linux Phone
Linux Phone
Mac OS
Mac OS
Map Data
Map Data
Metro
Metro
Navigation
Navigation
Need Feedback
Need Feedback
Night Mode
Night Mode
NLnet 2024-06-281
NLnet 2024-06-281
No Feature Parity
No Feature Parity
Opening Hours
Opening Hours
Outdoors
Outdoors
POI Info
POI Info
Privacy
Privacy
Public Transport
Public Transport
Raw Idea
Raw Idea
Refactoring
Refactoring
Regional
Regional
Regression
Regression
Releases
Releases
RoboTest
RoboTest
Route Planning
Route Planning
Routing
Routing
Ruler
Ruler
Search
Search
Security
Security
Styles
Styles
Tests
Tests
Track Recording
Track Recording
Translations
Translations
TTS
TTS
UI
UI
UX
UX
Walk Navigation
Walk Navigation
Watches
Watches
Web
Web
Wikipedia
Wikipedia
Windows
Windows
Won't fix
Won't fix
World Map
World Map
No milestone
No project
No assignees
3 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/organicmaps-tmp#6310
No description provided.