|
From: Frank V. C. <fr...@co...> - 2000-11-15 13:58:38
|
Hans, How are we looking? I'm getting ready (today) to release another libclfw++ and was wondering about libcorelinux. Thanks -- Frank V. Castellucci http://corelinux.sourceforge.net OOA/OOD/C++ Standards and Guidelines for Linux http://PythPat.sourceforge.net Pythons Pattern Package |
|
From: Christophe Prud'h. <pru...@an...> - 2000-11-15 14:07:04
|
> I'm getting ready (today) to release another libclfw++ and was wondering > about libcorelinux. ok I am online, do you want me to generate the deb ? best regards C. -- Christophe Prud'homme MIT -- 77 Mass Ave 02215 Cambridge MA |
|
From: Frank V. C. <fr...@co...> - 2000-11-15 14:53:01
|
Christophe Prud'homme wrote: > > I'm getting ready (today) to release another libclfw++ and was wondering > > about libcorelinux. > ok I am online, do you want me to generate the deb ? > Not yet, waiting to hear back from Hans concerning the semaphores, and I have some last minute touch ups to do for libclfw++. But, glad to hear you back in the saddle! > > best regards > C. > -- > Christophe Prud'homme > MIT -- 77 Mass Ave > 02215 Cambridge MA > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/mailman/listinfo/corelinux-develop |
|
From: Hans - D. <dul...@eg...> - 2000-11-15 14:29:43
|
On Wed, 15 Nov 2000, Frank V. Castellucci wrote: > Date: Wed, 15 Nov 2000 09:02:37 -0500 > From: Frank V. Castellucci <fr...@co...> > Reply-To: cor...@li... > To: CoreLinux Development <cor...@li...> > Subject: [Corelinux-develop] Semaphores > > Hans, > > How are we looking? > > I'm getting ready (today) to release another libclfw++ and was wondering > about libcorelinux. > I finished adding and testing the EventSemaphore::post() method. I have not cheched them in yet, I need to clean up the debugging lines and try to reformat the source code to comply with the corelinux C++ coding standard. I'll clean them up and check them in tonight. Could either you or Christophe teach me how to setup gdb 5.0 to be thread aware? I'm using gdb 5.0 that comes with RedHat 7.0 but it looks like it is not thread aware. > Thanks > > -- Hans Dulimarta, Ph.D. dul...@co... P: 517-432-7589 http://www.egr.msu.edu/~dulimart F: 760-281-7691 http://corelinux.sourceforge.net Elec. & Comp. Engg., Mich. State Univ., E. Lansing, MI 48824 |
|
From: Frank V. C. <fr...@co...> - 2000-11-15 14:54:14
|
Hans - Dulimarta wrote: > On Wed, 15 Nov 2000, Frank V. Castellucci wrote: > > > Date: Wed, 15 Nov 2000 09:02:37 -0500 > > From: Frank V. Castellucci <fr...@co...> > > Reply-To: cor...@li... > > To: CoreLinux Development <cor...@li...> > > Subject: [Corelinux-develop] Semaphores > > > > Hans, > > > > How are we looking? > > > > I'm getting ready (today) to release another libclfw++ and was wondering > > about libcorelinux. > > > > I finished adding and testing the EventSemaphore::post() method. I have > not cheched them in yet, I need to clean up the debugging lines and try to > reformat the source code to comply with the corelinux C++ coding standard. > > I'll clean them up and check them in tonight. Ok, did you change any interface/signatures to existing methods? > > > Could either you or Christophe teach me how to setup gdb 5.0 to be > thread aware? I'm using gdb 5.0 that comes with RedHat 7.0 but it looks > like it is not thread aware. No idea, sorry? And let me note that it is not clear if gdb is POSIX thread aware or "clone" thread aware. > > > > Thanks > > > > > > -- > Hans Dulimarta, Ph.D. dul...@co... > P: 517-432-7589 http://www.egr.msu.edu/~dulimart > F: 760-281-7691 http://corelinux.sourceforge.net > Elec. & Comp. Engg., Mich. State Univ., E. Lansing, MI 48824 > > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/mailman/listinfo/corelinux-develop |
|
From: Hans - D. <dul...@eg...> - 2000-11-15 15:31:14
|
On Wed, 15 Nov 2000, Frank V. Castellucci wrote: > Date: Wed, 15 Nov 2000 09:55:23 -0500 > From: Frank V. Castellucci <fr...@co...> > Reply-To: cor...@li... > To: cor...@li... > Subject: Re: [Corelinux-develop] Semaphores > > > > Hans - Dulimarta wrote: > > > On Wed, 15 Nov 2000, Frank V. Castellucci wrote: > > > > > Date: Wed, 15 Nov 2000 09:02:37 -0500 > > > From: Frank V. Castellucci <fr...@co...> > > > Reply-To: cor...@li... > > > To: CoreLinux Development <cor...@li...> > > > Subject: [Corelinux-develop] Semaphores > > > > > > Hans, > > > > > > How are we looking? > > > > > > I'm getting ready (today) to release another libclfw++ and was wondering > > > about libcorelinux. > > > > > > > I finished adding and testing the EventSemaphore::post() method. I have > > not cheched them in yet, I need to clean up the debugging lines and try to > > reformat the source code to comply with the corelinux C++ coding standard. > > > > I'll clean them up and check them in tonight. > > Ok, did you change any interface/signatures to existing methods? > I guess I did on one of them (forgot which one). I added throw (SemOpStat) to the declaration for consistency with the others. Other that that, the function signatures remain the same. > > > > > > Could either you or Christophe teach me how to setup gdb 5.0 to be > > thread aware? I'm using gdb 5.0 that comes with RedHat 7.0 but it looks > > like it is not thread aware. > > No idea, sorry? And let me note that it is not clear if gdb is POSIX thread > aware or "clone" thread aware. > > > > > > > > Thanks > > > > > > > > > > -- > > Hans Dulimarta, Ph.D. dul...@co... > > P: 517-432-7589 http://www.egr.msu.edu/~dulimart > > F: 760-281-7691 http://corelinux.sourceforge.net > > Elec. & Comp. Engg., Mich. State Univ., E. Lansing, MI 48824 > > > > _______________________________________________ > > Corelinux-develop mailing list > > Cor...@li... > > http://lists.sourceforge.net/mailman/listinfo/corelinux-develop > > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/mailman/listinfo/corelinux-develop > -- Hans Dulimarta, Ph.D. dul...@co... P: 517-432-7589 http://www.egr.msu.edu/~dulimart F: 760-281-7691 http://corelinux.sourceforge.net Elec. & Comp. Engg., Mich. State Univ., E. Lansing, MI 48824 |