Tags: mbrukman/omim
Tags
[pybindings] Fix linking on Mac Mac has different linker defaults than linux, and by default it does not allow undefined symbols to be left in resulting pybinding library. To allow it, we specifically pass linker argument when linking final pybinding object. This is done to avoid linking excessively to libpythonX.Y since at the time pybinding is loaded into Python process, all libpython symbols would be immediately available.
[pybindings] get rid of extra underscore in version: allow to specify… … SCM version like 'rc1+hash' to conform PEP-440
[purchase] do not check validation flag when success http code is rec… …eived (for transaction requests this field is not provided from the server).
[android] Fixed crash during access to C++ framework place page objec… …t while it's not intitialized. It may happen when the app was killed/dumped by OS when PP is opened (launched by incoming intent or deeplin) and then core doesn't have place page info and synchronization between platform and C++ framework is broken. So, we don't restore place page info from java map object and it's by design for a while.
[android] Fixed local reference table overflow during getting localiz… …ed names for feature types
PreviousNext