summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Sched
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Tue Oct 10 16:59:18 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-10-101-23/+27
* ChangeLogTag:Wed May 10 11:59:35 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-05-103-15/+15
* ChangeLogTag:Tue Apr 18 21:14:45 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-194-4/+4
* fixed DynSched_Test so it compiles with the new RtecScheduler.idl interfacecdgill2000-04-031-16/+79
* ChangeLogTag:Thu Mar 23 14:48:12 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-2310-10/+10
* ChangeLogTag:Sun Mar 19 15:33:25 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-03-208-22/+63
* ChangeLogTag:Sat Mar 18 05:34:48 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-1810-22/+42
* ChangeLogTag:Tue Oct 19 10:24:02 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-10-193-26/+38
* ChangeLogTag: Fri Aug 27 09:04:55 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-271-2/+4
* fixed ACE_AUTO_PTR_RESET macro to take type with which auto_ptr is instantiatedcdgill1999-08-191-2/+2
* changed initialization value of RT_Info period to 1 to avoid divide by zero e...cdgill1999-08-191-1/+1
* fixed Guard usage for multi-threaded casecdgill1999-08-052-2/+2
* fixed ACE guard usage for single threaded casecdgill1999-08-042-4/+4
* added ACE_AUTO_PTR_RESET macrocdgill1999-08-031-10/+2
* Removed extraneous type scoping from ctor TAO_RSE_Dependency_Visitor toSteve Huston1999-07-211-2/+1
* ChangeLogTag: Fri Jul 16 07:13:08 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-161-20/+19
* ChangeLogTag: Thu Jul 15 16:11:04 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-152-7/+4
* replaced new operators with ACE_NEW_THROW_EXcdgill1999-07-131-5/+13
* Added accessors for internal trees, maps, and countscdgill1999-07-132-29/+156
* added ctor option to return defaults if no schedule was computedcdgill1999-07-122-8/+22
* Fixes for nightly build log errors and warnings.cdgill1999-07-114-50/+50
* The assignment operator of auto_ptr takes another auto_ptr, not the pointer i...nanbor1999-07-111-4/+4
* Changed auto_ptr::reset to release and assign.nanbor1999-07-111-2/+10
* added ACE_TYPENAMEcdgill1999-07-094-20/+18
* made constants unsigned, added explicit type casts to resolve type promotion ...cdgill1999-07-093-37/+42
* added TO DO comment for direct dependency lookups in subpriority assignment.cdgill1999-07-081-1/+4
* fixed undeclared symbol typo, type conversion errors from nightly builds.cdgill1999-07-082-8/+25
* bug fixes from testing the reconfig scheduler alongside the config scheduler.cdgill1999-07-086-102/+227
* fixed casting problems reported by GHS and OSF1 builds.cdgill1999-07-082-17/+27
* added missing template instantiations, fixed exception specification problems...cdgill1999-07-063-11/+20
* added missing explicit template instantiations, fixed TAO_String_Manager warn...cdgill1999-07-062-15/+16
* testing bug fixes, added missing config info generation codecdgill1999-07-056-105/+168
* fixed errors and warnings dected by compilers that fully instantiate all meth...cdgill1999-07-051-24/+23
* added include to avoid OSF1 cxx warningcdgill1999-07-032-0/+4
* integrated reconfig scheduler into scheduling service, removed RMS_Dyn strate...cdgill1999-07-0315-3111/+3154
* fixed throw exception discrepanciescdgill1999-06-302-21/+65
* Added conditional macros around Reconfig Scheduler code for old g++: the temp...cdgill1999-06-304-1/+29
* ChangeLogTag:Wed Jun 30 10:04:05 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-302-41/+41
* added intermediate const cast for const void * args in qsort comparison funct...cdgill1999-06-301-3/+7
* Reconfig Scheduler compiles on Solaris using egcscdgill1999-06-295-132/+133
* Reconfig Scheduler compiles on NTcdgill1999-06-294-210/+628
* .schmidt1999-06-281-1/+1
* .schmidt1999-06-281-614/+573
* added dependency graph visitors to schedule computationcdgill1999-06-284-96/+197
* reconfig scheduler revamp for visitor based traversal of dependency graphcdgill1999-06-235-196/+2171
* ChangeLogTag:Sat Jun 12 19:51:29 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-132-25/+28
* ChangeLogTag:Wed Jun 9 20:16:36 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-101-1/+1
* (compute_scheduling): changed type of anomaly_severity_msg from charlevine1999-06-091-7/+9
* ChangeLogTag:Sun Jun 6 00:06:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-064-15/+15
* added locking to reconfig schedulercdgill1999-06-051-108/+115