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

'Compression' feature #10

Merged
merged 123 commits into from
Feb 19, 2016
Merged

'Compression' feature #10

merged 123 commits into from
Feb 19, 2016

Conversation

apavlenko
Copy link
Owner

See #2 for details

@apavlenko apavlenko self-assigned this Dec 14, 2015
@apavlenko apavlenko added this to the 3.0-pre milestone Dec 14, 2015
const string GPS_DESC = "gps";
const string GPS_COORD_LAT_FIELD = "lat";
const string GPS_COORD_LNG_FIELD = "lng";
const string GPS_TIME_FIELD = "Time";
Copy link
Owner Author

Choose a reason for hiding this comment

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

There is an optional timestamp attribute within every metadata item, let's use it instead.

Copy link
Collaborator

Choose a reason for hiding this comment

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

fixed

@savuor
Copy link
Collaborator

savuor commented Dec 16, 2015

@apavlenko , all your comments until this moment are fixed, please check the solutions

{
string algo;
compressedXMP->GetProperty(VMF_NS, compressionAlgoPropName.c_str(), &algo, NULL);
if(!algo.empty())
Copy link
Owner Author

Choose a reason for hiding this comment

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

and what else?

Copy link
Collaborator

Choose a reason for hiding this comment

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

fixed, throw an exception if no algo name is given

@apavlenko apavlenko modified the milestones: Milestone 1, 3.0-pre Dec 18, 2015
@savuor savuor force-pushed the rv/compression_prototype branch 3 times, most recently from 22659d7 to fbd8e7c Compare December 30, 2015 09:00
void XMPDataSource::loadXMPstructs()
{
std::shared_ptr<SXMPMeta> compressedXMP = make_shared<SXMPMeta>();
//xmpFile.GetXMP(NULL, &buffer, NULL);
Copy link
Owner Author

Choose a reason for hiding this comment

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

let's cleanup replaced code, VCS should keep it, not comments

Copy link
Collaborator

Choose a reason for hiding this comment

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

fixed

@savuor
Copy link
Collaborator

savuor commented Feb 19, 2016

👍

1 similar comment
@apavlenko
Copy link
Owner Author

👍

apavlenko added a commit that referenced this pull request Feb 19, 2016
@apavlenko apavlenko merged commit 6e92406 into vmf-3.0 Feb 19, 2016
@apavlenko apavlenko mentioned this pull request Feb 19, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+29.09%) to 92.018% when pulling 82d410a on rv/compression_prototype into 1082c5e on vmf-3.0.

@coveralls
Copy link

Coverage Status

Coverage decreased (-62.9%) to 0.0% when pulling 82d410a on rv/compression_prototype into 1082c5e on vmf-3.0.

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.

None yet

4 participants