summaryrefslogtreecommitdiff
path: root/ace/Basic_Types.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'TAO-0_4_3'.TAO-0_4_3nobody1999-07-261-533/+0
* ChangeLogTag: Mon Jul 19 21:13:16 1999 Doug Anderson <doug@clark.net>levine1999-07-201-4/+4
* updated comment for ChangeLogTag: Thu Jul 15 16:11:04 1999 David L. Levine ...levine1999-07-151-0/+3
* ChangeLogTag: Thu Jul 15 16:11:04 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-151-12/+8
* ChangeLogTag: Thu Jul 08 14:56:22 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-081-0/+12
* ChangeLogTag: Thu Jul 08 10:25:55 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-081-5/+30
* .schmidt1999-06-281-0/+5
* Force KAI to use ACE_U_LongLong if ACE_LACKS_LONGLONG_T is defined.nanbor1999-04-271-2/+2
* *** empty log message ***nanbor1999-04-261-1/+1
* ACE_UINT64 should be typedef'ed to unsigned long long for KAI compilers.nanbor1999-04-251-0/+3
* *** empty log message ***parsons1999-04-071-1/+1
* *** empty log message ***parsons1999-04-071-1/+1
* *** empty log message ***parsons1999-04-071-0/+9
* *** empty log message ***parsons1999-04-071-0/+18
* added ACE_UINT64_LITERAL for platforms with ACE_LACKS_U_LONGLONG_Tlevine1999-04-061-2/+5
* ChangeLogTag:Wed Mar 10 10:57:16 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-101-1/+1
* ChangeLogTag:Fri Jan 29 14:49:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-01-291-0/+20
* *** empty log message ***parsons1999-01-261-94/+0
* *** empty log message ***parsons1999-01-251-7/+59
* *** empty log message ***parsons1999-01-241-0/+42
* unioned the data members with a double, to ensure alignment on 8-byte boundarieslevine1999-01-031-4/+37
* *** empty log message ***levine1998-11-191-1/+1
* moved ACE_UINT64_FORMAT_SPECIFIER from OS.h to Basic_Types.hlevine1998-11-071-0/+4
* Reindent the macrosnanbor1998-11-021-178/+178
* changed include protection from #if !defined to ifndef, and added #pragma onc...levine1998-10-201-1/+1
* Basic_Types.hschmidt1998-10-171-1/+1
* .schmidt1998-10-141-0/+4
* corrected comment: the dump method is named ouytputlevine1998-09-091-1/+1
* (ACE_UINT64_DBLCAST_ADAPTER): with ACE_LACKS_LONGLONG_T, only use low 32 bits.levine1998-08-141-6/+8
* fixed NT warnings/errors WRT 64 bit timecdgill1998-08-131-0/+10
* added ACE_UINT64_LITERAL macrolevine1998-07-141-5/+14
* For LONG_LONG size determination, don't use ULONGLONG_MAX ifdef __GNUG__.levine1998-07-091-2/+2
* use ACE_CAST_CONST instead of const in ACE_CU64_TO_CU32levine1998-06-271-1/+1
* added ACE_CU64_TO_CU32 conversion macrolevine1998-06-271-0/+2
* added explicit ACE_U64_TO_U32 conversion macrolevine1998-06-161-0/+6
* set ACE_SIZEOF_LONG_DOUBLE to 12 if LDBL_MAX_EXP is 16384 and LDBL_DIG is 18levine1998-06-081-1/+5
* added ACE_U_LongLong::operator *levine1998-05-011-0/+2
* don't use u_longlong_t if ACE_LACKS_U_LONGLONG_T is definedlevine1998-04-041-4/+4
* moved setting of ACE_SIZEOF_LONG_DOUBLE to 12 from Basic_Types.h to config-g+...levine1998-03-271-3/+0
* sizeof (long double) is 8 on ghs/VxWorks/i386, not 12.levine1998-03-261-2/+2
* moved WIN32 and SGI-specific code out of Basic_Types.h and into their respec...levine1998-03-141-10/+2
* moved ACE_USHORT16 typedef from OS.h to Basic_Types.hlevine1998-03-101-0/+3
* (ACE_U_LongLong::operator*=): updated with James' implementationlevine1998-03-031-0/+11
* (ACE_U_LongLong): added a bunch of arithmetic operators for the TAO Time Servicelevine1998-02-271-6/+32
* rearranged LONG_LONG code so that it works on NT, etc.levine1998-01-281-43/+27
* oops, fixed ACE_SIZEOF_LONG_LONG for Solarislevine1998-01-271-2/+4
* more cleanup: got rid of ACE_USES_ACE_U_LONGLONG, replace VXWORKS && ghs with...levine1998-01-271-13/+12
* Simplified the file by separating the ACE_SIZEOF... settings and theSteve Huston1998-01-271-196/+234
* (ACE_U_LongLong): added operator/ (const double)levine1998-01-131-0/+2
* 1) replaced ACE_HAS_LONGLONG_T with ACE_LACKS_LONGLONG_T. 2) fixed operator/...levine1998-01-051-27/+29