Search the web
Sign In
New User? Sign Up
boost · C++ Boost
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 14134 - 14163 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14134
... I find it easier to locate a function if they're all lined up in the same column. With the above recommendation, this is not always possible. I'd...
Larry Evans
jcampbell3@...
Send Email
Jul 1, 2001
12:06 pm
14135
[I haven't read all the other comments, so some of these might be mentioned earlier.] In C++, indentation/layout does not prohibit from interfacing a piece of...
Vesa Karvonen
vesa.karvonen@...
Send Email
Jul 1, 2001
12:34 pm
14136
... The low-level build system is Jam -> FTJam -> whatever you want to call it. The high-level part written in the (FT)Jam language is what I've been calling...
David Abrahams
david.abrahams@...
Send Email
Jul 1, 2001
12:48 pm
14137
... From: "Vesa Karvonen" <vesa.karvonen@...> To: <boost@yahoogroups.com> Sent: Saturday, June 30, 2001 22:46 Subject: [boost] PREPROCESSOR library...
Vesa Karvonen
vesa.karvonen@...
Send Email
Jul 1, 2001
12:55 pm
14138
I'm not sold on this. It seems a small benefit to reap for an inconsistency in indenting (usually, more deeply indented = more deeply nested, or a ...
David Abrahams
david.abrahams@...
Send Email
Jul 1, 2001
12:59 pm
14139
... than managing ... [This is not ... The design ... in user land. ... user to call ... violently ... become a ... counting... ... thread::ref ... the ... ...
williamkempf@...
Send Email
Jul 1, 2001
1:02 pm
14140
... From: "Paul Baxter" <paul_baxter@...> To: "Boost List" <boost@yahoogroups.com> Sent: Saturday, June 30, 2001 10:36 AM Subject: [boost] Coding...
David Abrahams
david.abrahams@...
Send Email
Jul 1, 2001
1:49 pm
14141
... From: "Vesa Karvonen" <vesa.karvonen@...> ... code ... significantly ... that ... identifiers. ... that ... the ... Agreed. Would you like to...
David Abrahams
david.abrahams@...
Send Email
Jul 1, 2001
1:58 pm
14142
... Thanks, --Beman...
Beman Dawes
bdawes@...
Send Email
Jul 1, 2001
2:16 pm
14143
... Ouch! Good catch, Greg. ... I doubt it. IMO, we need to stick to the basic character set. --Beman [lex.charset] 2.2 Character sets 1 The basic source...
Beman Dawes
bdawes@...
Send Email
Jul 1, 2001
2:16 pm
14144
If and when format comes up for standardization (or even just Boost formal review) there will be many people who have not read this tread, and thus will ask...
Beman Dawes
bdawes@...
Send Email
Jul 1, 2001
2:16 pm
14145
From: "David Abrahams" <david.abrahams@...> ... Before observing that Boost uses <...>, I always reserved <...> for system and standard headers (Boost is...
Vesa Karvonen
vesa.karvonen@...
Send Email
Jul 1, 2001
2:21 pm
14146
... elsewhere, ... I just looked at this again: you must be talking about the HTML source; it doesn't show up when displayed. I am not worried about cleaning...
david.abrahams@...
Send Email
Jul 1, 2001
2:23 pm
14147
From: "David Abrahams" <david.abrahams@...> ... [...] ... Every syntax is possible, but I want to point out that we should stay within the confines of C++....
Peter Dimov
pdimov@...
Send Email
Jul 1, 2001
2:36 pm
14148
From: "Greg Colvin" <gcolvin@...> ... outlined ... can ... put ... Nicht gut, as boost::function uses clone on copy. But I have a solution now: We...
Peter Dimov
pdimov@...
Send Email
Jul 1, 2001
2:36 pm
14149
From: "Greg Colvin" <gcolvin@...> ... Great minds do think alike. :-) -- Peter Dimov Multi Media Ltd....
Peter Dimov
pdimov@...
Send Email
Jul 1, 2001
2:37 pm
14150
Since people seem to feel allegiance to the printf conventions, I am willing to sacrifice terseness and live with %1%, %2%, etc if there is no better ...
David Abrahams
david.abrahams@...
Send Email
Jul 1, 2001
2:46 pm
14151
From: <williamkempf@...> ... [...] ... thread::ref will be, at worst, as efficient as thread_safe_shared_ptr<thread>, right? If it's not you'll simply...
Peter Dimov
pdimov@...
Send Email
Jul 1, 2001
2:56 pm
14152
From: <williamkempf@...> ... The function object must not die before the thread exits from its operator(). -- Peter Dimov Multi Media Ltd....
Peter Dimov
pdimov@...
Send Email
Jul 1, 2001
3:01 pm
14153
... I agree but just wanted to mention that your argument does not hold in europe ;-) ('first floor' in european languages/terminology is equal to second floor...
Toon Knapen
toon@...
Send Email
Jul 1, 2001
3:17 pm
14154
... the ... how ... implement ... Yes, but we won't always need to use thread_safe_shared_ptr<thread>, eliminating all of the overhead. ... does not ... safe ...
williamkempf@...
Send Email
Jul 1, 2001
3:31 pm
14155
... there. ... It doesn't, since it's cloned. The only problem is if the object refers to other objects, but that's a user issue, not a library issue. Bill...
williamkempf@...
Send Email
Jul 1, 2001
3:34 pm
14156
You can now check out "lib_guide.htm" and "coding_guidelines.html" on the "coding_guidelines" branch in CVS. I have removed coding_guidelines.html from the...
David Abrahams
david.abrahams@...
Send Email
Jul 1, 2001
3:35 pm
14157
I am not going to weigh in on this one, but will be happy to incorporate the group consensus in the final document. ... From: "Vesa Karvonen"...
David Abrahams
david.abrahams@...
Send Email
Jul 1, 2001
3:36 pm
14158
... From: "Peter Dimov" <pdimov@...> ... within ... feel ... Really, anything printf-like is not the C++ way, at least not today. The above looks to me...
David Abrahams
david.abrahams@...
Send Email
Jul 1, 2001
3:41 pm
14159
From: <williamkempf@...> ... Why? It's simple: if a generic thing is better than your custom thing, you are free to simply typedef your custom thing to...
Peter Dimov
pdimov@...
Send Email
Jul 1, 2001
3:55 pm
14160
From: "David Abrahams" <david.abrahams@...> ... Wasn't this the point? To capitalize on printf's strengths while eliminating its weaknesses? ... /is/ ... ...
Peter Dimov
pdimov@...
Send Email
Jul 1, 2001
4:02 pm
14161
... thread- ... thing, you ... All it has to do is break even. ... free to ... a DWORD ... you can't ... Yes, but this requires calls to DuplicateHandle which...
williamkempf@...
Send Email
Jul 1, 2001
4:16 pm
14162
... Attached is code demonstrating an implementation of this. It allows permuting of the axes, as shown by the last test. Comments welcome. ... Could you...
Larry Evans
jcampbell3@...
Send Email
Jul 1, 2001
4:25 pm
14163
... From: "Peter Dimov" <pdimov@...> ... feel ... standard ... I agree that it's not significant. But now combine that with the limitation in number of...
David Abrahams
david.abrahams@...
Send Email
Jul 1, 2001
4:30 pm
Messages 14134 - 14163 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help