0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now that the patch directory is gone, remove patch/* from DIST_FILES. More... about 17 years ago
Removing patches for an ancient version of omniORB. More... over 17 years ago
Typos in comments. More... over 17 years ago
Fixed copy/paste error from omniEvents. More... over 17 years ago
Fix for references declared object refs. Previously these were always coming out as 'Object', which isn't much use. (Example: interface A {}; typedef sequence<A> B; ... would incorrectly produce a sequence<Object>.) Fix provided by Peter S. Housel. More... over 17 years ago
Replaced Peter's ad hoc option parsing code with a public domain implementation of getopt(), for those unfortunate enough to not have one of their own. More... almost 18 years ago
Makefile changes to improve package building. More... about 18 years ago
Document the use of omniifr as a Windows service in the appropriate README files. More... about 18 years ago
Add a subcommand for telling the Windows service to checkpoint the repository. More... over 18 years ago
Handle command-line options even when getopt() is not available. More... over 18 years ago
Build configuration files for omniifr, based on those for omniEvents. More... over 18 years ago
Adaptations for C++ code that MSVC6 doesn't accept. More... over 18 years ago
Changed IRObject_impl::checkReadonly() from a function returning bool to a function returning void, since it doesn't actually return any values. More... over 18 years ago
Corrected the Windows service name and description. More... over 18 years ago
Fixes a problem with incorrect typecodes for multi-dimensional arrays. (Peter S. Housel) More... almost 19 years ago
Fixed a copy/paste error in InterfaceDef_impl::contents() that caused problems when limit_type was dk_Attribute. (Thanks to Peter S. Housel for the patch.) More... almost 19 years ago
Belated change for 2.pre.1 More... about 19 years ago
Remove doxygen html output from distribution. More... about 19 years ago
Added copyright notice. More... about 19 years ago
Regenerated Autoconf files for release 2.pre.1 More... about 19 years ago
Updated for release 2.pre.1 More... about 19 years ago
Added 'make install', 'uninstall' & 'clean' targets. More... about 19 years ago
Replaced by new targets in Makefile. More... about 19 years ago
Added 'make dist' & 'make doc' targets. More... about 19 years ago
Changed exe & lib name to 'omniifr' from 'omniIFR'. More... about 19 years ago
Use short filenames (doesn't break Solaris' tar). More... about 19 years ago
Added (belatedly) More... about 19 years ago
Added 'make install' & 'uninstall' targets. More... about 19 years ago
Changed exe & lib name to 'omniifr' from 'omniIFR'. More... about 19 years ago
Added Unix daemon / Windows service functionality. More... about 19 years ago