summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* Added POSIX-compliant typedef for timespec_t since Linux 2.0.28 KernelChris Cleeland1997-02-063-0/+3
* fppschmidt1997-02-069-58/+150
* replaced DEFAULT_SIZE with ACE_DEFAULT_MAP_SIZE so that Naming_Test runs on S...levine1997-02-054-10/+12
* added optional scale factorlevine1997-02-053-28/+67
* replace __*manip with expanded types, and made complete prototypes for send, ...levine1997-02-051-10/+16
* added casts of addr.get_addr () to caddr_t so it will compile with Sun C++levine1997-02-051-2/+2
* fixed "#define ACE_IOSTREAM_C" to keep g++ sanelevine1997-02-051-1/+1
* fooschmidt1997-02-051-6/+5
* fooschmidt1997-02-051-2/+1
* fooschmidt1997-02-055-23/+24
* fooschmidt1997-02-0516-48/+994
* *** empty log message ***irfan1997-02-056-6/+156
* fooschmidt1997-02-0510-52/+234
* removed ACE_RDTSC, for nowlevine1997-02-041-38/+0
* *** empty log message ***irfan1997-02-043-3/+15
* define ACE_SCOPE_PROCESS and ACE_SCOPE_THREAD even if ACE_HAS_THREADS isn't d...levine1997-02-041-0/+2
* *** empty log message ***irfan1997-02-031-0/+3
* removed #include of ACE.hlevine1997-02-031-1/+0
* added #include of OS.hlevine1997-02-031-0/+2
* changed hrtime_t to ACE_hrtime_t; added unsupported ()levine1997-02-033-52/+58
* changed hrtime_t to ACE_hrtime_tlevine1997-02-032-9/+16
* added ACE_HAS_PENTIUMlevine1997-02-031-0/+1
* added Pentium support to gethrtime ()levine1997-02-031-0/+33
* added #define ACE_HAS_PENTIUM to enable gethrtime () supportlevine1997-02-033-0/+6
* a bunch of changes, see ChangeLog-97alevine1997-02-033-60/+69
* moved hrtime_t deflevine1997-02-031-8/+9
* add #define ACE_HAS_LONGLONG_Tlevine1997-02-031-0/+1
* fixed typo: #defind ACE_HAS_LONGLONG_Tlevine1997-02-031-1/+1
* reordered initializers in single-argument ctor to match declaration orderlevine1997-02-021-3/+3
* removed ACE_Map_Manager, ACE_Map_Iterator, and ACE_Map_Entry: they don't appe...levine1997-02-021-3/+0
* *** empty log message ***irfan1997-02-0112-15/+111
* reordered initializers to match declaration orderlevine1997-02-011-3/+3
* protected .cpp file against multiple includes, moved #include of "ace/Malloc....levine1997-01-312-3/+24
* *** empty log message ***irfan1997-01-311-4/+3
* moved hrtime_t typedef for WIn32levine1997-01-311-1/+4
* (getservbyname): one last ACE_HAS_NONCONST_GETBY change: missed "lproto" to "...levine1997-01-311-1/+1
* cast -1 to size_t to avoid warning about signed-to-unsigned conversionlevine1997-01-311-2/+2
* removed #include of ace/Hash_Map_Manager.i because it doesn't existlevine1997-01-311-4/+0
* fooschmidt1997-01-3116-86/+947
* oops, removed extra ;levine1997-01-301-1/+1
* added ACE_HAS_AIX_HIRES_TIMER support. Also, renamed get_time () to elapsed_...levine1997-01-303-14/+14
* define hrtime_t as long long if ACE_HAS_AIX_HIRES_TIMERlevine1997-01-301-3/+5
* added AIX 4.x supportlevine1997-01-301-0/+7
* added ACE_HAS_LONGLONG_Tlevine1997-01-301-0/+1
* -- uninlined ACE_OS::gethostbyname (), and ACE_OS::inet_ntoa () on VxWorks,levine1997-01-301-63/+18
* uninlined ACE_OS::gethostbyname (), and ACE_OS::inet_ntoa () on VxWorks, beca...levine1997-01-301-0/+46
* added ACE_HAS_AIX_HIRES_TIMERlevine1997-01-302-0/+2
* changed switch (priority_class) to switch (priority_class_) on Win32 and VxWo...levine1997-01-301-39/+2
* Changed ACE_prio_t to an int for win32harrison1997-01-301-1/+1
* Fixed a wee lil bugharrison1997-01-301-8/+4