The web site (http://www.boost.org) and the smart_ptr and min_rand libraries have been recently updated. Lots of thanks to Dave Abrahams and Valentin Bonnard...
67
Valentin Bonnard
Bonnard.V@...
May 29, 1999 6:41 am
In my preferred editor (emacs), .h is reconized as a C file, and colored as such. For a C++ file it gives funny results. OTOH, .H is considered to be a C++...
68
Nicolai Josuttis
nicolai.josuttis@...
May 29, 1999 10:47 am
... NO! After all these years I am quite sure that the best portable extension is .hpp. Note that .h and .H are the same on OSs that are case-insensitive. In...
69
(no author) ...
May 30, 1999 4:23 pm
... eGroups.com home: http://www.egroups.com/group/boost http://www.egroups.com - Simplifying group communications...
70
Valentin Bonnard
Bonnard.V@...
May 30, 1999 5:48 pm
... I know, but I don't just suggest overloading on case, that is, having foo.h and foo.H at the same time. ... Fine. So it should -- Valentin Bonnard ... ...
71
Valentin Bonnard
Bonnard.V@...
May 30, 1999 5:55 pm
[ Sorry about the last message, which was sent by accident. You know, when Netscape is confused... ] ... I know, but I don't just suggest overloading on case,...
72
Steinar Bang
sb@...
May 31, 1999 1:55 pm
... I don't know how relevant this is, but I did a survey some years ago about what file name extensions people were using for C++ code, and the results are...
73
Valentin Bonnard
Bonnard.V@...
May 31, 1999 4:19 pm
I think we should adopt some lexical conventions if we want a consistent naming in Boost. I suggest to follow Nathan's advice: - lower_case variables and...
74
James Curran/MVP
jamescurran@...
May 31, 1999 4:26 pm
When you say "UpperCase" do you mean "MixedCase" or "UPPERCASE"? Truth, James http://www.NJTheater.Com ... eGroups.com home: http://www.egroups.com/group/boost...
75
Valentin Bonnard
Bonnard.V@...
May 31, 1999 4:31 pm
I am currently writting code/documentation about: - some simple STL utilities to ease STL use - rel_ops replacement - utilities to simplify the use of integral...
76
Valentin Bonnard
Bonnard.V@...
May 31, 1999 4:32 pm
... I really mean MixedCase. Otherwise I says ALL_UPPER_CASE. - rule: macros should be ALL_UPPER_CASE -- Valentin Bonnard ... eGroups.com home:...
77
Beman Dawes
beman@...
Jun 1, 1999 1:47 am
... uppercase] I use that convention myself for applications programs for many years, and am happy with it. But most boost submissions so far have been...
78
Beman Dawes
beman@...
Jun 1, 1999 1:47 am
... to ... ) Thanks for the data points. It looks like .cpp and .h are the most common file types. Like-it-or-not they are the de facto standards. --Beman...
79
Nicolai Josuttis
nicolai.josuttis@...
Jun 1, 1999 7:24 am
... I hope not! Using .h as extension really results into a lot of trouble (as Valentin pointed out when he started this discussion). It has A LOT of...
80
Nathan Myers
ncm@...
Jun 1, 1999 8:50 am
... I happen to prefer the form Upper_case over MixedCase. Besides being more compatible with the standard usage, it looks less Java-ish and Smalltalk-ish,...
81
Beman Dawes
beman@...
Jun 1, 1999 2:32 pm
... Well, if Steinar Bang's survey is to be believed (and it certainly reflects my personal experience) .h at 55% looks a lot more common than .hpp at 6%. But...
82
Sean A Corfield
sean@...
Jun 1, 1999 3:19 pm
Valentin Bonnard <Bonnard.V@...> wrote: [> portable extension > anyway in pratice .hpp seems to be widely used and the best. Fine. So it should be...
83
Sean A Corfield
sean@...
Jun 1, 1999 3:19 pm
Valentin Bonnard <Bonnard.V@...> wrote: [- rule: macros should be ALL_UPPER_CASE] I prefer "Macros should not be used" :) Sean ... eGroups.com home:...
84
Sean A Corfield
sean@...
Jun 1, 1999 3:19 pm
Valentin Bonnard <Bonnard.V@...> wrote: [I suggest to follow Nathan's advice: - lower_case variables and functions - UpperCase types] Much as I prefer...
85
Sean A Corfield
sean@...
Jun 1, 1999 3:19 pm
Nathan Myers <ncm@...> wrote: [IMHO it would be a mistake for the Boost classes to have identically the same name as the components proposed for the...
86
Nicolai Josuttis
nicolai.josuttis@...
Jun 1, 1999 3:51 pm
... Did you ever try to write a Makefile for both C and C++ headers using the same extension? Forget it (at least regarding generic rules). Excuse me, but...
87
Nicolai Josuttis
nicolai.josuttis@...
Jun 1, 1999 3:53 pm
I think, we all agree that we DON'T follow the standard scheme. So let me summarize MY NON-BINDING actual naming scheme proposal for boost: File Names...
88
Beman Dawes
beman@...
Jun 1, 1999 5:06 pm
... The Q Public License found at several web sites appears to be an example of an open source license (http://www.opensource.org/osd.html). From the...
89
Steinar Bang
sb@...
Jun 2, 1999 8:40 am
... Hm... for the record, please note that 1. I personally wasn't too happy with the results, since it meant that I had to agree to drop .hh and .cc in favour...
90
Valentin Bonnard
Bonnard.V@...
Jun 2, 1999 1:44 pm
... But BSD like licenses, w/o the advertising clause, are accepted, aren't they ? -- Valentin Bonnard ... eGroups.com home: http://www.egroups.com/group/boost...
91
Valentin Bonnard
Bonnard.V@...
Jun 2, 1999 1:50 pm
... The naming conventions of the standard ? You must be joking: Some macros are lower case (errno, offsetof, the var arg stuff). Iostream uses...
92
Valentin Bonnard
Bonnard.V@...
Jun 2, 1999 2:06 pm
... It doesn't say much about namespaces. Do we introduce a namespace for every package (or significant package ?), that is namespace Boost::NumericalType,...
93
Valentin Bonnard
Bonnard.V@...
Jun 2, 1999 2:06 pm
... It doesn't say much about namespaces. Do we introduce a namespace for every package (or significant package ?), that is namespace Boost::NumericalType,...
94
Nicolai Josuttis
nicolai.josuttis@...
Jun 2, 1999 2:31 pm
... I thought it has to be boost instead of Boost. Nicolai M. Josuttis Solutions in Time http://www.josuttis.de/ mailto:solutions@... ... eGroups.com...
95
Beman Dawes
beman@...
Jun 2, 1999 3:50 pm
... in ... I don't know the terms of the BSD licenses, so would have to see the specifics. --Beman ... eGroups.com home: http://www.egroups.com/group/boost ...