-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Push mirror of SVN repository to GitHub? #1
Comments
I missed to mention scanlime/rapidjson by @scanlime, which contains a |
+1 |
An "official" mirror would definitely be a good thing. I would not recommend using my fork as my changes A) were very inconsistent, B) introduce STL which rapidjson was originally explicit to avoid (for whatever reason), and C) sacrifice a little performance, from replacing some (as I said, very inconsistent) placement news with swaps, IIRC. I've been using my own BSON library (jbson) for a while which parses JSON directly to BSON with decent performance and a nicer interface which fulfills my needs, so I'm unlikely to work on rapidjson any more. |
@miloyip: Thanks for starting to push code to GitHub. Can you please briefly comment on your plans regarding the short-term development of rapidjson? Are you willing to accept pull-requests via GitHub? My GitHub fork contains a slightly dfifferent Thanks, |
@pah I wrote a little bit at this wiki. Solving long-awaited issues should be the first priority. And I hope to finish document and examples in order to make a release. I am open on these plan. |
Yes, I saw the wiki pages. The roadmap mostly covers the longer term development. I'm currently more interested in an efficient way to address the "fixes to open issues", i.e. by reintegrating the patches that are floating around in the Google code issue tracker as well as in the different forks here at GitHub. I'll drop you a mail with my Gtalk/XMPP/Skype handle, maybe we can come up with a good process to efficiently handle this merging process. |
Glad to see you guys beginning the process of processing the process. : ) |
@miloyip: As you may have seen, I have now opened several pull-requests with my patches against the new official upstream repo here at GitHub. The "fixes/xx" pull-requests (#9, #10, #11, #12, #13, #14) are all against the Please let me know what you think, I'd happily adjust the changes based on your feedback. |
Change all GenericMemberIterator from struct to class
Synchronize Systelab/rapidjson with Tencent/rapidjson
Specifies the endian of msvc ARM64 configuration.
There are a bunch of rapidjson forks available on GitHub already, each with a different set of fixes and with differing histories. See for instance (skipped the ones without any additional fixes/features beyond the current
trunk
):svn/trunk
branch for SVN history)Is there any chance to merge those repositories to be based on a single, "official" SVN mirror here at GitHub? Even if the current upstream development of rapidjson seems to have slowed down, maybe a more collaborative model could help to keep the project alive and to join forces among the current users.
Thanks for your work on rapidjson!
The text was updated successfully, but these errors were encountered: