Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ClearSilver

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 336
  • Category: Open Source
  • Founded: Jul 2, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 481 - 510 of 1451   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
510 brook@... Send Email Jun 30, 2005
7:36 pm
Garrett and Haiping, Thanks for your quick comments. I have added them to my TODO list and will address them in the next release. Unfortunately, I am leaving...
509 Haiping Zhao
hz0451 Send Email
Jun 30, 2005
6:19 pm
For iterators that might be okay, as people "rarely" write utility functions that take an iterator. Well, "rarely" is relative to how often people write...
508 Garrett Rooney
garrett_rooney Send Email
Jun 30, 2005
6:07 pm
... This isn't actually all that uncommon a technique. See the const_iterator and insterator classes from many STL containers for example. Generally the...
507 Haiping Zhao
hz0451 Send Email
Jun 30, 2005
5:40 pm
1. There seems to be a problem if you have HDF::operator[] returns a type that is not HDF. Basically, you either have to duplicate whatever functions you have...
506 Garrett Rooney
garrett_rooney Send Email
Jun 30, 2005
5:12 pm
... One thing that occurs to me. It looks like there are some single argument constructors that are not marked explicit. It doesn't seem like one should...
505 brook@... Send Email Jun 30, 2005
4:52 pm
As a result of the recent discussion about my C++ interface, I have now made a few improvements and released the first version of ClearSilver++, a C++...
504 brook@... Send Email Jun 23, 2005
12:35 am
Brandon, ... The problem I am seeing is clearly only in the function arguments to the C API. That is completely under your control, as your functions either...
503 Gerald Dachs
gda@... Send Email
Jun 22, 2005
7:21 am
... Can't reach them currently, error 104. Anyway, have started to make this autoconf, automake things for generating a Makefile that creates a shared library...
502 Brandon Long
blong42 Send Email
Jun 22, 2005
12:30 am
... We are doing some work on this, but its more likely that we'll fix function arguments to be const correct, but returning values probably won't be fixed....
501 brook@... Send Email Jun 21, 2005
10:49 pm
Garrett and Gerald, Thanks for your comments. ... I was having trouble earlier figuring out how to do this in the presence of namespaces. Anyway, I figured it...
500 Gerald Dachs
gda@... Send Email
Jun 21, 2005
8:06 am
... Looks nice so far, but CGI.cc doesn't build, because cgi_cookie_set has now the additional argument "secure". Makefile seems not to be very useful on a non...
499 brook@... Send Email Jun 21, 2005
1:14 am
... Feel free to review it at: ftp://biology.nmsu.edu/pub/libclearsilver.tar.gz I am sure that the interface design could stand some improvement, though I...
498 Garrett Rooney
garrett_rooney Send Email
Jun 20, 2005
10:35 pm
... I'm not sure how I like exposing the C level API in the C++ headers. Even with the separate namespace it feels kind of wrong, especially since you could...
497 Haiping Zhao
hz0451 Send Email
Jun 18, 2005
4:47 pm
Feel free to do anything with it. Thanks for asking. -Haiping ... From: Gerald Dachs [mailto:gda@...] Sent: Saturday, June 18, 2005 2:30 AM To:...
496 Gerald Dachs
gda@... Send Email
Jun 18, 2005
9:30 am
On Fri, 17 Jun 2005 13:17:03 -0600 ... It is not my interface, Haiping made it. Btw. Haiping under what license do you publish it? ... Maybe you will allow me...
495 Haiping Zhao
hz0451 Send Email
Jun 18, 2005
6:11 am
I had a similar situation, and I worked around the problem by doing lvar. Inside a lvar variable, you can't really "each" a variable from caller. However, the...
494 Dan Janowski
djjanowski Send Email
Jun 18, 2005
5:52 am
It seems that macros are expanded at parse time, making them unavailable for lvar use. Additionally, lvar and linclude cannot use local each variables from the...
493 Garrett Rooney
garrett_rooney Send Email
Jun 17, 2005
11:45 pm
... I'd be interested in taking a look at your code, if it's publicly available. -garrett...
492 brook@... Send Email Jun 17, 2005
7:25 pm
Not knowing about your C++ iterface, I recently wrote one myself. It wraps up both the CGI and HDF interfaces in a moderately complete way. It draws on the...
491 Garrett Rooney
garrett_rooney Send Email
Jun 17, 2005
1:34 am
So a while back I asked about the proper way to set up arbitrary HTTP headers to be returned from a clearsilver CGI, and was told that the solution I was using...
490 Brandon Long
blong42 Send Email
Jun 15, 2005
6:16 pm
Ok, I've copied those two to the download page on clearsilver.net and pointed at clearsilver.yi.org. Brandon ... -- Chaos reigns within. Reflect, repent, and...
489 Brandon Long
blong42 Send Email
Jun 15, 2005
6:15 pm
Yeah, macro's don't work that way. Why would it do if you called a macro which didn't exist? Brandon ... -- "Some people have one-track gutters." -- Harlan...
488 Christopher Lenz
christopher_... Send Email
Jun 15, 2005
6:07 pm
... This is much appreciated. At the Trac project, we've started pointing windows users to your site. Is there any chance these builds could be made available...
487 Dan Janowski
djjanowski Send Email
Jun 15, 2005
12:57 am
I am looking to call one of a variety of formatting macros based on a value specified in the HDF. I tried composing the macro call into a variable to call lvar...
486 bww00amdahl Send Email Jun 15, 2005
12:30 am
I am really intserested in using Clearsilver (vs PHP) and python. I am wondering if there are more real world examples somewhere. Is there someone that can...
485 Gerald Dachs
gda@... Send Email
Jun 12, 2005
8:54 pm
On Sun, 12 Jun 2005 11:11:34 -0700 ... Thanks, compiles fine now. Too tired to test it today. Gerald...
484 Haiping Zhao
hz0451 Send Email
Jun 12, 2005
6:13 pm
Sorry I should have sent the ones that can compile rather than proof of concept ;-) Try the attached. I removed all Plaxo stuff. You should compile now. Now I...
483 Gerald Dachs
gda@... Send Email
Jun 12, 2005
1:04 pm
On Wed, 15 Sep 2004 11:03:10 -0700 Haiping Zhao <haiping@...> wrote: Today I started another try to get your C++ wrapper running. I have added the...
482 Brandon Long
blong42 Send Email
Jun 6, 2005
10:42 pm
Nope, there isn't currently an api, setting the variables is the way it works. Brandon ... -- "Quantum Mechanics: The dreams stuff is made of" -- Steven Wright...
481 Garrett Rooney
garrett_rooney Send Email
Jun 6, 2005
10:41 pm
So I'm looking for a way to set arbitrary HTTP headers from a clearsilver CGI. From looking at cgi.c it seems like I can set variables in the cgiout.other...
Messages 481 - 510 of 1451   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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