summaryrefslogtreecommitdiff
path: root/perf/src/CosEvent/Service.cpp
Commit message (Collapse)AuthorAge
* ICE-6391 Moved perf to its own repoJoe George2015-03-24
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixed a bunch of out-of-date copyright messages that still had 2006 in them.Michi Henning2007-10-29
|
* - Some code cleanup.Brent Eagles2006-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_varBrent Eagles2006-07-19
|
* Some cleanups:Brent Eagles2006-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 fixesBenoit Foucher2005-03-24
|
* Added IceStorm performance tests.Benoit Foucher2005-03-18