Dear Boost community, this year again, Boost C++ has been accepted as a mentor organization for the Google Summer of Code 2019. We are very happy to be part of this program every year because it brings talented students and a substantial amount of money to our organization to support our work toward the best libraries in C++. If you want to be a mentor, please propose your project now here: https://github.com/boostorg/boost/wiki/Google-Summer-of-Code:-2019 It's very important to write your proposal as soon as possible to attract the best students. If you have any questions, please contact me immediately. If you happen to be in Sydney, come and have a chat with me directly. Happy coding, David
On Mon, Feb 25, 2019 at 7:16 PM David Bellot via Boost < boost@lists.boost.org> wrote:
Dear Boost community,
this year again, Boost C++ has been accepted as a mentor organization for the Google Summer of Code 2019.
We are very happy to be part of this program every year because it brings talented students and a substantial amount of money to our organization to support our work toward the best libraries in C++.
If you want to be a mentor, please propose your project now here: https://github.com/boostorg/boost/wiki/Google-Summer-of-Code:-2019
It's very important to write your proposal as soon as possible to attract the best students. If you have any questions, please contact me immediately. If you happen to be in Sydney, come and have a chat with me directly.
Happy coding, David
The boost::date_time library needs enhancements in the timezone handling area. Specifically, the existing timezone database is not capable of handling the date-based shifts that happen when timezones legally change. One possibility is to rewrite the timezone handling code. There is an open issue on GitHub which has received a couple thumbs up from the community: https://github.com/boostorg/date_time/issues/67 Would something like this qualify? - Jim
The boost::date_time library needs enhancements in the timezone handling area. Specifically, the existing timezone database is not capable of handling the date-based shifts that happen when timezones legally change. One possibility is to rewrite the timezone handling code. There is an open issue on GitHub which has received a couple thumbs up from the community:
https://github.com/boostorg/date_time/issues/67
Would something like this qualify?
- Jim
There is a few proposals already in https://github.com/boostorg/boost/wiki/Google-Summer-of-Code:-2019 that you can use as reference. It is not 100% clear from the ticket what needs to be done, but it seems like a good motivator for a GSOC, my only concern is that it may not be big enough to keep someone working full time on it for about 3 months. However, you can certainly extend the scope to make it fit.
Yes I'm sure it would be a great project. Have you submitted something on
the wiki here
https://github.com/boostorg/boost/wiki/Google-Summer-of-Code:-2019 ?
On Tue, Feb 26, 2019 at 12:33 PM James E. King III
On Mon, Feb 25, 2019 at 7:16 PM David Bellot via Boost < boost@lists.boost.org> wrote:
Dear Boost community,
this year again, Boost C++ has been accepted as a mentor organization for the Google Summer of Code 2019.
We are very happy to be part of this program every year because it brings talented students and a substantial amount of money to our organization to support our work toward the best libraries in C++.
If you want to be a mentor, please propose your project now here: https://github.com/boostorg/boost/wiki/Google-Summer-of-Code:-2019
It's very important to write your proposal as soon as possible to attract the best students. If you have any questions, please contact me immediately. If you happen to be in Sydney, come and have a chat with me directly.
Happy coding, David
The boost::date_time library needs enhancements in the timezone handling area. Specifically, the existing timezone database is not capable of handling the date-based shifts that happen when timezones legally change. One possibility is to rewrite the timezone handling code. There is an open issue on GitHub which has received a couple thumbs up from the community:
https://github.com/boostorg/date_time/issues/67
Would something like this qualify?
- Jim
participants (3)
-
Damian Vicino
-
David Bellot
-
James E. King III