autoopencas-commit Mailing List for Open CASCADE Auto Config
Brought to you by:
rboehne
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(661) |
Nov
(46) |
Dec
(108) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(306) |
Feb
(403) |
Mar
(717) |
Apr
(874) |
May
(197) |
Jun
(307) |
Jul
(598) |
Aug
(56) |
Sep
(498) |
Oct
(347) |
Nov
(290) |
Dec
(1148) |
| 2002 |
Jan
(129) |
Feb
(3135) |
Mar
(193) |
Apr
(1162) |
May
(1271) |
Jun
(597) |
Jul
(141) |
Aug
(7) |
Sep
(514) |
Oct
(962) |
Nov
(30) |
Dec
(76) |
| 2003 |
Jan
(11) |
Feb
(1) |
Mar
(4) |
Apr
(86) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <aut...@li...> - 2004-08-20 02:05:59
|
11'th Annual Tcl/Tk Conference
October 11 - 15, 2004
New Orleans, Louisiana, USA
Email Contact tc...@tc...
We are pleased to announce the 11'th Annual Tcl/Tk conference
(Tcl'2004), sponsored by Noumena Corporation, in cooperation with
ActiveState and ExpoTech.
Come to New Orleans to:
* Learn about the power of Tcl/Tk.
* Present exciting new work involving Tcl/Tk.
* See the latest developments in Tcl/Tk.
* Meet Tcl/Tk researchers and users from academia, government and industry.
* Plan for future Tcl/Tk related developments.
The conference program will include paper presentations,
tutorials, Birds of a Feather (BOF) sessions and invited key-note
talks.
Registration
Online registration is ready now.
<http://www.tcl.tk/community/tcl2004/reg.html>
Tutorials
Come learn about Tcl from the experts. This year's Tcl/Tk
Conference includes one of the best sets of Tutorials ever offered
including tutorials on Jacl, TclHttpd,
Starkit, Advanced GUI construction, and the API.
<http://www.tcl.tk/community/tcl2004/tut2004.html>
Schedule
More details will be added to the schedule as they become
available.
<http://www.tcl.tk/community/tcl2004/schedule.html>
Those attending the conference will be interested in the
conference info page.
<http://www.tcl.tk/community/tcl2004/info.html>
To keep in touch with news regarding the conference and Tcl events in
general, subscribe to the tcl-announce list.
<http://listserv.activestate.com/mailman/mysubs?show=announce>
Other Forms of Participation
For those who are not presenting a paper at the conference, but
would like to present their work in some form, we do provide
several other forms of participation.
Slots for Works-in-Progress (WIP) presentations and
Birds-of-a-Feather sessions (BOFs) are available on a first-come,
first-served basis by sending email to tc...@tc.... Some WIP
and BOF time slots will be held open for on-site reservation, so
we encourage all attendees with interesting work in progress to
consider presenting that work at the conference.
Conference Committee
Gerald Lester HMS Software General Chair
Andreas Kupries ActiveState Corp
Clif Flynt Noumena Corp Website Admin
Jeffrey Hobbs ActiveState Corp
Kevin Kenny GE Global Research Center
Ken Jones Avia Training
Mac Cody Raytheon Company
Kim Richerts
Steve Landers Digital Smarties
Sheila Miguez Motorola
Larry Virden Tcl FAQ Maintainer
Contact Information
tc...@tc...
|
|
From: <aut...@li...> - 2004-05-22 12:24:25
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
|
From: <aut...@li...> - 2003-07-15 10:46:42
|
We have following function-like macro for PLUGIN
#if defined (__hpux) || defined (HPUX)
#define PLUGIN(name) \
extern "C" {Standard_EXPORT Handle(Standard_Transient) PLUGINFACTORY(const
Standard_GUID&);} \
Handle(Standard_Transient) PLUGINFACTORY(const Standard_GUID& aGUID) { \
return name::Factory(aGUID);}\
\
#else
#define PLUGIN(name) \
extern "C" {Standard_EXPORT Handle(Standard_Transient) PLUGINFACTORY(const
Standard_GUID&);} \
Handle(Standard_Transient) PLUGINFACTORY(const Standard_GUID& aGUID) { \
return name##::Factory(aGUID);}\
\
#endif
GCC version 3.3 now requires to used the same definition than HPUX.
Another argument is that the #else block is not ISO98
A valid test case is
#define TEST(name) name::B()
//#define TEST2(name) name##::B()
// will failed, TEST(tata) gives `tata::' which is not a valid token
//#define TEST3(name) name##2
// will succeed, because TEST(tata) gives `tata2' which is a valid token
class C {
public:
C() {}
int A();
int B();
};
int C::A()
{
return TEST(C);
}
int C::B()
{
return 2;
}
|
Update of /cvsroot/autoopencas/OCC/OCC/adm/WindowsNT
In directory sc8-pr-cvs1:/tmp/cvs-serv8285
Modified Files:
Tag: release-5-0-branch
AISViewer.dsp ApplicationFramework.dsw DECAF.dsw
DataExchange.dsw Draw.dsw DrawAF.dsw DrawDE.dsw FWOSPlugin.dsp
FoundationClasses.dsw ModelingAlgorithms.dsw ModelingData.dsw
OCC.dsw PAppStdPlugin.dsp PTKernel.dsp STLVRMLConvertor.dsw
TCAF.dsp TKBO.dsp TKBRep.dsp TKBool.dsp TKCAF.dsp TKCDF.dsp
TKCDLFront.dsp TKCPPClient.dsp TKCPPExt.dsp TKCPPIntExt.dsp
TKCPPJini.dsp TKCSFDBSchema.dsp TKDCAF.dsp TKDraw.dsp
TKDrawDEB.dsp TKFeat.dsp TKFillet.dsp TKG2d.dsp TKG3d.dsp
TKGeomAlgo.dsp TKGeomBase.dsp TKHLR.dsp TKIDLFront.dsp
TKIGES.dsp TKMath.dsp TKOffset.dsp TKOpenGl.dsp TKPCAF.dsp
TKPShape.dsp TKPrim.dsp TKSTEP.dsp TKSTL.dsp TKService.dsp
TKShHealing.dsp TKShapeSchema.dsp TKStdSchema.dsp
TKTCPPExt.dsp TKTopAlgo.dsp TKV2d.dsp TKV3d.dsp TKVRML.dsp
TKViewerTest.dsp TKWOK.dsp TKWOKTcl.dsp TKXCAF.dsp
TKXCAFSchema.dsp TKXDEDRAW.dsp TKXDEIGES.dsp TKXDESTEP.dsp
TKXSBase.dsp TKXSDRAW.dsp TKernel.dsp TKjcas.dsp TTOPOLOGY.dsp
Viewer.dsw Visualization.dsw WOK.dsw XCAFPlugin.dsp
XDEDRAWEXE.dsp XSDRAWEXE.dsp mscmd.dsp wokcmd.dsp
wokdeliverysteps.dsp wokdfltsteps.dsp wokobjssteps.dsp
wokorbixsteps.dsp wokprocess.dsp woksh.dsp woksteps.dsp
woktoolscmd.dsp wokutilscmd.dsp
Added Files:
Tag: release-5-0-branch
NCollection.dsp TKMoniFrame.dsp
Removed Files:
Tag: release-5-0-branch
TKXml.dsp TKXmlXCAF.dsp XmlXCAFPlugin.dsp
Log Message:
Importing project files from new 5.0 release of Open CASCADE.
|
|
From: <aut...@li...> - 2003-04-06 21:14:31
|
Update of /cvsroot/autoopencas/OCC/OCC/make In directory sc8-pr-cvs1:/tmp/cvs-serv5403/make Modified Files: ltmain.sh Log Message: Updated configury. |
|
From: <aut...@li...> - 2003-04-06 19:45:19
|
Update of /cvsroot/autoopencas/OCC/OCC/make In directory sc8-pr-cvs1:/tmp/cvs-serv29166/make Modified Files: ltmain.sh Log Message: Updated configury. |
|
From: <aut...@li...> - 2003-04-06 19:45:18
|
Update of /cvsroot/autoopencas/OCC/OCC/libltdl In directory sc8-pr-cvs1:/tmp/cvs-serv29166/libltdl Modified Files: acinclude.m4 aclocal.m4 ltmain.sh Log Message: Updated configury. |
|
From: <aut...@li...> - 2003-04-06 19:45:18
|
Update of /cvsroot/autoopencas/OCC/OCC In directory sc8-pr-cvs1:/tmp/cvs-serv29166 Modified Files: acinclude.m4 aclocal.m4 configure Log Message: Updated configury. |
|
From: <aut...@li...> - 2003-04-03 19:41:59
|
Update of /cvsroot/autoopencas/OCC/OCC/src/OSD In directory sc8-pr-cvs1:/tmp/cvs-serv8392 Modified Files: OSD_SharedLibrary.cxx Log Message: Reverted away from libltdl, it needs more investigation. |
|
From: <aut...@li...> - 2003-04-03 16:55:18
|
Update of /cvsroot/autoopencas/OCC/OCC/src/TestGLW In directory sc8-pr-cvs1:/tmp/cvs-serv4785/src/TestGLW Modified Files: GNUmakefile.am Log Message: Use -dlopen rather than -dlpreopen. |
|
From: <aut...@li...> - 2003-04-02 21:40:29
|
Update of /cvsroot/autoopencas/OCC/OCC/src/AISViewer In directory sc8-pr-cvs1:/tmp/cvs-serv19725 Modified Files: AISViewer.cxx Log Message: Reverted local changes to AISViewer.cxx |
|
From: <aut...@li...> - 2003-04-02 20:41:45
|
Update of /cvsroot/autoopencas/OCC/OCC/src/TKernel In directory sc8-pr-cvs1:/tmp/cvs-serv25509/src/TKernel Modified Files: GNUmakefile.am GNUmakefile.in Log Message: Updating stuff. |
|
From: <aut...@li...> - 2003-04-02 20:41:43
|
Update of /cvsroot/autoopencas/OCC/OCC/src/AISViewer In directory sc8-pr-cvs1:/tmp/cvs-serv25509/src/AISViewer Modified Files: AISViewer.cxx Log Message: Updating stuff. |
|
From: <aut...@li...> - 2003-04-02 20:41:43
|
Update of /cvsroot/autoopencas/OCC/OCC/src/Graphic3d In directory sc8-pr-cvs1:/tmp/cvs-serv25509/src/Graphic3d Modified Files: Graphic3d_Texture2D.cxx Log Message: Updating stuff. |
|
From: <aut...@li...> - 2003-04-02 20:41:43
|
Update of /cvsroot/autoopencas/OCC/OCC/src/OSD In directory sc8-pr-cvs1:/tmp/cvs-serv25509/src/OSD Modified Files: OSD_SharedLibrary.cxx Log Message: Updating stuff. |
|
From: <aut...@li...> - 2003-04-02 20:41:42
|
Update of /cvsroot/autoopencas/OCC/OCC/libltdl In directory sc8-pr-cvs1:/tmp/cvs-serv25509/libltdl Modified Files: Makefile.in aclocal.m4 config-h.in config.guess config.sub configure ltmain.sh Log Message: Updating stuff. |
|
From: <aut...@li...> - 2003-04-02 20:41:39
|
Update of /cvsroot/autoopencas/OCC/OCC In directory sc8-pr-cvs1:/tmp/cvs-serv25509 Modified Files: GNUmakefile.in aclocal.m4 Log Message: Updating stuff. |
|
From: <aut...@li...> - 2003-04-02 20:40:33
|
Update of /cvsroot/autoopencas/OCC/OCC/src/BRepFill In directory sc8-pr-cvs1:/tmp/cvs-serv25318/src/BRepFill Modified Files: BRepFill_Sweep.cxx Log Message: Properly labeled a curve a curve. |
|
From: <aut...@li...> - 2003-04-02 17:27:11
|
Update of /cvsroot/autoopencas/OCC/OCC/src/TKPAppStd In directory sc8-pr-cvs1:/tmp/cvs-serv11928/src/TKPAppStd Modified Files: GNUmakefile.am Log Message: Updating configury. |
|
From: <aut...@li...> - 2003-04-02 17:27:11
|
Update of /cvsroot/autoopencas/OCC/OCC/src/XSDRAWEXE In directory sc8-pr-cvs1:/tmp/cvs-serv11928/src/XSDRAWEXE Modified Files: GNUmakefile.in Log Message: Updating configury. |
|
From: <aut...@li...> - 2003-04-02 17:27:10
|
Update of /cvsroot/autoopencas/OCC/OCC/src/XmlXCAFPlugin In directory sc8-pr-cvs1:/tmp/cvs-serv11928/src/XmlXCAFPlugin Modified Files: GNUmakefile.in GNUmakefile.am Log Message: Updating configury. |
|
From: <aut...@li...> - 2003-04-02 17:27:10
|
Update of /cvsroot/autoopencas/OCC/OCC/src/XDEDRAWEXE In directory sc8-pr-cvs1:/tmp/cvs-serv11928/src/XDEDRAWEXE Modified Files: GNUmakefile.in Log Message: Updating configury. |
|
From: <aut...@li...> - 2003-04-02 17:27:09
|
Update of /cvsroot/autoopencas/OCC/OCC/src/XCAFPlugin In directory sc8-pr-cvs1:/tmp/cvs-serv11928/src/XCAFPlugin Modified Files: GNUmakefile.in GNUmakefile.am Log Message: Updating configury. |
|
From: <aut...@li...> - 2003-04-02 17:27:07
|
Update of /cvsroot/autoopencas/OCC/OCC/src/WOKSH In directory sc8-pr-cvs1:/tmp/cvs-serv11928/src/WOKSH Modified Files: GNUmakefile.in Log Message: Updating configury. |
|
From: <aut...@li...> - 2003-04-02 17:27:06
|
Update of /cvsroot/autoopencas/OCC/OCC/src/WOKLibs In directory sc8-pr-cvs1:/tmp/cvs-serv11928/src/WOKLibs Modified Files: GNUmakefile.in GNUmakefile.am Log Message: Updating configury. |