gecko-dev/xpcom/typelib/xpidl
jband%netscape.com 04c77e4064 - Changed the interface for getting the interface_is argnum.
- Merged the typelib types for array and array_with_length.
- Added typelib types for string_with_size and wstring_with_size
1999-09-20 02:50:28 +00:00
..
glib Remove these from the unix build to reduce the evil possibility of a fork. 1999-05-27 02:31:44 +00:00
libidl Remove these from the unix build to reduce the evil possibility of a fork. 1999-05-27 02:31:44 +00:00
macbuild added java target to test java interface generation 1999-07-17 02:06:42 +00:00
macplugin java mode 1999-07-17 00:49:37 +00:00
.cvsignore do the ignore again. this time, without breaking the build. 1999-05-26 21:48:42 +00:00
Makefile.in General cleanup. 1999-09-18 02:12:56 +00:00
README Updated to include new version numbers and source, binary locations for glib, libIDL. 1999-04-14 04:48:29 +00:00
makefile.win add arrays to xpidl and typelibs. got rid of vararg support scheme 1999-09-11 05:20:39 +00:00
xpidl.c add arrays to xpidl and typelibs. got rid of vararg support scheme 1999-09-11 05:20:39 +00:00
xpidl.h add arrays to xpidl and typelibs. got rid of vararg support scheme 1999-09-11 05:20:39 +00:00
xpidl_doc.c Checkpoint xpidl -m stub work. 1999-02-17 01:17:52 +00:00
xpidl_header.c Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes. 1999-09-19 23:46:35 +00:00
xpidl_idl.c Changes to the xpidl compiler to support generating an 'NS_DECL_NSIFOO' macro when generating the nsIFoo interface, which provides a shorthand to declare all of the methods of that interface. 1999-08-19 13:02:08 +00:00
xpidl_java.c Make a new XPIDL_WARNING macro to generalize the check against using IDL_tree_warning when compiled against libIDL 0.6.5. 1999-08-22 01:10:14 +00:00
xpidl_typelib.c - Changed the interface for getting the interface_is argnum. 1999-09-20 02:50:28 +00:00

README

Wed Dec  2 14:35:41 EST 1998

xpidl depends on Andrew Veliath and Elliot Lee's libIDL, a part of the
GNOME ORBit C ORB.  We currently require libIDL >= 0.6.3, which in turn
requires glib >= 1.2.0.

libIDL builds for Linux and Win32 can be found, along with source
tarballs, at http://www.rpi.edu/~veliaa/libIDL/, and Win32 users will
need glib 1.2 and glib 1.2-dev from
http://user.sgic.fi/~tml/gimp/win32/.  Source and Linux RPMs are also
available from ftp://ftp.mozilla.org/pub/mozilla/libraries, and Win32
binaries are included in the wintools.zip file at
ftp://ftp.mozilla.org/pub/mozilla/source/wintools.zip.  A Mac project
is in progress, and should be appearing shortly.

glib tarballs and RPMs for Linux can be found through http://www.gtk.org.