Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version info parsing #519

Merged
merged 8 commits into from
Apr 5, 2019
Merged

Version info parsing #519

merged 8 commits into from
Apr 5, 2019

Conversation

JakubPruzinec
Copy link
Contributor

#408

Added support for:

  • VersionInfo strings parsing and presentation
  • Supported languages parsing and presentation

@metthal
Copy link
Member

metthal commented Mar 21, 2019

Can you please take a look at the merge conflict here? Thanks.


namespace retdec {
namespace fileformat {


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the empty line here

std::string iconHashSha256; ///< iconhash SHA256
std::string iconPerceptualAvgHash; ///< icon perceptual hash AvgHash
std::vector<std::unique_ptr<Resource>> table; ///< stored resources
std::vector<ResourceVersion *> resourceVersions; ///< icon groups
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment here is wrong

{
private:
// TODO
size_t iconGroupID; ///< icon group id
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should iconGroupID be in ResourceVersion class?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants