Home  /  RSS  /  RSS Comments  /  Enter

CppBlog and Wiki++ are officially released

Wednesday, February 1, 2012, by artyom ; 6 comments

I had released the cppblog and wikipp latest versions based on CppCMS 1.x.x. Latest versions can be downloaded from the sourceforge. They are available under GPLv3 license.

The documentation on building these two web applications can be found there:

If you are want to use one of these applications in your language you are welcome to get the pot files from these project translate them and submit them to me. I'll happily add them to the trunk.

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:

previous page

next page

Pages

Categories