summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-18 11:55:59 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-18 11:55:59 +0000
commit723d3e5d1ef155b89179eb7437cd703b9e52ac55 (patch)
treeab455a8a4975c4ba6cc201c30dcf2f1da9309128
parent5fc357de1cf1f5e39af47d539b8c4f63deb40684 (diff)
downloadATCD-723d3e5d1ef155b89179eb7437cd703b9e52ac55.tar.gz
ChangeLogTag: Fri Apr 18 06:54:35 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog779
-rw-r--r--bin/MakeProjectCreator/templates/nmake.mpd5
2 files changed, 394 insertions, 390 deletions
diff --git a/ChangeLog b/ChangeLog
index e3572d1f420..cfe300ed704 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Apr 18 06:54:35 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/nmake.mpd:
+
+ Fine tune the clean target to avoid deleting things that do not
+ belong to the project.
+
Fri Apr 18 11:02:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Timer_Queue/TQTD.dsp:
@@ -11,569 +18,569 @@ Fri Apr 18 11:02:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Thu Apr 17 16:48:23 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
- * acconfig.h:
+ * acconfig.h:
- Removed this old autoheader template. It is no longer used.
+ Removed this old autoheader template. It is no longer used.
Thu Apr 17 19:33:29 2003 Steve Huston <shuston@riverace.com>
- * ace/Get_Opt.cpp: Added #include "ace/ACE.h" to pick up ACE::gcd().
+ * ace/Get_Opt.cpp: Added #include "ace/ACE.h" to pick up ACE::gcd().
- * ace/Logging_Strategy.cpp: Added #include "ace/ACE.h" and
- "ace/Lib_Find.h" to pick up needed method declarations.
+ * ace/Logging_Strategy.cpp: Added #include "ace/ACE.h" and
+ "ace/Lib_Find.h" to pick up needed method declarations.
- * ace/Process.i:
- * ace/Process_Manager.cpp:Added #include "ace/ACE.h" to pick up
- ACE::terminate_process ().
+ * ace/Process.i:
+ * ace/Process_Manager.cpp:Added #include "ace/ACE.h" to pick up
+ ACE::terminate_process ().
- * ace/FILE_Addr.cpp: Added #include "ace/Lib_Find.h" to pick up
- ACE_Lib_Find::get_temp_dir ().
+ * ace/FILE_Addr.cpp: Added #include "ace/Lib_Find.h" to pick up
+ ACE_Lib_Find::get_temp_dir ().
Thu Apr 17 16:37:05 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
- * m4/acinclude.m4 (ACE_CHECK_FUNC):
+ * m4/acinclude.m4 (ACE_CHECK_FUNC):
- Improved warning message to explicitly state which function
- failed detection.
+ Improved warning message to explicitly state which function
+ failed detection.
Thu Apr 17 16:15:24 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
- * Merged "autotools" branch. ChangeLog entries from that branch
- follow.
+ * Merged "autotools" branch. ChangeLog entries from that branch
+ follow.
- Wed Mar 26 08:00:11 2003 Ossama Othman <ossama@uci.edu>
+ Wed Mar 26 08:00:11 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac:
+ * configure.ac:
- Added check for the fgetwc() function.
+ Added check for the fgetwc() function.
- * m4/config_h.m4 (ACE_LACKS_FGETWC):
+ * m4/config_h.m4 (ACE_LACKS_FGETWC):
- Added autoheader template for this macro.
+ Added autoheader template for this macro.
- Tue Mar 25 08:33:55 2003 Ossama Othman <ossama@uci.edu>
+ Tue Mar 25 08:33:55 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac:
+ * configure.ac:
- Call the AC_PROG_EGREP macro to make sure the $EGREP shell
- variable is set.
+ Call the AC_PROG_EGREP macro to make sure the $EGREP shell
+ variable is set.
- Tue Mar 25 08:22:03 2003 Ossama Othman <ossama@uci.edu>
+ Tue Mar 25 08:22:03 2003 Ossama Othman <ossama@uci.edu>
- * m4/ace.m4:
- * m4/compiler.m4:
- * m4/platform.m4:
+ * m4/ace.m4:
+ * m4/compiler.m4:
+ * m4/platform.m4:
- Applied Steve's change below to the remaining 'test -n/-z
- "$GXX"' instances. Addresses some problems in non-GNU compiler
- builds.
+ Applied Steve's change below to the remaining 'test -n/-z
+ "$GXX"' instances. Addresses some problems in non-GNU compiler
+ builds.
- Replaced all instances "egrep" with the `configure' script
- defined "$EGREP". This improves the `configure' script's
- portability.
+ Replaced all instances "egrep" with the `configure' script
+ defined "$EGREP". This improves the `configure' script's
+ portability.
- Fri Mar 21 23:17:26 2003 Steve Huston <shuston@riverace.com>
+ Fri Mar 21 23:17:26 2003 Steve Huston <shuston@riverace.com>
- * configure.ac: Changed <test -n "$GXX"> to <test "$GXX" = yes> to
- work when GXX is set to no, not nul.
+ * configure.ac: Changed <test -n "$GXX"> to <test "$GXX" = yes> to
+ work when GXX is set to no, not nul.
- Wed Mar 19 11:29:25 2003 Ossama Othman <ossama@uci.edu>
+ Wed Mar 19 11:29:25 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac (ACE_HAS_POSIX_GETPWNAM_R):
+ * configure.ac (ACE_HAS_POSIX_GETPWNAM_R):
- Only define this macro if the user hasn't disabled reentrant
- function support.
+ Only define this macro if the user hasn't disabled reentrant
+ function support.
- Wed Mar 19 11:10:50 2003 Ossama Othman <ossama@uci.edu>
+ Wed Mar 19 11:10:50 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac:
+ * configure.ac:
- If reentrant functions are enabled by the user and detected by
- the `configure' script, make sure "_REENTRANT" is added to the
- preprocessor flags. [Bug 411]
+ If reentrant functions are enabled by the user and detected by
+ the `configure' script, make sure "_REENTRANT" is added to the
+ preprocessor flags. [Bug 411]
- Added test for ACE_HAS_POSIX_GETPWNAM_R macro. Fixes problems
- on Linux when threading is disabled. [Bug 914]
+ Added test for ACE_HAS_POSIX_GETPWNAM_R macro. Fixes problems
+ on Linux when threading is disabled. [Bug 914]
- The restartable system calls test was re-enabled in earlier
- commits. [Bug 275]
+ The restartable system calls test was re-enabled in earlier
+ commits. [Bug 275]
- * m4/compiler.m4 (OCXXFLAGS):
+ * m4/compiler.m4 (OCXXFLAGS):
- Added missing HP-UX aCC compiler optimization flag.
+ Added missing HP-UX aCC compiler optimization flag.
- * m4/config_h.m4 (ACE_HAS_POSIX_GETPWNAM_R):
+ * m4/config_h.m4 (ACE_HAS_POSIX_GETPWNAM_R):
- Added autoheader template for this macro.
+ Added autoheader template for this macro.
- Fri Mar 14 11:38:56 2003 Ossama Othman <ossama@uci.edu>
+ Fri Mar 14 11:38:56 2003 Ossama Othman <ossama@uci.edu>
- * tests/Dirent_Test.cpp (TEST_ENTRY):
+ * tests/Dirent_Test.cpp (TEST_ENTRY):
- Changed name of file from "Dirent_Test.cpp" to "Makefile". The
- latter is the only one guaranteed to exist in autoconf based
- VPATH builds. Dirent_Test was failing since "Dirent_Test.cpp"
- did not exist in the current working directory so pick one that
- will always exist.
+ Changed name of file from "Dirent_Test.cpp" to "Makefile". The
+ latter is the only one guaranteed to exist in autoconf based
+ VPATH builds. Dirent_Test was failing since "Dirent_Test.cpp"
+ did not exist in the current working directory so pick one that
+ will always exist.
- Fri Mar 14 10:49:48 2003 Ossama Othman <ossama@uci.edu>
+ Fri Mar 14 10:49:48 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac (bsearch, mktemp, qsort, rand_r):
+ * configure.ac (bsearch, mktemp, qsort, rand_r):
- Temporarily select C as the test language when detecting these
- functions to work around a bug in some versions of Autoconf when
- C++ is selected as the test language. This fixes problems where
- the following macros were incorrectly defined:
+ Temporarily select C as the test language when detecting these
+ functions to work around a bug in some versions of Autoconf when
+ C++ is selected as the test language. This fixes problems where
+ the following macros were incorrectly defined:
- ACE_LACKS_BSEARCH
- ACE_LACKS_MKTEMP
- ACE_LACKS_QSORT
- ACE_HAS_REENTRANT_FUNCTIONS
+ ACE_LACKS_BSEARCH
+ ACE_LACKS_MKTEMP
+ ACE_LACKS_QSORT
+ ACE_HAS_REENTRANT_FUNCTIONS
- The correct definition of the ACE_HAS_REENTRANT_FUNCTIONS macro
- should also correct problems exhibited by the ACE one-button
- tests on multi-CPU hosts.
+ The correct definition of the ACE_HAS_REENTRANT_FUNCTIONS macro
+ should also correct problems exhibited by the ACE one-button
+ tests on multi-CPU hosts.
- (ACE_LACKS_STRUCT_DIR):
+ (ACE_LACKS_STRUCT_DIR):
- Added test that determines if this macro should be defined.
+ Added test that determines if this macro should be defined.
- * m4/config_h.m4 (ACE_HAS_SCANDIR, ACE_LACKS_STRUCT_DIR):
+ * m4/config_h.m4 (ACE_HAS_SCANDIR, ACE_LACKS_STRUCT_DIR):
- Added templates for these preprocessor macros.
+ Added templates for these preprocessor macros.
- Thu Mar 13 15:49:21 2003 Ossama Othman <ossama@uci.edu>
+ Thu Mar 13 15:49:21 2003 Ossama Othman <ossama@uci.edu>
- * bin/bootstrap:
+ * bin/bootstrap:
- Fixed an error about a missing `ace/config.h.in' configuration
- header template file when running `automake'. `Automake' should
- be invoked after `autoheader' to make sure the configuration
- header template files exist beforehand. Thanks to Steve Huston
- <shuston@riverace.com> for reporting the error, and providing a
- means to reproduce it.
+ Fixed an error about a missing `ace/config.h.in' configuration
+ header template file when running `automake'. `Automake' should
+ be invoked after `autoheader' to make sure the configuration
+ header template files exist beforehand. Thanks to Steve Huston
+ <shuston@riverace.com> for reporting the error, and providing a
+ means to reproduce it.
- Wed Mar 12 13:48:31 2003 Steve Huston <shuston@riverace.com>
+ Wed Mar 12 13:48:31 2003 Steve Huston <shuston@riverace.com>
- * bin/bootstrap: Changed PAGER to be set using ${name:-value} instead
- of test -z; HP-UX /bin/sh complained if the PAGER env var wasn't set.
+ * bin/bootstrap: Changed PAGER to be set using ${name:-value} instead
+ of test -z; HP-UX /bin/sh complained if the PAGER env var wasn't set.
- Wed Feb 19 17:02:42 2003 Ossama Othman <ossama@uci.edu>
+ Wed Feb 19 17:02:42 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac (AC_CONFIG_FILES):
+ * configure.ac (AC_CONFIG_FILES):
- Added RMCast, QoS and SSL Makefiles to the list of files to be
- generated.
+ Added RMCast, QoS and SSL Makefiles to the list of files to be
+ generated.
- * Makefile.am (ACLOCAL_AMFLAGS):
+ * Makefile.am (ACLOCAL_AMFLAGS):
- Define this variable. It contains options to be passed to
- `aclocal' whenever the generated Makefile invokes `aclocal'.
- Addresses failed automatic attempts at regenerating the
- `configure' script.
+ Define this variable. It contains options to be passed to
+ `aclocal' whenever the generated Makefile invokes `aclocal'.
+ Addresses failed automatic attempts at regenerating the
+ `configure' script.
- (CONFIGURE_DEPENDENCIES):
+ (CONFIGURE_DEPENDENCIES):
- Define this variable to include all of the ACE-specific M4 files
- in the `m4' directory. Those files will be included in the list
- of dependencies for the `configure' script. Addresses failed
- automatic attempts at regenerating the `configure' script.
+ Define this variable to include all of the ACE-specific M4 files
+ in the `m4' directory. Those files will be included in the list
+ of dependencies for the `configure' script. Addresses failed
+ automatic attempts at regenerating the `configure' script.
- * ace/Makefile.am (DIST_SUBDIRS):
+ * ace/Makefile.am (DIST_SUBDIRS):
- Added RMCast, QoS and SSL subdirectories to the list of
- directories to include in the ACE distribution.
+ Added RMCast, QoS and SSL subdirectories to the list of
+ directories to include in the ACE distribution.
- (SUBDIRS):
+ (SUBDIRS):
- Conditionally build the RMCast, QoS and SSL subdirectories. The
- user may explicitly enable or disable them using the
- "--with-rmcast", "--with-qos" and "--with-ssl" configure script
- options, respectively.
+ Conditionally build the RMCast, QoS and SSL subdirectories. The
+ user may explicitly enable or disable them using the
+ "--with-rmcast", "--with-qos" and "--with-ssl" configure script
+ options, respectively.
- (libACE_la_SOURCES):
+ (libACE_la_SOURCES):
- Added $(libACE_Codecs_la_SOURCES) to the list of ACE library
- sources. Fixes "unresolved symol" link-time errors when
- building the `Codecs_Test' one-button test.
+ Added $(libACE_Codecs_la_SOURCES) to the list of ACE library
+ sources. Fixes "unresolved symol" link-time errors when
+ building the `Codecs_Test' one-button test.
- * ace/RMCast/Makefile.am:
- * ace/QoS/Makefile.am:
- * ace/SSL/Makefile.am:
+ * ace/RMCast/Makefile.am:
+ * ace/QoS/Makefile.am:
+ * ace/SSL/Makefile.am:
- Added these Automake input files for the ACE_RMCast, ACE_QoS and
- ACE_SSL libraries, respectively.
+ Added these Automake input files for the ACE_RMCast, ACE_QoS and
+ ACE_SSL libraries, respectively.
- * m4/ace.m4 (ACE_CONFIGURATION_OPTIONS):
+ * m4/ace.m4 (ACE_CONFIGURATION_OPTIONS):
- Added "--with-rmcast", "--with-qos" and "--with-ssl"
- configuration options that allow the user to explicitly enable
- or disable the ACE_RMCast, ACE_QoS and ACE_SSL libraries,
- respectively. The ACE_RMCast is enabled by default, while the
- ACE_QoS and ACE_SSL libraries are not.
+ Added "--with-rmcast", "--with-qos" and "--with-ssl"
+ configuration options that allow the user to explicitly enable
+ or disable the ACE_RMCast, ACE_QoS and ACE_SSL libraries,
+ respectively. The ACE_RMCast is enabled by default, while the
+ ACE_QoS and ACE_SSL libraries are not.
- * tests/Makefile.am:
+ * tests/Makefile.am:
- Build CDR_Array_Test, Codecs_Test and Tokens_Test.
+ Build CDR_Array_Test, Codecs_Test and Tokens_Test.
- Fri Feb 14 10:02:30 2003 Ossama Othman <ossama@uci.edu>
+ Fri Feb 14 10:02:30 2003 Ossama Othman <ossama@uci.edu>
- * Makefile.am (all-local):
+ * Makefile.am (all-local):
- Create a link to the $(top_srcdir)/bin directory if one doesn't
- exist. It is needed for the automated regression tests we run.
+ Create a link to the $(top_srcdir)/bin directory if one doesn't
+ exist. It is needed for the automated regression tests we run.
- (distclean-local):
+ (distclean-local):
- Added this Automake recognized target. It will clean up the
- `bin' link and accompanying stamp file if they exist.
+ Added this Automake recognized target. It will clean up the
+ `bin' link and accompanying stamp file if they exist.
- * tests/Makefile.am (all-local):
+ * tests/Makefile.am (all-local):
- Create a stamp file to mark whether or not the scripts and data
- files are actually links to those in $(top_srcdir)/tests.
+ Create a stamp file to mark whether or not the scripts and data
+ files are actually links to those in $(top_srcdir)/tests.
- (bin):
+ (bin):
- Moved the rules in this target to all-local target in
- $(top_srcdir)/Makefile.am. The link to the `bin' directory
- should be made in the top-level directory, not the `tests'
- directory. This should address problems in running the
- automated regression tests.
+ Moved the rules in this target to all-local target in
+ $(top_srcdir)/Makefile.am. The link to the `bin' directory
+ should be made in the top-level directory, not the `tests'
+ directory. This should address problems in running the
+ automated regression tests.
- Removed this target. It is longer needed.
+ Removed this target. It is longer needed.
- (distclean-local):
+ (distclean-local):
- Only delete the scripts and data files if the stamp file created
- by the all-local target exists. Prevents those in the source
- directory from being erased once builds in the source directory
- are re-enabled.
+ Only delete the scripts and data files if the stamp file created
+ by the all-local target exists. Prevents those in the source
+ directory from being erased once builds in the source directory
+ are re-enabled.
- Tue Feb 11 14:27:08 2003 Ossama Othman <ossama@uci.edu>
+ Tue Feb 11 14:27:08 2003 Ossama Othman <ossama@uci.edu>
- * tests/Makefile.am (all-local):
+ * tests/Makefile.am (all-local):
- Added rules to generate links to the scripts and data files in
- the top-level `tests' source directory. The Scoreboard requires
- that `run_test.pl' exists in the current working directory, and
- some tests require that their corresponding data files exist in
- that directory, too. Thanks to Steve for pointing this out.
+ Added rules to generate links to the scripts and data files in
+ the top-level `tests' source directory. The Scoreboard requires
+ that `run_test.pl' exists in the current working directory, and
+ some tests require that their corresponding data files exist in
+ that directory, too. Thanks to Steve for pointing this out.
- Mon Feb 10 14:42:59 2003 Ossama Othman <ossama@uci.edu>
+ Mon Feb 10 14:42:59 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac:
+ * configure.ac:
- Generate tests/Makefile.
+ Generate tests/Makefile.
- Updated and re-enabled XtReactor support.
+ Updated and re-enabled XtReactor support.
- * Makefile.am:
+ * Makefile.am:
- Added ACE one-button test directory to the sub-directory list.
+ Added ACE one-button test directory to the sub-directory list.
- * tests/Makefile.am:
+ * tests/Makefile.am:
- Updated one-button test list. It was missing some new tests.
+ Updated one-button test list. It was missing some new tests.
- Wed Feb 5 13:50:09 2003 Ossama Othman <ossama@uci.edu>
+ Wed Feb 5 13:50:09 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac:
+ * configure.ac:
- Added check for snprintf().
+ Added check for snprintf().
- Added check for mutex timeouts (e.g. pthread_mutex_timedlock()).
+ Added check for mutex timeouts (e.g. pthread_mutex_timedlock()).
- Updated STL map and queue conflict tests to take into account
- the "std" namespace, if necessary.
+ Updated STL map and queue conflict tests to take into account
+ the "std" namespace, if necessary.
- Updated "new() throws bad_alloc" test to take into account the
- "std" namespace, if necessary.
+ Updated "new() throws bad_alloc" test to take into account the
+ "std" namespace, if necessary.
- * m4/config_h.m4 (ACE_HAS_SNPRINTF, ACE_HAS_MUTEX_TIMEOUTS):
+ * m4/config_h.m4 (ACE_HAS_SNPRINTF, ACE_HAS_MUTEX_TIMEOUTS):
- Added autoheader templates for these macros.
+ Added autoheader templates for these macros.
- Wed Feb 5 11:54:22 2003 Ossama Othman <ossama@uci.edu>
+ Wed Feb 5 11:54:22 2003 Ossama Othman <ossama@uci.edu>
- * Makefile.am:
+ * Makefile.am:
- Neglected to commit this file in the previous commit. Added
- `apps' directory to the list of subdirectories.
+ Neglected to commit this file in the previous commit. Added
+ `apps' directory to the list of subdirectories.
- Sat Feb 1 14:21:38 2003 Ossama Othman <ossama@uci.edu>
+ Sat Feb 1 14:21:38 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac:
+ * configure.ac:
- Added gperf related Makefiles to the list of files to generate.
+ Added gperf related Makefiles to the list of files to generate.
- * apps/Makefile.am:
- * apps/gperf/Makefile.am:
- * apps/gperf/src/Makefile.am:
+ * apps/Makefile.am:
+ * apps/gperf/Makefile.am:
+ * apps/gperf/src/Makefile.am:
- Updated for use with Automake 1.7.x or better.
+ Updated for use with Automake 1.7.x or better.
- * m4/ace.m4 (ACE_CONFIGURATION_OPTIONS):
+ * m4/ace.m4 (ACE_CONFIGURATION_OPTIONS):
- Enabled ACE gperf support.
+ Enabled ACE gperf support.
- Sat Feb 1 13:22:59 2003 Ossama Othman <ossama@uci.edu>
+ Sat Feb 1 13:22:59 2003 Ossama Othman <ossama@uci.edu>
- * bin/bootstrap:
+ * bin/bootstrap:
- Removed workspace/release bootstrapping code. Newer versions of
- automake obviate the need to make a distinction due to improved
- dependency tracking support.
+ Removed workspace/release bootstrapping code. Newer versions of
+ automake obviate the need to make a distinction due to improved
+ dependency tracking support.
- Sat Feb 1 13:14:08 2003 Ossama Othman <ossama@uci.edu>
+ Sat Feb 1 13:14:08 2003 Ossama Othman <ossama@uci.edu>
- * ace/Makefile.am (TEMPLATE_FILES):
+ * ace/Makefile.am (TEMPLATE_FILES):
- Added missing "Templates_Instantiations.cpp" file to this list.
- Fixes builds from a source tree created by "make dist".
+ Added missing "Templates_Instantiations.cpp" file to this list.
+ Fixes builds from a source tree created by "make dist".
- Sat Feb 1 12:44:52 2003 Ossama Othman <ossama@uci.edu>
+ Sat Feb 1 12:44:52 2003 Ossama Othman <ossama@uci.edu>
- * Makefile.am (EXTRA_DIST):
+ * Makefile.am (EXTRA_DIST):
- Removed "BIBLIOGRAPHY" from this list since that file no longer
- exists. "make dist" now works once again.
+ Removed "BIBLIOGRAPHY" from this list since that file no longer
+ exists. "make dist" now works once again.
- Sat Feb 1 12:40:11 2003 Ossama Othman <ossama@uci.edu>
+ Sat Feb 1 12:40:11 2003 Ossama Othman <ossama@uci.edu>
- * ace/Makefile.am (libACE_Utils_la_SOURCES):
+ * ace/Makefile.am (libACE_Utils_la_SOURCES):
- Removed duplicate "Filecache.cpp" entry. Fixes "multiple
- definition of symbol" errors at link-time.
+ Removed duplicate "Filecache.cpp" entry. Fixes "multiple
+ definition of symbol" errors at link-time.
- Sat Feb 1 12:24:11 2003 Ossama Othman <ossama@uci.edu>
+ Sat Feb 1 12:24:11 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac:
+ * configure.ac:
- Do not define the _POSIX_THREADS and
- _POSIX_THREAD_SAFE_FUNCTIONS preprocessor macros. They are
- feature test macros defined by the platform, and are not meant
- to be defined by anything other than the platform itself.
+ Do not define the _POSIX_THREADS and
+ _POSIX_THREAD_SAFE_FUNCTIONS preprocessor macros. They are
+ feature test macros defined by the platform, and are not meant
+ to be defined by anything other than the platform itself.
- * m4/config_h.m4 (ACE_PREP_CONFIG_HEADER):
+ * m4/config_h.m4 (ACE_PREP_CONFIG_HEADER):
- Fixed autoheader templates for the ACE_UINT64_TYPEDEF and
- _POSIX_PTHREAD_SEMANTICS macros so that they include a "#undef
- ..." in the template. Without the "#undef" the value of the
- macro will not be substituted by `configure' script. That led
- to build failures. Those failures have been corrected by this
- fix.
+ Fixed autoheader templates for the ACE_UINT64_TYPEDEF and
+ _POSIX_PTHREAD_SEMANTICS macros so that they include a "#undef
+ ..." in the template. Without the "#undef" the value of the
+ macro will not be substituted by `configure' script. That led
+ to build failures. Those failures have been corrected by this
+ fix.
- Removed autoheader templates for the _POSIX_THREADS and
- _POSIX_THREAD_SAFE_FUNCTIONS preprocessor macros. They are
- feature test macros defined by the platform, and are not meant
- to be defined by anything other than the platform itself.
+ Removed autoheader templates for the _POSIX_THREADS and
+ _POSIX_THREAD_SAFE_FUNCTIONS preprocessor macros. They are
+ feature test macros defined by the platform, and are not meant
+ to be defined by anything other than the platform itself.
- Added descriptions for many preprocessor macros potentially
- defined/substituted by the `configure' script.
+ Added descriptions for many preprocessor macros potentially
+ defined/substituted by the `configure' script.
- Sat Feb 1 10:20:45 2003 Ossama Othman <ossama@uci.edu>
+ Sat Feb 1 10:20:45 2003 Ossama Othman <ossama@uci.edu>
- * Makefile.am:
+ * Makefile.am:
- Updated list of files and directories to be distributed.
- Removed files that no longer from the list.
+ Updated list of files and directories to be distributed.
+ Removed files that no longer from the list.
- * ace/Makefile.am:
+ * ace/Makefile.am:
- Updated header, inline, source and template file lists to
- include new files.
+ Updated header, inline, source and template file lists to
+ include new files.
- Wed Jan 29 13:54:21 2003 Ossama Othman <ossama@uci.edu>
+ Wed Jan 29 13:54:21 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac:
+ * configure.ac:
- Fixed autoconf warnings about AC_DEFINE being called in second
- argument of AC_CACHE_VAL. The second argument should only set
- the value of cache ID variable. No other side effects should
- occur.
+ Fixed autoconf warnings about AC_DEFINE being called in second
+ argument of AC_CACHE_VAL. The second argument should only set
+ the value of cache ID variable. No other side effects should
+ occur.
- Tue Jan 28 14:57:50 2003 Ossama Othman <ossama@uci.edu>
+ Tue Jan 28 14:57:50 2003 Ossama Othman <ossama@uci.edu>
- * bin/bootstrap:
+ * bin/bootstrap:
- Corrected invocation order `libtoolize' and `autoconf'.
- `libtoolize' should be run prior to `autoconf'. Fixes an error
- concerning a missing `libtool' script.
+ Corrected invocation order `libtoolize' and `autoconf'.
+ `libtoolize' should be run prior to `autoconf'. Fixes an error
+ concerning a missing `libtool' script.
- Fri Jan 17 20:21:41 2003 Steve Huston <shuston@riverace.com>
+ Fri Jan 17 20:21:41 2003 Steve Huston <shuston@riverace.com>
- * ace/Makefile.am: Fix syntax errors for libACE_Sockets_la_SOURCES.
+ * ace/Makefile.am: Fix syntax errors for libACE_Sockets_la_SOURCES.
- Tue Jan 7 22:59:05 2003 Ossama Othman <ossama@uci.edu>
+ Tue Jan 7 22:59:05 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac:
+ * configure.ac:
- Enable Libtool and Automake support.
+ Enable Libtool and Automake support.
- * bin/bootstrap:
+ * bin/bootstrap:
- Call `libtoolize' to add libtool support files to the ACE
- distribution.
+ Call `libtoolize' to add libtool support files to the ACE
+ distribution.
- * m4/config_h.m4:
+ * m4/config_h.m4:
- Added ACE_LACKS_ACE_CODECS macro template (for the sake of
- completeness).
+ Added ACE_LACKS_ACE_CODECS macro template (for the sake of
+ completeness).
- * m4/subsets.m4:
+ * m4/subsets.m4:
- Added support for "--enable-lib-codecs" configure script
- option.
+ Added support for "--enable-lib-codecs" configure script
+ option.
- Wed Jan 1 10:28:27 2003 Ossama Othman <ossama@uci.edu>
+ Wed Jan 1 10:28:27 2003 Ossama Othman <ossama@uci.edu>
- * configure.ac:
+ * configure.ac:
- Ported old `configure.in' file to the latest Autoconf
- `configure.ac' syntax.
+ Ported old `configure.in' file to the latest Autoconf
+ `configure.ac' syntax.
- Initialize Automake with the new AM_INIT_AUTOMAKE macro format.
+ Initialize Automake with the new AM_INIT_AUTOMAKE macro format.
- * bin/bootstrap:
+ * bin/bootstrap:
- Updated `autoheader' invocation to latest command line format.
+ Updated `autoheader' invocation to latest command line format.
- Commented out documentation generation shell script code. At
- this early stage in the new autotool effort, we need not deal
- with documentation generation.
+ Commented out documentation generation shell script code. At
+ this early stage in the new autotool effort, we need not deal
+ with documentation generation.
- Commented out ACE workspace/release configuration shell script
- code. It may be re-enabled in the future when it is clearer how
- releases will be performed.
+ Commented out ACE workspace/release configuration shell script
+ code. It may be re-enabled in the future when it is clearer how
+ releases will be performed.
- * m4/ace.m4:
- * m4/acinclude.m4:
- * m4/compiler.m4:
- * m4/features.m4:
- * m4/platform.m4:
- * m4/subsets.m4:
- * m4/threads.m4:
+ * m4/ace.m4:
+ * m4/acinclude.m4:
+ * m4/compiler.m4:
+ * m4/features.m4:
+ * m4/platform.m4:
+ * m4/subsets.m4:
+ * m4/threads.m4:
- Updated all macros to the latest Autoconf 2.57 syntax.
+ Updated all macros to the latest Autoconf 2.57 syntax.
- * acconfig.h:
- * m4/config_h.m4:
+ * acconfig.h:
+ * m4/config_h.m4:
- Replaced old `config.h' header template (acconfig.h) with the
- latest "AH_TEMPLATE" form of the configuration header template.
+ Replaced old `config.h' header template (acconfig.h) with the
+ latest "AH_TEMPLATE" form of the configuration header template.
Thu Apr 17 17:07:36 2003 Irfan Pyarali <irfan@cs.wustl.edu>
- * tests/Process_Mutex_Test.cpp: Reverted my change:
+ * tests/Process_Mutex_Test.cpp: Reverted my change:
- Thu Apr 17 16:04:54 2003 Irfan Pyarali <irfan@cs.wustl.edu>
+ Thu Apr 17 16:04:54 2003 Irfan Pyarali <irfan@cs.wustl.edu>
- David Levine informed me that he had placed that sleep()
- purposely:
+ David Levine informed me that he had placed that sleep()
+ purposely:
- Thu Jul 22 11:54:58 1999 David L. Levine <levine@cs.wustl.edu>
+ Thu Jul 22 11:54:58 1999 David L. Levine <levine@cs.wustl.edu>
- and said that:
+ and said that:
- "I think the problem has to do with calling ::waitpid () before
- a fork'ed child has actually been created. It's not enough for
- fork () to have returned to the parent. This really shouldn't
- be a problem, but it sure looked like it was on that platform."
+ "I think the problem has to do with calling ::waitpid () before
+ a fork'ed child has actually been created. It's not enough for
+ fork () to have returned to the parent. This really shouldn't
+ be a problem, but it sure looked like it was on that platform."
- I have still closed bug 91 since this is a exceptional case.
+ I have still closed bug 91 since this is a exceptional case.
Thu Apr 17 16:04:54 2003 Irfan Pyarali <irfan@cs.wustl.edu>
- * tests/Process_Mutex_Test.cpp: Removed call to sleep(). It was
- really not required. This closes bug 91.
+ * tests/Process_Mutex_Test.cpp: Removed call to sleep(). It was
+ really not required. This closes bug 91.
Thu Apr 17 19:26:24 UTC 2003 Don Hinton <dhinton@dresystems.com>
- * ace/os_include/aio.h:
- * ace/os_include/assert.h:
- * ace/os_include/complex.h:
- * ace/os_include/cpio.h:
- * ace/os_include/ctype.h:
- * ace/os_include/dirent.h:
- * ace/os_include/dlfcn.h:
- * ace/os_include/errno.h:
- * ace/os_include/fcntl.h:
- * ace/os_include/fenv.h:
- * ace/os_include/float.h:
- * ace/os_include/fmtmsg.h:
- * ace/os_include/fnmatch.h:
- * ace/os_include/ftw.h:
- * ace/os_include/glob.h:
- * ace/os_include/grp.h:
- * ace/os_include/iconv.h:
- * ace/os_include/inttypes.h:
- * ace/os_include/iso646.h:
- * ace/os_include/langinfo.h:
- * ace/os_include/libgen.h:
- * ace/os_include/limits.h:
- * ace/os_include/local.h:
- * ace/os_include/math.h:
- * ace/os_include/monetary.h:
- * ace/os_include/mqueue.h:
- * ace/os_include/ndbm.h:
- * ace/os_include/netdb.h:
- * ace/os_include/nl_types.h:
- * ace/os_include/poll.h:
- * ace/os_include/pthread.h:
- * ace/os_include/pwd.h:
- * ace/os_include/regex.h:
- * ace/os_include/sched.h:
- * ace/os_include/search.h:
- * ace/os_include/semaphore.h:
- * ace/os_include/setjmp.h:
- * ace/os_include/signal.h:
- * ace/os_include/spawn.h:
- * ace/os_include/stdarg.h:
- * ace/os_include/stdbool.h:
- * ace/os_include/stddef.h:
- * ace/os_include/stdint.h:
- * ace/os_include/stdio.h:
- * ace/os_include/stdlib.h:
- * ace/os_include/string.h:
- * ace/os_include/strings.h:
- * ace/os_include/stropts.h:
- * ace/os_include/syslog.h:
- * ace/os_include/tar.h:
- * ace/os_include/termios.h:
- * ace/os_include/tgmath.h:
- * ace/os_include/time.h:
- * ace/os_include/trace.h:
- * ace/os_include/ucontext.h:
- * ace/os_include/ulimit.h:
- * ace/os_include/unistd.h:
- * ace/os_include/utime.h:
- * ace/os_include/utmpx.h:
- * ace/os_include/wchar.h:
- * ace/os_include/wctype.h:
- * ace/os_include/wordexp.h:
- * ace/os_include/arpa/inet.h:
- * ace/os_include/net/if.h:
- * ace/os_include/netinet/in.h:
- * ace/os_include/netinet/tcp.h:
- * ace/os_include/sys/ipc.h:
- * ace/os_include/sys/mman.h:
- * ace/os_include/sys/msg.h:
- * ace/os_include/sys/resource.h:
- * ace/os_include/sys/select.h:
- * ace/os_include/sys/sem.h:
- * ace/os_include/sys/shm.h:
- * ace/os_include/sys/socket.h:
- * ace/os_include/sys/stat.h:
- * ace/os_include/sys/statvfs.h:
- * ace/os_include/sys/time.h:
- * ace/os_include/sys/timeb.h:
- * ace/os_include/sys/times.h:
- * ace/os_include/sys/types.h:
- * ace/os_include/sys/uio.h:
- * ace/os_include/sys/un.h:
- * ace/os_include/sys/utsname.h:
- * ace/os_include/sys/wait.h:
+ * ace/os_include/aio.h:
+ * ace/os_include/assert.h:
+ * ace/os_include/complex.h:
+ * ace/os_include/cpio.h:
+ * ace/os_include/ctype.h:
+ * ace/os_include/dirent.h:
+ * ace/os_include/dlfcn.h:
+ * ace/os_include/errno.h:
+ * ace/os_include/fcntl.h:
+ * ace/os_include/fenv.h:
+ * ace/os_include/float.h:
+ * ace/os_include/fmtmsg.h:
+ * ace/os_include/fnmatch.h:
+ * ace/os_include/ftw.h:
+ * ace/os_include/glob.h:
+ * ace/os_include/grp.h:
+ * ace/os_include/iconv.h:
+ * ace/os_include/inttypes.h:
+ * ace/os_include/iso646.h:
+ * ace/os_include/langinfo.h:
+ * ace/os_include/libgen.h:
+ * ace/os_include/limits.h:
+ * ace/os_include/local.h:
+ * ace/os_include/math.h:
+ * ace/os_include/monetary.h:
+ * ace/os_include/mqueue.h:
+ * ace/os_include/ndbm.h:
+ * ace/os_include/netdb.h:
+ * ace/os_include/nl_types.h:
+ * ace/os_include/poll.h:
+ * ace/os_include/pthread.h:
+ * ace/os_include/pwd.h:
+ * ace/os_include/regex.h:
+ * ace/os_include/sched.h:
+ * ace/os_include/search.h:
+ * ace/os_include/semaphore.h:
+ * ace/os_include/setjmp.h:
+ * ace/os_include/signal.h:
+ * ace/os_include/spawn.h:
+ * ace/os_include/stdarg.h:
+ * ace/os_include/stdbool.h:
+ * ace/os_include/stddef.h:
+ * ace/os_include/stdint.h:
+ * ace/os_include/stdio.h:
+ * ace/os_include/stdlib.h:
+ * ace/os_include/string.h:
+ * ace/os_include/strings.h:
+ * ace/os_include/stropts.h:
+ * ace/os_include/syslog.h:
+ * ace/os_include/tar.h:
+ * ace/os_include/termios.h:
+ * ace/os_include/tgmath.h:
+ * ace/os_include/time.h:
+ * ace/os_include/trace.h:
+ * ace/os_include/ucontext.h:
+ * ace/os_include/ulimit.h:
+ * ace/os_include/unistd.h:
+ * ace/os_include/utime.h:
+ * ace/os_include/utmpx.h:
+ * ace/os_include/wchar.h:
+ * ace/os_include/wctype.h:
+ * ace/os_include/wordexp.h:
+ * ace/os_include/arpa/inet.h:
+ * ace/os_include/net/if.h:
+ * ace/os_include/netinet/in.h:
+ * ace/os_include/netinet/tcp.h:
+ * ace/os_include/sys/ipc.h:
+ * ace/os_include/sys/mman.h:
+ * ace/os_include/sys/msg.h:
+ * ace/os_include/sys/resource.h:
+ * ace/os_include/sys/select.h:
+ * ace/os_include/sys/sem.h:
+ * ace/os_include/sys/shm.h:
+ * ace/os_include/sys/socket.h:
+ * ace/os_include/sys/stat.h:
+ * ace/os_include/sys/statvfs.h:
+ * ace/os_include/sys/time.h:
+ * ace/os_include/sys/timeb.h:
+ * ace/os_include/sys/times.h:
+ * ace/os_include/sys/types.h:
+ * ace/os_include/sys/uio.h:
+ * ace/os_include/sys/un.h:
+ * ace/os_include/sys/utsname.h:
+ * ace/os_include/sys/wait.h:
Added new set of headers as part of the Subsetting effort.
These headers will be slowly introduced throughout ACE and
@@ -581,13 +588,13 @@ Thu Apr 17 19:26:24 UTC 2003 Don Hinton <dhinton@dresystems.com>
Thu Apr 17 10:52:17 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
- * ace/iosfwd.h:
+ * ace/iosfwd.h:
- Added forward declarations of the iostream classes for the
- ACE_HAS_STANDARD_CPP_LIBRARY,
- !ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB, ACE_USES_OLD_IOSTREAMS
- and !ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION case. This case
- previously resulted in a basically empty header.
+ Added forward declarations of the iostream classes for the
+ ACE_HAS_STANDARD_CPP_LIBRARY,
+ !ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB, ACE_USES_OLD_IOSTREAMS
+ and !ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION case. This case
+ previously resulted in a basically empty header.
Thu Apr 17 11:45:51 2003 Chad Elliott <elliott_c@ociweb.com>
@@ -629,8 +636,8 @@ Thu Apr 17 08:23:19 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
16 bit unsigned integers. Adjusted all members, return types
and parameters accordingly. This change was prompted by the
consistency fixes made to ace/Basic_Types.h as detailed in the
- "Wed Apr 16 13:35:34 2003 Ossama Othman <ossama@uci.edu>"
- ChangeLog entry.
+ "Wed Apr 16 13:35:34 2003 Ossama Othman <ossama@uci.edu>"
+ ChangeLog entry.
Use rep() instead of ushort_rep() when copying an
ACE_NS_WString. The latter only works for platforms with 16 bit
diff --git a/bin/MakeProjectCreator/templates/nmake.mpd b/bin/MakeProjectCreator/templates/nmake.mpd
index da1fb36a667..d4b21e687fe 100644
--- a/bin/MakeProjectCreator/templates/nmake.mpd
+++ b/bin/MakeProjectCreator/templates/nmake.mpd
@@ -62,11 +62,8 @@ CLEAN :
-@erase "$(INTDIR)\*.res"
-@erase "$(INTDIR)\*.pch"
-@erase "$(INTDIR)\*.idb"
- -@erase "$(OUTDIR)\*.exp"
- -@erase "$(OUTDIR)\*.ilk"
REALCLEAN : CLEAN
- -@erase "$(OUTDIR)\*.lib"
<%if(pdb)%>
<%if(exename)%>
-@erase "$(INSTALLDIR)\<%exename%>.pdb"
@@ -78,7 +75,7 @@ REALCLEAN : CLEAN
-@erase "$(OUTDIR)\<%staticname%><%lib_modifier%>.pdb"
<%endif%>
<%endif%>
- -@erase "<%if(type_is_dynamic)%><%dllout%>\<%sharedname%><%lib_modifier%>.dll<%endif%><%if(type_is_static)%>$(OUTDIR)\<%staticname%><%lib_modifier%>.lib<%endif%><%if(exename)%>$(INSTALLDIR)\<%exename%>.exe<%endif%>"
+ -@erase "<%if(type_is_dynamic)%><%dllout%>\<%sharedname%><%lib_modifier%>.dll<%endif%><%if(exename)%> $(INSTALLDIR)\<%exename%>.exe $(INSTALLDIR)\<%exename%>.ilk<%else%> $(OUTDIR)\<%staticname%><%lib_modifier%>.lib $(OUTDIR)\<%staticname%><%lib_modifier%>.ilk<%endif%>"
<%if(idl_files)%>
-@erase<%foreach(idl_files)%> "<%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%dirname(idl_file)%><%endif%><%endif%>\<%basenoextension(idl_file)%>C.*" "<%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%dirname(idl_file)%><%endif%><%endif%>\<%basenoextension(idl_file)%>S.*"<%endfor%>
<%endif%>