orbitcpp-commits Mailing List for orbitcpp
Status: Beta
Brought to you by:
philipd
You can subscribe to this list here.
2000 |
Jan
(32) |
Feb
(12) |
Mar
(40) |
Apr
(28) |
May
(5) |
Jun
(4) |
Jul
(2) |
Aug
(3) |
Sep
(4) |
Oct
(2) |
Nov
(11) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(3) |
Feb
(4) |
Mar
|
Apr
(4) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(9) |
Dec
(2) |
2002 |
Jan
(12) |
Feb
(5) |
Mar
(2) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: tm1 s. <tm1...@ca...> - 2003-03-31 13:05:37
|
hello,<BR>i've installed orbit 2.0 and orbitcpp 2-2.6.1, and i can compile an <BR>application to be mapped in C. but for an application for mapping on C++ i <BR>can't compile the idl. i've created a simple idl:account.idl. and when <BR>i've tried to compile it using this commande: orbit-idl-2 -lc++ <BR>account.idl or orbit-idl-2 -lcpp account.idl, i got this message <BR>--->idl-compiler backend not found <BR>--->coredump segmentation <BR>if you have any kind of information about this probléme, please help me.<BR>thanks<P><P>______________________________________________________________<BR><FONT FACE=Verdana SIZE=2>Gagne une PS2 ! Envoie un SMS avec le code PS au 61166<BR>(0,35 Euro Hors coût du SMS)<BR></FONT><P> |
From: Sam C. <edd...@us...> - 2002-05-06 13:08:44
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 02/05/06 06:08:43 Modified files: orb : orbitcpp_tools.cc orbitcpp_tools.hh Log message: Patch from Dan Kegel <dk...@ix...>: Add a 'const' to the declaration of _orbitccp::error() to reduce compiler warnings. |
From: Sam C. <edd...@us...> - 2002-03-01 12:34:22
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 02/03/01 04:34:21 Modified files: compiler : configure.in pass_skels.cc Added files: compiler : acinclude.m4 Log message: Patch from Brian Craft <bc...@th...> for older GCC versions: * autoconf test for ostringstream in the C++ libraries. * alternate code to use ostrstream when ostringstream is not available. |
From: Sam C. <edd...@us...> - 2002-03-01 12:32:08
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 02/03/01 04:32:06 Modified files: . : orbitcpp.spec.in Log message: Patch from Brian Craft <bc...@th...>: * Don't try to install files that don't exist anymore. * Call ldconfig after installation or removal of the package. |
From: Sam C. <edd...@us...> - 2002-02-28 04:22:53
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 02/02/27 20:22:52 Modified files: . : orbitcpp.spec.in Log message: Patch from Brian Craft <bc...@th...> to fix the changelog in the .spec file so RPM doesn't barf on it. |
From: Sam C. <edd...@us...> - 2002-02-28 02:22:05
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 02/02/27 18:22:05 Modified files: . : configure.in orbitcpp-config.in orbitcpp.m4 Log message: Remove library link check from orbitcpp.m4, instead rely on output of orbitcpp-config. Fix autoconf variable substitution in orbitcpp-config. |
From: Braden M. <br...@us...> - 2002-02-26 02:13:55
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: braden 02/02/25 18:13:55 Modified files: . : configure.in ChangeLog Log message: * Updated libtool library version numbers for release. |
From: Braden M. <br...@us...> - 2002-02-26 02:12:29
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: braden 02/02/25 18:12:28 Modified files: . : ChangeLog Log message: * Include <iostream> instead of <ostream> in "compiler/pass_skels.cc" to retain compatibility with gcc 2.95. |
From: Braden M. <br...@us...> - 2002-02-26 02:11:32
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: braden 02/02/25 18:11:31 Modified files: compiler : pass_skels.cc Log message: * Include <iostream> instead of <ostream> in "compiler/pass_skels.cc" to retain compatibility with gcc 2.95. |
From: Sam C. <edd...@us...> - 2002-01-21 11:39:52
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 02/01/21 03:39:51 Modified files: compiler : pass_skels.cc orb : orbitcpp_smartptr.hh test/everything: client.cc server.cc Log message: Patches from Richard Andrews <bb...@ya...>: * Make the compiler generate legal ISO C++ code for _out types. * Modify orbitcpp_smartptr.hh to make copy constructors sane for _out types. * Fix server.cc and client.cc in the everything test (_out parameters again). |
From: Sam C. <edd...@us...> - 2002-01-21 11:37:07
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 02/01/21 03:37:06 Modified files: . : autogen.sh Log message: Use the --foreign automake option in the compiler/ subdirectory, as there are files missing that automake likes to have. |
From: Sam C. <edd...@us...> - 2002-01-08 23:00:37
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 02/01/08 15:00:37 Modified files: compiler : Makefile.am Log message: Tell libtool not to add versioning information to the compiler backend. It's a plugin, so versioning information isn't really appropriate. |
From: Sam C. <edd...@us...> - 2002-01-08 22:47:48
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 02/01/08 14:47:45 Modified files: . : autogen.sh Log message: Run automake in the compiler/ directory also. |
From: Braden M. <br...@us...> - 2002-01-08 22:22:48
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: braden 02/01/08 11:16:59 Modified files: . : orbitcpp.spec.in Log message: - Removed obsolete file "README-0.30" from %doc. - Require ORBit 0.5.10. |
From: Braden M. <br...@us...> - 2002-01-08 21:22:47
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: braden 02/01/08 13:22:46 Modified files: . : ChangeLog autogen.sh configure.in compiler : .cvsignore Makefile.am Added files: compiler : configure.in Log message: * The compiler backend now has its own configure.in. The main reason for this is so that the compiler backend can have its own version of the libtool script. No static library needs to be built for the compiler backend, and avoiding this step substantially speeds up the build. |
From: Braden M. <br...@us...> - 2002-01-04 18:34:13
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: braden 02/01/04 10:34:11 Modified files: . : ChangeLog configure.in orb : Makefile.am services/name : Makefile.am Log message: * Applied sanity to libtool library versioning; i.e., the library version numbers are nolonger tied to the package version number. |
From: Braden M. <br...@us...> - 2002-01-04 17:05:44
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: braden 02/01/04 09:05:43 Modified files: . : ChangeLog autogen.sh configure.in orb : .cvsignore Makefile.am orbitcpp_constants.hh orbitcpp_tools.hh Log message: * Don't use a config header; "orbitcpp_config.hh" is nolonger required, and nolonger installed. |
From: Braden M. <br...@us...> - 2002-01-04 16:05:53
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: braden 02/01/04 08:05:52 Modified files: . : .cvsignore Log message: Added 'autom4te.cache' directory (generated by autoconf 2.5x) to .cvsignore. |
From: Sam C. <edd...@us...> - 2002-01-04 00:57:51
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 02/01/03 16:57:49 Modified files: . : configure.in orb : .cvsignore Makefile.am orbitcpp.hh Added files: orb : orbitcpp_constants.hh Removed files: orb : orbitcpp_constants.hh.in Log message: Another patch from Braden McDaniel: * Make orb/orbitcpp_constants.hh a regular file instead of configure-generated by using preprocessor defines. * orb/orbitcpp_constants.hh are private, so don't install it. |
From: Sam C. <edd...@us...> - 2002-01-02 07:08:08
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 02/01/01 23:08:07 Modified files: . : configure.in Log message: More from Braden McDaniel: * Remove the --disable-debug configure option. Users can pass CFLAGS and CXXFLAGS directly instead. |
From: Sam C. <edd...@us...> - 2002-01-02 04:23:06
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 02/01/01 20:23:05 Modified files: . : Makefile.am configure.in compiler : Makefile.am orb : Makefile.am services/name : Makefile.am test : Makefile.idlbuildvars Makefile.testbuildvars test/any : Makefile.am test/any/generated: Makefile.am test/basic : Makefile.am test/basic/generated: Makefile.am test/everything: Makefile.am test/everything/generated: Makefile.am test/name : Makefile.am test/name/generated: Makefile.am Removed files: . : Makefile.buildvars Log message: Fixes from Braden McDaniel: * Don't override CFLAGS and CXXFLAGS set by the user at configure time. * Get rid of Makefile.buildvars. |
From: Sam C. <edd...@us...> - 2001-12-07 06:48:13
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/12/06 22:48:12 Modified files: . : Makefile.am configure.in Added files: . : orbitcpp.spec.in Log message: Added the RPM spec file. I don't use RPM, so I hope it works. |
From: Sam C. <edd...@us...> - 2001-12-07 06:32:57
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/12/06 22:32:57 Modified files: test/any/generated: Makefile.am test/basic/generated: Makefile.am test/everything: Makefile.am test/everything/generated: Makefile.am test/name/generated: Makefile.am Log message: Turn off automatic dependency tracking in the test directories. |
From: Sam C. <edd...@us...> - 2001-11-28 08:40:47
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/11/28 00:40:45 Modified files: . : configure.in Log message: Bump the version number. |
From: Sam C. <edd...@us...> - 2001-11-28 08:36:14
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/11/28 00:36:13 Removed files: . : README-0.30 Log message: Redundant file. |