-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Change "foo.h" to "foo.hpp" #77
Conversation
…orrect syntax highlighting mode in editors as well as in code browsers such as GitHub
+1 - pending review, timing of the concept in general |
What do you mean by "pending review, timing of the concept in general"? Please note that this pull request is not about anything else than the On Mon, Mar 25, 2013 at 11:31 AM, bmunkholm notifications@github.comwrote:
|
It does include all the string-changes. On Mon, Mar 25, 2013 at 11:52 AM, Kristian Spangsege <
|
It does so only because it is stacked on top of those changes. I made an effort to make this clear in my initial comment for this pull On Mon, Mar 25, 2013 at 1:01 PM, bmunkholm notifications@github.com wrote:
|
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
Note: Depends upon #76
Why?
Because this causes the right syntax highlighting mode to be selected in editors such as Emacs as well as in code browsers such as GitHub.
/cc @bmunkholm