Journal Articles

Overload Journal #75 - Oct 2006 and Programming Topics
Browse in : All > Journals > Overload > 75 (6)
All > Topics > Programming (877)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Inventing a Mutex

webeditor

01 October 2006 11:57:00 +01:00

A mutex is a general purpose tool - there may be better solutions in specific circumstances. George Shagov presents one such alternative.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

C++ Unit Testing Easier: CUTE

webeditor

01 October 2006 11:56:00 +01:00

Peter Sommerlad presents a lightweight framework for C++ unit testing.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

From CVS to Subversion

webeditor

01 October 2006 11:55:00 +01:00

Thomas Guest reflects on migrating his organisation's version control system from CVS to Subversion.