-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Transcode strings correctly between UTF-8 and UTF-16 #78
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ghost
assigned bmunkholm
Apr 15, 2013
Conflicts: tightdb_jni/src/com_tightdb_Group.cpp tightdb_jni/src/util.cpp tightdb_jni/src/util.hpp
Conflicts: tightdb_jni/src/util.hpp
bmunkholm
pushed a commit
that referenced
this pull request
May 1, 2013
Transcode strings correctly between UTF-8 and UTF-16
beeender
added a commit
that referenced
this pull request
Jun 3, 2016
57ee591 Merge pull request #78 from realm/mar/weakrealmnotifier-leak 8685390 Merge pull request #77 from realm/mar/results-leak e2112f8 Merge pull request #81 from realm/mar/core-always-static 332813f Avoid dumping all environment variables when building core without ASan enabled. bef0a6e Build core as a static library when building it as a dependency. 6d22d28 Merge pull request #72 from realm/tg/core-1.0.0 08404d7 Express `Results`' asignment operators in terms of their equivalent constructors. 3e95226 Have `Results` default its copy constructor. fc63c4f Merge pull request #76 from realm/mar/fix-building-tests-in-xcode 2a75edd Move `List`s defaulted constructors and assignment operators out of line. 30f1c83 Merge pull request #75 from realm/sk/android-fixes 702b8a3 Avoid leaking the runloop and source if WeakRealmNotifier is move-assigned. 65a748d Fix move-assigning to a `Results` that has a notifier to not leak the `Realm`, and moving from a `Results` to not result in a use-after-free. 7e99634 Fix building tests in Xcode. 385fe97 Make Realm::is_closed() work on read-only instances 7bb8a04 Fix for object store build issues on Android d4feb7e Actually bump the core version 840c46f Upgrade to core 1.0.0 and update the file exception translation to match git-subtree-dir: realm/realm-jni/object-store git-subtree-split: 57ee591809916034f0b4d9db6ea225f711743674
Closed
This was referenced Aug 17, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: Depends upon #77
/cc @bmunkholm