summaryrefslogtreecommitdiff
path: root/ace
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ACE_4_4_32'.ACE_4_4_32nobody1998-01-06560-191272/+0
|
* (strtoul): moved the Linux/Alpha hack from Env_Value_T.i to OS.ilevine1998-01-062-6/+6
|
* (ACE_Convert, u_long): use ::strtol and cast the result to an unsigned long ↵levine1998-01-061-0/+6
| | | | on Linux/Alpha
* cast putenv arg to (char *) to avoid compiler warning on g++/VxWorkslevine1998-01-061-1/+2
|
* factored out ACE_LACKS_SOME_POSIX_PROTOTYPES from glibc and non-glibc ↵levine1998-01-061-13/+14
| | | | sections to common section
* added ACE_OS::putenvlevine1998-01-052-0/+9
|
* changed ACE_HAS_LONGLONG_T to ACE_LACKS_LONGLONG_Tlevine1998-01-051-19/+1
|
* (rw_trywrlock_upgrade): moved return 0 inside the #if 0 block to avoidlevine1998-01-051-5/+5
| | | | warning about unreachable return statement on ghs/VxWorks.
* (enable,disable): moved return 0 at end to inside the #endif, to avoidlevine1998-01-051-25/+23
| | | | warning about unreachable return statement on ghs/VxWorks.
* added ACE_LACKS_LONGLONG_Tlevine1998-01-051-0/+2
|
* removed ACE_HAS_LONGLONG_Tlevine1998-01-0517-42/+0
|
* added ACE_LACKS_LONGLONG_Tlevine1998-01-053-1/+3
|
* changed type of global_scale_factor_ from u_long to ACE_UINT32, and removed ↵levine1998-01-053-18/+12
| | | | some hacks now that ACE_U_LongLong has operator%
* 1) replaced ACE_HAS_LONGLONG_T with ACE_LACKS_LONGLONG_T. 2) fixed ↵levine1998-01-052-80/+101
| | | | operator/, and added operator% and operator-- to ACE_U_LongLong
* Made operator == and != and the arguments they take const.nw11998-01-052-4/+4
|
* *** empty log message ***levine1998-01-051-1/+2
|
* ACE version 4.4.15, released Sun Jan 04 17:19:31 1998.schmidt1998-01-041-2/+2
|
* *** empty log message ***schmidt1998-01-041-2/+8
|
* *** empty log message ***schmidt1998-01-041-3/+3
|
* *** empty log message ***schmidt1998-01-042-11/+15
|
* removed ACE_HAS_TEMPLATE_SPECIALIZATIONlevine1998-01-041-1/+0
|
* *** empty log message ***schmidt1998-01-041-1/+1
|
* Fixed initial iterator position.nw11998-01-031-2/+2
|
* ACE version 4.4.14, released Fri Jan 02 18:43:14 1998.schmidt1998-01-031-2/+2
|
* Added missing explicit template instantiation(s).nw11998-01-021-0/+2
|
* Added back comparison operators to iterator classes.nw11998-01-022-9/+3
|
* Added template instantiation for ACE_Map_Reverse_Iterator.nw11998-01-023-0/+8
|
* Sometimes, we don't need the casts.nw11998-01-021-2/+2
|
* added protection against multiple inclusionlevine1998-01-021-4/+4
|
* ChangeLogTag:Fri Jan 2 12:39:45 1998 Carlos O'Ryan ↵coryan1998-01-021-3/+0
| | | | <coryan@swarm.cs.wustl.edu>
* ChangeLogTag:Fri Jan 2 12:39:45 1998 Carlos O'Ryan ↵coryan1998-01-021-1/+2
| | | | <coryan@swarm.cs.wustl.edu>
* Removed unnecessary method declarations from ACE_Map_Iterator and ↵nw11998-01-021-6/+0
| | | | ACE_Map_Reverse_Iterator.
* if using ACE_U_LongLong, #define ACE_USES_ACE_U_LONGLONG and use that in the ↵levine1998-01-023-6/+8
| | | | .i and .cpp files
* ChangeLogTag:Fri Jan 2 10:56:38 1998 Carlos O'Ryan ↵coryan1998-01-022-6/+6
| | | | <coryan@macarena.cs.wustl.edu>
* * tests/Env_Value_Test.cpp (main): Changed the definition of theChris Cleeland1998-01-023-5/+8
| | | | | | TEST_THIS macro to be all on one line. While ugly, this helps in locating the line when ACE_ASSERT fails, since allowing the macro to have multiple lines skews the line # reported by ACE_ASSERT.
* Added #define HPUX_10 to catch OS version-dependent code correctly.Steve Huston1998-01-021-0/+1
|
* Added explicit template instantiation for ACE_Map_Iterator_Base.nw11998-01-024-0/+10
|
* Abstracted out ACE_Map_Iterator_Base and added some missing functionalities.nw11998-01-022-141/+215
|
* (tryacquire_write_upgrade): only define if ACE_HAS_THREADS.levine1998-01-021-60/+60
|
* (rw_trywrlock_upgrade): added ACE_UNUSED_ARG (rw) with STHREADSlevine1998-01-021-1/+2
|
* ACE version 4.4.13, released Fri Jan 02 00:47:33 1998.schmidt1998-01-021-2/+2
|
* *** empty log message ***schmidt1998-01-027-124/+166
|
* Added STL-styled traits.nw11998-01-011-0/+3
|
* *** empty log message ***schmidt1998-01-016-35/+56
|
* ACE version 4.4.12, released Thu Jan 01 07:56:17 1998.schmidt1998-01-011-2/+2
|
* *** empty log message ***schmidt1997-12-311-1/+0
|
* * ace/Env_Value_T.*: Added a new template (ACE_Env_Value) which isChris Cleeland1997-12-315-4/+201
| | | | | | | | | | | | a typesafe encapsulation of environment variables with the ability to provide a value to be used as a default if the variable isn't set. An example of its use can be seen in the corresponding test, tests/Env_Value_Test.cpp. * tests/Env_Value_Test.cpp: Added test for the new template added above. * tests/Makefile: Added new Env_Value_Test test to the Makefile.
* *** empty log message ***irfan1997-12-311-69/+111
|
* *** empty log message ***schmidt1997-12-313-21/+23
|
* removed extra , in enum ACE_Filecache_Flag definition.levine1997-12-311-1/+1
|