Re: [Cppcms-users] Next version?
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2020-08-10 13:35:56
|
Few words from me (the developer of CppCMS) The project is supported - i.e. if you find a bug or send important pull with all tests as expected it will be accepted https://github.com/artyom-beilis/cppcms/pull/65 the 1.2.1 release was security bug fix release that was done with ~24 hours from the report. Now indeed I don't have much time to develop it. And it does need working hands to keep it moving forward: 1. Update all python compiler + unit-test to python2/3 support since python2 reached end of life 2. Update to C++11 by default (a) replacing some stuff like booster::shared_ptr by std::shared_ptr and auto_ptr by unique_ptr, (a) adding move constructors to some important classes like json::value etc and some more And of course it need some very important features: 1. Implementing HTTP/1.1 with keep alive and SSL support 2. Implementing WebSockets 3. Implementing multiple-event loops So... I indeed very busy and don't have much time to develop. But it is supported and maintained by need.. Artyom On Sat, Aug 8, 2020 at 3:01 PM Pierre Couderc <pi...@co...> wrote: > > +1 > > I use it for many projects, and got no problem. > > Including one on a raspberry pi zero, with bootstrap for a modern > interface, it is a very fine GUI for small applications. > > PC > > https://en.wikipedia.org/wiki/Bootstrap_(front-end_framework) > > On 8/7/20 6:21 PM, Jon Foster wrote: > > I concur. Very few Open Source projects achieve this level of quality > > or maturity. From what I've seen it looks completed to me. You don't > > need to be continually breaking a project to keep it working. Its > > really quite the opposite. A piece of software that achieves its > > design goals is complete and will continue to fulfill that purpose as > > long as you can find the hardware & OS to run it on. > > > > Now I'm off to go launch my first real C++CMS project... > > > > Happy Coding! > > Jon > > > > > > Nazim Can Bedir via Cppcms-users wrote: > >> > >> Hi, > >> > >> I think you may be confusing "dead project" and "mature project". In > >> my opinion, CppCMS is mature enough to use in serious projects. It's > >> just there is no any rush development going here, and I guess Artyom > >> is occupied with other professional (and personal) things. > >> > >> If you find any bug, please file a bug report. There are some people > >> in the list (including myself) who can spare time to fix it. If you > >> need a new feature, either file a feature request or implement wished > >> feature and be kind enough to create a pull request on GitHub. Again, > >> we may spare time to review it and, if the new feature is solid > >> enough, we can even notify Artyom (from other channels) to consider > >> accepting the pull request. > >> > >> Warm regards, > >> Nazim Can. > >> > >> On 01/08/2020 12:31, Hery Maminirina wrote: > >>> Hi, > >>> > >>> I think this project is no longer alive. In advance I'm sorry if I'm > >>> wrong. > >>> Please look at https://github.com/an-tao/drogon for other options > >>> which can help you in your project. > >>> > >>> BR. > >>> > >>> Le sam. 18 juil. 2020 à 20:56, Fernando Fuentes <die...@gm... > >>> <mailto:die...@gm...>> a écrit : > >>> > >>> Hi, I would like to know about CPPCMS version 1.4 and 2.0, as the > >>> last version came out in May 2018. > >>> > >>> Thanks > >>> > >>> > >>> Diego Fernando Rodríguez Fuentes > >>> *Desarrollador C++ Senior* > >>> Aranda Software > >>> Celular: +57 310 758 7242 > >>> Correo: die...@gm... <mailto:die...@gm...> > >>> > >>> _______________________________________________ > >>> Cppcms-users mailing list > >>> Cpp...@li... > >>> <mailto:Cpp...@li...> > >>> https://lists.sourceforge.net/lists/listinfo/cppcms-users > >>> > >> > >> > >> > >> > >> _______________________________________________ > >> Cppcms-users mailing list > >> Cpp...@li... > >> https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |