Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ICE-6391 Moved perf to its own repo | Joe George | 2015-03-24 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs files | Bernard Normier | 2012-10-23 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Fixed a bunch of out-of-date copyright messages that still had 2006 in them. | Michi Henning | 2007-10-29 |
| | |||
* | - Some code cleanup. | Brent Eagles | 2006-07-27 |
| | | | | | | | | | | | | | | | | | | | | | | - 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. | ||
* | moving from std::string to CORBA::String_var | Brent Eagles | 2006-07-19 |
| | |||
* | Some cleanups: | Brent Eagles | 2006-07-19 |
| | | | | | | | | | | | | - Fixing includes. - Modifying makefile to build against install TAO. It no longer uses files that are only present in the TAO source distribution. - Changing spacing and indentation to match ZeroC style. - Adding Copyright headers to files. - Breaking Sync interface out to separate IDL file to simplify builds of sync tools. - Fixed a few small memory allocation bugs. - Renamed Worker_Thread to the more ZeroC like WorkerThread. | ||
* | More fixes | Benoit Foucher | 2005-03-24 |
| | |||
* | Added IceStorm performance tests. | Benoit Foucher | 2005-03-18 |