| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
<schmidt@tango.cs.wustl.edu>
|
|
|
|
| |
version of ACE in CVS repository.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Added ATM_Addr sources to these variables.
* ace/Makefile.am (EXTRA_libACE_la_SOURCES):
Accidentally removed this variable. It is needed for
conditionally built sources, such as `gethrtime.cpp'.
|
|
|
|
|
| |
compilation. Automake will setup the `clean-local' targets to
run automatically whenever a `make clean' is done.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ace/TLI.cpp:
* ace/config-osf1-4.0.h: Removed all references to
ACE_HAS_BROKEN_T_ERRNO and removed the definition of the _terrno()
function from TLI.cpp since it isn't a standard TLI function (at
least not the Steven's books that I've read). This also fixes a
problem on Solaris that was causing an autoconfigured build of
TLI.cpp to fail.
* ace/Makefile.am: Make sure template source files get installed for
all cases. Previously, they only got installed if the template
source is required by the compiler. However, they are still needed
by compilers that don't explicitly require template sources to
be included in a file that references them.
|
| |
|
|
|