Home  /  RSS  /  RSS Comments  /  Enter

The project moved to the new web server and domain name

Thursday, January 26, 2012, by artyom ; 0 comments

Please update your RSS feeds and bookmarks:

If you find any broken links, please report it to me.

CppCMS Project Receives Donations...

Monday, January 23, 2012, by artyom ; Posted in: Framework; 0 comments

Support This Project CppCMS project receives monetary donations using sourceforge donation system.

If you are using this project consider donating some money. Follow the donations button on the CppCMS projects web site or the button in this post.

The money would help to create a better product and provide better service to the CppCMS users community.

CppCMS and STLPort

Wednesday, January 18, 2012, by artyom ; 0 comments

I was interest to take a look in STLPort for a long time ago and recently I finally did it.

STLPort is a cross platform and "cross compiler" implementation of the standard C++ library. It has more permissive license then libstdc++ and frequently used when C++ developers want to use same code across different platforms and compiler vendors.

It is quite simple to use it instead of libstdc++ with gcc:

g++ -I /usr/include/stlport file.cpp -lstlport

So I tried CppCMS with it and was stuck with two STLPort library bugs:

So how do you build CppCMS with STLPort? Simple:

  1. Fix the -fvisibility=hidden problem as shown above.
  2. Configure CppCMS with an option -DUSE_STLPORT=ON -DDISABLE_STD_LOCALE=ON, thats it.

Note, the STLPort support is still experimental and due to some issues with STLPort library it is recommended to remove std localization backend from the library.

CppCMS 0.999.0 - Release Candidate 1

Wednesday, January 18, 2012, by artyom ; Posted in: Progress, Framework; 10 comments

The first release candidate of the next version of CppCMS is available - the API can be considered stable from this point and would not be changed in backward incompatible way.

New Features:

Vandalism on Project's Wiki

Friday, December 23, 2011, by artyom ; one comment

Update: the registration option had returned back.


Due to acts of vandalism on the project's wiki, registration of new users on the wiki was temporary disabled.

Every existing user have to re-login again to be able to work.

previous page

next page

Pages

Categories