Commit graph

27 commits

Author SHA1 Message Date
Erik Ogenvik
a378be6742 Updated FSF address. 2017-07-29 21:33:12 +02:00
Erik Hjortsberg
018ee8ddeb Updated some outdated install instructions. 2010-04-05 15:31:03 +02:00
Erik Hjortsberg
e16f0f03a7 Updated docs, providing better Doxygen adapted instructions. 2010-03-04 16:33:57 +01:00
Erik Hjortsberg
f938c21a53 Updated coding guidelines. 2008-09-01 22:26:45 +02:00
Erik Hjortsberg
dfd83997cb Make comments conform more to the current standard. 2008-08-23 21:52:36 +02:00
Erik Hjortsberg
3ee9fcea0f Added text on how casts should be handled. 2008-08-23 21:30:28 +02:00
Erik Hjortsberg
61f8c91a0a Updated coding guidelines. 2008-08-10 21:12:25 +02:00
Alexey Torkhov
688b778aa3 Correcting code guidelines. 2008-07-31 11:48:10 +04:00
Erik Hjortsberg
04031e8432 Fixed the indentation: we use tabs, never spaces. 2008-05-18 22:15:35 +02:00
Erik Hjortsberg
eceb6d08cd Remove obsolete docs and update example header. 2008-05-14 20:55:05 +02:00
Martin Pollard
a7374181f0 -Updated documentation
-Polished a few things
-Added quit command
2002-10-09 13:41:22 +00:00
Lakin Wecker
bbc5af48c1 Some changes to the coding doc 2002-07-17 17:18:22 +00:00
Tim Enderling
df6eba5439 Test usage of DDM in MetaserverService 2002-07-02 19:13:49 +00:00
Joel Schander
9f1ecf8934 Narrative descriptions of Dime services. 2002-06-12 20:01:45 +00:00
Lakin Wecker
d65ff8afb8 more updates to template_header.h 2002-04-20 21:07:31 +00:00
Tim Enderling
2d5b26ae5c Added two important points to template_header.h 2002-04-20 20:51:29 +00:00
Lakin Wecker
583e57e3d2 updated the coding document to include MSVC specific stuff that we need. Such as no partial instantiation, correct use of namespaces, and returning values at the end of non-void functions 2002-04-20 20:29:40 +00:00
Lakin Wecker
e915c83ea5 fixing configure.in to include services/platform 2002-03-30 05:23:30 +00:00
Lakin Wecker
988e8506e1 Updating our coding style/header template to reflect the decision that only one namespace should be used. "Dime::" 2002-03-17 04:46:06 +00:00
Hans Häggström
6beced0b28 Changed copy constructor return to return *this. 2002-02-18 21:04:27 +00:00
Hans Häggström
318eddef16 Small fixes 2002-01-29 21:48:46 +00:00
Hans Häggström
ea57fb7b80 std::String -> std::string 2002-01-27 06:06:04 +00:00
Hans Häggström
049cca878d Updated the template document, and wrote some questions about the TODO tag system to use. 2002-01-20 20:07:19 +00:00
Hans Häggström
cee51b47f4 Updated the coding guidelines and added a section for disabled constructors and operators. 2002-01-19 19:21:46 +00:00
Hans Häggström
fd50ff652f Reversed include orders in template header as recommended by
John Lakos in Large-Scale C++ Software Design (Addison-Wesley, 1996)

Fixed Component & ComponentFactory a bit
2002-01-16 21:03:33 +00:00
Hans Häggström
5c575402bc Moved variables before methods, so that inline methods can access the variables (getters & setters for example). 2002-01-16 01:12:22 +00:00
Hans Häggström
bfa8edb90d Adding coding style / template header document 2002-01-13 00:51:07 +00:00