|
- Renamed files that were implementation specific to more closely align
with Ice file naming rules.
- Changed dependencies so that they refer to environment variables instead
of relative or absolute directories specific to the platform that the
dependencies were generated on.
- Added file headers (still need to double check for missing ones)
- Removed CVS generated comments from cut-n-paste coding from TAO demos,
etc.
- Added a Make.tao.rules file to consolidate TAO build specific options,
similar to those being use by the IceE and Ice test programs.
- Changed the runIcePerf.py script to use external tables of test
descriptions and a loop instead of using hand coded repeated function
calls. This makes regular expression a little more intuitive. (It was
originally done to make it easier to remove the omniORB tests from the
distribution, but that was later deemed unnecessary, I like it better
anyway).
- Updated code to remove APIs that were deprecated in Ice 3.1 and the next
revision of IceE ... err. that might've been a mistake , since we
haven't released the new IceE yet.
|