Thread: [orbitcpp-commits] orbitcpp eddiesam
Status: Beta
Brought to you by:
philipd
From: Sam C. <edd...@us...> - 2000-11-13 01:35:31
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 00/11/12 17:35:30 orbitcpp/debian Update of /cvsroot/orbitcpp/orbitcpp/debian In directory slayer.i.sourceforge.net:/tmp/cvs-serv1186/debian Log Message: Directory /cvsroot/orbitcpp/orbitcpp/debian added to the repository |
From: Sam C. <edd...@us...> - 2001-05-23 08:50:08
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/05/23 01:50:06 Modified files: . : NEWS Log message: Updated NEWS file for new release. |
From: Sam C. <edd...@us...> - 2001-05-28 08:51:45
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/05/28 01:51:44 Modified files: test/basic : Makefile.am Log message: Some linkers are particular about option order. -L/foo/lib and -lfoo should come last on linker command lines. |
From: Sam C. <edd...@us...> - 2001-05-29 14:32:53
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/05/29 07:32:51 Modified files: compiler : language.cc language.hh Log message: Fix for scoping bug where re-opening a module scope doesn't give access to declarations in the previous declaration of that module. Patch submitted by Kuba <kp...@po...>. |
From: Sam C. <edd...@us...> - 2001-09-03 08:16:11
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/09/03 01:16:10 Modified files: compiler : pass_xlate.cc Log message: Fixed bug so TypeCode constants for structs are declared as static members. Cosmetic fix: Make sequence TypeCode constant declarations indent correctly. |
From: Sam C. <edd...@us...> - 2001-11-27 05:58:08
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/11/26 21:58:05 Modified files: . : configure.in Makefile.buildvars Log message: Fix to build against ORBit later than 0.5.10 or so. |
From: Sam C. <edd...@us...> - 2001-11-27 05:59:17
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/11/26 21:59:17 Modified files: compiler : pass_xlate.cc types.cc types.hh Log message: Initialise _retval in generated skels to avoid warnings about uninitialised variables. |
From: Sam C. <edd...@us...> - 2001-11-27 07:09:47
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/11/26 23:09:45 Modified files: compiler : types.cc Log message: Fix recent fuckups with initialising variables in generated code. |
From: Sam C. <edd...@us...> - 2001-11-27 07:10:28
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/11/26 23:10:27 Modified files: orb : orbitcpp_sequence.hh Log message: Add a no-op to keep the compiler quiet about unused parameters. |
From: Sam C. <edd...@us...> - 2001-11-28 08:26:35
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/11/28 00:26:34 Modified files: . : orbitcpp-config.in Log message: Get rid of "-I/usr/include" on the compiler command line. |
From: Sam C. <edd...@us...> - 2001-11-28 08:28:22
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/11/28 00:28:22 Modified files: . : AUTHORS FAQ HACKING NEWS TODO Log message: Update documentation. |
From: Sam C. <edd...@us...> - 2001-11-28 08:34:45
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: eddiesam 01/11/28 00:34:44 Modified files: . : Makefile.am Log message: Duh. When you nuke files, make sure they're not referenced anywhere. |
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. |
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-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-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...> - 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...> - 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-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-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: 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-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-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-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: 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. |