Skip to content

clean and rearrange platform/*/mvr.h (V2)

Bitbucket Importer requested to merge bitbucket/merged-pr-162 into branch/unified

Created originally on Bitbucket by frantony (Antony Pavlov)

Was already merged in Bitbucket before import, marked as merged by the import user

Source changeset not longer availableat the time of import. Commit listwill look empty

To date the the platform/* directories contains a lot of duplicated code.

This commit series removes some code duplication from platform//mvr.h header files and demonstrates how we can move platform-independent declarations from platform//*.h to global header files.

Changes since V1:

  • history rewrite (first remove commented code, rename after);
  • include/mvr.h -> src/mvr.h

P.S. Yes, I know about pull requset modification. But this pull request has rewriten history :)

Merge request reports